Paul Mackerras 6e8eaa7a78 Update README and patchlevel for 2.4.7 release 9 yıl önce
..
plugins 2b05e22c62 winbind plugin: Add -DMPPE=1 to eliminate compiler warnings 9 yıl önce
.gitignore 3e451dfe42 Get the repository a bit closer to what will be released 16 yıl önce
Makefile.linux 9617a7eb13 pppd: Arrange to use logwtmp from libutil on Linux 11 yıl önce
Makefile.sol2 99c46caaed config: Update Solaris compiler options and enable CHAPMS and IPV6 10 yıl önce
auth.c 225361d64a pppd: Default exit status to EXIT_CONNECT_FAILED during connection phase 11 yıl önce
cbcp.c 9596fe6641 This enables plugins called via hooks/notifiers triggered 18 yıl önce
cbcp.h cbe589d089 *** empty log message *** 28 yıl önce
ccp.c b7659bddc7 Fixed configure breakage in $archvariant support for Solaris 19 yıl önce
ccp.h 7977da2676 Remove the requirement that redistributions in binary form reproduce 19 yıl önce
chap-md5.c 979e14c39f Fix the argument type in call to MD5_Update properly 16 yıl önce
chap-md5.h 7977da2676 Remove the requirement that redistributions in binary form reproduce 19 yıl önce
chap-new.c 08ef47ca53 pppd: Make MSCHAP-v2 cope better with packet loss 12 yıl önce
chap-new.h 08ef47ca53 pppd: Make MSCHAP-v2 cope better with packet loss 12 yıl önce
chap_ms.c 36733a891f pppd: Fix a stack variable overflow in MSCHAP-v2 9 yıl önce
chap_ms.h 6117748f5e Remove more stuff that we don't need to distribute 16 yıl önce
demand.c 1602f267e0 Set the outbound indicator on candidate dial-on-demand packets. 19 yıl önce
eap.c 083f39e356 Squish a few more char vs unsigned char warnings 16 yıl önce
eap.h 71d3de90ea New CHAP implementation, rewritten from scratch to avoid the code 21 yıl önce
ecp.c 7977da2676 Remove the requirement that redistributions in binary form reproduce 19 yıl önce
ecp.h ce8636b2f8 update copyright 21 yıl önce
eui64.c f53a48eb9d Update copyrights. The new CMU copyright notice is from CMU and now 21 yıl önce
eui64.h f53a48eb9d Update copyrights. The new CMU copyright notice is from CMU and now 21 yıl önce
fsm.c ec27e67401 Add a 'treat as reject' parameter to the nakci functions. 19 yıl önce
fsm.h ec27e67401 Add a 'treat as reject' parameter to the nakci functions. 19 yıl önce
ipcp.c a243f217f1 pppd: Accept IPCP ConfAck packets containing MS-WINS options 10 yıl önce
ipcp.h f53a48eb9d Update copyrights. The new CMU copyright notice is from CMU and now 21 yıl önce
ipv6cp.c de8da14d84 pppd: Eliminate some unnecessary ifdefs 10 yıl önce
ipv6cp.h de8da14d84 pppd: Eliminate some unnecessary ifdefs 10 yıl önce
ipxcp.c 8d07ad78c8 Remove various warnings, fix pppol2tp install 16 yıl önce
ipxcp.h f53a48eb9d Update copyrights. The new CMU copyright notice is from CMU and now 21 yıl önce
lcp.c 3eb9e810cf pppd: Terminate correctly if lcp_lowerup delayed calling fsm_lowerup 14 yıl önce
lcp.h f9f667ee18 Added log messages for LCP Identification, Time-Remaining, and other 19 yıl önce
magic.c 71d3de90ea New CHAP implementation, rewritten from scratch to avoid the code 21 yıl önce
magic.h 71d3de90ea New CHAP implementation, rewritten from scratch to avoid the code 21 yıl önce
main.c 37476164f1 pppd: Fix segfault in update_db_entry() 11 yıl önce
md4.c 74fc0589bb Fix segfault when secret is exactly 32 bytes long. 18 yıl önce
md4.h f4359362fc mods for DUNIX 26 yıl önce
md5.c 8d07ad78c8 Remove various warnings, fix pppol2tp install 16 yıl önce
md5.h 8d07ad78c8 Remove various warnings, fix pppol2tp install 16 yıl önce
mppe.h 6117748f5e Remove more stuff that we don't need to distribute 16 yıl önce
multilink.c 9f7c27af1b Fix authentication on second time around with multilink and persist 15 yıl önce
options.c b94b7fbbaa pppd: Eliminate memory leak with multiple instances of a string option 9 yıl önce
patchlevel.h 6e8eaa7a78 Update README and patchlevel for 2.4.7 release 9 yıl önce
pathnames.h f2af1c0559 Added an /etc/ppp/ip-pre-up script, run before the interface 19 yıl önce
ppp.pam c0b0a40bc5 Add newline to ppp.pam (courtesy Frank Cusack) 22 yıl önce
pppcrypt.c f53a48eb9d Update copyrights. The new CMU copyright notice is from CMU and now 21 yıl önce
pppcrypt.h f53a48eb9d Update copyrights. The new CMU copyright notice is from CMU and now 21 yıl önce
pppd.8 8d6942415d chat, pppd: Use \e instead of \\ in man pages 11 yıl önce
pppd.h f8c05f21cc Merge branch 'master' of git://github.com/cmcqueen/ppp 9 yıl önce
session.c 04c4348108 pppd: Don't crash if crypt() returns NULL 12 yıl önce
session.h e5b9a1061f Added new "enable-session" option to enable session accounting and 17 yıl önce
sha1.c 5360b966b3 Added net/ppp_defs.h to fix for compilation on Solaris, where u_int32_t 16 yıl önce
sha1.h 7e1b44a2e4 Don't use unsigned long in the SHA1 code; we want 32-bit variables 19 yıl önce
spinlock.c 4b9bf9ae27 Add these files, used with TDB. 19 yıl önce
spinlock.h 4b9bf9ae27 Add these files, used with TDB. 19 yıl önce
srp-entry.8 71b6b5b214 Correctly escape or unescape hypens in the man pages. 19 yıl önce
srp-entry.c d741a3b912 Added EAP support with MD5-Challenge and SRP-SHA1 methods. Tested 21 yıl önce
sys-linux.c f8c05f21cc Merge branch 'master' of git://github.com/cmcqueen/ppp 9 yıl önce
sys-solaris.c ad993a20ee pppd: Add option "stop-bits" to set number of serial port stop bits. 10 yıl önce
tdb.c 13f0a771fd New version of TDB code, borrowed from samba. 19 yıl önce
tdb.h 13f0a771fd New version of TDB code, borrowed from samba. 19 yıl önce
tty.c ad993a20ee pppd: Add option "stop-bits" to set number of serial port stop bits. 10 yıl önce
upap.c cf141d059d Log a message when we succeed or fail in authenticating ourselves 19 yıl önce
upap.h f53a48eb9d Update copyrights. The new CMU copyright notice is from CMU and now 21 yıl önce
utils.c 906814431b pppd: Don't crash if NULL pointer passed to vslprintf for %q or %v 10 yıl önce