When calling lchown, pass the current known uid and gid rather than -1
[rsync.git] / util.c
1998-11-24 David DykstraChange sanitize_path() function to not malloc a copy...
1998-11-17 David DykstraApply sanitize_paths() to glob expansions when use...
1998-11-15 Andrew Tridgelluse native strlcat() and strlcpy() if available
1998-11-14 Andrew Tridgellchanged strlcat() and strlcpy() to have the same semant...
1998-11-06 David DykstraChange sanitize_path() to not use clean_fname() because...
1998-11-03 David DykstraCall clean_fname() in sanitize_path() to catch some...
1998-11-03 Andrew Tridgellpatch from Alberto Accomazzi <aaccomazzi@cfa.harvard...
1998-11-02 Andrew Tridgellif no local destination is provided for the transfer...
1998-10-26 Andrew Tridgelladded a vsnprintf() implementation from cvslock. See...
1998-10-26 David DykstraAdd --compare-dest option which enables specifying...
1998-09-09 Andrew Tridgellhandle sstem (sco 3) with glob but not glob.h
1998-09-09 Andrew Tridgelladded finddead target, removed dead code and made some...
1998-08-27 Andrew Tridgella couple of changes to where the nonblocking settings...
1998-07-20 Andrew TridgellI think I might havefinally fixed the rsync hanging...
1998-07-17 Andrew Tridgelladded the --safe-links option to disallow symlinks...
1998-07-02 Andrew Tridgelloutput progress % every 1k instead of every 1%, this...
1998-07-02 Andrew Tridgelladded --progress option which shows the progress of...
1998-06-18 Andrew Tridgellput set_nonblocking() code back in.
1998-06-01 Andrew Tridgellreplace calls to strcmp() with a u_strcmp() function...
1998-05-29 Andrew Tridgellreplaced chdir and getcwd calls with push_dir/pop_dir...
1998-05-28 Andrew Tridgelluse Realloc instead of realloc
1998-05-27 Andrew Tridgellheaps of cleanup in the io code.
1998-05-26 Andrew Tridgellcheck for munmap as well as mmap. NextStep only has...
1998-05-22 Andrew Tridgellneed a ifdef around some mmap code
1998-05-21 Andrew Tridgelluse mmap() for files of any size. This should be much...
1998-05-18 Andrew Tridgellfixed a bug in the glob expansion code (pointed out by
1998-05-18 Andrew Tridgellthis is a large commit which adds io multiplexing,...
1998-05-16 Andrew Tridgellfixed handling of vsprintf on SunOS
1998-05-15 Andrew Tridgellgot rid of "EOF in map_ptr" problem. If a file shrinks...
1998-05-15 Andrew Tridgelluse strlcat() strlcpy() and slprintf() whenever possibl...
1998-05-15 Andrew Tridgellallow the specification of multiple filenames (with...
1998-05-14 Andrew Tridgellmake host access controls case insensitive
1998-05-13 Andrew Tridgellremoved a debug line
1998-05-13 Andrew Tridgelladded globbing support in the rsync daemon. This will...
1998-05-13 Andrew Tridgellimproved max connections code. Now use fcntl instead...
1998-05-13 Andrew Tridgelladded two new options "max connections" and "lock file"
1998-05-10 Andrew Tridgelluse syslog instead of /var/adm/rsyncd.log
1998-05-10 Andrew Tridgellchange to allow names or numbers to be used for uid...
1998-05-10 Andrew Tridgellsplit the options parsing code into options.c
1998-05-09 Andrew Tridgellfirst vesrion of working socket based It still needs...
1998-05-07 Andrew Tridgellsome large systematic changes to make socket conversion...
1998-05-06 Andrew Tridgellhandle mmap() failures
1998-05-06 Andrew Tridgelladd support for lseek64() under solaris 2.6
1998-05-06 Andrew Tridgelladded support for 64 bit file offsets under Solaris...
1998-04-05 Andrew Tridgella couple more system calls wrapped in syscall.c
1998-04-05 Andrew Tridgellin local->local mode don't use exec to start the "remot...
1998-04-01 Andrew Tridgellfixed a string termination bug in the uidlist handling...
1998-03-23 Andrew Tridgelladded wrappers around all the system calls that can...
1998-03-23 Andrew Tridgellstarted to add some 64 bit file offset support - not...
1998-03-23 Andrew Tridgell- keep a list of pids and send them a SIGUSR1 for clean...
1998-03-23 Andrew Tridgellfor systems with a broken select use u_sleep() to ensur...
1998-01-27 Andrew Tridgell*** empty log message ***
1998-01-13 Andrew Tridgell*** empty log message ***
1997-12-15 Andrew Tridgelladded a --relative (== -R) option. This is what Anthony...
1997-12-15 Andrew Tridgelladded some more debug info to the "EOF in map_ptr"...
1997-07-10 Andrew Tridgellminor updates
1996-07-01 Andrew Tridgell*** empty log message ***
1996-06-30 Andrew Tridgell- hard links
1996-06-28 Andrew Tridgellnew exit/cleanup code
1996-06-28 Andrew Tridgell- handle no mmap for munmap
1996-06-26 Andrew Tridgelladded support for non-mmap operation
1996-06-26 Andrew Tridgellwent to full non-blocking writes for the send_files...
1996-06-25 Andrew Tridgell*** empty log message ***
1996-06-25 Andrew Tridgelladded comments
1996-06-25 Andrew Tridgelladded "created dir" message
1996-06-25 Andrew Tridgellparanoid check for null buffer in unmap
1996-06-22 Andrew TridgellInitial revision