summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp
AgeCommit message (Expand)Author
2005-07-12rev 1.14Brad Smith
2005-07-11rev 1.12Brad Smith
2005-07-11rev 1.30Brad Smith
2005-07-11Don't install wrong IPv6 route by add command.Brad Smith
2005-07-11rev 1.32Brad Smith
2005-07-09rev 1.85Brad Smith
2005-07-09rev 1.45Brad Smith
2005-07-06rev 1.8Brad Smith
2005-07-06Add a bunch of malloc() return checksBrad Smith
2005-07-06rev 1.7Brad Smith
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
2005-03-10the section is named "LOGGING FACILITY", not "Logging Facility";Jason McIntyre
2005-03-06Use correct byte order when logging port numbers.Chad Loder
2005-02-19The COMPILATIONDATE keyword has been dropped in ppp(8), change theMarc Balmer
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
2004-12-17note the effect of `$' and `~' in configuration file, and how toJason McIntyre
2004-11-23Set link-local address of tun interface with prefixlen = 64Brad Smith
2004-11-17NI_WITHSCOPEID is no more.Jun-ichiro itojun Hagino
2004-11-16Re-implement LQM, this time according to the rfc.Brad Smith
2004-07-30setup(n.) -> set up(v.);Jason McIntyre
2004-07-13stuff from me and claudio@:Jason McIntyre
2004-06-26Fix strict aligenment issues in ppp lcp and ipcp handling.Claudio Jeker
2004-05-31Avoid unintentional trigraph.Brad Smith
2004-05-30only call getprotobynumber() when necessary. from freebsd (dds@)Ted Unangst
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
2004-05-24- sort optionsJason McIntyre
2004-05-23- tcpdump is section 8, not 1Jason McIntyre
2004-05-15Workaround to work with the new multipath support. Do a RTM_GET first toClaudio Jeker
2004-03-16fix dud example; from leopold-bloom at foni dot net;Jason McIntyre
2004-03-15correct .Pa for ppp.conf.sample;Jason McIntyre
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
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
2003-06-12- section reorderJason McIntyre
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
2003-04-28String cleanup, from beck@Thierry Deval
2003-04-28strings. tdeval and I finally agree on this :)Bob Beck