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
/
login_cap.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
simplify and clarify login_getstyle; ok deraadt@
millert
2008-10-02
1
-14
/
+7
*
Check snprintf(3) return value for error or truncation.
moritz
2007-09-17
1
-3
/
+12
*
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
deraadt
2007-09-02
1
-2
/
+2
*
a few rlim_t casts, kind of ok otto and millert
deraadt
2006-04-09
1
-13
/
+13
*
Fix use after free(). Bug found by mpech@; ok deraadt@
otto
2005-10-04
1
-4
/
+4
*
unused variable killed
deraadt
2004-09-16
1
-3
/
+2
*
Only expand a tilde for strings like "~", "~/..", "~user" and "~user/".
millert
2004-08-10
1
-19
/
+43
*
Support the "setenv" capability in login.conf ala FreeBSD. Following
millert
2004-08-09
1
-62
/
+242
*
Honor vmemoryuse resouce limit if RLIMIT_VMEM is defined.
millert
2004-08-07
1
-1
/
+4
*
ansify function definitions and zap some `register'
jfb
2004-05-18
1
-60
/
+16
*
amout -> amount; from tom@.
fgsch
2004-01-07
1
-2
/
+2
*
dont compare int to NULL, millert@ ok
avsm
2003-10-24
1
-2
/
+2
*
protos
deraadt
2003-06-25
1
-1
/
+2
*
Rewritten setuserpath() that is much clearer and uses strlcpy()
millert
2003-03-31
1
-43
/
+68
*
more writeable -> writable by torh
henning
2002-12-15
1
-2
/
+2
*
more snprintf; ok millert
deraadt
2002-11-22
1
-3
/
+3
*
Use strtoll() and strtoull() instead of strtoq() and strtouq() now
millert
2002-10-09
1
-4
/
+4
*
%u and uid/gid
deraadt
2002-06-27
1
-4
/
+4
*
uid_t is unsigned
deraadt
2002-06-23
1
-2
/
+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
-5
/
+5
*
Fix memory leak in setuserpath(). We prefer patch from millert@.
mpech
2002-01-29
1
-12
/
+15
*
Fix memory leaks in login_getcapnum() and login_getcapsize().
mpech
2002-01-28
1
-3
/
+25
*
Fix memory leaks in login_getstyle(), login_getstr() and login_getcaptime()
millert
2002-01-23
1
-42
/
+62
*
Complain via syslog if login.conf does not exist. With the BSD
millert
2001-05-30
1
-5
/
+2
*
Silently convert s/key -> skey in login_getstyle(). A bit of a hack
millert
2000-12-04
1
-1
/
+5
*
seperate -> separate, okay aaron@
provos
2000-11-10
1
-2
/
+2
*
Change setuserpath() from void to int so we can pass up a return
millert
2000-09-16
1
-6
/
+13
*
KNF
deraadt
2000-08-24
1
-4
/
+4
*
login.conf code from BSDi. This does not include the bsd auth code
millert
2000-08-20
1
-0
/
+901