- Fixed a crash bug when backing up files with ACLs enabled and we
authorWayne Davison <wayned@samba.org>
Sat, 15 Mar 2008 07:43:31 +0000 (00:43 -0700)
committerWayne Davison <wayned@samba.org>
Sat, 15 Mar 2008 07:44:53 +0000 (00:44 -0700)
  create a directory in the backup-path area.
- Fixed a bug where make_file() was setting F_PATHNAME() on the
  receiving side.
- A non-pool (temp-memory) file structure now stores the size of
  its extra_cnt value in the F_DEPTH() int so that unmake_file()
  can always be sure of how to free() the memory.
- The ACL-preserving code no longer allocates 4 more bytes per
  file entry than it needs.
- Got rid of a useless adding of the symlink length to "bp".


No differences found