]> granicus.if.org Git - sudo/shortlog
sudo
1995-11-13 Todd C. Millerremoved leading tab if @MAN_POSTINSTALL@ not defined
1995-11-13 Todd C. Millerincludes pwd.h to get _PASSWD_LEN definition
1995-10-30 Todd C. Millerunset the KRB_CONF envariable if using kerberos so...
1995-09-29 Todd C. Millernow explicately initialize match[] tp be FALSE
1995-09-23 Todd C. Millerremoved unused variable
1995-09-23 Todd C. Milleryyerror and dumpaliases are now void's
1995-09-23 Todd C. Milleradded prototype for yyerror
1995-09-23 Todd C. Millernow passes -Wall
1995-09-23 Todd C. Millerrmeoved unused cruft
1995-09-23 Todd C. Millerfixed headers that moved to emul dir
1995-09-23 Todd C. Millerfixed deref of nil pointer if no args
1995-09-15 Todd C. Milleradded a caveat to FQDN section
1995-09-13 Todd C. Millermore $srcdir support for install targets
1995-09-13 Todd C. Millerdon't include malloc.h if we include stdlib.h
1995-09-13 Todd C. Millerlocal search.h now lives in emul
1995-09-13 Todd C. Millerlocal utime.h now lives in emul dir
1995-09-13 Todd C. Millerlocal search.h now lives in emul
1995-09-13 Todd C. Milleradded support for building in other than the sourcedir
1995-09-10 Todd C. Millerannotated CSOPS_INSULTS option
1995-09-10 Todd C. Millerupdated shadow passwords blurb
1995-09-10 Todd C. Millerif SHELL_IF_NO_ARGS is set, "sudo -- foo" now runs...
1995-09-09 Todd C. Millercollapsed pathname and dir sections into one -- its...
1995-09-09 Todd C. Millerfixed spacing
1995-09-09 Todd C. Millerfixed a typo that caused commands with no tty on fd...
1995-09-04 Todd C. Millertimestampfile is now a global static
1995-09-04 Todd C. Millercreated touch() to update timestamps
1995-09-04 Todd C. Milleradded _S_IFDIR and S_ISDIR
1995-09-04 Todd C. Milleradded USE_TTY_TICKETS
1995-09-04 Todd C. Millerremoved const from casts for lsearch() & lfind() to...
1995-09-03 Todd C. Millernow only strip '/dev/' off of a tty if it starts with...
1995-09-03 Todd C. Milleradded _PATH_DEV
1995-09-03 Todd C. MillerAC_HAVE_HEADERS -> AC_CHECK_HEADERS
1995-09-03 Todd C. Millerfixed incorrect #ifdef
1995-09-03 Todd C. Millerfixed a spelling error
1995-09-03 Todd C. Millerfixed typo
1995-09-02 Todd C. Millerfixed a comment
1995-09-02 Todd C. Milleradded dotcat() to cat 2 strings w/ a dot effeciently
1995-09-02 Todd C. Millerdynamically allocates space for strings
1995-09-02 Todd C. Millerno more MAXCOMMANDLENGTH
1995-09-02 Todd C. Milleradded decl of tty
1995-09-02 Todd C. Millermoved tty stuff into sudo.c
1995-09-01 Todd C. Millerfixed a logic bug. Was denying a command if user gave...
1995-09-01 Todd C. MillerMAXCOMMMANDLEN dropped down to 1K
1995-09-01 Todd C. Millerreturn foo; -> return(foo);
1995-09-01 Todd C. Millerfixed netgr_matches() prototype
1995-09-01 Todd C. Milleradded support for escaping "termination" characters
1995-09-01 Todd C. Millerbuf is now of size MAXPATHLEN+1 since it never holds...
1995-09-01 Todd C. Millerfixed comments
1995-09-01 Todd C. Millerfixed negation problem (doh!)
1995-09-01 Todd C. Millerfixed 2nd parameter to lfind()
1995-09-01 Todd C. Millernow do bounds checking in fill() and append()
1995-09-01 Todd C. Millerinclude netdb.h as we should
1995-09-01 Todd C. Millerupdated with examples of new features
1995-09-01 Todd C. Millernow set errno to EACCES if not a regular file or not...
1995-09-01 Todd C. Millerif given a fully-qualified or relative path we now...
1995-09-01 Todd C. Millernow use correct args for lfind
1995-09-01 Todd C. Milleradded a comment
1995-09-01 Todd C. Milleradded in CSOps insults
1995-09-01 Todd C. MillerInitial revision
1995-09-01 Todd C. Milleradded RCS id
1995-09-01 Todd C. Millerincreased MAXCOMMANDLENGTH to 8k
1995-09-01 Todd C. Milleradded CLASSIC_INSULTS, CSOPS_INSULTS, SHELL_IF_NO_ARGS
1995-09-01 Todd C. Millerfixed -k
1995-09-01 Todd C. Millerdon't try to stat() "pseudo commands" like "validate"
1995-09-01 Todd C. Milleradded CLASSIC_INSULTS
1995-09-01 Todd C. Milleradded SecurID support
1995-09-01 Todd C. Milleradded HAVE_SECURID
1995-09-01 Todd C. Milleradded clobber target
1995-09-01 Todd C. Millerrelaxed SUDO_FULL_VOID
1995-09-01 Todd C. Millerfunction comment blocks are now in same style as rest...
1995-09-01 Todd C. Milleradded support for command line args in /etc/sudoers
1995-09-01 Todd C. Millerupdated to have command args in the sudoers file
1995-09-01 Todd C. Milleradded -s and -- flags
1995-08-19 Todd C. MillerPATH renamed to COMMAND
1995-08-19 Todd C. Millerit is now a parse error for directories to have args...
1995-08-19 Todd C. Millernow say command args if telling user to buzz off
1995-08-19 Todd C. Miller-s no longer indicates end of args
1995-08-19 Todd C. Millerremoved an unreachable statement
1995-08-19 Todd C. Millermade more efficient by pulling out the terminators...
1995-08-14 Todd C. Millerremoved MAXLOGLEN since it is no longer used
1995-08-14 Todd C. Millernow allows command args
1995-08-14 Todd C. Millernow groks command arguments
1995-08-14 Todd C. Millernow sets tty correctly when piped input
1995-08-14 Todd C. Millerfixed loading of cmnd_args (was including command name...
1995-08-14 Todd C. Millerfixed a core dump due to incorrect if construct
1995-08-13 Todd C. Milleronly add -lsun is irix < 5
1995-08-13 Todd C. Millerfixed check for ISC
1995-08-13 Todd C. Millernow sets cmnd_args used by log_error() and that will...
1995-08-13 Todd C. Milleradded cmnd_args
1995-08-13 Todd C. Millernow dynamically allocate logline since we can guess...
1995-08-05 Todd C. Millercleaned up a bunch of unnecesary #ifdef's
1995-07-31 Todd C. Miller++version
1995-07-31 Todd C. Milleradded shell extern
1995-07-31 Todd C. Milleradded -s (shell) option
1995-07-31 Todd C. Milleradded securid support
1995-07-30 Todd C. Millerremoved a bunch of unnecesary strncpy()'s and replaced...
1995-07-29 Todd C. Miller++version
1995-07-27 Todd C. Millerfixed free() of an uninitialized pointer (yuck)
1995-07-27 Todd C. Milleradded netgr_matches
1995-07-27 Todd C. Millercleaned up netgr_matches
next