summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable git snapshots for the 4.0.15 release.samba-4.0.15Karolin Seeger2014-02-161-1/+1
* WHATSNEW: Add release notes for Samba 4.0.15.Karolin Seeger2014-02-161-7/+81
* s3:smb2_notify: fix use after free on long living notify requestsStefan Metzmacher2014-02-161-0/+55
* s3: modules: streaminfo: As we have no VFS function SMB_VFS_LLISTXATTR we can...Jeremy Allison2014-02-142-2/+24
* s3: vfs_dirsort module.Jeremy Allison2014-02-142-0/+9
* s3: vfs_dirsort module.Jeremy Allison2014-02-141-7/+112
* smbd: Fix an ancient oplock bugVolker Lendecke2014-02-141-0/+2
* kdc: Add belts-and-braces check that we fail if the hdb version changesAndrew Bartlett2014-02-142-0/+11
* Support for Heimdal's unified krb5 and hdb plugin system.Jeffrey Clark2014-02-141-0/+16
* Cope with first element in hdb_method having a different name in different he...Jelmer Vernooij2014-02-141-1/+1
* smbd: Fix memory overwritesVolker Lendecke2014-02-141-2/+2
* s3-winbind: Improve performance of wb_fill_pwent_sid2uid_done().Volker Lendecke2014-02-141-1/+1
* Stop use after freeAlistair Leslie-Hughes2014-02-061-1/+5
* s3:dir - We now pass the previously spinning directory tests on ext4.Jeremy Allison2014-01-291-2/+0
* s3:dir - Introduce a 64-bit directory offset <-> 32 bit wire offset map using...Jeremy Allison2014-01-171-2/+87
* s3:dir - Add a new memcache type (non-talloc) - SMB1_SEARCH_OFFSET_MAP.Jeremy Allison2014-01-171-1/+2
* s3:dir - Map wire offsets to native directory cookies.Jeremy Allison2014-01-171-5/+17
* s3:dir - Cope with fixed mapping of 'special' values.Jeremy Allison2014-01-171-0/+7
* s3: dir - Introduce 32-bit wire versions of the 'special' values.Jeremy Allison2014-01-171-0/+5
* s3:dir - Introduce a function to map a directory cookie to a 32-bit wire cookie.Jeremy Allison2014-01-171-1/+10
* s3:dir - In the old SMB1 search code, rename offset to wire_offset to disting...Jeremy Allison2014-01-171-8/+8
* shadow_copy2: add a comment explaining why we don't talloc_zero_array().Michael Adam2014-01-131-0/+9
* shadow_copy2: revert expensive and unnecessary zero-initializationMichael Adam2014-01-131-1/+1
* docs: Fix typos in vfs_shadow_copy2.8.xml.Karolin Seeger2014-01-131-2/+2
* docs: update the manpage of vfs_shadow_copy2Michael Adam2014-01-131-48/+242
* s3:modules:shadow_copy2: remove redundant documentation comment blockMichael Adam2014-01-131-77/+4
* s3:modules:shadow_copy2: improve headline commentMichael Adam2014-01-131-1/+1
* s3:module:shadow_copy2: add my (C)Michael Adam2014-01-131-0/+1
* shadow_copy2: use stored mount_point instead of recalculating.Michael Adam2014-01-131-9/+1
* shadow_copy2: improve debug in shadow_copy2_convert() in snapdirseverywhere modeMichael Adam2014-01-131-1/+2
* shadow_copy2: fix shadow_copy2_convert() in the classical case.Michael Adam2014-01-131-2/+45
* shadow_copy2: add some blank lines for visual separation to shadow_copy2_conv...Michael Adam2014-01-131-0/+2
* shadow_copy2: initialize "converted" string to null in shadow_copy2_convert()Michael Adam2014-01-131-1/+1
* shadow_copy2: fix shadow_copy2_strip_snapshot() in the classical caseMichael Adam2014-01-131-0/+30
* shadow_copy2: add some debug to shadow_copy2_strip_snapshot()Michael Adam2014-01-131-1/+11
* shadow_copy2: add comments explaining decisions in shadow_copy2_strip_snapshot()Michael Adam2014-01-131-0/+10
* shadow_copy2: introduce shadow_copy2_snapshot_path()Michael Adam2014-01-131-0/+37
* shadow_copy2: factor shadow_copy2_posix_gmt_string() out of shadow_copy2_inse...Michael Adam2014-01-131-21/+47
* shadow_copy2: shadow_copy2_insert_string(): do not prepend a "/" in absolute ...Michael Adam2014-01-131-2/+20
* shadow_copy2: make shadow_copy2_find_snapdir() return const char *Michael Adam2014-01-131-4/+4
* shadow_copy2: in the classical case, use configured path in shadow_copy2_find...Michael Adam2014-01-131-0/+7
* shadow_copy2: implement disk_freeMichael Adam2014-01-131-0/+37
* shadow_copy2: log resulting config at the end of shadow_copy2_connect()Michael Adam2014-01-131-0/+29
* shadow_copy2: add snapshot_basepath to the config.Michael Adam2014-01-131-0/+11
* shadow_copy2: add rel_connectpath to config.Michael Adam2014-01-131-0/+12
* shadow_copy2: introduce "shadow:mountpoint" optionMichael Adam2014-01-131-5/+38
* shadow_copy2: re-add the basedir option.Michael Adam2014-01-131-0/+56
* shadow_copy2: disable "snapdir:crossmountpoints" if the snapdir is absolute.Michael Adam2014-01-131-0/+7
* shadow_copy2: introduce the bool "snapdir_absolute" in the config.Michael Adam2014-01-131-0/+10
* shadow_copy2: introduce config struct and function shadow_copy2_connect()Michael Adam2014-01-131-28/+145