]> granicus.if.org Git - sudo/shortlog
sudo
1999-07-11 Todd C. MillerAIX authenticate() support. Could probably be much...
1999-07-11 Todd C. MillerFix an uninitialized variable and some cleanup. Now...
1999-07-11 Todd C. MillerSIA support for digital unix
1999-07-11 Todd C. Millerdon't use prompt global, it will go away
1999-07-11 Todd C. Millercorrect copyright years
1999-07-11 Todd C. MillerNew authentication API and methods
1999-07-08 Todd C. Millerregen
1999-07-08 Todd C. Milleronly save an entry if user_matches && host_matches...
1999-07-08 Todd C. Millerregen
1999-07-08 Todd C. Miller1) Always save an entry on the stack if it is empty...
1999-07-08 Todd C. Millerinterfaces and num_interfaces are now auto, not extern
1999-07-07 Todd C. Milleruse a static global to keep stae about empty passwords
1999-07-07 Todd C. Millermake PASSWORD_NOT_CORRECT logging consistent with other...
1999-07-05 Todd C. MillerPAM prompt code was wrong, looks like we have to kludge...
1999-07-05 Todd C. MillerIn the PAM code, when a user hits return at the first...
1999-07-05 Todd C. Millerkludge around cross-compiler false positives
1999-07-05 Todd C. MillerNew (correct) PAM code
1999-07-05 Todd C. MillerSome -Wall and kill some trailing spaces
1999-07-05 Todd C. Millerdefine -D__EXTENSIONS__ for solaris so we get crypt...
1999-06-22 Todd C. Milleradd Dynix 4.4.4
1999-06-22 Todd C. Millerfor kerberos V < version, fall back on old kerb4 auth...
1999-06-22 Todd C. Millerclarify some things
1999-06-22 Todd C. Millertypos
1999-06-14 Todd C. Millermention why DONT_LEAK_PATH_INFO is not the default
1999-06-03 Todd C. MillerFix open(2) return value checking, was NULL for fopen...
1999-06-03 Todd C. Millerregen
1999-06-03 Todd C. Millerbetter wording for solaris pam notice
1999-06-03 Todd C. Millerdocument recent changes
1999-06-03 Todd C. MillerUpdate shadow password section
1999-06-03 Todd C. Millermove authentication code from check.c to auth.c
1999-06-03 Todd C. Millermove authentication code to auth.c
1999-05-17 Todd C. MillerMove interface-related defines to interfaces.h so we...
1999-05-14 Todd C. Miller o Replace _PASSWD_LEN braindeath with our own SUDO_MAX...
1999-05-03 Todd C. Millerset $LOGNAME when we set $USER
1999-04-27 Todd C. Milleradd comment about digital unix and interfaces.c warning...
1999-04-15 Todd C. Milleruse modern paths and give examples for some of the...
1999-04-10 Todd C. Millerfix comment
1999-04-10 Todd C. MillerFunction names should be flush with the start of the...
1999-04-10 Todd C. Millerfree(3) is already void, no need to cast it
1999-04-10 Todd C. Millercatch case where cmnd_safe is not set (this should...
1999-04-10 Todd C. MillerStash the "safe" path (ie: the one listed in sudoers...
1999-04-08 Todd C. Millernotes on updating from an earlier release
1999-04-08 Todd C. Millerupdated
1999-04-07 Todd C. MillerYou can now specifiy a host list instead of just a...
1999-04-07 Todd C. MillerQuiet -Wall
1999-04-07 Todd C. MillerMove the push from the beginning of cmndspec to the...
1999-04-07 Todd C. Millerrunas-lists and NOPASSWD/PASSWD modifiers are now stick...
1999-04-06 Todd C. Millermodernize paths and update su example based on sample...
1999-04-06 Todd C. MillerNew runas semantics
1999-04-06 Todd C. MillerIn estrdup(), do the malloc ourselves so we don't need...
1999-04-06 Todd C. Miller$Sudo tag
1999-04-06 Todd C. Millerbuf should be prompt; Michael Robokoff <mrobo@networkcs...
1999-04-06 Todd C. MillerIt is now possible to use the '!' operator in a runas...
1999-04-06 Todd C. MillerKill GLOBAL_NO_SPW_ENT (not used) and crank GLOBAL_PROBLEM
1999-04-06 Todd C. MillerDefinitions of *_matched were wrong--user top, not...
1999-04-06 Todd C. MillerAdd VALIDATE_NOT_OK_NOPASS for when user is not allowed...
1999-04-06 Todd C. MillerAdd copyright, somewhat silly
1999-04-05 Todd C. MillerCrank version to 1.6 and combine copyright statements
1999-04-05 Todd C. MillerUse ! not ^ to do negation
1999-04-05 Todd C. Millerregen
1999-04-05 Todd C. MillerMake runas and NOPASSWD tags persistent across entris...
1999-04-02 Todd C. Millerupdate for 1.5.9 SUDO_1_5_9
1999-04-02 Todd C. MillerShift return value of system(3) by 8 to get real exit...
1999-03-30 Todd C. Millertestsudoers needs LIBOBJS too
1999-03-30 Todd C. MillerFix another parser bug. For a sudoers entry like this:
1999-03-30 Todd C. Millernew change
1999-03-30 Todd C. MillerSave entries that match a ! command on the matching...
1999-03-30 Todd C. MillerMake sudo's usage info better when mutually exclusive...
1999-03-29 Todd C. Millerupdates from CU
1999-03-29 Todd C. Milleruse gzip
1999-03-29 Todd C. MillerFix off by one error introduced in *alloc changes
1999-03-29 Todd C. Miller++version
1999-03-29 Todd C. MillerUse emalloc/erealloc/estrdup
1999-03-29 Todd C. Millererror checking memory allocation routines
1999-03-29 Todd C. MillerStill not right, this fixes it for real
1999-03-29 Todd C. MillerFix for previous commit
1999-03-29 Todd C. MillerFix a parser bug that was exposed when mixing different...
1999-03-28 Todd C. MillerSimplify PAM code and fix a PAM-related warning on...
1999-03-26 Todd C. Millerupdates
1999-03-26 Todd C. Millerbetter su entry
1999-03-26 Todd C. Millerregen
1999-03-26 Todd C. Millernew pam code that works on solaris, should work on...
1999-03-19 Todd C. Millermore entries
1999-03-19 Todd C. Milleronly include strings.h if there is no string.h
1999-03-17 Todd C. MillerSinix is now being called ReliantUNIX; bjjackso@us...
1999-03-13 Todd C. Millershost must be set before log functions are called ...
1999-03-07 Todd C. MillerFix a bug wrt quoting characters in command args. ...
1999-02-26 Todd C. Millerinclude sys/time.h; aparently AIX needs it. ppz@cdu...
1999-02-24 Todd C. Milleradd missing case statement so --without-sendmail works
1999-02-23 Todd C. Millermore
1999-02-22 Todd C. Milleronly search for -lsun in irix <= 4.x
1999-02-22 Todd C. Millerback out last configure.in change now that I've hacked...
1999-02-22 Todd C. Millerupdated
1999-02-22 Todd C. Milleradd def of dirfd() for those without it
1999-02-22 Todd C. MillerWhen falling back to checking for socket() when linking...
1999-02-22 Todd C. Millertypo
1999-02-21 Todd C. Millerfix occurrence of $with_timeout that should be $with_pa...
1999-02-17 Todd C. Millerfix grammar; espie@openbsd.org SUDO_1_5_8
1999-02-11 Todd C. Milleradd cast for strdup in places it does not have it
1999-02-09 Todd C. Millerdefine for_BSD_TYPES irix
next