1999-11-05 |
Todd C. Miller | Fix printing of type T_MODE in dump_defaults() |
commit | commitdiff | tree | snapshot |
1999-11-05 |
Todd C. Miller | missing sys/types.h |
commit | commitdiff | tree | snapshot |
1999-11-05 |
Todd C. Miller | Break out options that may be overridden at run time... |
commit | commitdiff | tree | snapshot |
1999-11-04 |
Todd C. Miller | o Now use getrlimit to find the highest fd when closing... |
commit | commitdiff | tree | snapshot |
1999-11-04 |
Todd C. Miller | updates |
commit | commitdiff | tree | snapshot |
1999-11-01 |
Todd C. Miller | updates |
commit | commitdiff | tree | snapshot |
1999-11-01 |
Todd C. Miller | When read()'ing, do a single character at a time to... |
commit | commitdiff | tree | snapshot |
1999-11-01 |
Todd C. Miller | For the sudo_root option, check against user_uid, not... |
commit | commitdiff | tree | snapshot |
1999-11-01 |
Todd C. Miller | some updates |
commit | commitdiff | tree | snapshot |
1999-11-01 |
Todd C. Miller | Fix compilation problem when --with-logging=file was... |
commit | commitdiff | tree | snapshot |
1999-11-01 |
Todd C. Miller | Make this work again for things like "sudo echo hi... |
commit | commitdiff | tree | snapshot |
1999-10-20 |
Todd C. Miller | change ital to bold |
commit | commitdiff | tree | snapshot |
1999-10-20 |
Todd C. Miller | update |
commit | commitdiff | tree | snapshot |
1999-10-16 |
Todd C. Miller | Error out if syslog parameters are given without a... |
commit | commitdiff | tree | snapshot |
1999-10-15 |
Todd C. Miller | Ignore the syslog facility for systems w/ old syslog... |
commit | commitdiff | tree | snapshot |
1999-10-15 |
Todd C. Miller | people with "." early in their path can have problems... |
commit | commitdiff | tree | snapshot |
1999-10-13 |
Todd C. Miller | Remove -r realm option |
commit | commitdiff | tree | snapshot |
1999-10-13 |
Todd C. Miller | New krb5 code from Frank Cusack <fcusack@iconnet.net>. |
commit | commitdiff | tree | snapshot |
1999-10-13 |
Todd C. Miller | update to reality |
commit | commitdiff | tree | snapshot |
1999-10-12 |
Todd C. Miller | include <auth.h> to get function prototypes. |
commit | commitdiff | tree | snapshot |
1999-10-12 |
Todd C. Miller | document -L flag |
commit | commitdiff | tree | snapshot |
1999-10-11 |
Todd C. Miller | in set_perms(), always call setuid(0) before changing... |
commit | commitdiff | tree | snapshot |
1999-10-11 |
Todd C. Miller | #undef T_FOO to avoid conflicts with system defines... |
commit | commitdiff | tree | snapshot |
1999-10-11 |
Todd C. Miller | Docuement "Defaults" lines in /etc/sudoers. Still... |
commit | commitdiff | tree | snapshot |
1999-10-10 |
Todd C. Miller | use strtol, not strtoul since not everyone has not... |
commit | commitdiff | tree | snapshot |
1999-10-10 |
Todd C. Miller | use strtol, not strtoul since not everyone has not... |
commit | commitdiff | tree | snapshot |
1999-10-10 |
Todd C. Miller | last {WORD} rule should only apply in the INITIAL state |
commit | commitdiff | tree | snapshot |
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 |
next |