summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp
AgeCommit message (Collapse)Author
2005-04-22snprintf cleanup. OK deraadt@, moritz@Chad Loder
2005-04-20be more careful with snprintf. ok cloder@ deraadt@Moritz Jodeit
2005-03-29document that `#' also needs to be escaped in strings;Jason McIntyre
double quoting strings prevents #, ~, and $ being expanded too; based on a diff from stuart henderson (pr #4156);
2005-03-10the section is named "LOGGING FACILITY", not "Logging Facility";Jason McIntyre
also mention that it is "above", as this is one large page;
2005-03-06Use correct byte order when logging port numbers.Chad Loder
OK tdeval, markus
2005-02-19The COMPILATIONDATE keyword has been dropped in ppp(8), change theMarc Balmer
man page accordingly. ok jmc@, jaredy@
2005-02-17zap compilation date from binary, ok deraadt@, ian@Marc Balmer
2005-01-20backout workaround from rev 1.29 as it breaks host routes and is notMarkus Friedl
required because multipath routes require RTF_MPATH; ok claudio
2004-12-17note the effect of `$' and `~' in configuration file, and how toJason McIntyre
escape them; based on netbsd -r 1.316, pr 42762, from peter pentchev;
2004-11-23Set link-local address of tun interface with prefixlen = 64Brad Smith
instead of 128. From FreeBSD ok deraadt@ todd@
2004-11-17NI_WITHSCOPEID is no more.Jun-ichiro itojun Hagino
2004-11-16Re-implement LQM, this time according to the rfc.Brad Smith
From FreeBSD ok deraadt@
2004-07-30setup(n.) -> set up(v.);Jason McIntyre
2004-07-13stuff from me and claudio@:Jason McIntyre
- remove references to stuff we don't support (libalias, libradius, etc.) - consistent quoting - macro fixes - grammar, punctuation, etc. - use .Ic for commands to reduce amount of quoting more work needed here. this page is just too much...
2004-06-26Fix strict aligenment issues in ppp lcp and ipcp handling.Claudio Jeker
More cleanup is needed. OK henning@ canacar@
2004-05-31Avoid unintentional trigraph.Brad Smith
From FreeBSD
2004-05-30only call getprotobynumber() when necessary. from freebsd (dds@)Ted Unangst
testing jmc todd. ok deraadt
2004-05-25tun interface is stored in /var/run/cuaXX.if, not /var/run/ttyXX.if;Jason McIntyre
2004-05-25clarify how modems on serial ports attach, and their corresponding deviceJason McIntyre
numbers; inspired by a thread on misc@, and my own, er, experiences.. ok markus@
2004-05-24- sort optionsJason McIntyre
- sync usage()
2004-05-23- tcpdump is section 8, not 1Jason McIntyre
- uppercase `id' - update section on tun device creation - missing apostrophes - remove dead Xr's from SEE ALSO - Xr tun and ifconfig ok markus@
2004-05-15Workaround to work with the new multipath support. Do a RTM_GET first toClaudio Jeker
decide if a RTM_ADD or a RTM_CHANGE needs to be done when adding new routes. tested and OK henning@
2004-03-16fix dud example; from leopold-bloom at foni dot net;Jason McIntyre
ok deraadt@
2004-03-15correct .Pa for ppp.conf.sample;Jason McIntyre
from leopold-bloom at foni dot net; also, fix some spacing issues;
2004-01-28remove unused variable. ok millert@Kevin Lo
2004-01-24since other users cannot exec them, do not make it readable eitherTheo de Raadt
2004-01-23Use closefrom(); ok millert teduTheo de Raadt
2003-11-15check getpass for NULL. from Jared Yanovich. ok otto@Ted Unangst
2003-10-31New libedit api changes.Otto Moerbeek
Tested by djm@, mouring@, jmc@. ok deraadt@
2003-10-20realloc fixesTheo de Raadt
2003-09-22Off-by-ones, from aaron@Miod Vallat
2003-09-07fix crash. pr3454 from openbsd at rukh.net. ok deraadt@Ted Unangst
2003-08-19use poll instead; millert fgsch okTheo de Raadt
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. Miller
I've skipped the GNU stuff for now. From Patrick Latifi.
2003-06-12- section reorderJason McIntyre
- macro fixes - kill whitespace at EOL - new sentence, new line
2003-06-04fix some more UCB term 3Theo de Raadt
2003-06-02Update old UCB license w/ new one based on /sys/net/slcompress.[ch]Todd C. Miller
2003-04-28strncpy IS NOT strlcpyThierry Deval
blame from deraadt@, krw@
2003-04-28String cleanup, from beck@Thierry Deval
With some personal enhancements. ok beck@
2003-04-28strings. tdeval and I finally agree on this :)Bob Beck
ok tdeval@
2003-04-23updated links to FreeBSD ppp docs;Jason McIntyre
from Michael Tannenbaum (PR 3224); ok millert@
2003-04-14strlcpy, obviousTheo de Raadt
2003-04-08more correct snprintf bound. ok deraadt@Ted Unangst
2003-04-07more string cleaning; ok teduTheo de Raadt
2003-04-04strlcat; Hans-Joerg.Hoexer@yerbouti.franken.deTheo de Raadt
2003-04-04strlcpy and snprintf; various people okTheo de Raadt
2003-03-14removed references to non-existent radius.conf(5);Jason McIntyre
from Adrian Close; fixes PR 2558; ok millert@
2003-03-06date should be written formally: .Dd Month day, yearDavid Krause
ok henning@ jmc@
2003-02-18copyrights added;Jason McIntyre
*installboot*: all Paul Kranenburg pppctl(8): Brian Somers rpc.bootparamd(8): public domain
2003-02-09typos;Jason McIntyre