1999-10-10 |
Todd C. Miller | o Add support for escaped characters in the WORD macro |
commit | commitdiff | tree | snapshot |
1999-10-10 |
Todd C. Miller | o Add T_PATH flag to allow simple sanity checks for... |
commit | commitdiff | tree | snapshot |
1999-10-09 |
Todd C. Miller | mail_if_foo -> mail_foo |
commit | commitdiff | tree | snapshot |
1999-10-08 |
Todd C. Miller | o Add requiretty option |
commit | commitdiff | tree | snapshot |
1999-10-08 |
Todd C. Miller | The exit() in log_error() was mistakenly removed in... |
commit | commitdiff | tree | snapshot |
1999-10-07 |
Todd C. Miller | o Change defaults stuff to put the value right in the... |
commit | commitdiff | tree | snapshot |
1999-10-07 |
Todd C. Miller | add O_NOCTTY when opening /dev/tty just in case |
commit | commitdiff | tree | snapshot |
1999-10-06 |
Todd C. Miller | cleanup function no longer takes a status arg |
commit | commitdiff | tree | snapshot |
1999-10-06 |
Todd C. Miller | the the |
commit | commitdiff | tree | snapshot |
1999-09-15 |
Todd C. Miller | Use strftime() instead of ctime() if it is available. |
commit | commitdiff | tree | snapshot |
1999-09-14 |
Todd C. Miller | fix copyright date |
commit | commitdiff | tree | snapshot |
1999-09-14 |
Todd C. Miller | update ReliantUNIX entry |
commit | commitdiff | tree | snapshot |
1999-09-14 |
Todd C. Miller | add log_year option |
commit | commitdiff | tree | snapshot |
1999-09-14 |
Todd C. Miller | add --without-sendmail to help output |
commit | commitdiff | tree | snapshot |
1999-09-14 |
Todd C. Miller | enforce an otctal arg for --with-suoders-mode |
commit | commitdiff | tree | snapshot |
1999-09-08 |
Todd C. Miller | Add support for "Defaults" line in sudoers to make... |
commit | commitdiff | tree | snapshot |
1999-09-08 |
Todd C. Miller | Add more info |
commit | commitdiff | tree | snapshot |
1999-09-04 |
Todd C. Miller | UCB has dropped the advertising clause from their license. |
commit | commitdiff | tree | snapshot |
1999-08-31 |
Todd C. Miller | move dce_verofy proto to correct section |
commit | commitdiff | tree | snapshot |
1999-08-31 |
Todd C. Miller | remove XXX |
commit | commitdiff | tree | snapshot |
1999-08-28 |
Todd C. Miller | Add fnmatch() prototype |
commit | commitdiff | tree | snapshot |
1999-08-28 |
Todd C. Miller | Move inclusion of emul/fnmatch.h to be after sudo.h... |
commit | commitdiff | tree | snapshot |
1999-08-28 |
Todd C. Miller | add strcasecmp proto |
commit | commitdiff | tree | snapshot |
1999-08-28 |
Todd C. Miller | add check for case where there are no auth methods |
commit | commitdiff | tree | snapshot |
1999-08-28 |
Todd C. Miller | Define _XOPEN_EXTENDED_SOURCE on AIX and __USE_FIXED_PR... |
commit | commitdiff | tree | snapshot |
1999-08-28 |
Todd C. Miller | include strings.h everywhere we include string.h |
commit | commitdiff | tree | snapshot |
1999-08-28 |
Todd C. Miller | nicer output when showing auth methods |
commit | commitdiff | tree | snapshot |
1999-08-28 |
Todd C. Miller | Add support for SEND_MAIL_WHEN_NO_HOST |
commit | commitdiff | tree | snapshot |
1999-08-28 |
Todd C. Miller | Add _GNU_SOURCE for Linux |
commit | commitdiff | tree | snapshot |
1999-08-28 |
Todd C. Miller | fix definition of OCTECT |
commit | commitdiff | tree | snapshot |
1999-08-28 |
Todd C. Miller | aix_auth.o not authenticate.o |
commit | commitdiff | tree | snapshot |
1999-08-27 |
Todd C. Miller | Only block SIGINT, SIGQUIT, SIGTSTP (which can be gener... |
commit | commitdiff | tree | snapshot |
1999-08-27 |
Todd C. Miller | Don't need to worry about catching too many signals... |
commit | commitdiff | tree | snapshot |
1999-08-27 |
Todd C. Miller | include auth/API in tarball |
commit | commitdiff | tree | snapshot |
1999-08-27 |
Todd C. Miller | move memset() of plaintext pw outside of verify loop... |
commit | commitdiff | tree | snapshot |
1999-08-27 |
Todd C. Miller | DCE is not a standalone method |
commit | commitdiff | tree | snapshot |
1999-08-27 |
Todd C. Miller | fix --enable-noargs-shell |
commit | commitdiff | tree | snapshot |
1999-08-27 |
Todd C. Miller | "#ifdef __STDC__" not "#if __STDC__" (I missed one) |
commit | commitdiff | tree | snapshot |
1999-08-27 |
Todd C. Miller | _cleanup() function returns an int. |
commit | commitdiff | tree | snapshot |
1999-08-27 |
Todd C. Miller | there were still some return(0)'s hanging around, make... |
commit | commitdiff | tree | snapshot |
1999-08-27 |
Todd C. Miller | typo in comment |
commit | commitdiff | tree | snapshot |
1999-08-27 |
Todd C. Miller | add missing semicolon |
commit | commitdiff | tree | snapshot |
1999-08-27 |
Todd C. Miller | missing backslash |
commit | commitdiff | tree | snapshot |
1999-08-26 |
Todd C. Miller | Kill _XOPEN_EXTENDED_SOURCE -- causes problems on some... |
commit | commitdiff | tree | snapshot |
1999-08-26 |
Todd C. Miller | add parse.h to HDRS |
commit | commitdiff | tree | snapshot |
1999-08-26 |
Todd C. Miller | Kill VISUDO_LIBS and VISUDO_LDFLAGS. Add LIBS, NET_LIB... |
commit | commitdiff | tree | snapshot |
1999-08-26 |
Todd C. Miller | mention ptmp -> sudoers.tmp |
commit | commitdiff | tree | snapshot |
1999-08-26 |
Todd C. Miller | Define _XOPEN_SOURCE_EXTENDED not _XOPEN_SOURCE |
commit | commitdiff | tree | snapshot |
1999-08-26 |
Todd C. Miller | add 2 reports |
commit | commitdiff | tree | snapshot |
1999-08-26 |
Todd C. Miller | Minor changes, mostly cosmetic. verify_krb_v5_tgt... |
commit | commitdiff | tree | snapshot |
1999-08-26 |
Todd C. Miller | Add an XXX |
commit | commitdiff | tree | snapshot |
1999-08-26 |
Todd C. Miller | more things todo! |
commit | commitdiff | tree | snapshot |
1999-08-26 |
Todd C. Miller | update based on what is in the man page |
commit | commitdiff | tree | snapshot |
1999-08-26 |
Todd C. Miller | minor change to first line printed in -l mode |
commit | commitdiff | tree | snapshot |
1999-08-26 |
Todd C. Miller | rename "ENVIRONMENT VARIABLES" section to "ENVIRONMENT... |
commit | commitdiff | tree | snapshot |
1999-08-26 |
Todd C. Miller | rename "ENVIRONMENT VARIABLES" section to "ENVIRONMENT... |
commit | commitdiff | tree | snapshot |
1999-08-26 |
Todd C. Miller | add FLAG_NO_CHECK |
commit | commitdiff | tree | snapshot |
1999-08-26 |
Todd C. Miller | make an OCTET really be limited to 0-255 |
commit | commitdiff | tree | snapshot |
1999-08-26 |
Todd C. Miller | mention timestamp changes |
commit | commitdiff | tree | snapshot |
1999-08-26 |
Todd C. Miller | cosmetic cleanup |
commit | commitdiff | tree | snapshot |
1999-08-26 |
Todd C. Miller | new sudoers(8) man page |
commit | commitdiff | tree | snapshot |
1999-08-24 |
Todd C. Miller | Update comments about syslog name tables |
commit | commitdiff | tree | snapshot |
1999-08-24 |
Todd C. Miller | include strcasecmp() for those without it |
commit | commitdiff | tree | snapshot |
1999-08-24 |
Todd C. Miller | Use the : operator some more and fix a typo |
commit | commitdiff | tree | snapshot |
1999-08-24 |
Todd C. Miller | update the history of sudo |
commit | commitdiff | tree | snapshot |
1999-08-24 |
Todd C. Miller | CIDR-style netmask support |
commit | commitdiff | tree | snapshot |
1999-08-24 |
Todd C. Miller | recent changes |
commit | commitdiff | tree | snapshot |
1999-08-24 |
Todd C. Miller | these should be generated with byacc, not bison |
commit | commitdiff | tree | snapshot |
1999-08-24 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
1999-08-24 |
Todd C. Miller | In "sudo -l" mode, the type of the stored (expanded... |
commit | commitdiff | tree | snapshot |
1999-08-23 |
Todd C. Miller | define _XOPEN_SOURCE to get at crypt() proto on some... |
commit | commitdiff | tree | snapshot |
1999-08-22 |
Todd C. Miller | fix comment |
commit | commitdiff | tree | snapshot |
1999-08-22 |
Todd C. Miller | don't need limits.h |
commit | commitdiff | tree | snapshot |
1999-08-22 |
Todd C. Miller | kill bogus reference to vfprintf |
commit | commitdiff | tree | snapshot |
1999-08-22 |
Todd C. Miller | better examples |
commit | commitdiff | tree | snapshot |
1999-08-22 |
Todd C. Miller | Add some const in the K&R defs. This is safe since... |
commit | commitdiff | tree | snapshot |
1999-08-22 |
Todd C. Miller | Better test for working long long support. Ultrix... |
commit | commitdiff | tree | snapshot |
1999-08-22 |
Todd C. Miller | Add check for LONG_IS_QUAD |
commit | commitdiff | tree | snapshot |
1999-08-21 |
Todd C. Miller | UCB-derived snprintf + asprintf support. Supports... |
commit | commitdiff | tree | snapshot |
1999-08-20 |
Todd C. Miller | Run most of the code as root, not the invoking user... |
commit | commitdiff | tree | snapshot |
1999-08-20 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
1999-08-19 |
Todd C. Miller | Don't wait for child to finish in log_error(), let... |
commit | commitdiff | tree | snapshot |
1999-08-19 |
Todd C. Miller | sudoers_lookup() now returns a bitmap instead of an... |
commit | commitdiff | tree | snapshot |
1999-08-17 |
Todd C. Miller | o NewArgv and NewArgc don't need to be externally visible. |
commit | commitdiff | tree | snapshot |
1999-08-17 |
Todd C. Miller | Just have sudo-bugs contact info in one place |
commit | commitdiff | tree | snapshot |
1999-08-17 |
Todd C. Miller | Add BUGS section |
commit | commitdiff | tree | snapshot |
1999-08-17 |
Todd C. Miller | Add testsudoers to default build target if --with-devel |
commit | commitdiff | tree | snapshot |
1999-08-17 |
Todd C. Miller | In pedantic mode we need to save *all* the aliases... |
commit | commitdiff | tree | snapshot |
1999-08-17 |
Todd C. Miller | reference samples.sylog.conf |
commit | commitdiff | tree | snapshot |
1999-08-14 |
Todd C. Miller | Sample entries for syslog.conf |
commit | commitdiff | tree | snapshot |
1999-08-14 |
Todd C. Miller | recent changes |
commit | commitdiff | tree | snapshot |
1999-08-14 |
Todd C. Miller | In struct sudo_auth, turn need_root and configured... |
commit | commitdiff | tree | snapshot |
1999-08-14 |
Todd C. Miller | o --with-otp deprecated, use --without-passwd instead |
commit | commitdiff | tree | snapshot |
1999-08-12 |
Todd C. Miller | recent changes |
commit | commitdiff | tree | snapshot |
1999-08-12 |
Todd C. Miller | o Digital UNIX needs to check for *snprintf() before... |
commit | commitdiff | tree | snapshot |
1999-08-12 |
Todd C. Miller | o Add a "pedentic" flag to the parser. This makes... |
commit | commitdiff | tree | snapshot |
1999-08-12 |
Todd C. Miller | Break 'WORD' regexp def into HOSTNAME and USERNAME... |
commit | commitdiff | tree | snapshot |
1999-08-09 |
Todd C. Miller | o add a 'val' element to aliasinfo struct and move... |
commit | commitdiff | tree | snapshot |
1999-08-09 |
Todd C. Miller | add parse.h dependency |
commit | commitdiff | tree | snapshot |
1999-08-09 |
Todd C. Miller | kill unused *_matched macros |
commit | commitdiff | tree | snapshot |
next |