]> granicus.if.org Git - sudo/shortlog
sudo
1995-04-10 Todd C. Millervoid * -> VOID *
1995-04-09 Todd C. Millerdid a bunch of things and added a bunch :-)
1995-04-09 Todd C. Millerupdated
1995-04-09 Todd C. Millercloser to BSD manpage style
1995-04-09 Todd C. Millercloser to standard BSD man format
1995-04-09 Todd C. Milleradded RCS id
1995-04-09 Todd C. Millerremoved crufty #defines that are no longer used
1995-04-09 Todd C. Millerfixed a bug
1995-04-09 Todd C. Millerupdated based on sudo changes
1995-04-09 Todd C. Millernow allow ALL keyword in User_Aliases
1995-04-09 Todd C. Millerupdated
1995-04-09 Todd C. Millernow sets SUDO_COMMAND and SUDO_GID envariables.
1995-04-09 Todd C. Millerfixed bug with full void impl check
1995-04-09 Todd C. Millerfixed User_Alias supoprt
1995-04-09 Todd C. Milleradded stubs for User_Alias support
1995-04-09 Todd C. Millernow sets removes # bogus interfaces from num_interfaces
1995-04-09 Todd C. Milleradded User_Alias support
1995-04-08 Todd C. Millerremoved extraneous TODO
1995-04-07 Todd C. Millerntwk_matches -> addr_matches
1995-04-07 Todd C. Millerntwk_matches -> addr_matches
1995-04-07 Todd C. Millerntwk_matches -> addr_matches
1995-04-07 Todd C. Millertook out debugging info
1995-04-07 Todd C. MillerOS was being set to unknown before non-uname based...
1995-04-07 Todd C. Millerfixed loading of interfaces struct
1995-04-07 Todd C. Millerfixed typo
1995-04-06 Todd C. Miller++version
1995-04-06 Todd C. Miller++
1995-04-06 Todd C. Millerremoved extraneous extern decl of "top
1995-04-06 Todd C. Millernow zeros "top"
1995-04-06 Todd C. Millerremoved parser_cleanup (no need for it now)
1995-04-06 Todd C. Millernow calls reset_aliases() directly
1995-04-04 Todd C. Milleradded a sentence to SECURE_PATH description
1995-04-04 Todd C. Millerfixed my stupid bug where I used NAMLEN on something...
1995-04-03 Todd C. Millerfixed argument order of memmove() that i hosed when...
1995-04-03 Todd C. Millerfinally fixed DISTFILES line
1995-04-03 Todd C. Millertabs -> spaces
1995-04-03 Todd C. Milleradded missing files to DISTFILES
1995-04-03 Todd C. MillerSUPPORTED -> RUNSON
1995-04-01 Todd C. Millerupdated
1995-04-01 Todd C. Millerupdated for pl5b1 release
1995-04-01 Todd C. Millerupdated
1995-04-01 Todd C. Millerfixed bug where if you hit return at first sudo prompt...
1995-04-01 Todd C. Millerupdated
1995-04-01 Todd C. Millerbetter test for bogus void * implementation
1995-04-01 Todd C. Milleradded PASSWORDS_NOT_CORRECT
1995-04-01 Todd C. Milleradded PASSWORDS_NOT_CORRECT stuff]
1995-04-01 Todd C. Milleradded PASSWORDS_NOT_CORRECT
1995-04-01 Todd C. Millermoved pathnames.h
1995-04-01 Todd C. Millerremoved some unused vars and fixed up uid2str
1995-04-01 Todd C. Millermoved compat.h
1995-04-01 Todd C. Milleradded pathnames.h
1995-03-31 Todd C. Millerfixed a typo I introduced in the last checkin :-(
1995-03-31 Todd C. Millercan't have #ifdef's where N is defined so just do this the
1995-03-31 Todd C. Millerbetter hack from Chris (but still a hack)
1995-03-31 Todd C. Millerstupid hack for broken aix lex
1995-03-31 Todd C. Millernow includes compat.h
1995-03-31 Todd C. Millernow includes fcntl.h
1995-03-31 Todd C. Milleradded FD_SET and FD_ZERO for 4.2BSD
1995-03-31 Todd C. Millerdirty hack to fix parser bug. i don't really like...
1995-03-31 Todd C. Milleruid2str is now static like the prototype says
1995-03-30 Todd C. Millerupdated
1995-03-30 Todd C. MillerInitial revision
1995-03-30 Todd C. Millercheck_sudoers now returns an error code and sudo calls...
1995-03-30 Todd C. Milleradded entries for new errors
1995-03-30 Todd C. Millernow set uid to that of SUDOERS_OWNER while parsing...
1995-03-30 Todd C. Millertook out testsudoers
1995-03-30 Todd C. Millernow explicately checks that it is setuid root
1995-03-30 Todd C. MillerIf a user has no passwd entry sudo would segv (writing...
1995-03-30 Todd C. Millerreordered AC_CHECK_FUNCS
1995-03-30 Todd C. Millerfixed memset macro
1995-03-30 Todd C. Millerbzero -> memset
1995-03-30 Todd C. Millerbzero -> memset
1995-03-30 Todd C. Milleradded Sunos to blurb about c2 security
1995-03-30 Todd C. Milleradded a SUN4 define for C2 security
1995-03-30 Todd C. Millerbcopy -> memmove
1995-03-30 Todd C. Millerbcopy -> memmove
1995-03-30 Todd C. Milleradded support for sunos with C2 security
1995-03-30 Todd C. Millerreordered
1995-03-30 Todd C. Miller_PATH_SUDO_LOGFILE now set based on configure
1995-03-30 Todd C. Milleradded SUDO_LOGFILE and SUDO_TYPE_SIZE_T
1995-03-30 Todd C. Milleradded _SUDO_PATH_LOGFILE
1995-03-30 Todd C. Milleradded SUDO_LOGFILE to find where to put sudo.log
1995-03-29 Todd C. MillerInitial revision
1995-03-29 Todd C. Millernow do set_perms(PERM_ROOT) before the getpwuid() in...
1995-03-29 Todd C. Millerbacked out a change in malloc/realloc
1995-03-29 Todd C. Millernow include stdlib.h
1995-03-29 Todd C. Millernow do an freopen() of the stmp file so that yyin will...
1995-03-29 Todd C. Millerreplaced yywrap() with parser_cleanup() since yywrap...
1995-03-29 Todd C. Millernow have a rule that matches anything that doesn't...
1995-03-29 Todd C. Millerno longer used
1995-03-29 Todd C. Millermoved compat.h to be the last include file
1995-03-29 Todd C. Millerfixed type of aliascmp() args
1995-03-29 Todd C. MillerNULL -> '\0'
1995-03-29 Todd C. Milleradded casts to lfind and lsearch args for irix
1995-03-29 Todd C. Millerbsdinstall -> install-sh
1995-03-29 Todd C. Milleradded info about make realclean
1995-03-29 Todd C. Millerupdated VERSION
1995-03-29 Todd C. Miller-> pl5b1
1995-03-29 Todd C. Millertook out -l
1995-03-29 Todd C. Millernow there is a real visudo.man and visudo.cat
next