Age | Commit message (Expand) | Author |
2001-11-05 | some syslog_r uses in signal handlers | Theo de Raadt |
2001-09-05 | make sure that va_start() has matching va_end() | Theo de Raadt |
2001-08-09 | sync, simplify, etc. slstats -i is now called -w, like pppstats | Theo de Raadt |
2001-07-09 | remove extraneous braces | Paul Janzen |
2001-06-23 | use strlcpy vs strncpy+a[len-1]='\0' | lebel |
2001-05-15 | the signal handlers can many illegal functions. try to at least be cautious. | Theo de Raadt |
2001-03-09 | exit(-#) is wrong | Theo de Raadt |
2001-01-02 | Fine, I'm convinced -- don't set the mask to ~0. | Angelos D. Keromytis |
2001-01-01 | Force mask to ~0 only if hostname (kudos to james@squish.net) | Angelos D. Keromytis |
2000-09-15 | check return value for setenv(3) for failure, and deal appropriately | Theo de Raadt |
2000-04-15 | - For consistency, `super-user' -> `superuser' in all cases. | Aaron Campbell |
2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell |
2000-02-12 | handle direct lines correctly; rees | Theo de Raadt |
1999-12-02 | paranoia, add_return may change | David Leonard |
1999-12-02 | fix one possible buffer overrun; inspired by kris@hub.freebsd.org | David Leonard |
1999-09-23 | Typo fixes. | Alex Feldman |
1999-08-06 | uid_t and gid_t, and use %u | Theo de Raadt |
1999-07-20 | It's not good to mix mdoc and old-style macros together; espie@ | Aaron Campbell |
1999-07-07 | The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. | Aaron Campbell |
1999-07-03 | Add a note about modem_chat vs. dialback | Todd C. Miller |
1999-06-05 | remove trailing whitespace, some Nm cleanup | Aaron Campbell |
1999-05-03 | drop packets silently while the link is down, which is a better approximation | Michael Shalayeff |
1999-05-03 | include ms-chap support; brad@ | Todd C. Miller |
1999-03-10 | fix comma splices involving 'however' | Paul Janzen |
1999-03-01 | vary -> very; d@ | Aaron Campbell |
1999-02-24 | keep example on one line; ross@netbsd | Theo de Raadt |
1998-10-30 | fix usage() | Michael Shalayeff |
1998-09-12 | Insert missing flags -s and -S, probably lost during move from 'mini getopt' | Niels Provos |
1998-08-04 | fix parsing on chat script when passed on the command line; problem noted by ... | Todd C. Miller |
1998-07-12 | Implement demand_drop() for demand mode pppd; try to avoid mbuf | Angelos D. Keromytis |
1998-07-10 | do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabbling | Theo de Raadt |
1998-07-09 | hostnames are MAXHOSTNAMELEN, not MAXNAMELEN | Theo de Raadt |
1998-06-15 | use Bx macro for BSD versions | Michael Shalayeff |
1998-05-08 | pppd 2.3.5 | Todd C. Miller |
1998-04-25 | Use ISWILD macro, not bare '*' | Todd C. Miller |
1998-04-25 | do not lookup hostname "*"; khym@bga.com | Theo de Raadt |
1998-03-20 | Aliases... | Angelos D. Keromytis |
1998-01-17 | ppp-2.3.3 + some -Wall | Todd C. Miller |
1997-12-20 | do not override other ppp manpage | Theo de Raadt |
1997-12-17 | do not let fd_set overflow | Theo de Raadt |
1997-11-30 | Fix setting of crtscts. It was not being set in set_up_tty() if the | Todd C. Miller |
1997-11-17 | Mention SIGUSR1 in SIGNALS section. Noted by Heiko W.Rupp <hwr@pilhuhn.de> | Todd C. Miller |
1997-11-16 | Replace "micro getopt" with real getopt for readability's sake. | Todd C. Miller |
1997-11-14 | clear CLOCAL if modem is set but modem_chat is not. | Todd C. Miller |
1997-11-13 | Add missing .TP | Todd C. Miller |
1997-10-25 | Set CLOCAL for chat script by default. Add new option "modem_chat" | Todd C. Miller |
1997-09-28 | Allow pppd to change interface addr when demand dialing & dynamic addressing. | Todd C. Miller |
1997-09-28 | write lastlog; mason@primenet.com.au | Theo de Raadt |
1997-09-21 | $OpenBSD$ | Theo de Raadt |
1997-09-19 | never before have i deleted an unused global variable out of a file with | Theo de Raadt |