summaryrefslogtreecommitdiff
path: root/logging.c
Commit message (Expand)AuthorAgeFilesLines
* ++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
* added PASSWORDS_NOT_CORRECTTodd C. Miller1995-04-011-0/+13
* added entries for new errorsTodd C. Miller1995-03-301-11/+68
* bzero -> memsetTodd C. Miller1995-03-301-5/+7
* now gives hostTodd C. Miller1995-03-281-2/+2
* changed to use new find_path()Todd C. Miller1995-03-261-1/+1
* changed to use new find_path() parameter passingTodd C. Miller1995-01-161-3/+3
* now includes options.hTodd C. Miller1995-01-111-0/+1
* changed #ifdef's to use LOGGING and SLOG_SYSLOG/SLOG_FILETodd C. Miller1995-01-111-28/+28
* be_* -> setperms()Todd C. Miller1994-11-081-3/+3
* changed sudo-bugs.cs.colorado.edu -> sudo-bugs@cs.colorado.edTodd C. Miller1994-09-021-1/+1
* added host to alertmail messagesTodd C. Miller1994-09-011-2/+2
* fixed logging problem where mail would not say which user it wasTodd C. Miller1994-09-011-5/+4
* added ninclude of netinet/in.hTodd C. Miller1994-08-121-0/+2
* moved send_mail to after syslogTodd C. Miller1994-08-031-2/+5
* be_root/be_user is now down in sudo_realpath()Todd C. Miller1994-07-251-6/+0
* now works with 4.2BSD syslog (blech)Todd C. Miller1994-07-251-0/+5
* can now log to both syslog & a fileTodd C. Miller1994-07-141-17/+19
* can now have MAILER undefinedTodd C. Miller1994-07-071-0/+8
* convex c2 stuffTodd C. Miller1994-07-071-0/+5
* moved #endif to where it belongsTodd C. Miller1994-06-061-1/+1
* added posix signalsTodd C. Miller1994-06-061-0/+19