summaryrefslogtreecommitdiffstats
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
...
* vfs_btrfs: fix copy-chunk dest unlock argsDavid Disseldorp2013-11-221-1/+1
* vfs_btrfs: add [GET/SET]_COMPRESSION handlersDavid Disseldorp2013-11-221-2/+117
* vfs: add [GET/SET]_COMPRESSION hooksDavid Disseldorp2013-11-223-0/+112
* s3-vfs: Make glfs_set_preopened() static.Andreas Schneider2013-11-151-1/+1
* s3-vfs: Remove unused variable in vfs_glusterfs.Andreas Schneider2013-11-151-1/+0
* s3-vfs: Fix stream_depot vfs module on btrfs.Andreas Schneider2013-11-121-6/+4
* Revert "s3-vfs: Fix stream_depot vfs module on btrfs."David Disseldorp2013-11-121-8/+8
* smbd: Fix CID 1035478 Negative array index readVolker Lendecke2013-11-111-6/+19
* s3-vfs: Fix stream_depot vfs module on btrfs.Andreas Schneider2013-11-081-8/+8
* vfs: Fix some build warnings in glusterfs.Andreas Schneider2013-11-041-2/+2
* vfs: Fix building the glusterfs module.Andreas Schneider2013-11-041-2/+2
* s3:modules: nfs4_acls ACLs with zero entries are fine.Alexander Werth2013-10-301-6/+6
* s3:modules: Fix realloc with zero sized ACLsAlexander Werth2013-10-301-5/+7
* s3/time_audit: Add offline and durable functionsChristof Schmitt2013-10-121-0/+111
* shadow_copy2: use stored mount_point instead of recalculating.Michael Adam2013-10-051-9/+1
* shadow_copy2: improve debug in shadow_copy2_convert() in snapdirseverywhere modeMichael Adam2013-10-051-1/+2
* shadow_copy2: fix shadow_copy2_convert() in the classical case.Michael Adam2013-10-051-2/+45
* shadow_copy2: add some blank lines for visual separation to shadow_copy2_conv...Michael Adam2013-10-051-0/+2
* shadow_copy2: initialize "converted" string to null in shadow_copy2_convert()Michael Adam2013-10-051-1/+1
* shadow_copy2: fix shadow_copy2_strip_snapshot() in the classical caseMichael Adam2013-10-051-0/+30
* shadow_copy2: add some debug to shadow_copy2_strip_snapshot()Michael Adam2013-10-051-1/+11
* shadow_copy2: add comments explaining decisions in shadow_copy2_strip_snapshot()Michael Adam2013-10-051-0/+10
* shadow_copy2: introduce shadow_copy2_snapshot_path()Michael Adam2013-10-051-0/+37
* shadow_copy2: factor shadow_copy2_posix_gmt_string() out of shadow_copy2_inse...Michael Adam2013-10-051-21/+47
* shadow_copy2: shadow_copy2_insert_string(): do not prepend a "/" in absolute ...Michael Adam2013-10-051-2/+20
* shadow_copy2: make shadow_copy2_find_snapdir() return const char *Michael Adam2013-10-051-4/+4
* shadow_copy2: in the classical case, use configured path in shadow_copy2_find...Michael Adam2013-10-051-0/+7
* shadow_copy2: implement disk_freeMichael Adam2013-10-051-0/+37
* shadow_copy2: log resulting config at the end of shadow_copy2_connect()Michael Adam2013-10-051-0/+29
* shadow_copy2: add snapshot_basepath to the config.Michael Adam2013-10-051-0/+11
* shadow_copy2: add rel_connectpath to config.Michael Adam2013-10-051-0/+12
* shadow_copy2: introduce "shadow:mountpoint" optionMichael Adam2013-10-051-5/+38
* shadow_copy2: re-add the basedir option.Michael Adam2013-10-051-0/+56
* shadow_copy2: disable "snapdir:crossmountpoints" if the snapdir is absolute.Michael Adam2013-10-051-0/+7
* shadow_copy2: introduce the bool "snapdir_absolute" in the config.Michael Adam2013-10-051-0/+10
* shadow_copy2: introduce config struct and function shadow_copy2_connect()Michael Adam2013-10-051-28/+145
* shadow_copy2: add comment block explaining shadow_copy2_convert()Michael Adam2013-10-051-0/+5
* shadow_copy2: add comment block explaining shadow_copy2_insert_string()Michael Adam2013-10-051-0/+5
* shadow_copy2: add comment block explaining shadow_copy2_find_snapdir()Michael Adam2013-10-051-0/+4
* shadow_copy2: add header comment explaining have_snapdir()Michael Adam2013-10-051-0/+6
* shadow_copy2: add comment header describing shadow_copy2_strip_snapshot()Michael Adam2013-10-051-0/+5
* shadow_copy2: break overly long lines in shadow_copy2_snapshot_to_gmt()Michael Adam2013-10-051-3/+6
* build: get rid of vars=locals() in source3/modules/wscript_buildMichael Adam2013-09-241-2/+1
* build: get rid of source file variables in source3/modules/wscript_buildMichael Adam2013-09-241-116/+59
* s3:modules: vfs_afsacl has the afs_syscall prototype via proto.hMichael Adam2013-09-231-2/+0
* smbd: Add brl_fsp access functionVolker Lendecke2013-09-112-6/+9
* s3:smb2_find: Return that timestamps do not exist as directoriesChristof Schmitt2013-09-101-3/+0
* vfs_glusterfs: Fix excessive debug output from vfs_gluster_open().Christopher R. Hertel2013-08-301-3/+0
* s3: fix missing braces in nfs4_acls.cAbhidnya Joshi2013-08-281-1/+2
* vfs_glusterfs: Implement proper mashalling/unmarshalling of ACLsAnand Avati2013-08-161-42/+111