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
/
lib
/
libc
/
gen
/
auth_subr.c
Age
Commit message (
Expand
)
Author
2009-01-15
Remove support for kerb4 '.' instance separator, kerb4 is dead. OK jacekm@
Todd C. Miller
2008-03-24
msg_controllen has to be CMSG_SPACE so that the kernel can account for
Theo de Raadt
2008-03-15
Repair the simple cases for msg_controllen where it should just be
Theo de Raadt
2008-03-13
Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to
Theo de Raadt
2007-11-01
Fix waitpid() idiom. Noticed by deraadt@
Todd C. Miller
2007-09-17
Check snprintf(3) return value for error or truncation.
Moritz Jodeit
2004-12-02
Restart waitpid() if we are interupted by a signal. OK deraadt@
Todd C. Miller
2004-08-30
Use CMSG_SPACE when allocating space for the control message.
Todd C. Miller
2004-08-09
Add my copyright.
Todd C. Miller
2004-08-03
Add support for passing a file descriptor back and forth between
Todd C. Miller
2004-01-23
Use closefrom(); ok millert tedu
Theo de Raadt
2004-01-10
Don't clean options in auth_clean() which was introduced in rev 1.8.
Todd C. Miller
2004-01-08
use va_copy() with gcc 3 and up.
Brad Smith
2003-06-11
ansification; checked by pval
Theo de Raadt
2003-01-04
spelling
Theo de Raadt
2002-11-22
Initialize status to zero before calling waitpid(). That way, if
Todd C. Miller
2002-11-22
more snprintf; ok millert
Theo de Raadt
2002-10-30
Revert this va_copy addition, it cannot work on macppc (which is the
Dale Rahn
2002-10-24
Use va_copy() for varargs assignemnt. va_copy() is standard with C99
Dale Rahn
2002-10-16
Replace "if (value != NULL && value == as->FOO)" with just
Todd C. Miller
2002-10-15
Fix typo introduce in last commit
Todd C. Miller
2002-10-15
If auth_setitem() is called with the current value (ie: the pointer
Todd C. Miller
2002-10-15
Cast NULL sentinel in auth_call() to a pointer
Todd C. Miller
2002-10-13
Move the clearing of as->state in auth_challenge() to after the sanity
Todd C. Miller
2002-08-04
If fork() fails, log/report the error *before* we close our fd's just
Todd C. Miller
2002-06-27
KNF
Theo de Raadt
2002-05-24
try to use strlcpy and snprintf more; ok various
Theo de Raadt
2002-03-13
Convert indentation whitespace -> tabs and kill $@%^#! ^M's
Todd C. Miller
2002-02-05
o) Fix memory leak in _auth_checklogin(), auth_approval(), auth_close() and
Mike Pechkin
2002-01-14
If waitpid() return ECHILD that should not be a fatal error since
Todd C. Miller
2001-07-02
Convert warn/warnx -> _warn/_warnx
Todd C. Miller
2001-06-24
When splitting instance from username, treat '/' as a separator as
Todd C. Miller
2000-11-23
zero pw_passwd before freeing
Todd C. Miller
2000-11-21
Remove needless memset() from last commit.
Todd C. Miller
2000-11-21
Deal with va_list not being a pointer; this should be re-evaluated.
Todd C. Miller
2000-11-21
BSD authentication routines from BSDI. Presently this is not used but
Todd C. Miller