]> granicus.if.org Git - sudo/shortlog
sudo
2006-07-30 Todd C. MillerFix typo, -lldap vs. -ldap; from Tim Knox.
2006-07-28 Todd C. MillerFix typo; Matt Ackeret
2006-07-17 Todd C. MillerPrint sudoers path in -V mode for root.
2006-06-15 Todd C. MillerDo a sub tree search instead of a base search (one...
2005-12-28 Todd C. Millerfix typo
2005-12-04 Todd C. MillerConvert GET_OPT and GET_OPTI to use just 2 args.
2005-11-23 Todd C. MillerSupport comments that start in the middle of a line
2005-11-23 Todd C. MillerDefine LDAP_DEPRECATED until we start using ldap_get_va...
2005-11-18 Todd C. MillerSilence gcc -Wsign-compare; djm@openbsd.org
2005-11-18 Todd C. Millercleanup() now takes an int as an arg so it can be used...
2005-11-18 Todd C. MillerMake a copy of the shell field in the passwd struct...
2005-11-17 Todd C. MillerAdd mkstemp() for those poor souls without it.
2005-11-17 Todd C. MillerAdd mkstemp() for those poor souls without it.
2005-11-17 Todd C. MillerAdd mkstemp() for those poor souls without it.
2005-11-15 Todd C. MillerAdd PERL5DB to list of environment variables to remove.
2005-11-13 Todd C. MillerInstead of calling the check function twice with a...
2005-11-13 Todd C. MillerAdd more environment variables to remove; from gentoo...
2005-11-11 Todd C. MillerMove sudo_end{gr,pw}ent() until just before the exec...
2005-11-11 Todd C. MillerClose all fd's before executing editor.
2005-11-11 Todd C. MillerEnable malloc debugging on OpenBSD when SUDO_DEVEL...
2005-11-11 Todd C. MillerFix fd leak when lecture file option is enabled. From...
2005-11-07 Todd C. MillerAdd PERLLIB, PERL5LIB and PERL5OPT to the default list...
2005-11-01 Todd C. Milleradd JAVA_TOOL_OPTIONS to initial_badenv_table for java 5
2005-10-28 Todd C. Milleradd PS4 and SHELLOPTS to initial_badenv_table for bash
2005-08-15 Todd C. MillerFix typo; Toby Peterson
2005-08-02 Todd C. MillerMake return buffers static so they don't get clobbered
2005-07-28 Todd C. MillerFix securid5 authentication, was not checking for ACM_O...
2005-06-27 Todd C. MillerRemove ncat() in favor of just counting bytes and pre...
2005-06-26 Todd C. MillerFix up some comments
2005-06-26 Todd C. Milleralign struct ldap_config
2005-06-26 Todd C. Milleruse LINE_MAX for max conf file line size
2005-06-26 Todd C. Milleradd _PATH_LDAP_SECRET
2005-06-26 Todd C. MillerMention rootbinddn
2005-06-25 Todd C. MillerSupport rootbinddn in ldap.conf
2005-06-25 Todd C. MillerPreserve DISPLAY environment variable by default.
2005-06-25 Todd C. Millerset need_lib_prefix=no for all cases; this is safe...
2005-06-25 Todd C. Millerset need_version=no for all cases; this is safe for...
2005-06-25 Todd C. Millertypo
2005-06-25 Todd C. MillerAdd dragonfly
2005-06-25 Todd C. MillerFix call to pam_end() when pam_open_session() fails.
2005-06-25 Todd C. Millerregen
2005-06-25 Todd C. Millerrebuild acsite.m4 from libtool 1.9f libtool.m4 ltoptio...
2005-06-25 Todd C. Millermerge in local changes:
2005-06-25 Todd C. Millerlibtool 1.9f
2005-06-25 Todd C. MillerUpdate with autoupdate and make minor changes for libto...
2005-06-23 Todd C. Millerdon't call sudo_ldap_display_cmnd if ldap not setup
2005-06-23 Todd C. MillerMove declatation of struct timespec to its own include...
2005-06-23 Todd C. MillerMove declatation of struct timespec to its own include...
2005-06-23 Todd C. MillerMove declatation of struct timespec to its own include...
2005-06-23 Todd C. MillerMove declatation of struct timespec to its own include...
2005-06-23 Todd C. MillerMove declatation of struct timespec to its own include...
2005-06-23 Todd C. MillerDon't set safe_cmnd for the "sudo ALL" case.
2005-05-27 Todd C. MillerCall pam_open_session() and pam_close_session() to...
2005-04-24 Todd C. MillerAdd explicit cast from mode_t -> u_int in printf to...
2005-04-24 Todd C. Millerinclude grp.h to silence a warning on Solaris
2005-04-23 Todd C. MillerFix printing of += and -= defaults.
2005-04-17 Todd C. MillerSanity check number of syscall args with argsize. ...
2005-04-17 Todd C. MillerDon't do pointer arithmetic on void *
2005-04-16 Todd C. MillerAdd some memsets for paranoia
2005-04-12 Todd C. MillerIn -l mode, only check local sudoers file if def_ignore...
2005-04-12 Todd C. MillerReorganize LDAP code to better match normal sudoers...
2005-04-11 Todd C. MillerReplace pass variable with do_netgr for better readability.
2005-04-11 Todd C. Milleruse DPRINTF macro
2005-04-11 Todd C. Millerestrdup, not strdup
2005-04-10 Todd C. MillerAdd macro to test if the tag changed to improve readabi...
2005-04-10 Todd C. MillerAvoid printing defaults header if there are no defaults...
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
next