CVS update: rsync/patches

Wayne Davison wayned at samba.org
Sat Nov 4 00:24:24 GMT 2006


Date:	Sat Nov  4 00:24:24 2006
Author:	wayned

Update of /data/cvs/rsync/patches
In directory dp.samba.org:/tmp/cvs-serv13266

Modified Files:
	xattrs.diff 
Log Message:
- Changed the xattr namespaces check to filter out system xattrs
  instead of looking for specific namespace prefixes.  This will
  ensure that we send a namespace such as "security".
- Changed the positions of the xattr name & datum in the combined
  buffer so that we can change the name pointer without affecting
  the base pointer of the buffer (which needs to be unchanged so
  that we can free it).
- If a non-Linux system gets a non-user namespace, we now store
  namespace FOO as rsync.FOO.  This allows us to strip the rsync
  prefix when sending the values back.
- Fixed a memory leak when handling an error.
- Improved some of the variable names.


Revisions:
xattrs.diff		1.50 => 1.51
	http://www.samba.org/cgi-bin/cvsweb/rsync/patches/xattrs.diff?r1=1.50&r2=1.51


More information about the rsync-cvs mailing list