1999-11-23 |
Todd C. Miller | make it clear that /etc/pam.d/sudo is required on linux |
commit | commitdiff | tree | snapshot |
1999-11-23 |
Todd C. Miller | fix a warning on redhat and spew an error if pam_authen... |
commit | commitdiff | tree | snapshot |
1999-11-23 |
Todd C. Miller | Be very clear that the password required is the user... |
commit | commitdiff | tree | snapshot |
1999-11-20 |
Todd C. Miller | add sample.syslog.conf to DISTFILES and BINFILES |
commit | commitdiff | tree | snapshot |
1999-11-19 |
Todd C. Miller | updates from Brian Jackson + some formatting |
commit | commitdiff | tree | snapshot |
1999-11-18 |
Todd C. Miller | o One RUNSon update |
commit | commitdiff | tree | snapshot |
1999-11-18 |
Todd C. Miller | Add bindist target |
commit | commitdiff | tree | snapshot |
1999-11-16 |
Todd C. Miller | talk about run-time options in addition to compile... SUDO_1_6_0 |
commit | commitdiff | tree | snapshot |
1999-11-16 |
Todd C. Miller | fix typos |
commit | commitdiff | tree | snapshot |
1999-11-16 |
Todd C. Miller | need sys/time.h if HAVE_SETRLIMIT |
commit | commitdiff | tree | snapshot |
1999-11-16 |
Todd C. Miller | get rid of references to sudo-bugs. Now mention the... |
commit | commitdiff | tree | snapshot |
1999-11-16 |
Todd C. Miller | repair pod2html damage |
commit | commitdiff | tree | snapshot |
1999-11-16 |
Todd C. Miller | Update for 1.6 release |
commit | commitdiff | tree | snapshot |
1999-11-16 |
Todd C. Miller | Add warning about using ALL in a command context. |
commit | commitdiff | tree | snapshot |
1999-11-09 |
Todd C. Miller | Call yyrestart() on a parse error to reset the lexer... |
commit | commitdiff | tree | snapshot |
1999-11-09 |
Todd C. Miller | Don't need YY_FLUSH_BUFFER after all |
commit | commitdiff | tree | snapshot |
1999-11-09 |
Todd C. Miller | Call YY_FLUSH_BUFFER macro in yywrap() to clean up... |
commit | commitdiff | tree | snapshot |
1999-11-09 |
Todd C. Miller | flex doesn't need %N table size declarations |
commit | commitdiff | tree | snapshot |
1999-11-09 |
Todd C. Miller | Mention what characters need to be escaped in names. |
commit | commitdiff | tree | snapshot |
1999-11-08 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
1999-11-08 |
Todd C. Miller | clarify Mac OS X entry |
commit | commitdiff | tree | snapshot |
1999-11-08 |
Todd C. Miller | update |
commit | commitdiff | tree | snapshot |
1999-11-08 |
Todd C. Miller | o Use AC_MSG_ERROR throughout |
commit | commitdiff | tree | snapshot |
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 |
next |