]> granicus.if.org Git - sudo/shortlog
sudo
1999-07-22 Todd C. MillerUpdate history a bit
1999-07-22 Todd C. MillerNow distributed under a BSD-style license
1999-07-22 Todd C. Millero BSD-style copyright
1999-07-22 Todd C. MillerBSD-style copyright and use new log functions
1999-07-22 Todd C. Millero BSD-style copyright
1999-07-22 Todd C. MillerRewrote all the old sudo 1.1/1.2 code. Timestamp handl...
1999-07-22 Todd C. Millero rewritten logging routines. log_error() now takes...
1999-07-22 Todd C. Millersuperceded by new auth API
1999-07-22 Todd C. MillerBSD-style copyright
1999-07-22 Todd C. MillerUse snprintf() where it makes sense and add a BSD-style...
1999-07-22 Todd C. MillerBSD-style copyright
1999-07-22 Todd C. MillerBSD-style copyright
1999-07-22 Todd C. Millerthis has been rewritten so use my BSD-style copyright
1999-07-15 Todd C. Millerinclude malloc.h if no stdlib.h
1999-07-15 Todd C. MillerKTH snprintf()/asprintf() for systems w/o them
1999-07-15 Todd C. Millerstrerror() for systems w/o it
1999-07-12 Todd C. Millerstylistic changes
1999-07-12 Todd C. MillerAdd contribution info in the main comment
1999-07-11 Todd C. Millerremove missed ref to PAM_nullpw
1999-07-11 Todd C. Millerpasto
1999-07-11 Todd C. Millermore or less complete now--still untested
1999-07-11 Todd C. Millerdon't use user_name macro, it will go away
1999-07-11 Todd C. Millercombine skey/opie code into rfc1938.c
1999-07-11 Todd C. MillerDCE authentication method; basically unchanged from...
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
next