summaryrefslogtreecommitdiff
path: root/source3/modules
AgeCommit message (Expand)AuthorFilesLines
2013-10-12s3/time_audit: Add offline and durable functionsChristof Schmitt1-0/+111
2013-10-05shadow_copy2: use stored mount_point instead of recalculating.Michael Adam1-9/+1
2013-10-05shadow_copy2: improve debug in shadow_copy2_convert() in snapdirseverywhere modeMichael Adam1-1/+2
2013-10-05shadow_copy2: fix shadow_copy2_convert() in the classical case.Michael Adam1-2/+45
2013-10-05shadow_copy2: add some blank lines for visual separation to shadow_copy2_conv...Michael Adam1-0/+2
2013-10-05shadow_copy2: initialize "converted" string to null in shadow_copy2_convert()Michael Adam1-1/+1
2013-10-05shadow_copy2: fix shadow_copy2_strip_snapshot() in the classical caseMichael Adam1-0/+30
2013-10-05shadow_copy2: add some debug to shadow_copy2_strip_snapshot()Michael Adam1-1/+11
2013-10-05shadow_copy2: add comments explaining decisions in shadow_copy2_strip_snapshot()Michael Adam1-0/+10
2013-10-05shadow_copy2: introduce shadow_copy2_snapshot_path()Michael Adam1-0/+37
2013-10-05shadow_copy2: factor shadow_copy2_posix_gmt_string() out of shadow_copy2_inse...Michael Adam1-21/+47
2013-10-05shadow_copy2: shadow_copy2_insert_string(): do not prepend a "/" in absolute ...Michael Adam1-2/+20
2013-10-05shadow_copy2: make shadow_copy2_find_snapdir() return const char *Michael Adam1-4/+4
2013-10-05shadow_copy2: in the classical case, use configured path in shadow_copy2_find...Michael Adam1-0/+7
2013-10-05shadow_copy2: implement disk_freeMichael Adam1-0/+37
2013-10-05shadow_copy2: log resulting config at the end of shadow_copy2_connect()Michael Adam1-0/+29
2013-10-05shadow_copy2: add snapshot_basepath to the config.Michael Adam1-0/+11
2013-10-05shadow_copy2: add rel_connectpath to config.Michael Adam1-0/+12
2013-10-05shadow_copy2: introduce "shadow:mountpoint" optionMichael Adam1-5/+38
2013-10-05shadow_copy2: re-add the basedir option.Michael Adam1-0/+56
2013-10-05shadow_copy2: disable "snapdir:crossmountpoints" if the snapdir is absolute.Michael Adam1-0/+7
2013-10-05shadow_copy2: introduce the bool "snapdir_absolute" in the config.Michael Adam1-0/+10
2013-10-05shadow_copy2: introduce config struct and function shadow_copy2_connect()Michael Adam1-28/+145
2013-10-05shadow_copy2: add comment block explaining shadow_copy2_convert()Michael Adam1-0/+5
2013-10-05shadow_copy2: add comment block explaining shadow_copy2_insert_string()Michael Adam1-0/+5
2013-10-05shadow_copy2: add comment block explaining shadow_copy2_find_snapdir()Michael Adam1-0/+4
2013-10-05shadow_copy2: add header comment explaining have_snapdir()Michael Adam1-0/+6
2013-10-05shadow_copy2: add comment header describing shadow_copy2_strip_snapshot()Michael Adam1-0/+5
2013-10-05shadow_copy2: break overly long lines in shadow_copy2_snapshot_to_gmt()Michael Adam1-3/+6
2013-09-24build: get rid of vars=locals() in source3/modules/wscript_buildMichael Adam1-2/+1
2013-09-24build: get rid of source file variables in source3/modules/wscript_buildMichael Adam1-116/+59
2013-09-23s3:modules: vfs_afsacl has the afs_syscall prototype via proto.hMichael Adam1-2/+0
2013-09-11smbd: Add brl_fsp access functionVolker Lendecke2-6/+9
2013-09-10s3:smb2_find: Return that timestamps do not exist as directoriesChristof Schmitt1-3/+0
2013-08-30vfs_glusterfs: Fix excessive debug output from vfs_gluster_open().Christopher R. Hertel1-3/+0
2013-08-28s3: fix missing braces in nfs4_acls.cAbhidnya Joshi1-1/+2
2013-08-16vfs_glusterfs: Implement proper mashalling/unmarshalling of ACLsAnand Avati1-42/+111
2013-08-12smbd: Fix nonblank line endingsVolker Lendecke1-6/+6
2013-08-09VFS plugin was sending the actual size of the volume instead of the total num...Susant Kumar Palai1-7/+4
2013-08-06FSCTL_GET_SHADOW_COPY_DATA: Don't return 4 extra bytes at endChristof Schmitt1-2/+2
2013-08-05FSCTL_GET_SHADOW_COPY_DATA: Initialize output array to zeroChristof Schmitt1-1/+1
2013-08-01Ensure gpfs kernel leases are wrapped in a become_root()/unbecome_root() pair.Ralph Wuerthner1-0/+6
2013-07-16s3: Remove old mode special substitution.Alexander Werth1-13/+2
2013-06-24Use existing "acl map full control" parameter to control the adding of the DE...Jeremy Allison1-2/+17
2013-06-21Fix glusterfs backend crash found at the Microsoft interop event.Jeremy Allison1-2/+4
2013-06-19build: Build with system md5.h on OpenIndianaAndrew Bartlett1-1/+1
2013-06-17vfs_catia: use translate direction enum instead of intDavid Disseldorp1-1/+1
2013-06-17vfs_streams_xattr: Do not attempt to write empty attribute twiceChristof Schmitt1-31/+11
2013-06-13Initialize the file descriptor in the files_struct before trying to close it....Christof Schmitt1-0/+1
2013-06-10Optimization on POSIX platforms that have fstatat.Jeremy Allison1-4/+23