]> granicus.if.org Git - sudo/shortlog
sudo
2009-09-14 Todd C. MillerFix warning and add generated getdate.c
2009-09-14 Todd C. MillerAdd getdate.y to be used for sudoreplay date parsing.
2009-09-13 Todd C. MillerCheck more than just the first character of a predicate
2009-09-13 Todd C. MillerAdd examples, sort predicates
2009-09-13 Todd C. MillerImplement search expressions in sudoreplay similar...
2009-09-07 Todd C. MillerRemove vhangup as it was hanging up the wrong tty....
2009-09-07 Todd C. MillerFix cut at documenting transcript support.
2009-09-07 Todd C. MillerID= -> TSID= for transcript ID
2009-09-06 Todd C. MillerMove fast_glob description to where it belongs in sorte...
2009-09-06 Todd C. MillerRename script -> transcript
2009-09-03 Todd C. MillerAdd timeradd and timersub for those without them
2009-09-03 Todd C. MillerSanity check sessid before using it.
2009-09-03 Todd C. MillerOnly set the session id if we are running a command...
2009-09-03 Todd C. MillerActually. qsort is fine since most versions fal back...
2009-09-03 Todd C. MillerCheck for dup2 and use dup instead if we don't have it.
2009-09-03 Todd C. MillerMove the code to dup2 the script fds to low numbered...
2009-09-03 Todd C. MillerMove script_setup() back to immediately before we drop...
2009-09-01 Todd C. MillerInstall sudoreplay
2009-09-01 Todd C. Millerremove unused variable
2009-08-30 Todd C. MillerLog the session ID, if there is one. Currently logs...
2009-08-30 Todd C. MillerAdd sudoreplay docs
2009-08-30 Todd C. Milleradd -V (version) flag
2009-08-30 Todd C. MillerHook up max_wait.
2009-08-30 Todd C. MillerUse base36 number for the ID and store script files...
2009-08-23 Todd C. MillerAdd check for regcomp
2009-08-23 Todd C. MillerAdd support for selecting by pattern and tty when listing.
2009-08-17 Todd C. MillerThe beginnings of a list mode.
2009-08-16 Todd C. Millerfix pasto
2009-08-16 Todd C. MillerAdd scaffolding for building sudoreplay
2009-08-16 Todd C. Millerinclude error.h
2009-08-16 Todd C. MillerInitial cut at sudoreplay; replay a sudo session.
2009-08-08 Todd C. MillerFix wait() usage and use correct wait status.
2009-08-08 Todd C. MillerAdd protos for term_* to sudo.h
2009-08-08 Todd C. MillerFix detection of the child process exiting. Since...
2009-08-08 Todd C. MillerAdd UNIX98 pty support.
2009-08-08 Todd C. MillerAdd UNIX98 pty support.
2009-08-07 Todd C. MillerFor raw mode, don't bother clearing BRKINT or PARMRK...
2009-08-07 Todd C. MillerSet PAM_RUSER and PAM_RHOST early so they can be used...
2009-08-07 Todd C. MillerClose dir before returning if strlcpy() reports overflow.
2009-08-07 Todd C. MillerOn Linux, the openpty proto libes in pty.h
2009-08-07 Todd C. MillerCall vhangup on exit if the system has it
2009-08-06 Todd C. MillerAdd checks for revoke and vhangup if we don't have...
2009-08-06 Todd C. MillerSession logging guts that got forgotten in the previous...
2009-08-06 Todd C. MillerFirst cut at session logging for sudo. Still need...
2009-08-05 Todd C. MillerFix a bug introduced with def_closefrom. The value...
2009-07-29 Todd C. MillerGenerate sudo distributions with pax in ustar mode...
2009-07-18 Todd C. MillerFix expansion of %h in #include names. Fixes bugzilla 363
2009-07-12 Todd C. MillerIf no arg assume def_data.in
2009-07-12 Todd C. MillerUpdate for 1.7.2 SUDO_1_7_2
2009-07-12 Todd C. Millersync
2009-06-30 Todd C. MillerAdd missing single quotes around a colon in Runas_Spec...
2009-06-29 Todd C. Millerregen
2009-06-29 Todd C. MillerIn rbrepair, re-color the root or the first non-block...
2009-06-29 Todd C. Millerregen
2009-06-26 Todd C. MillerWhen repairing the tree, don't touch the root node.
2009-06-25 Todd C. MillerProtect call to setegid in runas_setup with #ifdef...
2009-06-23 Todd C. MillerDocument that we accept env_pam-style environment files
2009-06-23 Todd C. MillerAdapt to accept pam_env-style /etc/environment which...
2009-06-23 Todd C. MillerMake it clear that env_delete only works when !env_reset.
2009-06-15 Todd C. MillerAdd non-unix group bits, adapted from Quest
2009-06-15 Todd C. Millerbuild the .cat page in the current working dir, not...
2009-06-15 Todd C. MillerReturn EINVAL in setenv() if var is NULL or the empty...
2009-06-13 Todd C. MillerUse AS_HELP_STRING for AC_ARG_WITH and AC_ARG_ENABLE
2009-06-11 Todd C. Millerregen
2009-06-09 Todd C. MillerDocument --with-libvas and --with-libvas-rpath
2009-05-29 Todd C. MillerFor netscape-derived LDAP SDKs the cert and key paths...
2009-05-29 Todd C. MillerAdd non-Unix group .o to COMMON_OBJS and substitute...
2009-05-27 Todd C. MillerUpdate non-Unix group support from Quest, as reworked...
2009-05-27 Todd C. Millerregen
2009-05-27 Todd C. MillerAdd support for escaped hex chars in names, e.g. \x20...
2009-05-25 Todd C. MillerUpdate copyright years.
2009-05-24 Todd C. MillerMinor fixes for Minix-3
2009-05-22 Todd C. MillerHandle getgroups() returning 0. Also add missing check...
2009-05-19 Todd C. MillerReplace version.h with PACKAGE_VERSION set via AC_INIT...
2009-05-18 Todd C. MillerRemove group setting code in setusercontext case, we...
2009-05-17 Todd C. MillerInitial bits of non-unix group support using Quest...
2009-05-17 Todd C. MillerAccept %:foo as a non-Unix group
2009-05-17 Todd C. MillerAllow user/group to be double quoted in the case of...
2009-05-11 Todd C. MillerDon't allow the user to specify the default runas user...
2009-05-10 Todd C. MillerMust call audit_success before we change uids.
2009-05-10 Todd C. MillerAdd option for set_perm to not exit on failure and...
2009-05-10 Todd C. MillerIn -l mode, if the user is only allowed to run as a...
2009-05-10 Todd C. MillerFix -g mode, broken by rev 1.503 which had the side...
2009-05-08 Todd C. MillerWhen unlocking a file with fcntl, use F_SETLK, not...
2009-05-08 Todd C. MillerOnly cache by the method we fetched for pwd and grp...
2009-04-30 Todd C. MillerAdd a clarification from Nick Sieger
2009-04-25 Todd C. MillerInline the setting of the environment string.
2009-04-24 Todd C. Millersetenv(3) in Linux treats a NUL value as the empty...
2009-04-22 Todd C. MillerNot all systems have d_namlen
2009-04-20 Todd C. MillerFix up some pod2html issues.
2009-04-19 Todd C. MillerCheck for NULL ifa_addr and ifa_netmask.
2009-04-19 Todd C. MillerIgnore files ending in '~' in sudo.d (emacs backup...
2009-04-19 Todd C. MillerIgnore files ending in '~' in sudo.d (emacs backup...
2009-04-18 Todd C. MillerFor #includedir, ignore any file containing a dot
2009-04-18 Todd C. MillerBump version
2009-04-18 Todd C. MillerImplement #includedir directive. Files in an includedi...
2009-04-18 Todd C. Millersync SUDO_1_7_1
2009-04-18 Todd C. MillerForgot umask_override
2009-04-18 Todd C. Millersync
2009-04-16 Todd C. MillerRewind stream if we fdopen sudoers since it may not...
next