2002-01-22 |
Todd C. Miller | Update for new error messages from set_perms() |
commit | commitdiff | tree | snapshot |
2002-01-21 |
Todd C. Miller | Make this compile w/o warnings |
commit | commitdiff | tree | snapshot |
2002-01-21 |
Todd C. Miller | Mention that we can't use pam_acct_mgmt() |
commit | commitdiff | tree | snapshot |
2002-01-21 |
Todd C. Miller | The user's password was not zeroed after use when AIX... |
commit | commitdiff | tree | snapshot |
2002-01-20 |
Todd C. Miller | Avoid giving PAM a NULL password response, use the... |
commit | commitdiff | tree | snapshot |
2002-01-20 |
Todd C. Miller | Don't check the return value of pam_setcred(). In... |
commit | commitdiff | tree | snapshot |
2002-01-20 |
Todd C. Miller | Don't need a '/' between $(DESTDIR) and a directory. |
commit | commitdiff | tree | snapshot |
2002-01-20 |
Todd C. Miller | Don't need a '/' between $(DESTDIR) and a directory. |
commit | commitdiff | tree | snapshot |
2002-01-18 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2002-01-18 |
Todd C. Miller | o BSDi also has a bogus setreuid() |
commit | commitdiff | tree | snapshot |
2002-01-18 |
Todd C. Miller | Older BSDi releases lack freeifaddrs() so add a test... |
commit | commitdiff | tree | snapshot |
2002-01-17 |
Todd C. Miller | Checkpoint for 1.6.5p1 |
commit | commitdiff | tree | snapshot |
2002-01-17 |
Todd C. Miller | Return AUTH_FAILURE in passwd_init() if skeyaccess... |
commit | commitdiff | tree | snapshot |
2002-01-17 |
Todd C. Miller | Don't use memory after it has been freed. |
commit | commitdiff | tree | snapshot |
2002-01-17 |
Todd C. Miller | skeyaccess() wants a struct passwd * not a char *;... SUDO_1_6_5 |
commit | commitdiff | tree | snapshot |
2002-01-17 |
Todd C. Miller | ++version |
commit | commitdiff | tree | snapshot |
2002-01-17 |
Todd C. Miller | checkpoint for sudo 1.6.5 |
commit | commitdiff | tree | snapshot |
2002-01-16 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2002-01-16 |
Todd C. Miller | version 1.6.5 |
commit | commitdiff | tree | snapshot |
2002-01-16 |
Todd C. Miller | sudo version 1.6.5 |
commit | commitdiff | tree | snapshot |
2002-01-16 |
Todd C. Miller | o when invoking the mailer as root use a hard-coded... |
commit | commitdiff | tree | snapshot |
2002-01-16 |
Todd C. Miller | Bring back PERM_FULL_USER |
commit | commitdiff | tree | snapshot |
2002-01-16 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2002-01-16 |
Todd C. Miller | version 1.6.5 |
commit | commitdiff | tree | snapshot |
2002-01-16 |
Todd C. Miller | Add --disable-root-mailer option to run the mailer... |
commit | commitdiff | tree | snapshot |
2002-01-16 |
Todd C. Miller | checkpoint for 1.6.4p2 |
commit | commitdiff | tree | snapshot |
2002-01-16 |
Todd C. Miller | Mention the "seteuid(0): Operation not permitted" probl... |
commit | commitdiff | tree | snapshot |
2002-01-15 |
Todd C. Miller | The SHELL environment variable was preserved from the... |
commit | commitdiff | tree | snapshot |
2002-01-15 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2002-01-15 |
Todd C. Miller | Add a configure option to turn off use of POSIX saved IDs |
commit | commitdiff | tree | snapshot |
2002-01-15 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2002-01-15 |
Todd C. Miller | add --with-efence option |
commit | commitdiff | tree | snapshot |
2002-01-15 |
Todd C. Miller | Only OR in MODE_RESET_HOME if MODE_RUN is set. |
commit | commitdiff | tree | snapshot |
2002-01-15 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2002-01-15 |
Todd C. Miller | Quoted commas were not being treated correctly in comma... |
commit | commitdiff | tree | snapshot |
2002-01-15 |
Todd C. Miller | o Move the call to rebuild_env() until after MODE_RESET... |
commit | commitdiff | tree | snapshot |
2002-01-15 |
Todd C. Miller | Add 'continue' statements to optimize the switch statem... |
commit | commitdiff | tree | snapshot |
2002-01-13 |
Todd C. Miller | Regen from new sudoers.pod SUDO_1_6_4 |
commit | commitdiff | tree | snapshot |
2002-01-13 |
Todd C. Miller | Add caveat about stay_setuid flag |
commit | commitdiff | tree | snapshot |
2002-01-13 |
Todd C. Miller | If set_perms == set_perms_posix and the stay_setuid... |
commit | commitdiff | tree | snapshot |
2002-01-13 |
Todd C. Miller | Remove PERM_FULL_USER (which is no longer used) and... |
commit | commitdiff | tree | snapshot |
2002-01-13 |
Todd C. Miller | Use set_perms(PERM_FULL_ROOT, 0) before exec'ing the... |
commit | commitdiff | tree | snapshot |
2002-01-12 |
Todd C. Miller | Use sudo.ws instead of courtesan.com in URLs |
commit | commitdiff | tree | snapshot |
2002-01-12 |
Todd C. Miller | Fix mansect substitution |
commit | commitdiff | tree | snapshot |
2002-01-12 |
Todd C. Miller | Substitute man sections in Makefile.binary |
commit | commitdiff | tree | snapshot |
2002-01-12 |
Todd C. Miller | Sync install targets with Makefile.in and substitute... |
commit | commitdiff | tree | snapshot |
2002-01-12 |
Todd C. Miller | version is 1.6.4 |
commit | commitdiff | tree | snapshot |
2002-01-12 |
Todd C. Miller | Repair bindist target |
commit | commitdiff | tree | snapshot |
2002-01-12 |
Todd C. Miller | sync for 1.6.4 |
commit | commitdiff | tree | snapshot |
2002-01-10 |
Todd C. Miller | Fix case where neither whoami nor id are found |
commit | commitdiff | tree | snapshot |
2002-01-09 |
Todd C. Miller | If neither whoami nor id exists, just assume we are... |
commit | commitdiff | tree | snapshot |
2002-01-09 |
Todd C. Miller | Add explicit cast to (VOID *) on malloc/realloc. Seems... |
commit | commitdiff | tree | snapshot |
2002-01-08 |
Todd C. Miller | (c) 2002 |
commit | commitdiff | tree | snapshot |
2002-01-08 |
Todd C. Miller | checkpoint |
commit | commitdiff | tree | snapshot |
2002-01-08 |
Todd C. Miller | Defer assigning new environment until right before... |
commit | commitdiff | tree | snapshot |
2002-01-08 |
Todd C. Miller | kill extra blank line |
commit | commitdiff | tree | snapshot |
2002-01-07 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2002-01-07 |
Todd C. Miller | Use -O not -O2 for m88k-motorola-sysv* since motorola... |
commit | commitdiff | tree | snapshot |
2002-01-07 |
Todd C. Miller | Clarify origins of Root Group sudo a bit based on info... |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Todd C. Miller | 2002 |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Todd C. Miller | checkpoint for 1.6.4rc1 |
commit | commitdiff | tree | snapshot |
2002-01-02 |
Todd C. Miller | now generated via autoheader |
commit | commitdiff | tree | snapshot |
2002-01-02 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2002-01-02 |
Todd C. Miller | Move in some stuff that was previously in config.h. |
commit | commitdiff | tree | snapshot |
2002-01-02 |
Todd C. Miller | Add info for autoheader. |
commit | commitdiff | tree | snapshot |
2002-01-01 |
Todd C. Miller | o Add DESTDIR support |
commit | commitdiff | tree | snapshot |
2002-01-01 |
Todd C. Miller | Add -M option (like -m but only for root) |
commit | commitdiff | tree | snapshot |
2002-01-01 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2002-01-01 |
Todd C. Miller | allow user to always override mansectsu and mansectform |
commit | commitdiff | tree | snapshot |
2001-12-31 |
Todd C. Miller | update from autoconf 2.52 |
commit | commitdiff | tree | snapshot |
2001-12-31 |
Todd C. Miller | Update from autoconf 2.52 |
commit | commitdiff | tree | snapshot |
2001-12-31 |
Todd C. Miller | regen with autoconf 2.52 |
commit | commitdiff | tree | snapshot |
2001-12-31 |
Todd C. Miller | o Call AC_PROG_CC_STDC to find out how to run the... |
commit | commitdiff | tree | snapshot |
2001-12-31 |
Todd C. Miller | Checkpoint |
commit | commitdiff | tree | snapshot |
2001-12-31 |
Todd C. Miller | o Add pam_prep_user function to call pam_setcred()... |
commit | commitdiff | tree | snapshot |
2001-12-31 |
Todd C. Miller | o Add pam_prep_user function to call pam_setcred()... |
commit | commitdiff | tree | snapshot |
2001-12-31 |
Todd C. Miller | Fix off by one error in number of bytes allocated via... |
commit | commitdiff | tree | snapshot |
2001-12-30 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2001-12-30 |
Todd C. Miller | Allow '@', '(', ')', ':' in arguments to a defaults... |
commit | commitdiff | tree | snapshot |
2001-12-30 |
Todd C. Miller | Mention that no double quotes are needed when adding... |
commit | commitdiff | tree | snapshot |
2001-12-30 |
Todd C. Miller | Don't rely on mkdefaults being executable, call perl... |
commit | commitdiff | tree | snapshot |
2001-12-30 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2001-12-30 |
Todd C. Miller | Remove some XXX that are no longer relevant. |
commit | commitdiff | tree | snapshot |
2001-12-30 |
Todd C. Miller | o Roll our own loop instead of using strpbrk() for... |
commit | commitdiff | tree | snapshot |
2001-12-21 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2001-12-21 |
Todd C. Miller | typo in comment |
commit | commitdiff | tree | snapshot |
2001-12-19 |
Todd C. Miller | checkpoint |
commit | commitdiff | tree | snapshot |
2001-12-19 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2001-12-19 |
Todd C. Miller | avoid the -g flag unless --with-devel was specified |
commit | commitdiff | tree | snapshot |
2001-12-19 |
Todd C. Miller | mkdefaults, def_data.in and sigaction.c were missing... |
commit | commitdiff | tree | snapshot |
2001-12-19 |
Todd C. Miller | def_data.c was missing |
commit | commitdiff | tree | snapshot |
2001-12-18 |
Todd C. Miller | Fix setting of $USER and $LOGNAME in the non-reset_env... |
commit | commitdiff | tree | snapshot |
2001-12-18 |
Todd C. Miller | Another TODO item |
commit | commitdiff | tree | snapshot |
2001-12-18 |
Todd C. Miller | Add comment for Default section so folks know where... |
commit | commitdiff | tree | snapshot |
2001-12-17 |
Todd C. Miller | Use TCSETAF, not TCSETA to set terminal in termio case |
commit | commitdiff | tree | snapshot |
2001-12-17 |
Todd C. Miller | regen from sudoers.pod |
commit | commitdiff | tree | snapshot |
2001-12-17 |
Todd C. Miller | o Typo, Runas_User_List should be Runas_List |
commit | commitdiff | tree | snapshot |
2001-12-15 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2001-12-15 |
Todd C. Miller | Fix listpw and verifypw sections, they were not being... |
commit | commitdiff | tree | snapshot |
2001-12-15 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
next |