]> granicus.if.org Git - sudo/shortlog
sudo
1996-06-15 Todd C. Millerupdated
1996-06-15 Todd C. Millerupdated with examples of new stuff
1996-06-15 Todd C. Miller++version
1996-06-15 Todd C. Millerupdated wrt -u and NOPASSWD
1996-06-15 Todd C. Millerupdated wrt -u and CAVEATS
1996-06-09 Todd C. Millerfixed usage()
1996-06-09 Todd C. Millernow use :foo: character classes (makes no diff for...
1996-06-07 Todd C. Millerfixed LONG_SKEY_PROMPT stuff
1996-06-06 Todd C. Millerfixed a comment
1996-06-06 Todd C. Millermake more like NetBSD one -- now compiles w/o warnings
1996-06-06 Todd C. Millerfixed decls of lsearch()
1996-06-06 Todd C. Milleradded SPW_HPUX10
1996-06-06 Todd C. Millerhpux 10 uses bigcrypt() if C2
1996-06-04 Todd C. Millernow always uses fnmatch to match args
1996-06-04 Todd C. Millerback to using stdio instead of raw i/o since that cause...
1996-05-29 Todd C. Millernow give usage warning if use -l,-v,-k with args
1996-05-28 Todd C. MillerNewArgc is now set to 1 for -l, -v, -k
1996-05-28 Todd C. Millernow sets sudoers to correct group if mode is 0400
1996-05-28 Todd C. Millerupdated to version used by inn and bind
1996-05-28 Todd C. Millernow uses -lgnumalloc if it exists
1996-05-28 Todd C. Miller"make install" now sets uid/gid and mode on sudoers...
1996-05-28 Todd C. Millerrmeoved debugging statements
1996-05-28 Todd C. Milleradded a missing free()
1996-05-28 Todd C. Millernow uses user_gid instead of getegid (which was wrong...
1996-05-28 Todd C. Millernow uses SUDO_COMMAND envariable to get command args
1996-05-28 Todd C. Millernow uses user_gid
1996-05-28 Todd C. Millerfixed off by one error in allocation NewArgv
1996-05-28 Todd C. Millerin sudoers, 'command ""' now means command with no...
1996-05-28 Todd C. Milleradded check for fnmatch(3) and fnmatch.h
1996-05-28 Todd C. Milleradded HAVE_FNMATCH
1996-05-28 Todd C. Millerreplaced wildcat.* with fnmatch.*
1996-05-28 Todd C. Millernow uses fnmatch()
1996-05-27 Todd C. Millernow uses fnmatch() instead of wildmat
1996-05-25 Todd C. Millernow includes compat.h and config.h
1996-05-25 Todd C. Milleradded HAVE_FNMATCH_H
1996-05-25 Todd C. Millernow checks for alloca() (if needed by bison or dce...
1996-05-25 Todd C. MillerInitial revision
1996-04-29 Todd C. Millernow fixes mode on sudoers if set to 0400 to aid in...
1996-04-28 Todd C. Millerfixed pod2man usage
1996-04-28 Todd C. Miller++version
1996-04-28 Todd C. Millerrunas_user is now initialized to "root"
1996-04-28 Todd C. Millerremoved PERM_FULL_ROOT
1996-04-28 Todd C. Millerrunas_user defaults to "root" so no more need to PERM_RUNAS
1996-04-28 Todd C. Millerwill now only running commands as root if there was...
1996-04-28 Todd C. Millernow logs "USER=%s"
1996-04-28 Todd C. Millerrunas_matches is now set to false if we get a negative...
1996-04-28 Todd C. Millermake #uid work + some minor cleanup
1996-04-28 Todd C. Milleradded support for NOPASSWD and "runas" from garp@opuste...
1996-04-28 Todd C. Milleradded support for "runas" from garp@opustel.com
1996-04-28 Todd C. Milleradded support for "runas" from garp@opustel.com
1996-04-28 Todd C. Milleradded support for NO_PASSWD and runas from garp@opustel.com
1996-04-28 Todd C. Milleradded support for NO_PASSWD and runas from garp@opustel.com
1996-04-28 Todd C. Milleradded support for NO_PASSWD and runas from
1996-04-28 Todd C. Milleradded support for NO_PASSWD and runas from garp@opustel.com
1996-04-28 Todd C. Milleradded support for SUDOERS_WRONG_MODE and "runas"
1996-04-28 Todd C. Milleradded --with-CC
1996-04-28 Todd C. Millerremoved NO_PASSWD since it is not possible to do this in
1996-04-28 Todd C. Millernow uses SUDOERS_UID and SUDOERS_GID
1996-04-27 Todd C. Milleradded --with-CC
1996-04-06 Todd C. Milleradded double quote support
1996-04-06 Todd C. Millerdocumented double quoting
1996-04-05 Todd C. MillerInitial revision
1996-04-05 Todd C. Millerfixed some indentation
1996-04-05 Todd C. Millerfixed a typo
1996-04-05 Todd C. Milleradded install-dirs .
1996-04-04 Todd C. Millernew version from "Jeff A. Earickson" <jaearick@colby...
1996-04-03 Todd C. Miller$CSOPS -> $with_csops (whoops, missed one)
1996-04-03 Todd C. Millerupdated
1996-04-03 Todd C. MillerFQHOST now has same constraints as non-FQHOST
1996-04-03 Todd C. Milleradded note about OS's w/ shadow passwords turned on...
1996-04-02 Todd C. Millerfixed a typo
1996-04-02 Todd C. Milleradded support for --without-THING
1996-04-02 Todd C. Millerfixed a typo wrt placement of an end paren
1996-04-02 Todd C. Millerwas closing an fd that may not have been opened
1996-03-22 Todd C. Milleradded NO_PASSWD
1996-03-20 Todd C. Millernow always use shadow pw on some arches
1996-03-19 Todd C. Milleradded pyramid support
1996-03-19 Todd C. Millerno longer check for C2 if alternate passwd method is...
1996-03-19 Todd C. Millermoved fqdn stuff into parse.lex (FQHOST)
1996-03-19 Todd C. Milleradded FQHOST rules
1996-03-19 Todd C. Millernow define TCSASOFT in necesary
1996-03-19 Todd C. Millernow uses read/write instead of stdio string goop to...
1996-03-19 Todd C. Miller-DNO_DOT_PATH -> -DIGNORE_DOT_PATH
1996-03-17 Todd C. Milleradded note about no shadow auto-detect if using alternate
1996-03-17 Todd C. Millerdon't check for C2 if AFS or DCE (unless they said...
1996-03-17 Todd C. Millernow groks shost
1996-03-17 Todd C. Milleradded NO_DOT_PATH
1996-03-16 Todd C. Millercheckdot now works correctly
1996-03-12 Todd C. Millercan't have DCE and C2 passwords both...
1996-03-11 Todd C. Millernow uses shost even if not FQDN
1996-03-11 Todd C. Millernow looks for skey in /usr/lib and doesn't require...
1996-03-11 Todd C. Miller_SUDO_PATH_ -> _CONFIG_PATH_
1996-03-11 Todd C. Miller/var/run/.odus -> /var/run/sudo
1996-03-11 Todd C. Millernow uses _SUDO_PATH_TIMEDIR
1996-03-11 Todd C. Millerudpated FQDN
1996-03-11 Todd C. Milleradded SUDO_TIMEDIR
1996-03-11 Todd C. Milleradded _SUDO_PATH_TIMEDIR
1996-03-11 Todd C. Millerupdated wrt /var/run/sudo
1996-03-11 Todd C. Milleradded support for shost if FQDN
1996-03-11 Todd C. Millernow uses shost if FQDN
next