summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable git snapshots for the 4.1.6 release.samba-4.1.6Karolin Seeger2014-03-111-1/+1
* WHATSNEW: Add release notes for Samba 4.1.6.Karolin Seeger2014-03-111-2/+68
* CVE-2013-6442: s3:smbcacls - ensure we don't lose an existing ACL when settin...Jeremy Allison2014-03-111-1/+1
* CVE-2013-4496:Revert remainder of ce895609b04380bfc41e4f8fddc84bd2f9324340Andrew Bartlett2014-03-111-34/+35
* CVE-2013-4496:samr: Remove ChangePasswordUserAndrew Bartlett2014-03-114-554/+20
* CVE-2013-4496:s3:auth: fix memory leak in the ACCOUNT_LOCKED_OUT case.Stefan Metzmacher2014-03-111-0/+1
* CVE-2013-4496:s3-samr: Block attempts to crack passwords via repeated passwor...Andrew Bartlett2014-03-112-16/+129
* VERSION: Bump version number up to 4.1.6...Karolin Seeger2014-03-111-2/+2
* VERSION: Disable git snapshots for the 4.1.5 release.samba-4.1.5Karolin Seeger2014-02-211-1/+1
* WHATSNEW: Add release notes for Samba 4.1.5.Karolin Seeger2014-02-211-2/+101
* 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
* vfs_btrfs: pass-through copy-chunk(len=0) requestsDavid Disseldorp2014-02-141-1/+21
* smbd/smb2_ioctl: fail zero length copy chunk requestsDavid Disseldorp2014-02-141-1/+16
* torture: add zero length FSCTL_SRV_COPYCHUNK testDavid Disseldorp2014-02-141-0/+64
* 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-061-1/+1
* Stop use after freeAlistair Leslie-Hughes2014-02-051-1/+5
* s3: smbpasswd - fix crashes on invalid input.Jeremy Allison2014-01-253-5/+28
* s3:dir - We now pass the previously spinning directory tests on ext4.Jeremy Allison2014-01-171-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
* vfs/glusterfs: in case atime is not passed, set it to the current atimeNiels de Vos2014-01-171-4/+22
* s3-passdb: Fix string duplication to pointers.Andreas Schneider2014-01-131-2/+12
* wbinfo: Fix a memory leak in wbinfo_ping_dc().Andreas Schneider2014-01-131-0/+1
* s3-libads: Fix memory leaks in ads_build_path().Andreas Schneider2014-01-131-0/+2
* lib: Fix strict-aliasing warning in md5 code.Andreas Schneider2014-01-131-3/+6
* 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