index
:
delta/rsync.git
b3.0.x
baserock/morph
cvs/branch-2.3
cvs/branch-2.4
cvs/branch-2.5
cvs/branch-2.6.6
cvs/branch-before.2.6
cvs/branch-mbp-merge-rsync+
cvs/branch-mbp-privacy
cvs/branch-mbp-rsyncplus_merge
cvs/branch-mbp-texinfo
cvs/branch-merge-rsync+-2.4.7
cvs/bugfix-2.6.5
master
git.samba.org: rsync.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clientserver.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved the setting of the socket options before the connect().
Wayne Davison
2008-04-15
1
-6
/
+0
*
Improved the chdir() code:
Wayne Davison
2008-03-30
1
-5
/
+5
*
Added XFLG_DIR2WILD3 flag that the daemon uses to transform any
Wayne Davison
2008-03-22
1
-5
/
+5
*
Changed the name of the server_filter_list to be
Wayne Davison
2008-03-20
1
-6
/
+6
*
A couple more changes for dealing with "checker" warnings.
Wayne Davison
2008-03-17
1
-1
/
+1
*
Attempting to silence some more "checker" warnings.
Wayne Davison
2008-03-17
1
-1
/
+1
*
Changed stat() call to do_stat().
Wayne Davison
2008-03-16
1
-1
/
+1
*
Fixed the use of --protect-args (-s) with a daemon.
Wayne Davison
2008-03-15
1
-9
/
+38
*
The --fake-super option conflicts with -XX (which copies internal
Wayne Davison
2008-03-07
1
-2
/
+5
*
Fixing a problem with a NULL config_file pointer when accessing
Wayne Davison
2008-03-03
1
-9
/
+13
*
Include 2008 in the copyright years.
Wayne Davison
2008-03-01
1
-1
/
+1
*
Added missing init_iconv() call when initiating a daemon transfer.
Wayne Davison
2008-02-27
1
-0
/
+4
*
Fixed a compilation problem when iconv support is disabled.
Wayne Davison
2008-02-18
1
-1
/
+3
*
A few minor changes, including better push_dir()/pop_dir() verbosity.
Wayne Davison
2008-02-15
1
-3
/
+2
*
Added a way to specify where the chroot should occur in the module's
Wayne Davison
2008-02-15
1
-10
/
+37
*
Some daemon security improvements, including the new parameters
Wayne Davison
2008-02-15
1
-4
/
+27
*
Add a trailing slash to a modname arg that has no path information.
Wayne Davison
2008-02-09
1
-1
/
+1
*
A daemon needs to call setup_iconv() after parsing the options
Wayne Davison
2008-02-06
1
-0
/
+4
*
Made read_arg_from_pipe() handle EINTR.
Wayne Davison
2008-01-02
1
-1
/
+5
*
Add a new daemon security option: "munge symlinks".
Wayne Davison
2007-11-27
1
-0
/
+13
*
A daemon needs to set dry_run with --only-write-batch.
Wayne Davison
2007-11-22
1
-0
/
+4
*
When listing a bare module name w/o -r, make sure we list the
Wayne Davison
2007-10-27
1
-10
/
+24
*
Got rid of a useless list_only tweak.
Wayne Davison
2007-10-07
1
-3
/
+0
*
- Set config_file to a default filename if it is NULL.
Wayne Davison
2007-10-01
1
-4
/
+18
*
- Moved become_daemon() here from socket.c and made it static.
Wayne Davison
2007-09-30
1
-23
/
+57
*
Got rid of some unneeded externs.
Wayne Davison
2007-09-23
1
-1
/
+0
*
Moved inline functions from rsync.h into ifuncs.h.
Wayne Davison
2007-09-22
1
-0
/
+1
*
Changed print_child_argv() to take its prefix message as an arg.
Wayne Davison
2007-09-16
1
-1
/
+1
*
- Made start_socket_client() and start_inband_exchange() take a variable
Wayne Davison
2007-09-09
1
-109
/
+120
*
Tweaking the license text a bit more.
Wayne Davison
2007-07-10
1
-2
/
+3
*
Switching to GPL 3.
Wayne Davison
2007-07-07
1
-3
/
+2
*
If a module's path is not absolute, make it absolute.
Wayne Davison
2007-07-02
1
-18
/
+25
*
The --iconv option has now made it to the trunk.
Wayne Davison
2007-04-26
1
-1
/
+1
*
Adding the --fake-super option.
Wayne Davison
2007-04-24
1
-0
/
+5
*
No need to reset quiet, since we tell parse_arguments() that it
Wayne Davison
2007-04-23
1
-2
/
+1
*
Make sure that the am_server variable is non-zero after parsing the
Wayne Davison
2007-02-16
1
-0
/
+1
*
Further modifications to the copyright comment section.
Wayne Davison
2007-02-04
1
-4
/
+3
*
Set ignore_errors variable based on lp_ignore_errors(module_id).
Wayne Davison
2006-12-25
1
-0
/
+3
*
If the pre-xfer exec failed with -1, output the strerror()
Wayne Davison
2006-12-06
1
-1
/
+3
*
Use rwrite() to output the err_msg string.
Wayne Davison
2006-11-19
1
-1
/
+1
*
Added "const" to appropriate char pointers.
Wayne Davison
2006-11-19
1
-1
/
+1
*
Got rid of type-casting into isFOO() and toFOO() functions by
Wayne Davison
2006-11-09
1
-2
/
+2
*
Obey the new --no-motd option.
Wayne Davison
2006-10-24
1
-1
/
+5
*
Call push_dir() with its new boolean arg.
Wayne Davison
2006-10-08
1
-2
/
+2
*
Added the RSYNC_PID environment variable for the pre-/post-xfer
Wayne Davison
2006-09-09
1
-11
/
+12
*
Call log_init() with its new "restart" (0 or 1) arg.
Wayne Davison
2006-06-07
1
-2
/
+2
*
Allow the --log-file-format=FMT option (if given when starting a daemon)
Wayne Davison
2006-05-30
1
-7
/
+5
*
Some demon_log_* variables changed into logfile_* variables that are
Wayne Davison
2006-05-09
1
-7
/
+9
*
Updated the FSF's address to an even newer one.
Wayne Davison
2006-04-25
1
-3
/
+3
*
- Updated the address for the FSF in the opening comment.
Wayne Davison
2006-04-25
1
-12
/
+7
[next]