2009-09-06 |
Todd C. Miller | Move fast_glob description to where it belongs in sorte... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Todd C. Miller | Rename script -> transcript |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Todd C. Miller | Add timeradd and timersub for those without them |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Todd C. Miller | Sanity check sessid before using it. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Todd C. Miller | Only set the session id if we are running a command... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Todd C. Miller | Actually. qsort is fine since most versions fal back... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Todd C. Miller | Check for dup2 and use dup instead if we don't have it. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Todd C. Miller | Move the code to dup2 the script fds to low numbered... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Todd C. Miller | Move script_setup() back to immediately before we drop... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Todd C. Miller | Install sudoreplay |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Todd C. Miller | remove unused variable |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Todd C. Miller | Log the session ID, if there is one. Currently logs... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Todd C. Miller | Add sudoreplay docs |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Todd C. Miller | add -V (version) flag |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Todd C. Miller | Hook up max_wait. |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Todd C. Miller | Use base36 number for the ID and store script files... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Todd C. Miller | Add check for regcomp |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Todd C. Miller | Add support for selecting by pattern and tty when listing. |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Todd C. Miller | The beginnings of a list mode. |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Todd C. Miller | fix pasto |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Todd C. Miller | Add scaffolding for building sudoreplay |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Todd C. Miller | include error.h |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Todd C. Miller | Initial cut at sudoreplay; replay a sudo session. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Todd C. Miller | Fix wait() usage and use correct wait status. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Todd C. Miller | Add protos for term_* to sudo.h |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Todd C. Miller | Fix detection of the child process exiting. Since... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Todd C. Miller | Add UNIX98 pty support. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Todd C. Miller | Add UNIX98 pty support. |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Todd C. Miller | For raw mode, don't bother clearing BRKINT or PARMRK... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Todd C. Miller | Set PAM_RUSER and PAM_RHOST early so they can be used... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Todd C. Miller | Close dir before returning if strlcpy() reports overflow. |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Todd C. Miller | On Linux, the openpty proto libes in pty.h |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Todd C. Miller | Call vhangup on exit if the system has it |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Todd C. Miller | Add checks for revoke and vhangup if we don't have... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Todd C. Miller | Session logging guts that got forgotten in the previous... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Todd C. Miller | First cut at session logging for sudo. Still need... |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Todd C. Miller | Fix a bug introduced with def_closefrom. The value... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Todd C. Miller | Generate sudo distributions with pax in ustar mode... |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Todd C. Miller | Fix expansion of %h in #include names. Fixes bugzilla 363 |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Todd C. Miller | If no arg assume def_data.in |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Todd C. Miller | Update for 1.7.2 SUDO_1_7_2 |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Todd C. Miller | sync |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Todd C. Miller | Add missing single quotes around a colon in Runas_Spec... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Todd C. Miller | In rbrepair, re-color the root or the first non-block... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Todd C. Miller | When repairing the tree, don't touch the root node. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Todd C. Miller | Protect call to setegid in runas_setup with #ifdef... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Todd C. Miller | Document that we accept env_pam-style environment files |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Todd C. Miller | Adapt to accept pam_env-style /etc/environment which... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Todd C. Miller | Make it clear that env_delete only works when !env_reset. |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Todd C. Miller | Add non-unix group bits, adapted from Quest |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Todd C. Miller | build the .cat page in the current working dir, not... |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Todd C. Miller | Return EINVAL in setenv() if var is NULL or the empty... |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Todd C. Miller | Use AS_HELP_STRING for AC_ARG_WITH and AC_ARG_ENABLE |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2009-06-09 |
Todd C. Miller | Document --with-libvas and --with-libvas-rpath |
commit | commitdiff | tree | snapshot |
2009-05-29 |
Todd C. Miller | For netscape-derived LDAP SDKs the cert and key paths... |
commit | commitdiff | tree | snapshot |
2009-05-29 |
Todd C. Miller | Add non-Unix group .o to COMMON_OBJS and substitute... |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Todd C. Miller | Update non-Unix group support from Quest, as reworked... |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Todd C. Miller | Add support for escaped hex chars in names, e.g. \x20... |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Todd C. Miller | Update copyright years. |
commit | commitdiff | tree | snapshot |
2009-05-24 |
Todd C. Miller | Minor fixes for Minix-3 |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Todd C. Miller | Handle getgroups() returning 0. Also add missing check... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Todd C. Miller | Replace version.h with PACKAGE_VERSION set via AC_INIT... |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Todd C. Miller | Remove group setting code in setusercontext case, we... |
commit | commitdiff | tree | snapshot |
2009-05-17 |
Todd C. Miller | Initial bits of non-unix group support using Quest... |
commit | commitdiff | tree | snapshot |
2009-05-17 |
Todd C. Miller | Accept %:foo as a non-Unix group |
commit | commitdiff | tree | snapshot |
2009-05-17 |
Todd C. Miller | Allow user/group to be double quoted in the case of... |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Todd C. Miller | Don't allow the user to specify the default runas user... |
commit | commitdiff | tree | snapshot |
2009-05-10 |
Todd C. Miller | Must call audit_success before we change uids. |
commit | commitdiff | tree | snapshot |
2009-05-10 |
Todd C. Miller | Add option for set_perm to not exit on failure and... |
commit | commitdiff | tree | snapshot |
2009-05-10 |
Todd C. Miller | In -l mode, if the user is only allowed to run as a... |
commit | commitdiff | tree | snapshot |
2009-05-10 |
Todd C. Miller | Fix -g mode, broken by rev 1.503 which had the side... |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Todd C. Miller | When unlocking a file with fcntl, use F_SETLK, not... |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Todd C. Miller | Only cache by the method we fetched for pwd and grp... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Todd C. Miller | Add a clarification from Nick Sieger |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Todd C. Miller | Inline the setting of the environment string. |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Todd C. Miller | setenv(3) in Linux treats a NUL value as the empty... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Todd C. Miller | Not all systems have d_namlen |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Todd C. Miller | Fix up some pod2html issues. |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Todd C. Miller | Check for NULL ifa_addr and ifa_netmask. |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Todd C. Miller | Ignore files ending in '~' in sudo.d (emacs backup... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Todd C. Miller | Ignore files ending in '~' in sudo.d (emacs backup... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Todd C. Miller | For #includedir, ignore any file containing a dot |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Todd C. Miller | Bump version |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Todd C. Miller | Implement #includedir directive. Files in an includedi... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Todd C. Miller | sync SUDO_1_7_1 |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Todd C. Miller | Forgot umask_override |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Todd C. Miller | sync |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Todd C. Miller | Rewind stream if we fdopen sudoers since it may not... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Todd C. Miller | Print the proper file name when there is a parse error... |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Todd C. Miller | Sync |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Todd C. Miller | Fix a warning when --without-ldap is specified. |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Todd C. Miller | Store aliases that we remove during check_aliases in... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Todd C. Miller | Check aliases in -c mode too. |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Todd C. Miller | Make alias_remove return the alias struct instead of... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Todd C. Miller | Rename find_alias -> alias_find for consistency. |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Todd C. Miller | When checking for unused aliases, recurse if the alias... |
commit | commitdiff | tree | snapshot |
next |