index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
pppd
/
auth.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use explicit_bzero to erase secrets
jca
2017-11-17
1
-8
/
+8
*
use crypt_checkpass to simplify password checking logic.
tedu
2016-06-24
1
-16
/
+3
*
remove pam and shadow code that's not used. ok deraadt jca
tedu
2016-05-17
1
-178
/
+1
*
need to use shadow passwd function here, reminded by sthen
tedu
2016-05-09
1
-2
/
+2
*
Use pread/pwrite instead separate lseek+read/write for lastlog.
guenther
2015-12-26
1
-5
/
+5
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-2
/
+3
*
remove networks(5) support; it wasn't even documented to exist;
schwarze
2014-11-13
1
-7
/
+2
*
Delete unused variables, from Michael W Bombardieri.
nicm
2011-10-02
1
-3
/
+1
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-9
/
+1
*
realloc fixes; ok deraadt millert
pvalchev
2003-09-26
1
-5
/
+11
*
small fix to compile. spot by marc@
tedu
2003-04-16
1
-2
/
+3
*
string cleaning; ok millert
deraadt
2003-04-16
1
-5
/
+8
*
strlcpy and snprintf; various people ok
deraadt
2003-04-04
1
-9
/
+9
*
intial -> initial;
jmc
2003-02-18
1
-3
/
+3
*
Paul Mackerras and the Australian National University have worked things
deraadt
2002-09-13
1
-15
/
+31
*
use inet_aton() instead of inet_addr(); millert ok
deraadt
2002-07-18
1
-8
/
+6
*
license update of CMU parts. due to communication with wcw+@andrew.cmu.edu,
deraadt
2002-07-01
1
-15
/
+38
*
Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)
millert
2002-02-17
1
-4
/
+4
*
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
millert
2002-02-16
1
-16
/
+16
*
remove extraneous braces
pjanzen
2001-07-09
1
-4
/
+3
*
use strlcpy vs strncpy+a[len-1]='\0'
lebel
2001-06-23
1
-4
/
+3
*
Fine, I'm convinced -- don't set the mask to ~0.
angelos
2001-01-02
1
-4
/
+3
*
Force mask to ~0 only if hostname (kudos to james@squish.net)
angelos
2001-01-01
1
-3
/
+3
*
uid_t and gid_t, and use %u
deraadt
1999-08-06
1
-3
/
+3
*
pppd 2.3.5
millert
1998-05-08
1
-30
/
+124
*
Use ISWILD macro, not bare '*'
millert
1998-04-25
1
-4
/
+4
*
do not lookup hostname "*"; khym@bga.com
deraadt
1998-04-25
1
-3
/
+3
*
ppp-2.3.3 + some -Wall
millert
1998-01-17
1
-37
/
+35
*
write lastlog; mason@primenet.com.au
deraadt
1997-09-28
1
-2
/
+20
*
ppp 2.3.1
millert
1997-09-05
1
-171
/
+170
*
FILE * leak; d@fnarg.net.au, PR#216
deraadt
1997-06-08
1
-3
/
+6
*
Fix mangling in assignment of np->n_net to ina.s_addr.
millert
1997-04-06
1
-3
/
+3
*
inet_addr --> inet_aton
mickey
1997-01-02
1
-10
/
+11
*
pppd 2.3b3 import. some minor buf oflow fixes and so.
mickey
1996-12-23
1
-82
/
+95
*
Use inet_aton() instead of inet_addr()
millert
1996-12-15
1
-10
/
+11
*
Update pppd to 2.3a4:
joshd
1996-07-20
1
-32
/
+290
*
sync to netbsd 960418
deraadt
1996-04-21
1
-4
/
+4
*
From NetBSD: merge of 960317
niklas
1996-03-25
1
-62
/
+251
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+934