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
Age
Commit message (
Expand
)
Author
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2009-08-08
better synopsis;
Jason McIntyre
2009-08-08
add a real synopsis to chat(8); synchronize synopsis and usage;
Igor Sobrado
2009-07-19
missing va_end in pppd; ok millert@
Martynas Venckus
2007-09-11
use strcspn to properly overwrite '\n' in fgets returned buffer
Gilles Chehade
2007-05-31
convert to new .Dd format;
Jason McIntyre
2004-04-03
.br workaround no longer necessary;
Jason McIntyre
2004-02-26
logf -> logmsg; daniel@lucq.org
Theo de Raadt
2003-06-13
mdoc version of chat(8);
Jason McIntyre
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
2003-02-01
typos;
Jason McIntyre
2002-10-25
escape a couple of literal \n's so they print correctly
Jason Wright
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
1999-09-23
Typo fixes.
Alex Feldman
1999-06-05
remove trailing whitespace, some Nm cleanup
Aaron Campbell
1999-03-10
fix comma splices involving 'however'
Paul Janzen
1999-03-01
vary -> very; d@
Aaron Campbell
1999-02-24
keep example on one line; ross@netbsd
Theo de Raadt
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
1997-05-31
fix typos; khym@bga.com
Theo de Raadt
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