Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-02 | no need to escape `|'; as discussed with schwartze | Jason McIntyre | |
2010-08-12 | Use symbolic names for the file descriptors rather than numeric values. | Kevin Lo | |
Some from damien@, millert@ ok phessler@, millert@ | |||
2010-03-26 | dispense with some wacky escape sequences; | Jason McIntyre | |
2008-11-12 | we should not document each operand in the usage of a command, | Igor Sobrado | |
it is an usual practice on BSDs and make the synopsis and usage more robust when operands are added or removed; synchronize the usage with the synopsis on the manual page; while here, remove superfluous information from the usage. ok jmc@ | |||
2007-07-26 | Remove the space after "Password:" in password prompts where echo is | Todd C. Miller | |
turned off. This is consistent with historic UNIX behavior. | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2005-07-11 | rev 1.32 | Brad Smith | |
Add IPv6 support to pppctl by using getaddrinfo() and trying each address it returns. This allows it to connect to the server side again, which has been listening on IPv6 addresses exclusively for more than 3 years. From tjr FreeBSD Fixes the issue noted in PR's 2780, 3570 and 3751. ok deraadt@ | |||
2004-05-24 | - sort options | Jason McIntyre | |
- sync usage() | |||
2004-03-16 | fix dud example; from leopold-bloom at foni dot net; | Jason McIntyre | |
ok deraadt@ | |||
2003-11-15 | check getpass for NULL. from Jared Yanovich. ok otto@ | Ted Unangst | |
2003-10-31 | New libedit api changes. | Otto Moerbeek | |
Tested by djm@, mouring@, jmc@. ok deraadt@ | |||
2003-09-07 | fix crash. pr3454 from openbsd at rukh.net. ok deraadt@ | Ted Unangst | |
2003-08-19 | use poll instead; millert fgsch ok | Theo de Raadt | |
2003-06-12 | - section reorder | Jason McIntyre | |
- macro fixes - kill whitespace at EOL - new sentence, new line | |||
2003-04-14 | strlcpy, obvious | Theo de Raadt | |
2003-04-04 | strlcat; Hans-Joerg.Hoexer@yerbouti.franken.de | Theo de Raadt | |
2003-04-04 | strlcpy and snprintf; various people ok | Theo de Raadt | |
2003-03-06 | date should be written formally: .Dd Month day, year | David Krause | |
ok henning@ jmc@ | |||
2003-02-18 | copyrights added; | Jason McIntyre | |
*installboot*: all Paul Kranenburg pppctl(8): Brian Somers rpc.bootparamd(8): public domain | |||
2002-07-02 | Remove whitespace at eol | brian | |
2001-08-20 | Powered by @mantoya. | Mike Pechkin | |
o) we don't like .Nd without argument, except next line starts with a new tag; millert@ ok | |||
2001-08-18 | Deal with snprintf() return codes properly | brian | |
2001-08-17 | o) {Open,Net,Free}BSD -> .{O,N,F}x; | Mike Pechkin | |
o) "start sentence on new line" issues; o) minimal -mdoc improvements; millert@ ok | |||
2001-03-22 | Grok NetBSD's version of el_init() (#ifdef NetBSD only) | brian | |
Submitted by: martin.hopkins@insignia.com | |||
2001-03-05 | Avoid a core-dump under NetBSD | brian | |
2000-08-16 | If the -p option is used, use setproctitle() to hide it's argument | brian | |
(a password) asap. | |||
2000-03-19 | Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other | Aaron Campbell | |
cleanup along the way. | |||
1999-08-02 | Use err[x]/warn[x] and improve error reporting | brian | |
Submitted by: charnier@FreeBSD.org | |||
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 | remove redundant .Pp macros | Aaron Campbell | |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1999-04-26 | Add support for NetBSD (history() from libedit is different). | brian | |
1999-03-11 | cleanup | Aaron Campbell | |
1999-01-31 | Mention the error when we fail to connect(). | brian | |
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell | |
1998-09-17 | Depolute Makefiles. | brian | |
1998-08-31 | Upgrade ppp to version 2.0 | brian | |
This adds a number of features including: o Multilink o Callback (including CBCP) o DNS negotiation (client & server) o Easy to configure masquerading/packet aliasing o Any number of diagnostic socket connections (limits DOS attacks) o Sticky routes (ppp updates the routing table when the IP number is changed) See the file README.changes for things that effect current configurations. |