Simplified the setting of the reading_remotely variable in function
[rsync/rsync.git] / log.c
2003-12-06 Wayne DavisonMerged in the security fixes from 2.5.7.
2003-03-25 J.W. Schultzremoved log_transfer() It was no more than a conditional
2003-02-11 David DykstraBack out one of the changes in log.c revision 1.62...
2002-12-24 Jos BackusAdd "void" to some function definitions so that all...
2002-08-30 David DykstraWhen using daemon mode over a remote shell program...
2002-04-08 Martin PoolChange error message "partial transfer" to "some files...
2002-04-08 Martin PoolSplit code out into separate files and remove some...
2002-02-18 Martin Poolrwrite: Doc.
2002-02-09 Martin PoolMake sure we call setgroups() after setuid(). (Ethan...
2002-02-06 David DykstraMake batch mode actually work and add man page document...
2002-01-24 Martin Poollog_formatted: Fill the log buffer with nuls to make...
2002-01-23 Martin PoolMore size_t fixes.
2002-01-23 Martin PoolSignedness security patch from Sebastian Krahmer <krahm...
2001-09-04 Martin PoolFor log messages containing ridiculously long strings...
2001-05-07 Andrew Tridgellimported new snprintf.c from samba, got rid of slprintf
2001-03-23 Andrew Tridgell"rsync error" is better than "transfer error", especial...
2001-03-23 Andrew Tridgellimproved error handling again. Now we report messages...
2001-03-22 Andrew Tridgellnew error handling system
2001-03-21 Andrew TridgellI came up with a new way of avoiding the error handling...
2001-03-19 Martin PoolOops, fix edit mistake.
2001-02-23 Martin PoolDoc.
2001-02-21 Martin PoolBetter message grammar.
2000-11-10 Martin PoolIf an error occurs, print an explanatory string rather
2000-10-26 Martin PoolPrint strerror when a system error occurs; add a new...
2000-10-25 David DykstraMake sure the log file is always opened before root...
2000-10-24 David DykstraWhen running as --daemon in the background and using...
2000-01-29 Andrew Tridgelluse full buffer length, not strlen
2000-01-29 Andrew Tridgelldamn!
2000-01-29 Andrew Tridgellfixed some logcode warnings
2000-01-28 Andrew Tridgell- switched on multiplexing for all connections, not...
2000-01-23 Andrew Tridgelladded some really ugly code to allow errors to propogate to
1999-02-09 David DykstraAdd --quiet/-q option. Contributed by Rich Salz salzr...
1999-01-05 David DykstraChange the receive log message from "send" to "recv...
1998-11-16 Andrew Tridgelldon't interpret %h and %a when using --log-format locally
1998-11-15 Andrew Tridgelllog filename(line) in exit_cleanup() to make tracking...
1998-11-14 Andrew Tridgellchanged strlcat() and strlcpy() to have the same semant...
1998-11-03 Andrew Tridgellpatch from Alberto Accomazzi <aaccomazzi@cfa.harvard...
1998-11-03 Andrew Tridgelladded the --log-format option to allow users to request...
1998-11-02 Andrew Tridgellthe logging wasn't showing the full prefix for filenames
1998-11-02 Andrew TridgellJason told me that's its very important for his site...
1998-11-02 Andrew Tridgellif no local destination is provided for the transfer...
1998-10-30 Andrew Tridgelluse the orig_umask when choosing perms for the log...
1998-10-30 Andrew Tridgellfixed perms on rsyncd log file
1998-10-30 Andrew Tridgellmove the time init before the logfile opening.
1998-10-30 Andrew Tridgelladded %m, %P and %u options to logging
1998-10-30 Andrew Tridgellget null termination right in logging
1998-10-30 Andrew Tridgellget null termination right in logging
1998-10-30 Andrew Tridgellhopefuly fix logging of "transfer interrupted" messages
1998-10-30 Andrew Tridgelladded "log format" option to allow admins to choose...
1998-10-29 Andrew Tridgellput the pid on each line of the log file to facilitate
1998-10-29 Andrew Tridgellput the pid on each line of the log file to facilitate
1998-10-28 Andrew Tridgellsyslog support in rsync daemon has been broken since...
1998-10-28 Andrew Tridgelland I thought I wasn't going to do any rsync coding...
1998-09-09 Andrew Tridgellfixed timestring() bug
1998-09-09 Andrew Tridgellput the time in when using log file.
1998-09-09 Andrew Tridgelladded "log file" option for those systems with broken...
1998-07-02 Andrew Tridgell- use explicit flushes instead of setlinebuf. I've...
1998-07-02 Andrew Tridgelladded --progress option which shows the progress of...
1998-05-18 Andrew Tridgellthis is a large commit which adds io multiplexing,...
1998-05-15 Andrew Tridgell- changed the log messages to show the requested path
1998-05-15 Andrew Tridgelluse strlcat() strlcpy() and slprintf() whenever possibl...
1998-05-13 Andrew Tridgellvsprintf returns char* on sunos4
1998-05-13 Andrew Tridgelladded "syslog facility" option. It is an integer and...
1998-05-10 Andrew Tridgellonly call openlog once
1998-05-10 Andrew Tridgelluse syslog instead of /var/adm/rsyncd.log
1998-05-09 Andrew Tridgellconfiguration parsing and loading code for rsyncd....