summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pppd: Ignore received EAP messages when not doing EAPeapfixPaul Mackerras2020-02-031-0/+18
* pppd: Fix bounds check in EAP codePaul Mackerras2020-02-031-2/+2
* radius: Prevent buffer overflow in rc_mksid()Paul Mackerras2020-01-041-2/+2
* Update README and patchlevel.h for 2.4.8 releaseppp-2.4.8Paul Mackerras2019-12-312-3/+27
* pppd: Avoid use of strnlen (and strlen) in vslprintfPaul Mackerras2019-12-311-8/+11
* pppd: Fix IPv6 default route code for SolarisJames Carlson2019-12-311-25/+39
* plugins/rp-pppoe: Make tag parsing loop condition more accuratePaul Mackerras2019-12-301-1/+1
* pppd: Make sure word read from options file is null-terminatedPaul Mackerras2019-12-301-0/+1
* pppd: Limit memory accessed by string formats with max length specifiedPaul Mackerras2019-12-301-6/+8
* pppd: Eliminate some more compiler warningsPaul Mackerras2019-12-015-23/+13
* pppd: Include time.h header before using time_tKurt Van Dijck2019-12-012-0/+2
* Merge branch 'patch-1' of https://github.com/neheb/pppPaul Mackerras2019-12-011-0/+2
|\
| * pppd.h: Add missing headersRosen Penev2019-10-191-0/+2
* | pppd: Don't free static stringPaul Mackerras2019-12-011-4/+0
|/
* pppd: Add defaultroute6 and related optionsSamuel Thibault2019-10-196-0/+310
* pppd: Avoid declarations within statements in main.cPaul Mackerras2019-10-191-1/+2
* pppd: Fix `ifname` option in case of multilink (#105)fhost2019-10-192-3/+5
* pppd: Fix variable reference syntax in Makefile.linuxPaul Mackerras2019-10-191-2/+2
* pppd: Check tdb pointer before closingAlfonso Sánchez-Beato2019-10-191-1/+2
* Revert "pppd: Include time.h before using time_t"Paul Mackerras2019-10-041-2/+0
* pppdump: Eliminate printf format warning by using %zdPaul Mackerras2019-10-021-1/+1
* pppd: Refactor setjmp/longjmp with pipe pair in event wait loopKurt Van Dijck2019-10-022-17/+25
* make: Avoid using host include for cross-compilingKurt Van Dijck2019-10-021-2/+2
* pppoe: Remove the use of cdefsKurt Van Dijck2019-10-022-7/+0
* pppd: Remove unused rcsid variablesKurt Van Dijck2019-10-0219-19/+0
* pppd: Fix GLIBC version test for non-glibc toolchainsKurt Van Dijck2019-10-021-1/+1
* pppd: Include time.h before using time_tKurt Van Dijck2019-10-021-0/+2
* radius: Fix compiler warningKurt Van Dijck2019-10-021-1/+1
* magic: Remove K&R style of argumentsKurt Van Dijck2019-10-022-11/+10
* Add Submitting-patches.mdPaul Mackerras2019-06-101-0/+105
* rp-pppoe plugin: Add options to tune discovery timeout and number of attemptsAlexis Cellier2019-05-252-3/+10
* pppoe: Custom host-uniq tagMatteo Croce2019-05-185-56/+96
* plugins/rp-pppoe: Fix compile errorsPaul Mackerras2019-05-181-4/+0
* Various fixes for errors found by coverity static analysis (#109)Jaroslav Škarvada2019-05-0617-18/+54
* Merge branch 'pppd_print_changes' of https://github.com/nlhintz/ppp into nlhi...Paul Mackerras2018-06-232-4/+8
|\
| * pppd: fix pppol2tp option printingNathan Hintz2016-12-041-0/+4
| * pppd: add missing parameter in call to 'printer'Nathan Hintz2016-12-041-1/+1
| * ppp: fix printing of DNS/WINS addressesNathan Hintz2016-12-041-4/+4
* | Merge branch 'pppoe-discovery-cleanup' of https://github.com/TDT-AG/pppPaul Mackerras2018-06-232-25/+75
|\ \
| * | pppoe-discovery: add options to tune discovery timeout and attemptsMartin Schiller2017-12-112-3/+26
| * | pppoe-discovery: add quiet-mode optionMartin Schiller2017-12-111-22/+36
| * | pppoe-discovery: use correct exit code depending on PADO replies.Martin Schiller2017-12-111-1/+5
| * | pppoe-discovery: show real usage informationMartin Schiller2017-12-111-0/+9
* | | pppd: Use openssl for the DES instead of the libcrypt / glibcJaroslav Škarvada2018-06-232-12/+13
* | | radius.c: Include CLASS attribute in radius_acct_interim and radius_acct_stopHauras Wigelstukas Alex2018-06-231-0/+8
* | | pppd: Don't try to free(NULL - 1)Paul Mackerras2018-06-231-1/+1
* | | pppd: Fix compile warning due to comparing pointer to NUL characterPaul Mackerras2018-06-231-1/+1
* | | pppd: Fix printing call in print_option()Vegard Nossum2018-06-231-1/+1
* | | Honor LDFLAGSJaroslav Škarvada2018-05-289-16/+16
* | | Use systemd's sd_notify with option up_sdnotifyJacob Floyd2018-02-275-1/+42
|/ /