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 |
1999-08-09 |
Todd C. Miller | Allow a list of users as the first thing in a user... |
commit | commitdiff | tree | snapshot |
1999-08-09 |
Todd C. Miller | parse.yacc |
commit | commitdiff | tree | snapshot |
1999-08-09 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
1999-08-09 |
Todd C. Miller | fix check for crypt() in libufc |
commit | commitdiff | tree | snapshot |
1999-08-07 |
Todd C. Miller | sudo-users list now exists |
commit | commitdiff | tree | snapshot |
1999-08-07 |
Todd C. Miller | Update to reality. |
commit | commitdiff | tree | snapshot |
1999-08-07 |
Todd C. Miller | o Move lock_file() and touch() into fileops.c so visudo... |
commit | commitdiff | tree | snapshot |
1999-08-06 |
Todd C. Miller | add fcntl locking |
commit | commitdiff | tree | snapshot |
1999-08-06 |
Todd C. Miller | Lock the log file. |
commit | commitdiff | tree | snapshot |
1999-08-06 |
Todd C. Miller | o /etc/stmp -> /etc/sudoers.tmp since solaris uses... |
commit | commitdiff | tree | snapshot |
1999-08-05 |
Todd C. Miller | o Kill *_MESSAGE and replace with NO_LECTURE |
commit | commitdiff | tree | snapshot |
1999-08-05 |
Todd C. Miller | aix_auth.o not authenticate.o |
commit | commitdiff | tree | snapshot |
1999-08-05 |
Todd C. Miller | Add --with-goodpri and --with-badpri configure options... |
commit | commitdiff | tree | snapshot |
1999-08-05 |
Todd C. Miller | Add --with-goodpri and --with-badpri configure options... |
commit | commitdiff | tree | snapshot |
1999-08-05 |
Todd C. Miller | kill crufty AIX stuff |
commit | commitdiff | tree | snapshot |
1999-08-05 |
Todd C. Miller | Sigh, some versions of make (like Solaris's) don't... |
commit | commitdiff | tree | snapshot |
1999-08-05 |
Todd C. Miller | If the invoking user is root, sudo will now print confi... |
commit | commitdiff | tree | snapshot |
1999-08-05 |
Todd C. Miller | o new defines for syslog facility and priority |
commit | commitdiff | tree | snapshot |
1999-08-05 |
Todd C. Miller | Don't need version.c |
commit | commitdiff | tree | snapshot |
1999-08-05 |
Todd C. Miller | Add check for syslog facilities and priorities tables... |
commit | commitdiff | tree | snapshot |
1999-08-05 |
Todd C. Miller | o authenticate -> aix_auth |
commit | commitdiff | tree | snapshot |
1999-08-05 |
Todd C. Miller | Missed a prompt -> user_prompt conversion |
commit | commitdiff | tree | snapshot |
1999-08-04 |
Todd C. Miller | sudo should lock its logfile |
commit | commitdiff | tree | snapshot |
1999-08-04 |
Todd C. Miller | o Add '!' correctly when expanding Aliases. |
commit | commitdiff | tree | snapshot |
1999-08-04 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
1999-08-04 |
Todd C. Miller | Solais pam doesn't require anye xtra setup |
commit | commitdiff | tree | snapshot |
1999-08-04 |
Todd C. Miller | o Simpler '!' support now that the lexer deals with... |
commit | commitdiff | tree | snapshot |
1999-08-04 |
Todd C. Miller | o Remove some unnecessary backslashes |
commit | commitdiff | tree | snapshot |
1999-08-04 |
Todd C. Miller | -u flag was being ignored |
commit | commitdiff | tree | snapshot |
1999-08-01 |
Todd C. Miller | correct fix |
commit | commitdiff | tree | snapshot |
1999-08-01 |
Todd C. Miller | work around pod2man stupididy |
commit | commitdiff | tree | snapshot |
1999-08-01 |
Todd C. Miller | correct dependencies for .cat |
commit | commitdiff | tree | snapshot |
1999-08-01 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
1999-08-01 |
Todd C. Miller | Add copyright |
commit | commitdiff | tree | snapshot |
1999-08-01 |
Todd C. Miller | rename validate() to the more descriptive sudoers_lookup() |
commit | commitdiff | tree | snapshot |
1999-08-01 |
Todd C. Miller | use tgetpass |
commit | commitdiff | tree | snapshot |
1999-07-31 |
Todd C. Miller | updates |
commit | commitdiff | tree | snapshot |
1999-07-31 |
Todd C. Miller | Sudo, not CU Sudo |
commit | commitdiff | tree | snapshot |
1999-07-31 |
Todd C. Miller | add 4th term to license similar to term 5 in the apache... |
commit | commitdiff | tree | snapshot |
1999-07-31 |
Todd C. Miller | add 4th term to license similar to term 5 in the apache... |
commit | commitdiff | tree | snapshot |
1999-07-31 |
Todd C. Miller | add 4th term to license similar to term 5 in the apache... |
commit | commitdiff | tree | snapshot |
1999-07-31 |
Todd C. Miller | add 4th term to license similar to term 5 in the apache... |
commit | commitdiff | tree | snapshot |
1999-07-31 |
Todd C. Miller | add 4th term to license similar to term 5 in the apache... |
commit | commitdiff | tree | snapshot |
1999-07-31 |
Todd C. Miller | there was a 1995 release too |
commit | commitdiff | tree | snapshot |
1999-07-28 |
Todd C. Miller | updates |
commit | commitdiff | tree | snapshot |
1999-07-28 |
Todd C. Miller | Use dirs instead of files for timestamp. This allows... |
commit | commitdiff | tree | snapshot |
next |