summaryrefslogtreecommitdiff
path: root/log.c
Commit message (Expand)AuthorAgeFilesLines
* Use new pathjoin() function.Wayne Davison2004-01-201-2/+2
* - Moved err_list* stuff to io.c and renamed them to msg_list*.Wayne Davison2004-01-151-77/+13
* Relocated some externs.Wayne Davison2004-01-131-19/+8
* Handle new RERR_VANISHED error.Wayne Davison2003-12-151-2/+9
* Neatened up some whitespace issues and made multi-line comments moreWayne Davison2003-12-151-81/+80
* Merged in the security fixes from 2.5.7.Wayne Davison2003-12-061-2/+2
* removed log_transfer() It was no more than a conditionalJ.W. Schultz2003-03-251-14/+0
* Back out one of the changes in log.c revision 1.62, and always send errorsDavid Dykstra2003-02-111-4/+6
* Add "void" to some function definitions so that all declarations in proto.hJos Backus2002-12-241-2/+2
* When using daemon mode over a remote shell program and not running as root,David Dykstra2002-08-301-10/+14
* Change error message "partial transfer" to "some files could not beMartin Pool2002-04-081-1/+1
* Split code out into separate files and remove some global variables toMartin Pool2002-04-081-0/+1
* rwrite: Doc.Martin Pool2002-02-181-1/+5
* Make sure we call setgroups() after setuid(). (Ethan Benson)Martin Pool2002-02-091-0/+2
* Make batch mode actually work and add man page documentation. From Jos Backus.David Dykstra2002-02-061-10/+7
* log_formatted: Fill the log buffer with nuls to make sure we cannotMartin Pool2002-01-241-1/+16
* More size_t fixes.Martin Pool2002-01-231-5/+9
* Signedness security patch from Sebastian Krahmer <krahmer@suse.de> --Martin Pool2002-01-231-1/+1
* For log messages containing ridiculously long strings that mightMartin Pool2001-09-041-1/+25
* imported new snprintf.c from samba, got rid of slprintfAndrew Tridgell2001-05-071-7/+7
* "rsync error" is better than "transfer error", especially for -hAndrew Tridgell2001-03-231-1/+1
* improved error handling again. Now we report messages for the remoteAndrew Tridgell2001-03-231-2/+7
* new error handling systemAndrew Tridgell2001-03-221-0/+4
* I came up with a new way of avoiding the error handling lockup bug inAndrew Tridgell2001-03-211-2/+58
* Oops, fix edit mistake.Martin Pool2001-03-191-1/+2
* Doc.Martin Pool2001-02-231-2/+3
* Better message grammar.Martin Pool2001-02-211-4/+5
* If an error occurs, print an explanatory string ratherMartin Pool2000-11-101-3/+57
* Print strerror when a system error occurs; add a new function rsyserrMartin Pool2000-10-261-4/+45
* Make sure the log file is always opened before root privileges (if any)David Dykstra2000-10-251-10/+16
* When running as --daemon in the background and using a "log file" rsyncd.confDavid Dykstra2000-10-241-11/+25
* use full buffer length, not strlenAndrew Tridgell2000-01-291-3/+5
* damn!Andrew Tridgell2000-01-291-5/+9
* fixed some logcode warningsAndrew Tridgell2000-01-291-2/+2
* - switched on multiplexing for all connections, not just daemonAndrew Tridgell2000-01-281-15/+15
* added some really ugly code to allow errors to propogate toAndrew Tridgell2000-01-231-14/+31
* Add --quiet/-q option. Contributed by Rich Salz salzr@certco.com.David Dykstra1999-02-091-0/+3
* Change the receive log message from "send" to "recv". Fix fromDavid Dykstra1999-01-051-2/+2
* don't interpret %h and %a when using --log-format locallyAndrew Tridgell1998-11-161-2/+3
* log filename(line) in exit_cleanup() to make tracking down problemsAndrew Tridgell1998-11-151-3/+4
* changed strlcat() and strlcpy() to have the same semantics as theAndrew Tridgell1998-11-141-7/+7
* patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to addAndrew Tridgell1998-11-031-7/+7
* added the --log-format option to allow users to request arbitraryAndrew Tridgell1998-11-031-6/+22
* the logging wasn't showing the full prefix for filenamesAndrew Tridgell1998-11-021-2/+8
* Jason told me that's its very important for his site to log exactlyAndrew Tridgell1998-11-021-5/+31
* if no local destination is provided for the transfer then provideAndrew Tridgell1998-11-021-23/+1
* use the orig_umask when choosing perms for the log file.Andrew Tridgell1998-10-301-1/+2
* fixed perms on rsyncd log fileAndrew Tridgell1998-10-301-0/+2
* move the time init before the logfile opening.Andrew Tridgell1998-10-301-6/+7
* added %m, %P and %u options to loggingAndrew Tridgell1998-10-301-0/+4