]> granicus.if.org Git - sudo/shortlog
sudo
2007-11-04 Todd C. MillerRefactor log line generation in to new_logline().
2007-10-25 Todd C. Millerfix typo
2007-10-24 Todd C. MillerAdd configure check for struct in6_addr instead of...
2007-10-21 Todd C. MillerFix block to add -lutil for FreeBSD and NetBSD when...
2007-10-20 Todd C. MillerPOSIX states that struct timespec be declared in time...
2007-10-17 Todd C. MillerInstead of defining a macro to call the appropriate...
2007-10-09 Todd C. Millerg/c @ALLOCA@
2007-10-09 Todd C. Millerregen
2007-10-09 Todd C. MillerAdd --disable-pam-session configure option to disable...
2007-10-08 Todd C. Millerquiet gcc warnings
2007-10-08 Todd C. MillerAvoid printing the prompt if we are already backgrounded.
2007-09-15 Todd C. MillerReorder things such that the definition of env_reset...
2007-09-15 Todd C. MillerShrink type and seqno in struct alias from int to u_short
2007-09-15 Todd C. MillerAdd a sequence number in the aliases for loop detection...
2007-09-13 Todd C. MillerPAM wants the full tty path so add user_ttypath which...
2007-09-13 Todd C. MillerSet PAM_RHOST to work around a bug in Solaris 7 and...
2007-09-11 Todd C. Millerregen
2007-09-11 Todd C. Millerrename lh_ -> tq_
2007-09-10 Todd C. Millerremove some useless casts
2007-09-10 Todd C. Millerpull in inttypes.h for SIZE_MAX; we avoid stdint.h...
2007-09-06 Todd C. MillerSince we ship with a pre-generated parser there is...
2007-09-06 Todd C. Millerregen
2007-09-06 Todd C. Millerremove initial setting of CHECKSIA, we require that...
2007-09-06 Todd C. Milleradd list.c to SRCS
2007-09-06 Todd C. Millerregen
2007-09-06 Todd C. Milleronly do SIA checks on Digital Unix
2007-09-05 Todd C. Millerregen
2007-09-05 Todd C. Millersync
2007-09-05 Todd C. MillerRemove call to krb5_cc_register() as it is not needed...
2007-09-05 Todd C. Millerregen
2007-09-05 Todd C. MillerNew method for setting the default authentication type and
2007-09-05 Todd C. MillerEach entry in a cmndlist now has an associated runaslist
2007-09-04 Todd C. Millerback out partial ldaps support mistakenly committed
2007-09-04 Todd C. MillerAdd support for unix groups and netgroups in sudoRunas
2007-09-03 Todd C. MillerFix sudoedit of a non-existent file. From Tilo Stritzky.
2007-09-02 Todd C. Millerregen
2007-09-02 Todd C. Millerupdate --passprompt escape info
2007-09-02 Todd C. Millerremove now-bogus comment and update copyright date
2007-09-02 Todd C. MillerFix up use of with_passwd
2007-09-02 Todd C. MillerUpdate to autoconf-2.61 andf libtool-1.5.24
2007-09-02 Todd C. Miller"cmp -s" not just cmp
2007-09-01 Todd C. Millerregen
2007-09-01 Todd C. Millermove tags and runaslist propagation to be earlier
2007-09-01 Todd C. MillerIf -f flag given use the permissions of the original...
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).
next