index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
pppd
/
main.c
Age
Commit message (
Expand
)
Author
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2007-09-02
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
Theo de Raadt
2007-06-04
bye bye ipx
Henning Brauer
2005-05-03
setres[ug]id; ok millert@
Damien Miller
2004-02-09
Remove unused %r (recursive) format option. ok millert@
Can Erkin Acar
2004-02-08
amd64 needs the same hack as powerpc; but this code really needs to be
Theo de Raadt
2003-04-25
comment cleanup
Theo de Raadt
2003-04-14
obvious spring cleanup
Theo de Raadt
2003-04-04
strlcpy and snprintf; various people ok
Theo de Raadt
2002-07-29
Replace an instance of chmod() with fchmod()
Todd C. Miller
2002-07-01
license update of CMU parts. due to communication with wcw+@andrew.cmu.edu,
Theo de Raadt
2002-05-26
pid_t cleanup
Theo de Raadt
2002-05-08
be even more clear
Theo de Raadt
2002-05-06
do not install a SIGSEGV handler
Theo de Raadt
2002-02-19
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-11-05
some syslog_r uses in signal handlers
Theo de Raadt
2001-05-15
the signal handlers can many illegal functions. try to at least be cautious.
Theo de Raadt
2001-03-09
exit(-#) is wrong
Theo de Raadt
2000-09-15
check return value for setenv(3) for failure, and deal appropriately
Theo de Raadt
2000-02-12
handle direct lines correctly; rees
Theo de Raadt
1999-08-06
uid_t and gid_t, and use %u
Theo de Raadt
1999-05-03
drop packets silently while the link is down, which is a better approximation
Michael Shalayeff
1998-07-12
Implement demand_drop() for demand mode pppd; try to avoid mbuf
Angelos D. Keromytis
1998-07-10
do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabbling
Theo de Raadt
1998-07-09
hostnames are MAXHOSTNAMELEN, not MAXNAMELEN
Theo de Raadt
1998-05-08
pppd 2.3.5
Todd C. Miller
1998-01-17
ppp-2.3.3 + some -Wall
Todd C. Miller
1997-11-14
clear CLOCAL if modem is set but modem_chat is not.
Todd C. Miller
1997-10-25
Set CLOCAL for chat script by default. Add new option "modem_chat"
Todd C. Miller
1997-09-05
ppp 2.3.1
Todd C. Miller
1997-08-04
save errno in sigchld handlers
Theo de Raadt
1997-07-25
#if __STDC__ --> #ifdef __STDC__
Michael Shalayeff
1997-03-29
Changed definition of 'a' in vfmtmsg from void * to va_list.
dgregor
1997-01-23
Pedantic removal of extra spaces
Niklas Hallqvist
1996-12-23
pppd 2.3b3 import. some minor buf oflow fixes and so.
Michael Shalayeff
1996-12-22
Deal with _POSIX_SAVED_IDS when relinquishing privileges
Theo de Raadt
1996-08-20
exit 1 for failure if -detach; netbsd pr#2705; jbernard@tater.Mines.EDU
Theo de Raadt
1996-07-27
pass a minimal environment ($PATH)
Theo de Raadt
1996-07-20
Update pppd to 2.3a4:
joshd
1996-06-17
parse args before tty options file; netbsd pr#2554; from Davyd.Norris@fcollin...
Theo de Raadt
1996-05-11
check before unlinking pidfile
Theo de Raadt
1996-04-21
sync to netbsd 960418
Theo de Raadt
1996-03-25
From NetBSD: merge of 960317
Niklas Hallqvist
1996-02-04
sleep() call not needed (from NetBSD).
hannken
1996-01-07
pass a useful environment to ip-up/ip-down scripts; this is not a
Theo de Raadt
1995-12-28
Leave DTR down for one second on exit so modem may catch the DTR to false
hannken
1995-10-18
initial import of NetBSD tree
Theo de Raadt