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
/
lib
/
libc
/
gen
/
getusershell.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove includes that are no longer neeed after tedu's simplification.
millert
2019-12-10
1
-4
/
+1
*
rewrite guts of getusershell() to avoid possibility of overflow.
tedu
2015-12-08
1
-41
/
+45
*
remove null check before free. from Michael McConville
tedu
2015-09-14
1
-9
/
+5
*
SIZE_MAX is standard, we should be using it in preference to the
millert
2015-02-06
1
-2
/
+3
*
When fopen()ing internal to libc (the API doesn't support the use
guenther
2014-09-15
1
-2
/
+2
*
Fix one more off-by-one (making it an off-by-two):
tobias
2014-01-19
1
-2
/
+2
*
Fix off-by-one on specially crafted /etc/shells file.
tobias
2014-01-17
1
-2
/
+2
*
most obvious unsigned char casts for ctype
deraadt
2013-11-24
1
-2
/
+2
*
Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN,
millert
2013-09-30
1
-6
/
+6
*
range check st_size before calling calloc()
deraadt
2012-04-06
1
-3
/
+7
*
zap remaining rcsid.
espie
2005-08-08
1
-4
/
+1
*
Add /bin/ksh to builtin list of OK shells.
millert
2005-04-02
1
-2
/
+2
*
deregister (and deauto!). ok millert@ marco@
otto
2005-03-25
1
-3
/
+3
*
ansify function definitions and zap some `register'
jfb
2004-05-18
1
-5
/
+5
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-6
/
+2
*
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
-2
/
+2
*
Fix RCS ids
tholo
1996-08-19
1
-7
/
+1
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+143