]> granicus.if.org Git - sudo/shortlog
sudo
2007-09-01 Todd C. Millerprevent a double free() when re-initing the parser
2007-08-31 Todd C. Millerregen
2007-08-31 Todd C. MillerRemove support for compilers that don't support void *
2007-08-31 Todd C. Millerregen
2007-08-31 Todd C. MillerMove list manipulation macros to list.h and create...
2007-08-31 Todd C. MillerFix cmp command when regenerating parser.
2007-08-31 Todd C. MillerConvert NEW_DEFAULT anf NEW_MEMBER into static functions.
2007-08-31 Todd C. MillerUse LH_FOREACH_REV when checking permission and short...
2007-08-31 Todd C. Millerregen
2007-08-31 Todd C. MillerChange list head macros to take a pointer, not a struct.
2007-08-31 Todd C. Millerregen
2007-08-31 Todd C. MillerPropagate the runasspec from one command to the next...
2007-08-30 Todd C. MillerReplace has_meta() with a macro that calls strpbrk().
2007-08-30 Todd C. Millerregen
2007-08-30 Todd C. MillerUse a list head struct when storing the semi-circular...
2007-08-30 Todd C. MillerFix pasto, append "!" not negated (which is an int...
2007-08-30 Todd C. MillerRemove the dependency of gram .h on gram.y, the .c...
2007-08-27 Todd C. MillerDefaults lines may be associated with lists of users...
2007-08-26 Todd C. MillerRevert the "cmp" portion of the last diff, it doesn...
2007-08-26 Todd C. MillerRemove *.lo for clean:
2007-08-25 Todd C. MillerReplace IPV6 regexp with a much simpler (readable)...
2007-08-25 Todd C. MillerFix thinko introduced when merging IPV6 support.
2007-08-24 Todd C. Millerregen
2007-08-24 Todd C. Milleradd 2007
2007-08-24 Todd C. Millermention #uid vs. comment pitfall
2007-08-24 Todd C. MillerMerge in a patch from the libtool cvs that fixes a...
2007-08-24 Todd C. MillerBack out he XOR swap trick, it is slower than a temp...
2007-08-24 Todd C. Millerregen
2007-08-24 Todd C. MillerConvert the tail queue to a semi-circle queue and use...
2007-08-23 Todd C. Millerremove useless statement
2007-08-23 Todd C. MillerRefactor #include parsing into a separate function...
2007-08-22 Todd C. Millermention better uid support
2007-08-22 Todd C. MillerUsers may now consist of a uid.
2007-08-22 Todd C. Millerregen
2007-08-22 Todd C. MillerUse lbuf_append_quoted() for sudo -l output to quote...
2007-08-22 Todd C. MillerAdd lbuf_append_quoted() which takes a set of character...
2007-08-22 Todd C. MillerRequire that the first character after a comment not...
2007-08-22 Todd C. MillerReplace RUNAS token with '(' and ')' tokens to make...
2007-08-22 Todd C. MillerThe BUGS file is history
2007-08-22 Todd C. MillerThe BUGS file is history
2007-08-21 Todd C. MillerAllow comments after a RunasAlias as long as the charac...
2007-08-21 Todd C. MillerGlob support was back-ported to 1.6.9
2007-08-20 Todd C. Millerremove sudo_usage.h in distclean
2007-08-20 Todd C. MillerIf a Defaults value contains a blank, double-quote...
2007-08-20 Todd C. MillerProperly deal with Defaults double-quoted strings that...
2007-08-20 Todd C. MillerBe consistent when using single quotes and backticks.
2007-08-19 Todd C. MillerAdd new linebuf code to do appends of dynamically alloc...
2007-08-18 Todd C. MillerFix line wrapping in usage() and use the actual tty...
2007-08-17 Todd C. Millersome more info
2007-08-17 Todd C. MillerMentioned Chris Jepeway's parser and also the new one...
2007-08-16 Todd C. MillerFor the options list, add flag args where appropriate...
2007-08-15 Todd C. MillerFix some spacing in "sudo -l" and add a comment about...
2007-08-15 Todd C. Millerregen
2007-08-15 Todd C. MillerRemove monitor support until there is a versino of...
2007-08-15 Todd C. Milleruse getaddrinfo() instead of gethostbyname() if it...
2007-08-14 Todd C. MillerDeal with OSes where sizeof(gid_t) < sizeof(int).
2007-08-14 Todd C. Millerrepair non-getifaddrs() code after ipv6 integration
2007-08-14 Todd C. MillerIf we can open sudoers but fail to read the first byte...
2007-08-13 Todd C. Millerregen
2007-08-13 Todd C. MillerAdd IPv6 support; adapted from patches by YOSHIFUJI...
2007-08-13 Todd C. MillerAdd some missing markup
2007-08-12 Todd C. Millerfix sudo_noexec extension which got broken in the libto...
2007-08-10 Todd C. Millerexplicitly specify -Tascii to nroff
2007-08-08 Todd C. Millerremove an ANSI-ism that crept in
2007-08-07 Todd C. MillerAdjust list indents
2007-08-07 Todd C. MillerUse a list for the environment instead of an indented...
2007-08-07 Todd C. MillerAdjust list indentation
2007-08-07 Todd C. Milleradd =head3
2007-08-06 Todd C. Millermention that when specifying a uid for the -u option...
2007-08-02 Todd C. MillerFix off by one in group matching.
2007-07-31 Todd C. MillerFix typo: PYTHONINSPEC should be PYTHONINSPECT. From...
2007-07-30 Todd C. MillerAdd missing define of HAVE_GSS_KRB5_CCACHE_NAME for the
2007-07-30 Todd C. MillerFix link tests such that new gcc doesn't optimize away...
2007-07-29 Todd C. Milleradd missing over/back
2007-07-29 Todd C. MillerChange FILES section to use =item
2007-07-29 Todd C. MillerAdd back allocation of the env struct in rebuild_env...
2007-07-29 Todd C. MillerDon't init the private environment in rebuild_env(...
2007-07-26 Todd C. MillerUse file markup for paths in the FILES section
2007-07-26 Todd C. MillerDon't capitalize sudo/visudo
2007-07-26 Todd C. MillerSort sudoers options; based on a diff from Igor Sobrado.
2007-07-25 Todd C. MillerUse 8 and 5 instead of @mansectsu@ and @mansectform...
2007-07-22 Todd C. MillerMove license info to pod format
2007-07-22 Todd C. MillerSubstitute value of path_info into sudoers man page.
2007-07-22 Todd C. Millerremove features that were back-ported to 1.6.9
2007-07-22 Todd C. MillerSort SYNOPSIS and sync usage. From Igor Sobrado.
2007-07-22 Todd C. MillerOnly need sudo_setenv/sudo_unsetenv if we are going...
2007-07-22 Todd C. Millerrebuild without branch info
2007-07-22 Todd C. MillerAdd ChangeLog target
2007-07-22 Todd C. MillerRun cleanup code if the user hits ^C at the password...
2007-07-22 Todd C. MillerSome versions of pam_lastlog have a bug that will cause...
2007-07-20 Todd C. MillerChageLog not Changelog
2007-07-20 Todd C. Millersync
2007-07-20 Todd C. MillerCHANGE -> Changelog
2007-07-20 Todd C. Millersync
2007-07-19 Todd C. MillerAdd configure hooks for gss_krb5_ccache_name() and...
2007-07-18 Todd C. Millerrebuild_env() and insert_env_vars() no longer return...
2007-07-18 Todd C. MillerSplit sudo_setenv() into an external version and a...
2007-07-16 Todd C. MillerAdd support for using gss_krb5_ccache_name() instead...
2007-07-16 Todd C. Milleradd krb5_ccname
2007-07-16 Todd C. MillerAdd support for sasl_secprops in ldap.conf
next