summaryrefslogtreecommitdiff
path: root/usr.sbin/pppd/options.c
AgeCommit message (Expand)Author
2003-04-04strlcpy and snprintf; various people okTheo de Raadt
2002-12-23avoid null deref in calling option_erro(); pt out by hunter@comsys.com.uaMichael Shalayeff
2002-07-01license update of CMU parts. due to communication with wcw+@andrew.cmu.edu,Theo de Raadt
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-07-09remove extraneous bracesPaul Janzen
2001-06-23use strlcpy vs strncpy+a[len-1]='\0'lebel
1998-05-08pppd 2.3.5Todd C. Miller
1998-01-17ppp-2.3.3 + some -WallTodd C. Miller
1997-10-25Set CLOCAL for chat script by default. Add new option "modem_chat"Todd C. Miller
1997-09-05ppp 2.3.1Todd C. Miller
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-01-02inet_addr --> inet_atonMichael Shalayeff
1996-12-23pppd 2.3b3 import. some minor buf oflow fixes and so.Michael Shalayeff
1996-12-15Use inet_aton() instead of inet_addr()Todd C. Miller
1996-07-20Update pppd to 2.3a4:joshd
1996-04-21sync to netbsd 960418Theo de Raadt
1996-03-25From NetBSD: merge of 960317Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt