Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell | |
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)). | |||
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 | |
Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one. | |||
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 | |
to the real networks, ie simulating an open wire w/ tokens falling down angelos@ ok | |||
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 | |
to the real getopt. | |||
1998-08-04 | fix parsing on chat script when passed on the command line; problem noted by ↵ | Todd C. Miller | |
fgsch@olimpo.com.br but different fix committed. | |||
1998-07-12 | Implement demand_drop() for demand mode pppd; try to avoid mbuf | Angelos D. Keromytis | |
exhaustion while setting up a connection. | |||
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 | |
local var "local" is set. This is a problem since that is set during chat. Use the "modem" var instead. | |||
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 | |
to override the default for people using cua devices who want chat to detect loss of carrier. | |||
1997-09-28 | Allow pppd to change interface addr when demand dialing & dynamic addressing. | Todd C. Miller | |
Fix from Dave Huang <khym@bga.com> based on what ifconfig does. | |||
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 | |
such prejudice (long story) | |||
1997-09-07 | Remove old bpf files no longer in use. | Todd C. Miller | |
1997-09-05 | ppp 2.3.1 | Todd C. Miller | |
1997-09-02 | Clean up the manual a bit (add a few missing .TP directives). | Angelos D. Keromytis | |
1997-09-01 | Update based on ppp 3.2.1. Also fix some obvious err/errx usage and | Todd C. Miller | |
broken strncpy() usage. | |||
1997-09-01 | Update from ppp 3.2.1 | Todd C. Miller | |
1997-08-04 | save errno in sigchld handlers | Theo de Raadt | |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-07-22 | non-VJ; msaitoh@spa.is.uec.ac.jp | Theo de Raadt | |
1997-06-27 | long nightmares | Theo de Raadt | |
1997-06-08 | FILE * leak; d@fnarg.net.au, PR#216 | Theo de Raadt | |
1997-05-31 | fix typos; khym@bga.com | Theo de Raadt | |