summaryrefslogtreecommitdiff
path: root/logging.c
Commit message (Expand)AuthorAgeFilesLines
* updated versionTodd C. Miller1998-01-211-1/+1
* updated versionTodd C. Miller1998-01-211-1/+1
* ++versionTodd C. Miller1998-01-131-1/+1
* save errno from being clobbered by wait(). From TheoTodd C. Miller1997-08-061-0/+3
* deal with maxfilelen < 0 caseTodd C. Miller1997-01-161-1/+1
* added %h expansionTodd C. Miller1996-11-141-2/+13
* ++versionTodd C. Miller1996-11-141-1/+1
* ++versionTodd C. Miller1996-10-071-4/+4
* courtesanTodd C. Miller1996-09-081-1/+1
* ++versionTodd C. Miller1996-08-301-1/+1
* ++versionTodd C. Miller1996-08-171-1/+1
* cmnd_args is now exported from sudo.[ch]Todd C. Miller1996-07-221-18/+1
* fixed a typoTodd C. Miller1996-06-251-1/+1
* now uses SUDO_COMMAND envariable to get command argsTodd C. Miller1996-05-281-18/+30
* now logs "USER=%s"Todd C. Miller1996-04-281-20/+21
* added support for SUDOERS_WRONG_MODE and "runas"Todd C. Miller1996-04-281-24/+17
* mail_argv should not contain ALERTMAIL as it includes "-t"Todd C. Miller1996-02-281-4/+1
* fixed up some XXX's. file log format now looks a little moreTodd C. Miller1996-02-041-7/+12
* eliminated some strcat()'sTodd C. Miller1996-02-041-5/+13
* protected against dereferencing rogue pointersTodd C. Miller1996-02-021-10/+13
* no longer uses cmnd_args, now uses NewArgv instead.Todd C. Miller1996-02-021-12/+16
* ++versionTodd C. Miller1996-01-141-1/+1
* ++versionTodd C. Miller1996-01-091-1/+1
* ++versionTodd C. Miller1995-12-181-1/+1
* now uses SYSLOG() macro that equates to either syslog()Todd C. Miller1995-11-241-6/+9
* now uses user_pw_ent and simple macros to get at the contentsTodd C. Miller1995-11-241-12/+9
* now uses sudo_pw_entTodd C. Miller1995-11-211-9/+13
* updated version numberTodd C. Miller1995-11-191-1/+1
* better default warning for NO_SUDOERS_FILETodd C. Miller1995-11-161-6/+1
* better diagnostics if NO_SUDOERS_FILETodd C. Miller1995-11-161-4/+17
* options.h is now <> instead of "" so shadow build trees canTodd C. Miller1995-11-131-1/+1
* now passes -WallTodd C. Miller1995-09-231-4/+11
* fixed deref of nil pointer if no argsTodd C. Miller1995-09-231-3/+8
* moved tty stuff into sudo.cTodd C. Miller1995-09-021-12/+0
* added a commentTodd C. Miller1995-09-011-0/+1
* now say command args if telling user to buzz offTodd C. Miller1995-08-191-2/+2
* now sets tty correctly when piped inputTodd C. Miller1995-08-141-1/+3
* fixed a core dump due to incorrect if constructTodd C. Miller1995-08-141-3/+2
* now dynamically allocate logline since we can guess at itsTodd C. Miller1995-08-131-20/+20
* cleaned up a bunch of unnecesary #ifdef'sTodd C. Miller1995-08-051-64/+14
* removed a bunch of unnecesary strncpy()'s and replaced with strcat()Todd C. Miller1995-07-301-14/+8
* GLOBAL_NO_AUTH_ENT -> GLOBAL_NO_SPW_ENTTodd C. Miller1995-07-171-2/+2
* added BROKEN_SYSLOG supportTodd C. Miller1995-07-121-0/+31
* added BAD_STAMPDIR and BAD_STAMPFILETodd C. Miller1995-07-061-1/+31
* added cast for ttyname()Todd C. Miller1995-06-191-1/+1
* added tty loggingTodd C. Miller1995-06-181-12/+26
* added SPOOF_ATTEMPT suypportTodd C. Miller1995-06-151-0/+15
* now deals with Argv == 1Todd C. Miller1995-06-081-3/+8
* send_mail() was calling find_path() which is wrong since find_path()Todd C. Miller1995-04-111-6/+1
* 1024 -> BUFSIZTodd C. Miller1995-04-101-1/+1