summaryrefslogtreecommitdiff
path: root/usr.sbin/pppd
AgeCommit message (Collapse)Author
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
2000-02-12handle direct lines correctly; reesTheo de Raadt
1999-12-02paranoia, add_return may changeDavid Leonard
1999-12-02fix one possible buffer overrun; inspired by kris@hub.freebsd.orgDavid Leonard
1999-09-23Typo fixes.Alex Feldman
1999-08-06uid_t and gid_t, and use %uTheo de Raadt
1999-07-20It's not good to mix mdoc and old-style macros together; espie@Aaron Campbell
1999-07-07The 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-03Add a note about modem_chat vs. dialbackTodd C. Miller
1999-06-05remove trailing whitespace, some Nm cleanupAaron Campbell
1999-05-03drop packets silently while the link is down, which is a better approximationMichael Shalayeff
to the real networks, ie simulating an open wire w/ tokens falling down angelos@ ok
1999-05-03include ms-chap support; brad@Todd C. Miller
1999-03-10fix comma splices involving 'however'Paul Janzen
1999-03-01vary -> very; d@Aaron Campbell
1999-02-24keep example on one line; ross@netbsdTheo de Raadt
1998-10-30fix usage()Michael Shalayeff
1998-09-12Insert missing flags -s and -S, probably lost during move from 'mini getopt'Niels Provos
to the real getopt.
1998-08-04fix 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-12Implement demand_drop() for demand mode pppd; try to avoid mbufAngelos D. Keromytis
exhaustion while setting up a connection.
1998-07-10do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabblingTheo de Raadt
1998-07-09hostnames are MAXHOSTNAMELEN, not MAXNAMELENTheo de Raadt
1998-06-15use Bx macro for BSD versionsMichael Shalayeff
1998-05-08pppd 2.3.5Todd C. Miller
1998-04-25Use ISWILD macro, not bare '*'Todd C. Miller
1998-04-25do not lookup hostname "*"; khym@bga.comTheo de Raadt
1998-03-20Aliases...Angelos D. Keromytis
1998-01-17ppp-2.3.3 + some -WallTodd C. Miller
1997-12-20do not override other ppp manpageTheo de Raadt
1997-12-17do not let fd_set overflowTheo de Raadt
1997-11-30Fix setting of crtscts. It was not being set in set_up_tty() if theTodd C. Miller
local var "local" is set. This is a problem since that is set during chat. Use the "modem" var instead.
1997-11-17Mention SIGUSR1 in SIGNALS section. Noted by Heiko W.Rupp <hwr@pilhuhn.de>Todd C. Miller
1997-11-16Replace "micro getopt" with real getopt for readability's sake.Todd C. Miller
1997-11-14clear CLOCAL if modem is set but modem_chat is not.Todd C. Miller
1997-11-13Add missing .TPTodd C. Miller
1997-10-25Set 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-28Allow 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-28write lastlog; mason@primenet.com.auTheo de Raadt
1997-09-21$OpenBSD$Theo de Raadt
1997-09-19never before have i deleted an unused global variable out of a file withTheo de Raadt
such prejudice (long story)
1997-09-07Remove old bpf files no longer in use.Todd C. Miller
1997-09-05ppp 2.3.1Todd C. Miller
1997-09-02Clean up the manual a bit (add a few missing .TP directives).Angelos D. Keromytis
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