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
/
chat
/
chat.c
Age
Commit message (
Expand
)
Author
2007-09-11
use strcspn to properly overwrite '\n' in fgets returned buffer
Gilles Chehade
2004-02-26
logf -> logmsg; daniel@lucq.org
Theo de Raadt
2003-04-25
comment cleanup
Theo de Raadt
2003-04-04
strcat->strlcat, ok millert@
Anil Madhavapeddy
2003-04-03
more snprintf; millert ok
Theo de Raadt
2002-07-02
Check malloc() return value; Chad Loder
Todd C. Miller
2002-05-29
more strlcat
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-17
Manual cleanup of remaining userland __P use (excluding packages maintained o...
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-09-05
make sure that va_start() has matching va_end()
Theo de Raadt
1999-12-02
paranoia, add_return may change
David Leonard
1999-12-02
fix one possible buffer overrun; inspired by kris@hub.freebsd.org
David Leonard
1998-10-30
fix usage()
Michael Shalayeff
1998-09-12
Insert missing flags -s and -S, probably lost during move from 'mini getopt'
Niels Provos
1998-08-04
fix parsing on chat script when passed on the command line; problem noted by ...
Todd C. Miller
1998-05-08
pppd 2.3.5
Todd C. Miller
1998-01-17
ppp-2.3.3 + some -Wall
Todd C. Miller
1997-11-16
Replace "micro getopt" with real getopt for readability's sake.
Todd C. Miller
1997-09-19
never before have i deleted an unused global variable out of a file with
Theo de Raadt
1997-09-01
Update from ppp 3.2.1
Todd C. Miller
1996-05-21
allow comments in script; netbsd pr#2450; ksulliva@psc.edu
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt