summaryrefslogtreecommitdiff
path: root/pppd
Commit message (Expand)AuthorAgeFilesLines
* pppd: Fix ether_to_eui64() to prefer devnam ether interface (#206)pali2021-01-011-8/+11
* Add cross-compilation support on LinuxPaul Mackerras2021-01-016-28/+37
* pppd: Use a run-time test to detect libutil availability on LinuxPaul Mackerras2021-01-011-2/+4
* Merge pull request #205 from pali/pppoe-renamePaul Mackerras2021-01-0112-57/+62
|\
| * Cleanup pppoe-discovery fatal functionsPali Rohár2021-01-012-24/+14
| * Make a consistency in pppoe optionsPali Rohár2021-01-012-19/+35
| * Rename rp-pppoe.so plugin to pppoe.soPali Rohár2020-12-3112-14/+13
* | Deduplicate ether_to_eui64() implementation (#204)pali2021-01-014-93/+40
* | pppd/Makefile.linux: do not check for bpf header presence on the host (#201)Alexander Kanavin2021-01-011-2/+0
|/
* pppd: Use a compile test to detect crypt.h (#198)Samuel Thibault2020-12-311-1/+1
* Allow overriding the optimization level with CFLAGS (#197)Samuel Thibault2020-12-311-1/+2
* pppd: Export $CALL_FILE to the link scripts (#196)Samuel Thibault2020-12-312-0/+4
* pppd: Make _PATH_CONNERRS world readable (#194)Samuel Thibault2020-12-311-1/+1
* plugins/radius: Add support for the Framed-MTU Radius attribute (#192)Samuel Thibault2020-12-311-0/+3
* Merge branch 'pppoatm_wildcard' of https://github.com/sthibaul/pppPaul Mackerras2020-12-311-1/+1
|\
| * Fix pppoatm plugin for pppd to accept a wildcard argument for an ATM deviceDuncan Sands2020-12-301-1/+1
* | plugins/pppoatm: cosmetic cleanup (#190)Samuel Thibault2020-12-311-9/+12
* | pppd: Add option to strip MS domain name (#188)Samuel Thibault2020-12-311-0/+11
* | Do not strip installed binaries (#186)Samuel Thibault2020-12-313-7/+7
* | pppd: Make sure that the linkpidfile is always created (#185)Samuel Thibault2020-12-311-2/+1
* | pppd: Be sure to close /dev/ppp when reconnecting (#184)Samuel Thibault2020-12-311-0/+7
* | Merge pull request #183 from sthibaul/path-ip-up-downPaul Mackerras2020-12-314-4/+18
|\ \
| * | Add option to specify ip-up scriptRussell Coker2020-12-304-4/+18
| |/
* | Merge pull request #182 from pali/get_if_hwaddrPaul Mackerras2020-12-311-1/+1
|\ \
| * | Fix indicating failure in Linux get_if_hwaddr() functionPali Rohár2020-12-301-1/+1
| |/
* | Merge pull request #181 from pali/get_first_ethernetPaul Mackerras2020-12-311-1/+34
|\ \
| * | Implement get_first_ethernet() for Linux systems properlyPali Rohár2020-12-301-1/+34
| |/
* | Merge pull request #177 from tisj/eap-mschapv2-serverPaul Mackerras2020-12-312-2/+418
|\ \
| * | pppd: Add support for EAP-MSCHAPv2 in server modeTijs Van Buggenhout2020-12-312-2/+418
* | | radius: Handle IPv6 RADIUS attributes (#176)Alarig Le Lay2020-12-313-1/+48
* | | Merge pull request #103 from Low-power/solaris-mtu-fixPaul Mackerras2020-12-311-2/+2
|\ \ \ | |_|/ |/| |
| * | Fix netif_set_mtu for SolarisWHR2019-05-271-2/+2
* | | Merge pull request #54 from shankerwangmiao/masterPaul Mackerras2020-12-301-1/+1
|\ \ \
| * | | add $(INSTROOT) to $(DESTDIR)Miao Wang2020-11-081-1/+1
| | |/ | |/|
* | | Merge pull request #101 from vyos/if-renaming-cleanPaul Mackerras2020-12-301-0/+11
|\ \ \
| * | | Support renaming interfaces from a pre-up script.Daniil Baturin2020-11-081-0/+11
* | | | rp-pppoe: Fix compilation with musl libcPaul Mackerras2020-12-304-11/+2
* | | | pppd: Fix compilation with uclibcPaul Mackerras2020-12-301-0/+1
* | | | Merge pull request #153 from pali/masterPaul Mackerras2020-12-301-0/+37
|\ \ \ \
| * | | | Document PPPoE options in pppd.8 manpagePali Rohár2020-09-041-0/+37
* | | | | Merge branch 'chap-timeout' of https://github.com/nomis/pppPaul Mackerras2020-12-302-14/+39
|\ \ \ \ \
| * | | | | pppd: Add client CHAP authentication timeoutSimon Arlott2020-08-062-14/+39
* | | | | | Convert to ANSI CPaul Mackerras2020-12-2942-2230/+1213
* | | | | | Merge pull request #165 from pali/lcpPaul Mackerras2020-12-291-5/+3
|\ \ \ \ \ \
| * | | | | | pppd: Do not call update_link_stats() for every LcpSendEchoRequest() callPali Rohár2020-09-011-5/+3
* | | | | | | Close discovery socket after session completedXing Qingjie2020-12-291-0/+2
| |_|_|_|/ / |/| | | | |
* | | | | | Fixed static analyzer warnings; removed superfluous fileJan Just Keijser2020-11-032-40/+6
* | | | | | Add support for EAP-TLS (including experimental TLS v1.3 support).Jan Just Keijser2020-10-1916-6/+2599
* | | | | | Merge pull request #169 from SimonTate/fix-pppoe-empty-passwordPaul Mackerras2020-10-031-1/+1
|\ \ \ \ \ \
| * | | | | | pppd: Fix blank password usageSimon Tate2020-09-141-1/+1