1999-07-07 |
Todd C. Miller | make PASSWORD_NOT_CORRECT logging consistent with other... |
commit | commitdiff | tree | snapshot |
1999-07-05 |
Todd C. Miller | PAM prompt code was wrong, looks like we have to kludge... |
commit | commitdiff | tree | snapshot |
1999-07-05 |
Todd C. Miller | In the PAM code, when a user hits return at the first... |
commit | commitdiff | tree | snapshot |
1999-07-05 |
Todd C. Miller | kludge around cross-compiler false positives |
commit | commitdiff | tree | snapshot |
1999-07-05 |
Todd C. Miller | New (correct) PAM code |
commit | commitdiff | tree | snapshot |
1999-07-05 |
Todd C. Miller | Some -Wall and kill some trailing spaces |
commit | commitdiff | tree | snapshot |
1999-07-05 |
Todd C. Miller | define -D__EXTENSIONS__ for solaris so we get crypt... |
commit | commitdiff | tree | snapshot |
1999-06-22 |
Todd C. Miller | add Dynix 4.4.4 |
commit | commitdiff | tree | snapshot |
1999-06-22 |
Todd C. Miller | for kerberos V < version, fall back on old kerb4 auth... |
commit | commitdiff | tree | snapshot |
1999-06-22 |
Todd C. Miller | clarify some things |
commit | commitdiff | tree | snapshot |
1999-06-22 |
Todd C. Miller | typos |
commit | commitdiff | tree | snapshot |
1999-06-14 |
Todd C. Miller | mention why DONT_LEAK_PATH_INFO is not the default |
commit | commitdiff | tree | snapshot |
1999-06-03 |
Todd C. Miller | Fix open(2) return value checking, was NULL for fopen... |
commit | commitdiff | tree | snapshot |
1999-06-03 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
1999-06-03 |
Todd C. Miller | better wording for solaris pam notice |
commit | commitdiff | tree | snapshot |
1999-06-03 |
Todd C. Miller | document recent changes |
commit | commitdiff | tree | snapshot |
1999-06-03 |
Todd C. Miller | Update shadow password section |
commit | commitdiff | tree | snapshot |
1999-06-03 |
Todd C. Miller | move authentication code from check.c to auth.c |
commit | commitdiff | tree | snapshot |
1999-06-03 |
Todd C. Miller | move authentication code to auth.c |
commit | commitdiff | tree | snapshot |
1999-05-17 |
Todd C. Miller | Move interface-related defines to interfaces.h so we... |
commit | commitdiff | tree | snapshot |
1999-05-14 |
Todd C. Miller | o Replace _PASSWD_LEN braindeath with our own SUDO_MAX... |
commit | commitdiff | tree | snapshot |
1999-05-03 |
Todd C. Miller | set $LOGNAME when we set $USER |
commit | commitdiff | tree | snapshot |
1999-04-27 |
Todd C. Miller | add comment about digital unix and interfaces.c warning... |
commit | commitdiff | tree | snapshot |
1999-04-15 |
Todd C. Miller | use modern paths and give examples for some of the... |
commit | commitdiff | tree | snapshot |
1999-04-10 |
Todd C. Miller | fix comment |
commit | commitdiff | tree | snapshot |
1999-04-10 |
Todd C. Miller | Function names should be flush with the start of the... |
commit | commitdiff | tree | snapshot |
1999-04-10 |
Todd C. Miller | free(3) is already void, no need to cast it |
commit | commitdiff | tree | snapshot |
1999-04-10 |
Todd C. Miller | catch case where cmnd_safe is not set (this should... |
commit | commitdiff | tree | snapshot |
1999-04-10 |
Todd C. Miller | Stash the "safe" path (ie: the one listed in sudoers... |
commit | commitdiff | tree | snapshot |
1999-04-08 |
Todd C. Miller | notes on updating from an earlier release |
commit | commitdiff | tree | snapshot |
1999-04-08 |
Todd C. Miller | updated |
commit | commitdiff | tree | snapshot |
1999-04-07 |
Todd C. Miller | You can now specifiy a host list instead of just a... |
commit | commitdiff | tree | snapshot |
1999-04-07 |
Todd C. Miller | Quiet -Wall |
commit | commitdiff | tree | snapshot |
1999-04-07 |
Todd C. Miller | Move the push from the beginning of cmndspec to the... |
commit | commitdiff | tree | snapshot |
1999-04-07 |
Todd C. Miller | runas-lists and NOPASSWD/PASSWD modifiers are now stick... |
commit | commitdiff | tree | snapshot |
1999-04-06 |
Todd C. Miller | modernize paths and update su example based on sample... |
commit | commitdiff | tree | snapshot |
1999-04-06 |
Todd C. Miller | New runas semantics |
commit | commitdiff | tree | snapshot |
1999-04-06 |
Todd C. Miller | In estrdup(), do the malloc ourselves so we don't need... |
commit | commitdiff | tree | snapshot |
1999-04-06 |
Todd C. Miller | $Sudo tag |
commit | commitdiff | tree | snapshot |
1999-04-06 |
Todd C. Miller | buf should be prompt; Michael Robokoff <mrobo@networkcs... |
commit | commitdiff | tree | snapshot |
1999-04-06 |
Todd C. Miller | It is now possible to use the '!' operator in a runas... |
commit | commitdiff | tree | snapshot |
1999-04-06 |
Todd C. Miller | Kill GLOBAL_NO_SPW_ENT (not used) and crank GLOBAL_PROBLEM |
commit | commitdiff | tree | snapshot |
1999-04-06 |
Todd C. Miller | Definitions of *_matched were wrong--user top, not... |
commit | commitdiff | tree | snapshot |
1999-04-06 |
Todd C. Miller | Add VALIDATE_NOT_OK_NOPASS for when user is not allowed... |
commit | commitdiff | tree | snapshot |
1999-04-06 |
Todd C. Miller | Add copyright, somewhat silly |
commit | commitdiff | tree | snapshot |
1999-04-05 |
Todd C. Miller | Crank version to 1.6 and combine copyright statements |
commit | commitdiff | tree | snapshot |
1999-04-05 |
Todd C. Miller | Use ! not ^ to do negation |
commit | commitdiff | tree | snapshot |
1999-04-05 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
1999-04-05 |
Todd C. Miller | Make runas and NOPASSWD tags persistent across entris... |
commit | commitdiff | tree | snapshot |
1999-04-02 |
Todd C. Miller | update for 1.5.9 SUDO_1_5_9 |
commit | commitdiff | tree | snapshot |
1999-04-02 |
Todd C. Miller | Shift return value of system(3) by 8 to get real exit... |
commit | commitdiff | tree | snapshot |
1999-03-30 |
Todd C. Miller | testsudoers needs LIBOBJS too |
commit | commitdiff | tree | snapshot |
1999-03-30 |
Todd C. Miller | Fix another parser bug. For a sudoers entry like this: |
commit | commitdiff | tree | snapshot |
1999-03-30 |
Todd C. Miller | new change |
commit | commitdiff | tree | snapshot |
1999-03-30 |
Todd C. Miller | Save entries that match a ! command on the matching... |
commit | commitdiff | tree | snapshot |
1999-03-30 |
Todd C. Miller | Make sudo's usage info better when mutually exclusive... |
commit | commitdiff | tree | snapshot |
1999-03-29 |
Todd C. Miller | updates from CU |
commit | commitdiff | tree | snapshot |
1999-03-29 |
Todd C. Miller | use gzip |
commit | commitdiff | tree | snapshot |
1999-03-29 |
Todd C. Miller | Fix off by one error introduced in *alloc changes |
commit | commitdiff | tree | snapshot |
1999-03-29 |
Todd C. Miller | ++version |
commit | commitdiff | tree | snapshot |
1999-03-29 |
Todd C. Miller | Use emalloc/erealloc/estrdup |
commit | commitdiff | tree | snapshot |
1999-03-29 |
Todd C. Miller | error checking memory allocation routines |
commit | commitdiff | tree | snapshot |
1999-03-29 |
Todd C. Miller | Still not right, this fixes it for real |
commit | commitdiff | tree | snapshot |
1999-03-29 |
Todd C. Miller | Fix for previous commit |
commit | commitdiff | tree | snapshot |
1999-03-29 |
Todd C. Miller | Fix a parser bug that was exposed when mixing different... |
commit | commitdiff | tree | snapshot |
1999-03-28 |
Todd C. Miller | Simplify PAM code and fix a PAM-related warning on... |
commit | commitdiff | tree | snapshot |
1999-03-26 |
Todd C. Miller | updates |
commit | commitdiff | tree | snapshot |
1999-03-26 |
Todd C. Miller | better su entry |
commit | commitdiff | tree | snapshot |
1999-03-26 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
1999-03-26 |
Todd C. Miller | new pam code that works on solaris, should work on... |
commit | commitdiff | tree | snapshot |
1999-03-19 |
Todd C. Miller | more entries |
commit | commitdiff | tree | snapshot |
1999-03-19 |
Todd C. Miller | only include strings.h if there is no string.h |
commit | commitdiff | tree | snapshot |
1999-03-17 |
Todd C. Miller | Sinix is now being called ReliantUNIX; bjjackso@us... |
commit | commitdiff | tree | snapshot |
1999-03-13 |
Todd C. Miller | shost must be set before log functions are called ... |
commit | commitdiff | tree | snapshot |
1999-03-07 |
Todd C. Miller | Fix a bug wrt quoting characters in command args. ... |
commit | commitdiff | tree | snapshot |
1999-02-26 |
Todd C. Miller | include sys/time.h; aparently AIX needs it. ppz@cdu... |
commit | commitdiff | tree | snapshot |
1999-02-24 |
Todd C. Miller | add missing case statement so --without-sendmail works |
commit | commitdiff | tree | snapshot |
1999-02-23 |
Todd C. Miller | more |
commit | commitdiff | tree | snapshot |
1999-02-22 |
Todd C. Miller | only search for -lsun in irix <= 4.x |
commit | commitdiff | tree | snapshot |
1999-02-22 |
Todd C. Miller | back out last configure.in change now that I've hacked... |
commit | commitdiff | tree | snapshot |
1999-02-22 |
Todd C. Miller | updated |
commit | commitdiff | tree | snapshot |
1999-02-22 |
Todd C. Miller | add def of dirfd() for those without it |
commit | commitdiff | tree | snapshot |
1999-02-22 |
Todd C. Miller | When falling back to checking for socket() when linking... |
commit | commitdiff | tree | snapshot |
1999-02-22 |
Todd C. Miller | typo |
commit | commitdiff | tree | snapshot |
1999-02-21 |
Todd C. Miller | fix occurrence of $with_timeout that should be $with_pa... |
commit | commitdiff | tree | snapshot |
1999-02-17 |
Todd C. Miller | fix grammar; espie@openbsd.org SUDO_1_5_8 |
commit | commitdiff | tree | snapshot |
1999-02-11 |
Todd C. Miller | add cast for strdup in places it does not have it |
commit | commitdiff | tree | snapshot |
1999-02-09 |
Todd C. Miller | define for_BSD_TYPES irix |
commit | commitdiff | tree | snapshot |
1999-02-07 |
Todd C. Miller | Make it clear that it is the user's password, not root... |
commit | commitdiff | tree | snapshot |
1999-02-07 |
Todd C. Miller | If the user enters an empty password and really has... |
commit | commitdiff | tree | snapshot |
1999-02-03 |
Todd C. Miller | add explicate copyright |
commit | commitdiff | tree | snapshot |
1999-02-03 |
Todd C. Miller | mention -lsocket, -lnsl configure changes |
commit | commitdiff | tree | snapshot |
1999-02-02 |
Todd C. Miller | Don't clobber errno after calling check_sudoers(). |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Todd C. Miller | When linking with both -lsocket and -lnsl be sure to... |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Todd C. Miller | clarify bad timestamp and fmt |
commit | commitdiff | tree | snapshot |
1999-01-23 |
Todd C. Miller | be clear that pam is linux-only and add a RUNSON entry |
commit | commitdiff | tree | snapshot |
1999-01-22 |
Todd C. Miller | fix and correctly document --with-umask; problem noted... |
commit | commitdiff | tree | snapshot |
1999-01-20 |
Todd C. Miller | only use /usr/{man,catman}/local to store man pages... |
commit | commitdiff | tree | snapshot |
1999-01-20 |
Todd C. Miller | fix typo, make --with-SecurID take an arg |
commit | commitdiff | tree | snapshot |
1999-01-19 |
Todd C. Miller | updates from users |
commit | commitdiff | tree | snapshot |
next |