Age | Commit message (Expand) | Author |
2014-05-17 | remove unused variable | Charles Longeau |
2014-03-21 | Disable MS-CHAPv1 (RFC 2433) support. Undocumented; Microsoft dropped | Christian Weisgerber |
2014-03-17 | the userland ppp(9) code goes awa. Having too much ppp choice in the | Theo de Raadt |
2014-01-21 | use arc4random for chap generation; ok tedu | Theo de Raadt |
2014-01-21 | include stdlib.h for drand48() | Jonathan Gray |
2014-01-21 | obvious .Pa fixes; found with mandocdb(8) | Ingo Schwarze |
2013-10-27 | If a constant string needs a name, use a static const array instead of a | Philip Guenther |
2013-09-29 | purge compat junk related to drand48; ok guenther | Theo de Raadt |
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze |
2013-04-21 | delete (uncompiled) hacked usleep function. | Ted Unangst |
2013-04-20 | casts of (time_t *) lead to bugs | Theo de Raadt |
2013-04-15 | scripts should be run as root, but are not; add a BUGS entry to that | Jason McIntyre |
2013-01-17 | some simple macro fixes; | Jason McIntyre |
2012-08-29 | - document rfc 1994 | Jason McIntyre |
2011-10-02 | Delete unused variables, from Michael W Bombardieri. | Nicholas Marriott |
2011-07-25 | document syslog facility/level; from Stefan Unterweger | Jason McIntyre |
2011-04-30 | Remove some unused code, from Michael W Bombardieri. ok yasuoka | Nicholas Marriott |
2010-10-28 | knock out some "-*- nroff -*-" lines; | Jason McIntyre |
2010-09-20 | according to ingo, it isn;t a problem to have empty [BDS]q macros, so | Jason McIntyre |
2010-09-19 | more wacky macro fixing; | Jason McIntyre |
2010-08-12 | Use symbolic names for the file descriptors rather than numeric values. | Kevin Lo |
2010-05-10 | Various comment typos. 'wether' -> 'whether' (most popular), 'possiblity' -> | Kenneth R Westerback |
2010-05-01 | incomming -> incoming | Michael Knudsen |
2010-03-26 | dispense with some wacky escape sequences; | Jason McIntyre |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-08-08 | better synopsis; | Jason McIntyre |
2009-08-08 | add a real synopsis to chat(8); synchronize synopsis and usage; | Igor Sobrado |
2009-07-19 | missing va_end in pppd; ok millert@ | Martynas Venckus |
2008-11-09 | typo fixed (overriden -> overridden) | Tobias Stoeckmann |
2008-10-08 | SIOCAIFADDR can fail with EEXIST either if the local or the destination | Claudio Jeker |
2008-05-07 | Remove .Xr to routed and reword the sentence a bit to make more sense. | Claudio Jeker |
2007-10-17 | remove "unused variable" warnings | Charles Longeau |
2007-09-11 | use strcspn to properly overwrite '\n' in fgets returned buffer | Gilles Chehade |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-06-04 | bye bye ipx | Henning Brauer |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-03-06 | Remove code that's been commented out since '96. | Ray Lai |
2007-02-18 | tidy up synopsis and usage; from Igor Sobrado | Jason McIntyre |
2006-11-12 | remove reference to PPP_FILTER: | Kevin Steves |
2006-01-25 | Fix an off-by-one in pppd(8)'s option handling. ok tedu@ | Moritz Jodeit |
2005-05-03 | setres[ug]id; ok millert@ | Damien Miller |
2005-01-31 | add some references to SEE ALSO; | Jason McIntyre |
2004-11-03 | fix for potential denial of service. | Dan Harnett |
2004-06-29 | Fix MS chap; our libc md4 routines take the number of bytes, not bits, | Todd C. Miller |
2004-05-26 | Better message if interface is not available. Hint from Daniel Polak. | Otto Moerbeek |
2004-04-03 | .br workaround no longer necessary; | Jason McIntyre |
2004-02-26 | logf -> logmsg; daniel@lucq.org | Theo de Raadt |
2004-02-09 | Remove unused %r (recursive) format option. ok millert@ | Can Erkin Acar |
2004-02-08 | amd64 needs the same hack as powerpc; but this code really needs to be | Theo de Raadt |
2004-01-24 | since other users cannot exec them, do not make it readable either | Theo de Raadt |