summaryrefslogtreecommitdiff
path: root/usr.sbin/pppd
AgeCommit message (Collapse)Author
1997-09-01Update based on ppp 3.2.1. Also fix some obvious err/errx usage andTodd C. Miller
broken strncpy() usage.
1997-09-01Update from ppp 3.2.1Todd C. Miller
1997-08-04save errno in sigchld handlersTheo de Raadt
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-22non-VJ; msaitoh@spa.is.uec.ac.jpTheo de Raadt
1997-06-27long nightmaresTheo de Raadt
1997-06-08FILE * leak; d@fnarg.net.au, PR#216Theo de Raadt
1997-05-31fix typos; khym@bga.comTheo de Raadt
1997-04-27better failure msg; martin@rumolt.teuto.deTheo de Raadt
1997-04-06Fix mangling in assignment of np->n_net to ina.s_addr.Todd C. Miller
Presumably this was added to deal with 64-bit machines but it is a) wrong and b) not necesary now that we use in_addr_t.
1997-03-29Changed definition of 'a' in vfmtmsg from void * to va_list.dgregor
Possible fix for PR#130.
1997-03-26no libcrypt, fix DPADDTheo de Raadt
1997-01-23Pedantic removal of extra spacesNiklas Hallqvist
1997-01-03Remove private copy of md* and fix md4 usage to match libc md4.Todd C. Miller
1997-01-03Use correct md5 API for libc md5 routines. Pointed out by niklas.Todd C. Miller
1997-01-02inet_addr --> inet_atonMichael Shalayeff
1996-12-23pppd 2.3b3 import. some minor buf oflow fixes and so.Michael Shalayeff
try it out ppl, but i've got it running talking to cisco w/ all the AFs enabled in kernel.
1996-12-22Deal with _POSIX_SAVED_IDS when relinquishing privilegesTheo de Raadt
1996-12-20correct defines/includesMichael Shalayeff
1996-12-15Use inet_aton() instead of inet_addr()Todd C. Miller
1996-11-25Liar, -w doesn't have a default value.Todd C. Miller
1996-10-08Attempt at cleanup.michaels
1996-10-08Attempt at cleanup.michaels
1996-08-22Correct typoNiklas Hallqvist
1996-08-22__OpenBSD__Theo de Raadt
1996-08-20exit 1 for failure if -detach; netbsd pr#2705; jbernard@tater.Mines.EDUTheo de Raadt
1996-07-27pass a minimal environment ($PATH)Theo de Raadt
1996-07-20Update pppd to 2.3a4:joshd
Add redo option error-reporting, add PAM, add microsoft compatibility kludges, bzero stuff at important places, add one or two options other generic enhancements. From: Paul.Mackerras@cs.anu.edu.au
1996-07-14netbsd pr#2623: fix VJ compression and active filter, John KohlJason Downs
<jtk@kolvir.arlington.ma.us>
1996-06-17parse args before tty options file; netbsd pr#2554; from ↵Theo de Raadt
Davyd.Norris@fcollins.com.au
1996-06-16CHAP == Challenge-Handshake Authentication Protocol; netbsd pr#2446; ↵Theo de Raadt
johnam@beta.datastorm.com
1996-05-29mlink ppp(8) to pppd(8)Theo de Raadt
1996-05-21allow comments in script; netbsd pr#2450; ksulliva@psc.eduTheo de Raadt
1996-05-11check before unlinking pidfileTheo de Raadt
1996-04-21sync to netbsd 960418Theo de Raadt
1996-03-25From NetBSD: merge of 960317Niklas Hallqvist
1996-02-22From NetBSD:Niklas Hallqvist
Be explicit about the fact that ip-up and ip-down are executed with a null environment. Closes PR #1866 by John M Vinopal.
1996-02-15libcrypt no longer a link dependancy.etheisen
1996-02-04sleep() call not needed (from NetBSD).hannken
1996-01-07pass a useful environment to ip-up/ip-down scripts; this is not aTheo de Raadt
security problem different fix than from banshee@gabriella.resort.com; netbsd pr#1866
1995-12-28Leave DTR down for one second on exit so modem may catch the DTR to falsehannken
transition. (from hannken@eis.cs.tu-bs.de)
1995-10-18initial import of NetBSD treeTheo de Raadt