summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/auth_subr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove support for kerb4 '.' instance separator, kerb4 is dead. OK jacekm@millert2009-01-151-5/+5
* msg_controllen has to be CMSG_SPACE so that the kernel can account forderaadt2008-03-241-2/+2
* Repair the simple cases for msg_controllen where it should just bederaadt2008-03-151-2/+2
* Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due toderaadt2008-03-131-4/+7
* Fix waitpid() idiom. Noticed by deraadt@millert2007-11-011-4/+3
* Check snprintf(3) return value for error or truncation.moritz2007-09-171-5/+15
* Restart waitpid() if we are interupted by a signal. OK deraadt@millert2004-12-021-2/+5
* Use CMSG_SPACE when allocating space for the control message.millert2004-08-301-3/+3
* Add my copyright.millert2004-08-091-1/+16
* Add support for passing a file descriptor back and forth betweenmillert2004-08-031-17/+77
* Use closefrom(); ok millert teduderaadt2004-01-231-4/+2
* Don't clean options in auth_clean() which was introduced in rev 1.8.millert2004-01-101-9/+1
* use va_copy() with gcc 3 and up.brad2004-01-081-2/+8
* ansification; checked by pvalderaadt2003-06-111-2/+2
* spellingderaadt2003-01-041-2/+2
* Initialize status to zero before calling waitpid(). That way, ifmillert2002-11-221-1/+2
* more snprintf; ok millertderaadt2002-11-221-2/+2
* Revert this va_copy addition, it cannot work on macppc (which is thedrahn2002-10-301-4/+2
* Use va_copy() for varargs assignemnt. va_copy() is standard with C99drahn2002-10-241-2/+4
* Replace "if (value != NULL && value == as->FOO)" with justmillert2002-10-161-6/+6
* Fix typo introduce in last commitmillert2002-10-151-2/+2
* If auth_setitem() is called with the current value (ie: the pointermillert2002-10-151-9/+11
* Cast NULL sentinel in auth_call() to a pointermillert2002-10-151-2/+2
* Move the clearing of as->state in auth_challenge() to after the sanitymillert2002-10-131-7/+6
* If fork() fails, log/report the error *before* we close our fd's justmillert2002-08-041-3/+3
* KNFderaadt2002-06-271-2/+2
* try to use strlcpy and snprintf more; ok variousderaadt2002-05-241-2/+2
* Convert indentation whitespace -> tabs and kill $@%^#! ^M'smillert2002-03-131-13/+13
* o) Fix memory leak in _auth_checklogin(), auth_approval(), auth_close() andmpech2002-02-051-2/+17
* If waitpid() return ECHILD that should not be a fatal error sincemillert2002-01-141-7/+7
* Convert warn/warnx -> _warn/_warnxmillert2001-07-021-6/+6
* When splitting instance from username, treat '/' as a separator asmillert2001-06-241-6/+6
* zero pw_passwd before freeingmillert2000-11-231-2/+5
* Remove needless memset() from last commit.millert2000-11-211-2/+1
* Deal with va_list not being a pointer; this should be re-evaluated.millert2000-11-211-13/+16
* BSD authentication routines from BSDI. Presently this is not used butmillert2000-11-211-0/+986