- 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)
commitd6c9c3319b191d196c323174c0dc11c834ae9e75
tree37a7ccfed71961d915817b14c3344d9d4d8a4a5f
parent8afaef4219ba4024d55721d786ed8a18dfa5d6ab
- Fixed a crash bug when backing up files with ACLs enabled and we
  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".
flist.c