summaryrefslogtreecommitdiff
path: root/check.c
Commit message (Expand)AuthorAgeFilesLines
* fixed some indentationTodd C. Miller1996-04-051-5/+5
* was closing an fd that may not have been openedTodd C. Miller1996-04-021-1/+2
* Now use skeylookup() instead off skeychallenge()Todd C. Miller1996-03-111-18/+32
* ++versionTodd C. Miller1996-01-141-2/+2
* ++versionTodd C. Miller1996-01-091-2/+2
* ++versionTodd C. Miller1995-12-181-2/+2
* tkfile was too short and overflowed the kerberos realmTodd C. Miller1995-12-151-1/+1
* modified a commentTodd C. Miller1995-12-051-1/+4
* LONG_SKEY_PROMPT is less of a klusgeTodd C. Miller1995-11-281-8/+15
* added LONG_SKEY_PROMPT supportTodd C. Miller1995-11-251-0/+8
* s/key support now works with normal s/key as well as logdaemonTodd C. Miller1995-11-241-36/+106
* dce_pwent() is ok after allTodd C. Miller1995-11-241-1/+1
* now uses user_pw_ent and simple macros to get at the contentsTodd C. Miller1995-11-241-26/+18
* simpler dec unix C2 supportTodd C. Miller1995-11-231-65/+17
* now includes skey.hTodd C. Miller1995-11-211-0/+3
* moved a lot of the shadow passwd crap to sudo_getpwuid()Todd C. Miller1995-11-211-122/+50
* fixed exempt_group stuff for OS's that don't put base gid inTodd C. Miller1995-11-201-0/+3
* S/Key support now works with sunos4 shadow passwordsTodd C. Miller1995-11-201-2/+1
* first stab at dce supportTodd C. Miller1995-11-201-0/+5
* skey'd sudo now works w/ normal password as wellTodd C. Miller1995-11-201-2/+2
* updated version numberTodd C. Miller1995-11-191-2/+2
* fixed SKey supportTodd C. Miller1995-11-191-4/+12
* user_is_exempt() is no longer a hack, it now uses getgrnam()Todd C. Miller1995-11-131-5/+16
* now passes -WallTodd C. Miller1995-09-231-3/+5
* local utime.h now lives in emul dirTodd C. Miller1995-09-131-1/+1
* timestampfile is now a global staticTodd C. Miller1995-09-041-6/+3
* created touch() to update timestampsTodd C. Miller1995-09-041-5/+41
* added securid supportTodd C. Miller1995-07-311-6/+61
* now cast uid to long in sprintfTodd C. Miller1995-07-231-1/+1
* now use MAX_UID_T_LENTodd C. Miller1995-07-231-1/+1
* added parens in #if'sTodd C. Miller1995-07-181-20/+20
* moved SPW_* to sudo.hTodd C. Miller1995-07-181-8/+0
* SPW_AUTH -> SPW_SECUREWARETodd C. Miller1995-07-171-13/+13
* now uses SHADOW_TYPE to make shadow pw support more readableTodd C. Miller1995-07-171-99/+87
* now only bitch it timestamp > time_now + 2 * timeoutTodd C. Miller1995-07-121-1/+1
* fixed permissions check on /tmp/.odusTodd C. Miller1995-07-071-1/+1
* fixed some commentsTodd C. Miller1995-07-061-3/+3
* now checks owner & mode of timedirTodd C. Miller1995-07-061-10/+29
* added mssing "static"Todd C. Miller1995-07-021-1/+1
* now deal correctly with all known variation of utime() -- yippeTodd C. Miller1995-06-191-8/+9
* fixed a typoTodd C. Miller1995-06-191-1/+1
* no longer assume !HAVE_UTIME_NULL means old BSD utime()Todd C. Miller1995-06-191-0/+9
* fixed fascist C compiler warningTodd C. Miller1995-06-191-1/+1
* now expect old-style utime(3) if utime() can't take NULL as an argTodd C. Miller1995-06-181-5/+7
* added support for utime(2)'s that can't take a NULL parameterTodd C. Miller1995-06-181-1/+9
* now use utime()Todd C. Miller1995-06-181-6/+12
* need to setuid(0) to make kerb4 stuff work.Todd C. Miller1995-06-171-1/+8
* now use private ticket file for kerberos support to avoid trouncingTodd C. Miller1995-06-171-46/+19
* now use BUFSIZ as length of kerb passwordTodd C. Miller1995-06-081-7/+7
* don't exit on kerb error, just warnTodd C. Miller1995-06-071-11/+5