summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add bindist targetTodd C. Miller1999-11-181-0/+34
* talk about run-time options in addition to compile-time optionsSUDO_1_6_0Todd C. Miller1999-11-161-2/+6
* fix typosTodd C. Miller1999-11-161-8/+8
* need sys/time.h if HAVE_SETRLIMITTodd C. Miller1999-11-161-0/+1
* get rid of references to sudo-bugs. Now mention the web site or the sudo@ aliasTodd C. Miller1999-11-1612-62/+60
* repair pod2html damageTodd C. Miller1999-11-161-2/+2
* Update for 1.6 releaseTodd C. Miller1999-11-162-9/+11
* Add warning about using ALL in a command context.Todd C. Miller1999-11-164-23/+28
* Call yyrestart() on a parse error to reset the lexer state.Todd C. Miller1999-11-091-0/+2
* Don't need YY_FLUSH_BUFFER after allTodd C. Miller1999-11-092-12/+0
* Call YY_FLUSH_BUFFER macro in yywrap() to clean up any buffers thatTodd C. Miller1999-11-092-8/+14
* flex doesn't need %N table size declarationsTodd C. Miller1999-11-092-38/+34
* Mention what characters need to be escaped in names.Todd C. Miller1999-11-094-47/+60
* regenTodd C. Miller1999-11-081-525/+454
* clarify Mac OS X entryTodd C. Miller1999-11-081-1/+3
* updateTodd C. Miller1999-11-081-10/+10
* o Use AC_MSG_ERROR throughoutTodd C. Miller1999-11-081-160/+89
* Fix printing of type T_MODE in dump_defaults()Todd C. Miller1999-11-051-2/+5
* missing sys/types.hTodd C. Miller1999-11-051-0/+1
* Break out options that may be overridden at run time into their ownTodd C. Miller1999-11-051-76/+81
* o Now use getrlimit to find the highest fd when closing all non-std fd'sTodd C. Miller1999-11-045-384/+428
* updatesTodd C. Miller1999-11-041-10/+10
* updatesTodd C. Miller1999-11-011-0/+7
* When read()'ing, do a single character at a time to be sure we don't goTodd C. Miller1999-11-011-10/+10
* For the sudo_root option, check against user_uid, not getuid() sinceTodd C. Miller1999-11-011-1/+1
* some updatesTodd C. Miller1999-11-011-1/+7
* Fix compilation problem when --with-logging=file was specified. ThisTodd C. Miller1999-11-011-4/+1
* Make this work again for things like "sudo echo hi | more" where the ttyTodd C. Miller1999-11-011-38/+60
* change ital to boldTodd C. Miller1999-10-204-59/+57
* updateTodd C. Miller1999-10-201-12/+12
* Error out if syslog parameters are given without a value. For Ultrix orTodd C. Miller1999-10-161-9/+25
* Ignore the syslog facility for systems w/ old syslog like Ultrix.Todd C. Miller1999-10-151-0/+4
* people with "." early in their path can have problems running sudo from the b...Todd C. Miller1999-10-151-1/+3
* Remove -r realm optionTodd C. Miller1999-10-134-61/+42
* New krb5 code from Frank Cusack <fcusack@iconnet.net>.Todd C. Miller1999-10-136-224/+203
* update to realityTodd C. Miller1999-10-131-4/+16
* include <auth.h> to get function prototypes.Todd C. Miller1999-10-121-0/+1
* document -L flagTodd C. Miller1999-10-124-46/+63
* in set_perms(), always call setuid(0) before changing the ruid/euidTodd C. Miller1999-10-111-26/+12
* #undef T_FOO to avoid conflicts with system defines (like on ULTRIX).Todd C. Miller1999-10-111-0/+9
* Docuement "Defaults" lines in /etc/sudoers. Still needs some fleshingTodd C. Miller1999-10-116-71/+924
* use strtol, not strtoul since not everyone has not strtoulTodd C. Miller1999-10-100-0/+0
* use strtol, not strtoul since not everyone has not strtoulTodd C. Miller1999-10-101-9/+9
* last {WORD} rule should only apply in the INITIAL stateTodd C. Miller1999-10-102-946/+916
* o Add support for escaped characters in the WORD macroTodd C. Miller1999-10-102-931/+1010
* o Add T_PATH flag to allow simple sanity checks for default values thatTodd C. Miller1999-10-102-4/+13
* mail_if_foo -> mail_fooTodd C. Miller1999-10-093-13/+13
* o Add requiretty optionTodd C. Miller1999-10-085-20/+35
* The exit() in log_error() was mistakenly removed in a previous version.Todd C. Miller1999-10-081-0/+3
* o Change defaults stuff to put the value right in the struct.Todd C. Miller1999-10-0720-852/+967