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
/
util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply sanitize_paths() to glob expansions when use chroot = no.
David Dykstra
1998-11-17
1
-5
/
+5
*
use native strlcat() and strlcpy() if available
Andrew Tridgell
1998-11-15
1
-33
/
+2
*
changed strlcat() and strlcpy() to have the same semantics as the
Andrew Tridgell
1998-11-14
1
-20
/
+25
*
Change sanitize_path() to not use clean_fname() because it removes the
David Dykstra
1998-11-06
1
-17
/
+37
*
Call clean_fname() in sanitize_path() to catch some more strange but
David Dykstra
1998-11-03
1
-46
/
+49
*
patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to add
Andrew Tridgell
1998-11-03
1
-11
/
+11
*
if no local destination is provided for the transfer then provide
Andrew Tridgell
1998-11-02
1
-0
/
+22
*
added a vsnprintf() implementation from cvslock. See the notes on the
Andrew Tridgell
1998-10-26
1
-37
/
+0
*
Add --compare-dest option which enables specifying an additional destination
David Dykstra
1998-10-26
1
-0
/
+47
*
handle sstem (sco 3) with glob but not glob.h
Andrew Tridgell
1998-09-09
1
-1
/
+1
*
added finddead target, removed dead code and made some functions
Andrew Tridgell
1998-09-09
1
-9
/
+1
*
a couple of changes to where the nonblocking settings are called.
Andrew Tridgell
1998-08-27
1
-0
/
+3
*
I think I might havefinally fixed the rsync hanging bug. It was caused
Andrew Tridgell
1998-07-20
1
-1
/
+1
*
added the --safe-links option to disallow symlinks outside the
Andrew Tridgell
1998-07-17
1
-0
/
+47
*
output progress % every 1k instead of every 1%, this is better for
Andrew Tridgell
1998-07-02
1
-5
/
+5
*
added --progress option which shows the progress of transfers. This
Andrew Tridgell
1998-07-02
1
-0
/
+25
*
put set_nonblocking() code back in.
Andrew Tridgell
1998-06-18
1
-6
/
+24
*
replace calls to strcmp() with a u_strcmp() function that uses only
Andrew Tridgell
1998-06-01
1
-0
/
+14
*
replaced chdir and getcwd calls with push_dir/pop_dir functions. These
Andrew Tridgell
1998-05-29
1
-0
/
+94
*
use Realloc instead of realloc
Andrew Tridgell
1998-05-28
1
-0
/
+6
*
heaps of cleanup in the io code.
Andrew Tridgell
1998-05-27
1
-155
/
+0
*
check for munmap as well as mmap. NextStep only has mmap in standard
Andrew Tridgell
1998-05-26
1
-3
/
+3
*
need a ifdef around some mmap code
Andrew Tridgell
1998-05-22
1
-0
/
+2
*
use mmap() for files of any size. This should be much more buffer
Andrew Tridgell
1998-05-21
1
-25
/
+64
*
fixed a bug in the glob expansion code (pointed out by
Andrew Tridgell
1998-05-18
1
-9
/
+12
*
this is a large commit which adds io multiplexing, thus giving error
Andrew Tridgell
1998-05-18
1
-2
/
+3
*
fixed handling of vsprintf on SunOS
Andrew Tridgell
1998-05-16
1
-14
/
+7
*
got rid of "EOF in map_ptr" problem. If a file shrinks mid transfer
Andrew Tridgell
1998-05-15
1
-29
/
+34
*
use strlcat() strlcpy() and slprintf() whenever possible to avoid any
Andrew Tridgell
1998-05-15
1
-1
/
+94
*
allow the specification of multiple filenames (with or without
Andrew Tridgell
1998-05-15
1
-1
/
+30
*
make host access controls case insensitive
Andrew Tridgell
1998-05-14
1
-0
/
+12
*
removed a debug line
Andrew Tridgell
1998-05-13
1
-1
/
+0
*
added globbing support in the rsync daemon. This will allow you to
Andrew Tridgell
1998-05-13
1
-0
/
+28
*
improved max connections code. Now use fcntl instead of flock.
Andrew Tridgell
1998-05-13
1
-6
/
+10
*
added two new options "max connections" and "lock file"
Andrew Tridgell
1998-05-13
1
-0
/
+17
*
use syslog instead of /var/adm/rsyncd.log
Andrew Tridgell
1998-05-10
1
-0
/
+1
*
change to allow names or numbers to be used for uid and gid.
Andrew Tridgell
1998-05-10
1
-0
/
+27
*
split the options parsing code into options.c
Andrew Tridgell
1998-05-10
1
-0
/
+9
*
first vesrion of working socket based rsync. It still needs a lot of
Andrew Tridgell
1998-05-09
1
-55
/
+0
*
some large systematic changes to make socket conversion easier. The
Andrew Tridgell
1998-05-07
1
-18
/
+74
*
handle mmap() failures
Andrew Tridgell
1998-05-06
1
-2
/
+6
*
add support for lseek64() under solaris 2.6
Andrew Tridgell
1998-05-06
1
-1
/
+1
*
added support for 64 bit file offsets under Solaris 2.6. Not tested
Andrew Tridgell
1998-05-06
1
-2
/
+2
*
a couple more system calls wrapped in syscall.c
Andrew Tridgell
1998-04-05
1
-1
/
+1
*
in local->local mode don't use exec to start the "remote" rsync,
Andrew Tridgell
1998-04-05
1
-0
/
+51
*
fixed a string termination bug in the uidlist handling code. I've also
Andrew Tridgell
1998-04-01
1
-1
/
+7
*
added wrappers around all the system calls that can change what is on
Andrew Tridgell
1998-03-23
1
-16
/
+20
*
started to add some 64 bit file offset support - not complete yet
Andrew Tridgell
1998-03-23
1
-2
/
+5
*
- keep a list of pids and send them a SIGUSR1 for cleanup rather than
Andrew Tridgell
1998-03-23
1
-1
/
+26
*
for systems with a broken select use u_sleep() to ensure the write
Andrew Tridgell
1998-03-23
1
-3
/
+13
[next]