aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/ppp/patches/520-uniq.patch
Commit message (Collapse)AuthorAgeFilesLines
* ppp: update to version 2.4.7.git-2018-06-23Martin Schiller2019-01-251-11/+11
| | | | | | | | | | | This bumps ppp to latest git version. There is one upstream commit, which changes DES encryption calls from libcrypt / glibc to openssl. As long as we don't use glibc-2.28, revert this commit. Signed-off-by: Martin Schiller <ms@dev.tdt.de>
* pppd: fix compile issues with glibc 2.25Felix Fietkau2017-02-111-6/+6
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* ppp: rework host-uniq support to take hex encoded stringsJo-Philipp Wich2015-01-241-44/+144
| | | | | | | | | | | The previous implementation of the "host-uniq" option used plain strings for passing the value to pppd which made it impossible to specify binary data. Switch the format to a hex encoded string to support binary data. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44094
* pppd: add option to set custom host-uniq pppoe tagMatteo Croce2014-11-141-0/+169
SVN-Revision: 43241