]> granicus.if.org Git - sudo/shortlog
sudo
2005-02-06 Todd C. Miller__attribute__((__unused__)) doesn't work in gcc 2.7...
2005-02-06 Todd C. MillerAdd explicit rule to build sudo_noexec.lo
2005-02-05 Todd C. MillerNo longer depend on VPATH; pointed out a bunch of misse...
2005-02-05 Todd C. MillerHelp for PAM when account section is missing
2005-02-05 Todd C. MillerGive user a clue when there is a missing "account"...
2005-02-05 Todd C. MillerBetter error handling.
2005-02-05 Todd C. MillerMove _FOO_SOURCE to CPPFLAGS so it takes effect as...
2005-02-05 Todd C. MillerFix typo (missing comma) that caused an incorrect numbe...
2005-02-01 Todd C. MillerDon't try to destroy a tree we didn't create.
2005-01-27 Todd C. MillerAdd __unused to rcsids
2005-01-21 Todd C. MillerFix error message when mixing invalid auth types
2005-01-21 Todd C. MillerPAM, AIX auth, BSD auth and login_cap are now on by...
2005-01-21 Todd C. Millers/HAVE_AUTHENTICATE/HAVE_AIXAUTH/g
2005-01-21 Todd C. MillerBetter checking for conflicting authentication methods
2005-01-18 Todd C. Millers/-O/-C/
2005-01-14 Todd C. MillerReplace:
2005-01-09 Todd C. MillerUse function pointers to only call private passwd/group...
2005-01-06 Todd C. Millersync
2005-01-06 Todd C. MillerCan't use strtok() since it doesn't handle empty fields...
2005-01-05 Todd C. MillerFix dummied out toke.c and gram.c dependencies.
2005-01-05 Todd C. MillerRename PARSESRCS -> GENERATED since it is only used...
2005-01-05 Todd C. Millerregen
2005-01-05 Todd C. MillerAdd a devdir variables that defaults to $(srcdir) and...
2005-01-05 Todd C. MillerAdd support for custom passwd/group files.
2005-01-05 Todd C. MillerBuild private copy of pwutil.o for testsudoers with...
2005-01-05 Todd C. MillerRemove sudo_*{pw,gr}* stubs and add sudo_setspent/sudo_...
2005-01-05 Todd C. MillerRemove caching; we will just use what is in pwutil.c
2005-01-05 Todd C. Millerg/c pwcache_init/pwcache_destroy
2005-01-05 Todd C. MillerUndo last commit and add sudo_setspent and sudo_endspen...
2005-01-05 Todd C. MillerMove all but the shadow stuff from getspwuid.c to pwuti...
2005-01-05 Todd C. Millerzero out struct passwd/group before filling it in so...
2005-01-05 Todd C. MillerAdapt to pwutil.c
2005-01-05 Todd C. MillerAdd tsgetgrpw.c and pwutil.c
2005-01-05 Todd C. MillerPasswd and group lookup routines for testsudoers that...
2005-01-05 Todd C. MillerSplit off pw/gr cache and dup code into its own file.
2005-01-02 Todd C. MillerPrint Defaults info in "sudo -l" output and wrap lines...
2005-01-01 Todd C. MillerOnly check group vector in usergr_matches() if we are...
2004-12-17 Todd C. MillerNo longer bundle fnmatch.3
2004-12-17 Todd C. Millercheckpoint
2004-12-16 Todd C. Millersort usage
2004-12-16 Todd C. MillerSort command line options
2004-12-16 Todd C. MillerAdd closefrom sudoers option to start closing at a...
2004-12-16 Todd C. MillerAdd _PATH_DEVNULL for those without it.
2004-12-16 Todd C. Millerno more UCB strcasecmp
2004-12-16 Todd C. Millerreplace BSD licensed one with version derived from...
2004-12-10 Todd C. MillerFix last commit.
2004-12-10 Todd C. MillerMake sure stdin, stdout and stderr are open and dup...
2004-12-03 Todd C. Milleradd sudo_ldap_close
2004-12-03 Todd C. MillerUse TIME_WITH_SYS_TIME
2004-12-03 Todd C. MillerAdd TIME_WITH_SYS_TIME_H
2004-12-02 Todd C. MillerAdd missing braces to avoid DYLD_FORCE_FLAT_NAMESPACE...
2004-12-02 Todd C. MillerCheck rbinsert() return value. In the case of faked...
2004-12-02 Todd C. MillerUse the double fork trick to avoid the monitor process...
2004-11-29 Todd C. MillerCall initgroups() in -U mode so group matches work...
2004-11-29 Todd C. MillerDon't print a trailing comma for the last entry in...
2004-11-28 Todd C. MillerMention values when lecture, listpw and verifypw are...
2004-11-28 Todd C. Millerverifypw when used in a boolean TRUE context should...
2004-11-26 Todd C. MillerAllow tuples that can be used as booleans to be used...
2004-11-25 Todd C. MillerCorrect the test for 2-parameter timespecsub
2004-11-25 Todd C. MillerAdd strub struct definitions for passwd, timeval and...
2004-11-25 Todd C. MillerAdd check for 2-argument form of timespecsub (FreeBSD...
2004-11-24 Todd C. MillerDeal with user_stat being NULL as it is for visudo...
2004-11-24 Todd C. MillerAdd -U option to use in conjunction with -l instead...
2004-11-24 Todd C. MillerSet safe_cmnd after sudoers_lookup() if it has not...
2004-11-23 Todd C. MillerCorrectly handle multiple privileges per userspec and...
2004-11-21 Todd C. MillerZero out sd_un for each entry in sudo_defs_table in...
2004-11-19 Todd C. Millermake per-command defaults work with sudoedit
2004-11-19 Todd C. MillerRemove the FLAG_NOPASS, FLAG_NOEXEC and FLAG_MONITOR...
2004-11-19 Todd C. MillerDocument per-command Defaults.
2004-11-19 Todd C. MillerAdd support for command-specific Defaults entries....
2004-11-19 Todd C. MillerChange an occurence of user_matches() -> runas_matches...
2004-11-19 Todd C. MillerCheck def_authenticate, def_noexec and def_monitor...
2004-11-19 Todd C. MillerUse: #include <config.h>
2004-11-19 Todd C. MillerBack out part of rev 1.263; fix -I order
2004-11-19 Todd C. MillerMore robust parsing if #include; could be much better...
2004-11-19 Todd C. MillerMake arg splitting in visudo and sudoedit consistent.
2004-11-19 Todd C. MillerSplit alias routines out into their own file.
2004-11-19 Todd C. Miller__attribute__ is already defined in compat.h
2004-11-19 Todd C. Millerquit() should not be __noreturn__ as it is non-void...
2004-11-19 Todd C. MillerAdd local error/warning functions like err/warn but...
2004-11-19 Todd C. MillerClarify comments about the data structures
2004-11-18 Todd C. MillerAdd support for VISUAL and EDITOR containing command...
2004-11-17 Todd C. Milleralias_matches() is no more
2004-11-17 Todd C. Millersync
2004-11-17 Todd C. MillerWhen regenerating the parser, don't replace gram.h...
2004-11-17 Todd C. Millerremove Makefile.binary for distclean
2004-11-17 Todd C. MillerPreserve KRB5CCNAME in zero_env() and add a paranoia...
2004-11-17 Todd C. Millerparanoia when stripping trailing slashes from tempdir.
2004-11-17 Todd C. MillerSet user_ngroups to 0 if getgroups() returns an error.
2004-11-16 Todd C. MillerAdd configure check for getgroups()
2004-11-16 Todd C. MillerUse supplementary group vector in struct sudo_user.
2004-11-16 Todd C. MillerOnly do string comparisons on the group members if...
2004-11-16 Todd C. Millersync
2004-11-16 Todd C. MillerOn Digital UNIX _PATH_VAR_TMP doesn't end with a traili...
2004-11-16 Todd C. Millerremove bogus XXX comment
2004-11-16 Todd C. MillerGet rid of alias_matches and correctly fall through...
2004-11-16 Todd C. MillerCache non-existent passwd/group entries too.
2004-11-16 Todd C. Millerregen
2004-11-16 Todd C. Millerfix typo
2004-11-16 Todd C. MillerImplement group caching and use the passwd and group...
next