]> granicus.if.org Git - sudo/shortlog
sudo
2005-04-10 Todd C. MillerFix a warning on systems without strlcpy().
2005-04-10 Todd C. MillerUse macros where possible for sudo_grdup() like sudo_pw...
2005-04-08 Todd C. MillerIt is possible for tv_usec to hold >= 1000000 usecs...
2005-03-30 Todd C. MillerThe component in krb5_principal_get_comp_string() shoul...
2005-03-29 Todd C. MillerAdd efree() for consistency with emalloc() et al. ...
2005-03-29 Todd C. MillerMove initgroups() for -U option into display_privs...
2005-03-27 Todd C. MillerRemoved duplicate call to ldap_unbind_s introduced...
2005-03-27 Todd C. MillerAdd missing space in Defaults printing
2005-03-25 Todd C. MillerSync sudo_pwdup with OpenBSD changes: use macros for...
2005-03-19 Todd C. MillerZero old pw_passwd before replacing with version from...
2005-03-19 Todd C. MillerOnly attempt shadow password detection if PAM is not...
2005-03-19 Todd C. MillerUse OSDEFS for os-specific -D_FOO_BAR stuff rather...
2005-03-13 Todd C. Milleruse a non-breaking space to avoid a double space after...
2005-03-13 Todd C. Millercommna, not colon after e.g.
2005-03-12 Todd C. MillerAdd __ variants of the exec functions. GNU libc at...
2005-03-12 Todd C. MillerMatch reality a bit more.
2005-03-12 Todd C. MillerMissed piece from rev. 1.6, fix sudo_getpwnam() too.
2005-03-12 Todd C. MillerStore shadow password after making a local copy of...
2005-03-11 Todd C. MillerMake varargs usage consistent with the rest of the...
2005-03-10 Todd C. MillerWrap more of the exec family since on Linux the others...
2005-03-10 Todd C. Millermake print_unused static like proto says
2005-03-10 Todd C. Millersilence a warning on K&R systems
2005-03-10 Todd C. Millermake this build in K&R land
2005-03-10 Todd C. Millermake this build in K&R land
2005-03-08 Todd C. Millerregen
2005-03-06 Todd C. Millerreturn(foo) not return foo
2005-03-06 Todd C. MillerUse TRUE/FALSE
2005-03-06 Todd C. MillerReformat to match the rest of sudo's code.
2005-03-06 Todd C. MillerI am the primary author
2005-02-23 Todd C. MillerThe RUNSON file is toast--it confused too many people...
2005-02-23 Todd C. Milleralternate -> alternative
2005-02-23 Todd C. MillerUse TCSADRAIN instead of TCSAFLUSH since some OSes...
2005-02-23 Todd C. MillerAllow leading blanks before Defaults and Foo_Alias...
2005-02-23 Todd C. Millerfix rules to build toke.o and gram.o in devel mode
2005-02-20 Todd C. Millerenv_keep overrides set_logname
2005-02-20 Todd C. MillerFix disabling set_logname and make env_keep override...
2005-02-20 Todd C. MillerNo longer need memmove()
2005-02-20 Todd C. MillerJust clean the environment once. This assumes that...
2005-02-16 Todd C. MillerIn -i mode, base the value of insert_env()'s dupcheck...
2005-02-13 Todd C. MillerMove setting of user_path, user_shell, user_prompt...
2005-02-12 Todd C. Millerfix devel builds
2005-02-12 Todd C. MillerFix some printf format mismatches on error.
2005-02-12 Todd C. MillerFix some printf format mismatches on error.
2005-02-12 Todd C. Millerregen
2005-02-12 Todd C. MillerUpdate copyright years.
2005-02-12 Todd C. MillerUpdate copyright years.
2005-02-12 Todd C. MillerUpdate copyright years.
2005-02-12 Todd C. Millerversion 1.7
2005-02-12 Todd C. MillerWhat's new in sudo 1.7, based on the 1.7 CHANGES entries.
2005-02-11 Todd C. MillerAdd __printflike and use it with gcc to warn about...
2005-02-10 Todd C. MillerReplaced CHANGES file with ChangeLog generated from...
2005-02-10 Todd C. MillerUse warning/error instead of perror/fatal.
2005-02-10 Todd C. MillerUpdate OpenBSD section
2005-02-10 Todd C. MillerAdd upgrading noted for 1.7
2005-02-10 Todd C. MillerInstead of zeroing out the environment, just prune...
2005-02-10 Todd C. MillerSet locale to "C" if locales are supported, just to...
2005-02-10 Todd C. MillerCast argument to ctype functions to unsigned char.
2005-02-08 Todd C. Millercorrect value for DID_USER
2005-02-08 Todd C. Miller#include <compat.h> not "compat.h"
2005-02-08 Todd C. MillerReset the environment by default.
2005-02-08 Todd C. MillerAlloc an extra slot in NewArgv. Removes the need to...
2005-02-07 Todd C. MillerUse execve(2) and wrap the command in sh if we get...
2005-02-06 Todd C. MillerOnly include time.h on systems that lack struct timespe...
2005-02-06 Todd C. MillerInclude time.h for time_t in compat.h for systems w...
2005-02-06 Todd C. Milleruse bcopy on systems w/o memmove
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.
next