2010-06-03 |
Todd C. Miller | Document new tty_ticket behavior |
commit | commitdiff | tree | snapshot |
2010-06-03 |
Todd C. Miller | Make find_path() a little more generic by not checking... |
commit | commitdiff | tree | snapshot |
2010-06-03 |
Todd C. Miller | Store info from stat(2)ing the tty in the tty ticket... |
commit | commitdiff | tree | snapshot |
2010-06-03 |
Todd C. Miller | get_boottime() now fills in a timeval struct |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Todd C. Miller | Use timeval directly instead of converting to timespec... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Todd C. Miller | Fix OpenPAM detection for newer versions. |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Todd C. Miller | Sync with Quest sudo git repo |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Todd C. Miller | HP-UX ld uses +b instead or -R or -rpath |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Todd C. Miller | Fix typos; from Quest Sudo |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Todd C. Miller | Use value of SHELL from configure in Makefile |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Todd C. Miller | Handle duplicate variables in the environment. For... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Todd C. Miller | Fix a crash when checking a sudoers file that has alias... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Todd C. Miller | Fix use after free in error message when a duplicate... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Todd C. Miller | Set errorfile to the sudoers path if we set parse_error... |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Todd C. Miller | Fix typo |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Todd C. Miller | Qualify the command even if it is in the current workin... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Todd C. Miller | Add a note about the security implications of the fast_... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Todd C. Miller | Remove duplicate includes |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Todd C. Miller | Fix installation of sudoers.ldap in "make install"... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Todd C. Miller | When doing a glob match, short circuit if gl.gl_pathc... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Todd C. Miller | Use parent process group id instead of parent process... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Todd C. Miller | In setenv(), if the var is empty, return 1 and set... |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Todd C. Miller | Check for pseudo-command by looking at the first charac... |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Todd C. Miller | Avoid a duplicate fclose() of the sudoers file. |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Todd C. Miller | Fix size arg when realloc()ing include stack. From... |
commit | commitdiff | tree | snapshot |
2010-02-06 |
Todd C. Miller | Use setrlimit64(), if available, instead of setrlimit... |
commit | commitdiff | tree | snapshot |
2010-02-06 |
Todd C. Miller | Fix use after free when sending error messages. From... |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Todd C. Miller | Generate the ChangeLog as part of "make dist" instead... |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Todd C. Miller | Generate correct ChangeLog for 1.7 branch. |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Todd C. Miller | Remove CVS $Sudo$ tags. |
commit | commitdiff | tree | snapshot |
2010-01-18 |
convert-repo | update tags |
commit | commitdiff | tree | snapshot |
2009-12-26 |
Todd C. Miller | make this match sudoers SYNOPSIS |
commit | commitdiff | tree | snapshot |
2009-12-26 |
Todd C. Miller | Print a newline between Runas and Command-specific... |
commit | commitdiff | tree | snapshot |
2009-12-26 |
Todd C. Miller | Use SET and CLR macros in term_raw |
commit | commitdiff | tree | snapshot |
2009-12-26 |
Todd C. Miller | Set stdin to non-blocking mode early instead of in... |
commit | commitdiff | tree | snapshot |
2009-12-23 |
Todd C. Miller | Enable/disable all postprocessing instead of just nl... |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Todd C. Miller | If tty_tickets is enabled and there is no tty, prompt... |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Todd C. Miller | Document missing options: --with-efence and --with... |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Todd C. Miller | username -> user name |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Todd C. Miller | filename -> file name like the rest of the docs |
commit | commitdiff | tree | snapshot |
2009-12-17 |
Todd C. Miller | Fix printing of entries with multiple host entries... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Todd C. Miller | Mention that targetpw affects the timestamp file name. |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Todd C. Miller | Add compress_transcript option. |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Todd C. Miller | bump to 1.7.3b2 |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Todd C. Miller | Better split of membership vs. traditional group check... |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Todd C. Miller | Fix pasto and add default return value. |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Todd C. Miller | refactor group member checking into user_in_group() |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Todd C. Miller | Add support for mbr_check_membership() as present in... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Todd C. Miller | Rename label to be accurate |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Todd C. Miller | Treat timestamp files from before we booted as old... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Todd C. Miller | Allow the -u flag to be used in conjunction with the... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Todd C. Miller | fix typo in last commit |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Todd C. Miller | Convert fmt_first and fmt_confd into macros. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Todd C. Miller | timeouts can be floats now |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Todd C. Miller | Add support for floating point timeout values (e.g... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Todd C. Miller | The -L flag will be removed in sudo 1.7.4 |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Todd C. Miller | Fix a bug due to order of operators. |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Todd C. Miller | cmnd_matches() already deals with negation so _cmndlist... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Todd C. Miller | Don't exit() from open_sudoers, just return NULL for... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Todd C. Miller | Can't rely on the shell sending us SIGCONT when transit... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Todd C. Miller | Add missing extern def for parse_error |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Todd C. Miller | Avoid a parse error when #includedir doesn't find any... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Todd C. Miller | Include sudo.man.pl and sudoers.man.pl in the distribut... |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Todd C. Miller | Start command out in foreground mode if stdout is a... |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Todd C. Miller | Use a socketpair to pass signals from parent to child... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Todd C. Miller | Fix a few typos in the descriptions; from Jeff Makey |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Todd C. Miller | Remove a spurious comma in the kerb5 bits. |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Todd C. Miller | Call krb5_get_init_creds_opt_init() in our emulated |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Todd C. Miller | Add HAVE_ZLIB |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Todd C. Miller | Need to ignore SIGTT{IN,OU} in child when running the... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Todd C. Miller | Instead of calling sigsuspend when waiting for SIGUSR... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Todd C. Miller | Pass along SIGHUP and SIGTERM from parent to child. |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Todd C. Miller | Close unused bits of script_fds in processes that don... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Todd C. Miller | Update foreground/background status in SIGCONT handler... |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Todd C. Miller | Defer setting terminal into raw mode until just before... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Todd C. Miller | Fix handling of SIGTTOU/SIGTTIN in program being run... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Todd C. Miller | Don't bother with sudo_waitpid() here for now. |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Todd C. Miller | fix non-zlib case |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Todd C. Miller | Remove non-wroking code that crept into rev 1.55 |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Todd C. Miller | First pass at zlib support for transcript data files |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Todd C. Miller | remove vestiges of ZLDFLAGS |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Todd C. Miller | Add missing variable declaration for when TIOCSCTTY... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Todd C. Miller | when resuming command, send SIGCONT to its pgrp not... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Todd C. Miller | remove unused variable |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Todd C. Miller | include selinux.h for is_selinux_enabled() proto |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Todd C. Miller | Don't use log_error() in the child process. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Todd C. Miller | Do I/O in parent instead of child since the parent... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Todd C. Miller | Move two struct forward declarations from sudo.h to... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Todd C. Miller | Make comment at the top of script_exec() match reality. |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Todd C. Miller | if neither stdin nor stdout is a tty, check stderr |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Todd C. Miller | Add back dependecy of gram.h on gram.y |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Todd C. Miller | Make transcript mode work as long as we can figure... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Todd C. Miller | Add support for IRIX-style dynamic ptys |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Todd C. Miller | Move alloc.c protos into alloc.h |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Todd C. Miller | Move prototypes for missing libc functions to missing.h |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Todd C. Miller | Move prototypes for missing libc functions to missing.h |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Todd C. Miller | Disable transcript support if no tcsetpgrp until we... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Todd C. Miller | Break out pty code into pty.c |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Todd C. Miller | add killpg macro if no killpg function |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Todd C. Miller | Push ptem and ldterm for STERAMS-based systems when... |
commit | commitdiff | tree | snapshot |
next |