2001-12-12 |
Todd C. Miller | regen parser |
commit | commitdiff | tree | snapshot |
2001-12-12 |
Todd C. Miller | Don't let '#' appear in a {WORD} and restrict #foo... |
commit | commitdiff | tree | snapshot |
2001-12-12 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2001-12-12 |
Todd C. Miller | Simpler SUDO_FUNC_ISBLANK that uses AC_TRY_LINK |
commit | commitdiff | tree | snapshot |
2001-12-12 |
Todd C. Miller | Add check for skeyaccess(3) |
commit | commitdiff | tree | snapshot |
2001-12-12 |
Todd C. Miller | Document new -c, -f, and -q options |
commit | commitdiff | tree | snapshot |
2001-12-12 |
Todd C. Miller | o Add -f option (alternate sudoers file) |
commit | commitdiff | tree | snapshot |
2001-12-12 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2001-12-12 |
Todd C. Miller | Add check for isblank and a replacement macro if it... |
commit | commitdiff | tree | snapshot |
2001-12-11 |
Todd C. Miller | In check-only mode, don't create sudoers if it does... |
commit | commitdiff | tree | snapshot |
2001-12-11 |
Todd C. Miller | o Add a new token, DEFVAR, to indicate a Defaults... |
commit | commitdiff | tree | snapshot |
2001-12-11 |
Todd C. Miller | o Use exclusive start conditions to remove some ambigu... |
commit | commitdiff | tree | snapshot |
2001-12-11 |
Todd C. Miller | Prototype init_envtables() |
commit | commitdiff | tree | snapshot |
2001-12-11 |
Todd C. Miller | o Convert environment handling to use lists instead... |
commit | commitdiff | tree | snapshot |
2001-12-11 |
Todd C. Miller | o Add a new LIST type and functions to manipulate it. |
commit | commitdiff | tree | snapshot |
2001-12-11 |
Todd C. Miller | Convert environment options to use the new LIST type... |
commit | commitdiff | tree | snapshot |
2001-12-11 |
Todd C. Miller | Add dummy version of init_envtables() |
commit | commitdiff | tree | snapshot |
2001-12-11 |
Todd C. Miller | honor quiet mode |
commit | commitdiff | tree | snapshot |
2001-12-11 |
Todd C. Miller | Add check-only mode |
commit | commitdiff | tree | snapshot |
2001-12-11 |
Todd C. Miller | Fix generation of entries with NULL descriptions. |
commit | commitdiff | tree | snapshot |
2001-12-09 |
Todd C. Miller | Use sigaction_t and quiet a gcc warning. |
commit | commitdiff | tree | snapshot |
2001-12-09 |
Todd C. Miller | Must reset signal handlers before we exec |
commit | commitdiff | tree | snapshot |
2001-12-09 |
Todd C. Miller | Be carefule now that tgetpass() can return NULL (user... |
commit | commitdiff | tree | snapshot |
2001-12-09 |
Todd C. Miller | Add support for interrupting/suspending tgetpass via... |
commit | commitdiff | tree | snapshot |
2001-12-09 |
Todd C. Miller | Don't block keyboard interrupt signals, just set them... |
commit | commitdiff | tree | snapshot |
2001-12-08 |
Todd C. Miller | add back HAVE_SIGACTION |
commit | commitdiff | tree | snapshot |
2001-12-08 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2001-12-08 |
Todd C. Miller | Kill POSIX_SIGNALS define and old signal support now... |
commit | commitdiff | tree | snapshot |
2001-12-08 |
Todd C. Miller | Don't need config.h or "#ifndef HAVE_STRERROR" wrapper. |
commit | commitdiff | tree | snapshot |
2001-12-08 |
Todd C. Miller | Add scaffolding for POSIX signal emulation |
commit | commitdiff | tree | snapshot |
2001-12-08 |
Todd C. Miller | o Add missing ';' so this compiles |
commit | commitdiff | tree | snapshot |
2001-12-08 |
Todd C. Miller | Emulate sigaction() using sigvec() |
commit | commitdiff | tree | snapshot |
2001-11-13 |
Todd C. Miller | Document new behavior of negative values of timestamp_t... |
commit | commitdiff | tree | snapshot |
2001-11-13 |
Todd C. Miller | Add security note about command not being logged after... |
commit | commitdiff | tree | snapshot |
2001-11-13 |
Todd C. Miller | Mention that -V prints default values when run as root... |
commit | commitdiff | tree | snapshot |
2001-11-13 |
Todd C. Miller | Run pod2man with --quotes=none to avoid stupid quoting... |
commit | commitdiff | tree | snapshot |
2001-11-12 |
Todd C. Miller | Add mail_badpass option |
commit | commitdiff | tree | snapshot |
2001-11-12 |
Todd C. Miller | Dump default bad env table when 'sudo -V' is run by... |
commit | commitdiff | tree | snapshot |
2001-11-12 |
Todd C. Miller | document env_delete |
commit | commitdiff | tree | snapshot |
2001-11-12 |
Todd C. Miller | Add support for '*' in env_keep when not resetting... |
commit | commitdiff | tree | snapshot |
2001-11-12 |
Todd C. Miller | Add env_delete variable that lets the user replace... |
commit | commitdiff | tree | snapshot |
2001-11-06 |
Todd C. Miller | Force umask to 022 to guarantee sane directory permissions. |
commit | commitdiff | tree | snapshot |
2001-11-02 |
Todd C. Miller | add sudo.tab.h and sudo.tab.c to sudo.tab.o dependency |
commit | commitdiff | tree | snapshot |
2001-11-02 |
Todd C. Miller | fix breakage in last commit |
commit | commitdiff | tree | snapshot |
2001-11-02 |
Todd C. Miller | acsite.m4 -> aclocal.m4 |
commit | commitdiff | tree | snapshot |
2001-11-02 |
Todd C. Miller | fix I_TS_TIMEOUT vs. I_TIMESTAMP_TIMEOUT pasto in previ... |
commit | commitdiff | tree | snapshot |
2001-11-02 |
Todd C. Miller | regenerated from def_data.in |
commit | commitdiff | tree | snapshot |
2001-11-02 |
Todd C. Miller | Add new T_UINT type that most things use instead of... |
commit | commitdiff | tree | snapshot |
2001-11-02 |
Todd C. Miller | change most T_INT -> T_UINT |
commit | commitdiff | tree | snapshot |
2001-11-02 |
Todd C. Miller | fix warning when no args |
commit | commitdiff | tree | snapshot |
2001-11-02 |
Todd C. Miller | Change 2 Exit() -> exit() |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Todd C. Miller | when setting up pipes in child process check for case... |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Todd C. Miller | Ignore editor exit value since XPG4 says vi's exit... |
commit | commitdiff | tree | snapshot |
2001-10-05 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2001-10-05 |
Todd C. Miller | sco now is identified by config.guess as *-sco-* |
commit | commitdiff | tree | snapshot |
2001-10-05 |
Todd C. Miller | Check for getspnam() in -lgen if not in -lc for UnixWare. |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Todd C. Miller | "upper case" -> "uppercase" |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Todd C. Miller | fix typos and grammar; pjanzen@foatdi.harvard.edu |
commit | commitdiff | tree | snapshot |
2001-08-28 |
Todd C. Miller | Missing word (specify); krapht@secureops.com |
commit | commitdiff | tree | snapshot |
2001-08-23 |
Todd C. Miller | If we fail to lookup a login class, apply the default... |
commit | commitdiff | tree | snapshot |
2001-08-23 |
Todd C. Miller | In log_error() free message, not logline unconditionall... |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Todd C. Miller | regenerate |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Todd C. Miller | remove some backslash quotes that are unneeded |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Todd C. Miller | o Tweaks to make this work with autoconf-2.50 |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Todd C. Miller | Updated from autoconf-2.50 |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Todd C. Miller | Update mailing list section. We use mailman now, not... |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Todd C. Miller | Use setpwent()/endpwent() + all the shadow variants... |
commit | commitdiff | tree | snapshot |
2001-04-13 |
Todd C. Miller | s/eg./e.g./ |
commit | commitdiff | tree | snapshot |
2001-04-13 |
Todd C. Miller | select() may return EAGAIN. If so, continue like we... |
commit | commitdiff | tree | snapshot |
2001-04-13 |
Todd C. Miller | Fix a non-exploitable buffer overflow in the word split... |
commit | commitdiff | tree | snapshot |
2001-04-13 |
Todd C. Miller | FAQ link goes away |
commit | commitdiff | tree | snapshot |
2001-04-13 |
Todd C. Miller | Tell people to look in sample.syslog.conf for examples... |
commit | commitdiff | tree | snapshot |
2001-04-13 |
Todd C. Miller | Update list of env vars that are cleared |
commit | commitdiff | tree | snapshot |
2001-04-13 |
Todd C. Miller | remove struct env_table decl since that stuff has all... |
commit | commitdiff | tree | snapshot |
2001-04-04 |
Todd C. Miller | Fix a pasto in flock-style unlocking and include <sys... |
commit | commitdiff | tree | snapshot |
2001-04-04 |
Todd C. Miller | regen to get NeXT lockf/flock fix |
commit | commitdiff | tree | snapshot |
2001-04-04 |
Todd C. Miller | force NeXT to use flock since lockf is broken |
commit | commitdiff | tree | snapshot |
2001-03-30 |
Todd C. Miller | Use stashed user_gid when checking against exempt gid... |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Todd C. Miller | #include stdio.h in SUDO_CHECK_TYPE since IRIX 6 aparen... |
commit | commitdiff | tree | snapshot |
2001-03-02 |
Todd C. Miller | Fix negation of paths in a boolean context. Problem... |
commit | commitdiff | tree | snapshot |
2001-02-23 |
Todd C. Miller | pasto |
commit | commitdiff | tree | snapshot |
2001-02-17 |
Todd C. Miller | SA_RESETHAND means the opposite of what I was thinking... |
commit | commitdiff | tree | snapshot |
2001-02-04 |
Todd C. Miller | coerce difference of pointers to int when used in a... |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Todd C. Miller | Block all signals in Exit() to avoid a signal race... |
commit | commitdiff | tree | snapshot |
2001-01-07 |
Todd C. Miller | glibc uses the LANGUAGE env var so clear that too;... |
commit | commitdiff | tree | snapshot |
2001-01-07 |
Todd C. Miller | Regenerate with a fix to flex.skl that preserves errno... |
commit | commitdiff | tree | snapshot |
2000-12-31 |
Todd C. Miller | Some defaults I_ defines got renamed. |
commit | commitdiff | tree | snapshot |
2000-12-31 |
Todd C. Miller | Move defaults info into its own files from which we... |
commit | commitdiff | tree | snapshot |
2000-12-30 |
Todd C. Miller | fix typo in last commit |
commit | commitdiff | tree | snapshot |
2000-12-30 |
Todd C. Miller | Add check + emulation for setegid (like seteuid). |
commit | commitdiff | tree | snapshot |
2000-12-30 |
Todd C. Miller | Make env_keep override badenv_table as documented |
commit | commitdiff | tree | snapshot |
2000-12-30 |
Todd C. Miller | Don't try and build saved uid version of set_perms... |
commit | commitdiff | tree | snapshot |
2000-12-30 |
Todd C. Miller | PATH is also preserved when env_reset is in effect |
commit | commitdiff | tree | snapshot |
2000-12-30 |
Todd C. Miller | New Defaults options: |
commit | commitdiff | tree | snapshot |
2000-12-30 |
Todd C. Miller | Clear up --without-passwd description |
commit | commitdiff | tree | snapshot |
2000-12-30 |
Todd C. Miller | We now build up a new environment from scratch and... |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Todd C. Miller | Grammatical fixes from Paul Janzen |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Todd C. Miller | If there was a syntax error and the user just wants... |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Todd C. Miller | 'Q' means ignore parse error, not 'q' |
commit | commitdiff | tree | snapshot |
next |