2011-03-27 |
Todd C. Miller | Allow a group ID in the User_Spec. |
commit | commitdiff | tree | snapshot |
2011-03-27 |
Todd C. Miller | Return an error for the empty string when a word is... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Todd C. Miller | Fix printing "User_Alias FOO = ALL" |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Todd C. Miller | Better error message about invalid -C argument |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Todd C. Miller | fix typo |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Todd C. Miller | Fix placement of equal size ('=') in user specification... |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Todd C. Miller | If we match a rule anchored to the beginning of a line... |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Todd C. Miller | Allow whitespace after the modifier in a Defaults entry. |
commit | commitdiff | tree | snapshot |
2011-03-18 |
Todd C. Miller | Don't set CC when cross-compiling. |
commit | commitdiff | tree | snapshot |
2011-03-18 |
Todd C. Miller | Credit Matthew Thomas for the sudoers_search_filter... |
commit | commitdiff | tree | snapshot |
2011-03-18 |
Todd C. Miller | Update for sudo 1.7.6 beta |
commit | commitdiff | tree | snapshot |
2011-03-18 |
Todd C. Miller | Save the controlling tty process group before suspendin... |
commit | commitdiff | tree | snapshot |
2011-03-18 |
Todd C. Miller | Add support for sudoers_search_filter setting in ldap... |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Todd C. Miller | Remove the hack to disable -g in CFLAGS unless --with... |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Todd C. Miller | The '@' character does not normally need to be quoted. |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Todd C. Miller | We normaly transition from GOTDEFS to STARTDEFS on... |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Todd C. Miller | toke_util.c lives in $(srcdir) not $(devdir) |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Todd C. Miller | Fix parsing of double-quoted names in Defaults and... |
commit | commitdiff | tree | snapshot |
2011-03-16 |
Todd C. Miller | Document major changes for sudo 1.7.6 |
commit | commitdiff | tree | snapshot |
2011-03-16 |
Todd C. Miller | Update version to 1.7.6 |
commit | commitdiff | tree | snapshot |
2011-03-16 |
Todd C. Miller | Be careful not to deref user_stat if it is NULL. This... |
commit | commitdiff | tree | snapshot |
2011-03-16 |
Todd C. Miller | configure will not add -O2 to CFLAGS if it is already... |
commit | commitdiff | tree | snapshot |
2011-03-16 |
Todd C. Miller | Warn about the dangers of log_input and mention iolog_d... |
commit | commitdiff | tree | snapshot |
2011-03-16 |
Todd C. Miller | Back out 2b81d57de4a4 and sync with git version |
commit | commitdiff | tree | snapshot |
2011-03-16 |
Todd C. Miller | Save the controlling tty process group before suspendin... |
commit | commitdiff | tree | snapshot |
2011-03-16 |
Todd C. Miller | In handle_signals(), restart the read() on EINTR to... |
commit | commitdiff | tree | snapshot |
2011-03-16 |
Todd C. Miller | Fix printing of the remainder after a newline. Fixes... |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Todd C. Miller | Fix default setting of osversion variable. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Todd C. Miller | Add --osversion flag to specify OS instead of running... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Todd C. Miller | Fix expr usage w/ GNU expr |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Todd C. Miller | Don't use the beta or release candidate version as... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Todd C. Miller | Added tag SUDO_1_7_5 for changeset 9314212577c3 |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Todd C. Miller | version 1.7.5 SUDO_1_7_5 |
commit | commitdiff | tree | snapshot |
2011-02-21 |
Todd C. Miller | 1.7.5rc1 |
commit | commitdiff | tree | snapshot |
2011-02-21 |
Todd C. Miller | add help text to sudo, visudo and sudoreplay for the... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Todd C. Miller | avoid using "howmany" for a parameter name since it... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Todd C. Miller | add localstatedir; closes bug 471 |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Todd C. Miller | The howmany macro lives in sys/sysmacros.h on SVR5... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Todd C. Miller | SVR5 systems return non-zero for success on socketpair(), |
commit | commitdiff | tree | snapshot |
2011-02-17 |
Todd C. Miller | Move afs includes to be before sudo ones |
commit | commitdiff | tree | snapshot |
2011-02-17 |
Todd C. Miller | No longer use vhangup |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Todd C. Miller | Avoid printing empty "Runas and Command-specific defaul... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Todd C. Miller | Truncate the buffer at buf.len before printing in the... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Todd C. Miller | Remove extra newline when the tty width is very small... |
commit | commitdiff | tree | snapshot |
2011-02-13 |
Todd C. Miller | 1.7.5b5 |
commit | commitdiff | tree | snapshot |
2011-02-13 |
Todd C. Miller | don't remap numeric uids/gids to names; if the user... |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Todd C. Miller | Remove unneeded variable. |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Todd C. Miller | Prefer getutxid over getutid |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Todd C. Miller | Include utmp.h / utmpx.h before missing.h as apparently... |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Todd C. Miller | 1.7.5b4 |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Todd C. Miller | fix K&R compilation |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Todd C. Miller | Fix typo |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Todd C. Miller | Split tokenizer utility functions out into toke_util.c |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Todd C. Miller | Cosmetic changes to make diffing against trunk easier. |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Todd C. Miller | Use RETSIGTYPE for signal handlers. |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Todd C. Miller | Use special values SIGCONT_FG and SIGCONT_BG instead... |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Todd C. Miller | Merge trunk version |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Todd C. Miller | Use special values SIGCONT_FG and SIGCONT_BG instead... |
commit | commitdiff | tree | snapshot |
2011-02-06 |
Todd C. Miller | If perform_io() fails, kill the child before exiting... |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Todd C. Miller | Make local includes consistent; use double quotes for... |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Todd C. Miller | Must include config.h before any other headers. |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Todd C. Miller | fix --with-iologdir=no |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Todd C. Miller | fix typo that broke --with-iologdir |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Todd C. Miller | sync for 1.7.5b3 |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Todd C. Miller | 1.7.5b3 |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Todd C. Miller | Attempt to clarify how users and groups interact in... |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Todd C. Miller | Do not handle SIGARLM specially, just pass it through. |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Todd C. Miller | Pass SIGUSR1/SIGUSR2 through to the child. |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Todd C. Miller | Made tcsetpgrp() bits conditional on HAVE_TCSETPGRP |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Todd C. Miller | Use pid_t not int and check the return value of kill() |
commit | commitdiff | tree | snapshot |
2011-02-02 |
Todd C. Miller | In non-pty mode before continuing the child, make it... |
commit | commitdiff | tree | snapshot |
2011-02-02 |
Todd C. Miller | If we get a signal other than SIGCHLD in the monitor... |
commit | commitdiff | tree | snapshot |
2011-02-02 |
Todd C. Miller | Save signal state before changing handlers and restore... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Todd C. Miller | match quoted strings the same way whether in a Defaults... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Todd C. Miller | Use a char array to map a number to a base36 digit. |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Todd C. Miller | Be clear about what versions of sudo support new LDAP... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Todd C. Miller | Add sudoOrder attribute to each entry |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Todd C. Miller | Mention LDAP attribute compatibility status. |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Todd C. Miller | Mention phpQLAdmin |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Todd C. Miller | Add --disable-env-reset configure option. |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Todd C. Miller | Document that sudoers_locale also affects logging and... |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Todd C. Miller | Do logging and email sending in the locale specified... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Todd C. Miller | Perform command escaping for "sudo -s" and "sudo -i... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Todd C. Miller | Prepend "list " to the command logged when "sudo -l... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Todd C. Miller | cosmetic change |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Todd C. Miller | standardize on "return foo;" rather than "return(foo... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Todd C. Miller | sync |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Todd C. Miller | Do not reject sudoers file just because it is root... |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Todd C. Miller | sync |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Todd C. Miller | When setting default iolog_dir, dynamically allocate... |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Todd C. Miller | For "sudo -U user -l" if user is not authorized on... |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Todd C. Miller | In sudo_ldap_lookup(), always do the initial sudoers... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Todd C. Miller | change an error() to errorx() |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Todd C. Miller | Update copyright year to 2011 |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Todd C. Miller | Update copyright year to 2011 |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Todd C. Miller | Stash pointer to user group vector in LDAP handle and... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Todd C. Miller | When listing, use separate lbufs for the defaults and... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Todd C. Miller | Check initgroups() return value. |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Todd C. Miller | sync |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Todd C. Miller | Clear, don't set, OPOST in c_oflag as was intended... |
commit | commitdiff | tree | snapshot |
next |