]> granicus.if.org Git - sudo/shortlog
sudo
1996-08-25 Todd C. Millerupdated for 1.5
1996-08-25 Todd C. Miller1.5 release
1996-08-25 Todd C. Milleradded "upgrading" notes
1996-08-22 Todd C. Millernow do chmod and chown after edit of temp file and... SUDO_1_5_0
1996-08-18 Todd C. Miller++version
1996-08-18 Todd C. Miller++version
1996-08-18 Todd C. Miller*** empty log message ***
1996-08-18 Todd C. Milleradded missing cast
1996-08-18 Todd C. Millersets $HOME to pw_dir of runas user
1996-08-18 Todd C. Millerdocument $HOME change
1996-08-17 Todd C. Millerfixed up some wording
1996-08-17 Todd C. Miller++version
1996-08-17 Todd C. Miller++version
1996-08-17 Todd C. Miller++version
1996-08-17 Todd C. Millername nad type changes
1996-08-17 Todd C. Millernow works with new sudo
1996-08-17 Todd C. Millerfixed some XXX
1996-08-17 Todd C. Millersome variable name changes + comment headers for functions.
1996-08-17 Todd C. Milleradded extra paren's to make compilers happy
1996-08-17 Todd C. Miller*** empty log message ***
1996-08-17 Todd C. Millernow uses init_parser()
1996-08-17 Todd C. Millernow can use upper case login names
1996-08-17 Todd C. Millernow uses init_parser()
1996-08-17 Todd C. Millerupdated
1996-08-17 Todd C. Milleradded info about PASSWORD_TIMEOUT
1996-08-17 Todd C. MillerInitial revision
1996-08-17 Todd C. Millerfixed a bug
1996-08-17 Todd C. Millernow dynamically allocates memory for the stacks --...
1996-08-17 Todd C. Miller-l now explands command aliases
1996-08-17 Todd C. Millerhacks to expand command aliases for `sudo -l'
1996-08-17 Todd C. Millerremove $ENV and $BASH_ENV (dangerous in ksh, posix...
1996-08-17 Todd C. Milleradded struct command_alias
1996-08-17 Todd C. Millerfixed a bug
1996-08-17 Todd C. Millerin compar() key should be first arg
1996-08-15 Todd C. Millerfixed some bugs
1996-08-15 Todd C. Millercan now deal with upcase HOST and USER names
1996-08-15 Todd C. Millerdon't yell too loudly at non-sudoers if they do "sudo -l"
1996-08-15 Todd C. Millerfixed thinko
1996-08-15 Todd C. Millerfix comment
1996-08-09 Todd C. Milleradded support for new `sudo -l' stuff
1996-08-09 Todd C. Millernow uses list_matches()
1996-08-09 Todd C. Milleradded struct sudo_match
1996-08-09 Todd C. Millernow more -lgnumalloc
1996-08-01 Todd C. Milleradded more paths for chown and whoami
1996-07-31 Todd C. Millertypo
1996-07-30 Todd C. Millerfixed DUNIX check for shadow pw
1996-07-30 Todd C. Millernow only turn off echo if it is already on. this fixes...
1996-07-30 Todd C. Millerupdated
1996-07-30 Todd C. Millerchanged "test -z $foo && do_this" to if; then construct
1996-07-29 Todd C. Milleradded missing defines of SHADOW_TYPE
1996-07-26 Todd C. Millerprotect AUTH_CRYPT_OLDCRYPT and AUTH_CRYPT_C1CRYPT...
1996-07-26 Todd C. Milleradded AUTH_CRYPT_C1CRYPT support
1996-07-26 Todd C. Millerno longer return VALIDATE_NOT_OK if there was a runas...
1996-07-26 Todd C. Milleruse SHADOW_TYPE instead of HAVE_C2_SECURITY
1996-07-26 Todd C. Millergot rid of HAVE_C2_SECURITY
1996-07-26 Todd C. Millerremoved HAVE_C2_SECURITY
1996-07-26 Todd C. Milleruse SHADOW_TYPE instead of HAVE_C2_SECURITY
1996-07-26 Todd C. MillerSHADOW_TYPE is always defined so just against its value
1996-07-26 Todd C. Milleradded SUDO_CHECK_SHADOW_DUNIX
1996-07-25 Todd C. Miller* -> ?* in one example
1996-07-24 Todd C. Milleradded back check for config.cache from other host type
1996-07-24 Todd C. Millerremoved an instance of \"
1996-07-24 Todd C. Milleradded an example
1996-07-24 Todd C. Millerupdated wrt new wildcard matching
1996-07-24 Todd C. Millernew check for shadow passwords if we don't know anything
1996-07-24 Todd C. Millernew SUDO_CHECK_SHADOW_GENERIC
1996-07-24 Todd C. Milleradded back check for -lsocket (oops)
1996-07-24 Todd C. Millerbetter (working) check for shadow passwd type if we...
1996-07-24 Todd C. Millernow uses AC_CANONICAL_HOST to figure out os type
1996-07-24 Todd C. Milleradded config.{guess,sub}
1996-07-24 Todd C. Millerremoved unused stuff to figure out os type
1996-07-24 Todd C. Milleradded openbsd
1996-07-24 Todd C. MillerInitial revision
1996-07-24 Todd C. MillerInitial revision
1996-07-24 Todd C. Millerdon't call fnmatch() with FNM_PATHNAME flag unless...
1996-07-24 Todd C. Millerdon't call fnmatch() with FNM_PATHNAME flag unless...
1996-07-23 Todd C. Milleradded support for AUTH_CRYPT_OLDCRYPT w/ DUNIX C2
1996-07-23 Todd C. Millernow takes command line args and uses cmnd_args
1996-07-23 Todd C. Millerfill_args was adding an extra leading space
1996-07-22 Todd C. Millerfixed dummy command_matches()
1996-07-22 Todd C. Millerfixed prototype
1996-07-22 Todd C. Milleradded cmnd_args
1996-07-22 Todd C. Millernow uses flat args string
1996-07-22 Todd C. Millernow uses flat arg string
1996-07-22 Todd C. Milleradded cmnd_args def
1996-07-22 Todd C. Millernow sets cmnd_args global
1996-07-22 Todd C. Millercmnd_args is now exported from sudo.[ch]
1996-07-21 Todd C. Millercan't rely on cmnd_matches as much as I thought --...
1996-07-21 Todd C. MillerSimplified parse rules wrt runas and NOPASSWD (more...
1996-07-20 Todd C. MillerNOPASSWD may now have blanks before the ':'
1996-07-20 Todd C. Milleradded checks for specific shadow passwd schemes
1996-07-20 Todd C. Milleradded routines to check for specific shadow passwd...
1996-07-18 Todd C. Milleradded support for ncr boxen
1996-07-18 Todd C. Milleradded support for detecting ncr boxen
1996-07-16 Todd C. Milleradded sinix support
1996-07-14 Todd C. Milleradded info about "config.cache from other other" error.
1996-07-14 Todd C. Millernow makes sure you don't have a config.cache file from...
1996-07-14 Todd C. Millernow sets $LIBS when needed to configure links with...
1996-07-14 Todd C. Millerfixed typo
1996-07-14 Todd C. Millernow include stuff for SPW_SECUREWARE to get AUTH_MAX_PA...
next