summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Protect open_and_sort_dir() from the directory changing size.Jeremy Allison2013-04-171-9/+15
* Use an index i rather than re-using a state variable.Jeremy Allison2013-04-171-5/+3
* Protect against early error in SMB_VFS_NEXT_READDIR.Jeremy Allison2013-04-171-0/+4
* Change source3/modules/vfs_dirsort.c from MALLOC -> TALLOC.Jeremy Allison2013-04-171-14/+8
* s3:smbd: do not access data behind req->buf+req->buflen in srvstr_pull_req_ta...Ralph Wuerthner2013-04-171-1/+7
* s3:smbd: convert srvstr_pull_req_talloc() into a functionRalph Wuerthner2013-04-173-9/+13
* s3:smbd: do not access data behind req->buf+req->buflen in srvstr_get_path_re...Ralph Wuerthner2013-04-171-3/+10
* BUG 9766: Cache name_to_sid/sid_to_name correctly.Andreas Schneider2013-04-121-0/+21
* BUG 9139: Fix the username map optimization.Andreas Schneider2013-04-121-4/+8
* [PATCH] getpass: Don't fail if stdin is not a ttyAlexander Bokovoy2013-04-111-3/+4
* BUG 9699: Fix adding case sensitive spn.Andreas Schneider2013-04-111-12/+2
* vfs_fake_perms: Fix bug 9775, segfault for "artificial" conn_structsVolker Lendecke2013-04-111-4/+29
* vfs_fake_perms: Slightly streamline codeVolker Lendecke2013-04-111-2/+2
* vfs_fake_perms: Slightly streamline codeVolker Lendecke2013-04-111-16/+21
* s3:modules: fix the build of vfs_notify_fam (bug #9545)Stefan Metzmacher2013-04-112-0/+34
* VERSION: Bump version number up to 4.0.6Karolin Seeger2013-04-091-2/+2
* VERSION: Disable git snapshots for the 4.0.5 release.samba-4.0.5Karolin Seeger2013-04-091-1/+1
* WHATSNEW: Add major enhancements.Karolin Seeger2013-04-091-2/+4
* WHATSNEW: Add changes since 4.0.4.Karolin Seeger2013-04-081-4/+193
* Ensure EA value is allocated on the right context.Jeremy Allison2013-04-081-1/+2
* Final fix for bug #9130 - Certain xattrs cause Windows error 0x800700FFJeremy Allison2013-04-081-1/+1
* Ensure we don't return uninitialized memory in the pad bytes.Jeremy Allison2013-04-081-1/+7
* Add a test to show that zero-length EA's are never returned over SMB2.Jeremy Allison2013-04-082-0/+122
* Fix bug #9130 - Certain xattrs cause Windows error 0x800700FFJeremy Allison2013-04-081-0/+6
* Fix bug #9130 - Certain xattrs cause Windows error 0x800700FFJeremy Allison2013-04-081-0/+9
* Change estimate_ea_size() to correctly estimate the EA size over SMB2.Jeremy Allison2013-04-081-0/+20
* Modify fill_ea_chained_buffer() to be able to do size calculation only, no ma...Jeremy Allison2013-04-081-12/+15
* Ensure we can never return an uninitialized EA list.Jeremy Allison2013-04-081-1/+2
* BUG 9758: Don't leak the epm_Map policy handle.Andreas Schneider2013-04-071-0/+4
* epm: Increase debug level for already registered endpoints.Andreas Schneider2013-04-071-1/+1
* Optimization suggested by Volker. Don't do a stat system call on normal read ...Jeremy Allison2013-04-071-15/+15
* smbd: Tune "dir" a bit.Volker Lendecke2013-04-071-6/+19
* BUG 9735: Fix winbind seperator in upn to username conversion.Andreas Schneider2013-04-071-1/+1
* Fix bug #9733 - smbcontrol close-share is not working.Jeremy Allison2013-04-071-0/+3
* Fix bad SMB2 opcode reading in server.Jeremy Allison2013-04-071-5/+5
* scripting: Fill the ProvisionNames hash with strings, not ldb.MessageElement ...Andrew Bartlett2013-04-072-23/+8
* samba-tool ldapcmp: Remove the GUID -> name mappingsAndrew Bartlett2013-04-072-48/+7
* selftest: Add tests for samba-tool dbcheck --reset-well-known-aclsAndrew Bartlett2013-04-074-3/+78
* scripting: Modify samba.descriptor.get_diff_sds() to cope with a missing refe...Andrew Bartlett2013-04-071-2/+2
* samba-tool dbcheck: Allow dbcheck to correct an nTSecurityDescriptor without ...Andrew Bartlett2013-04-071-0/+41
* samba-tool dbcheck: Add --reset-well-known-aclsAndrew Bartlett2013-04-072-4/+71
* scripting: Move get_diff_sds from samba.upgradehelpers to samba.descriptorAndrew Bartlett2013-04-074-157/+158
* scripting: Modify samba.descriptor.get_wellknown_sds() use samdb calls onlyAndrew Bartlett2013-04-072-50/+59
* scripting: Move samba.provision.descriptor to samba.descriptorAndrew Bartlett2013-04-074-3/+3
* scripting: Make samba.provision.descriptor.get_wellknown_sds() return ldb.Dn ...Andrew Bartlett2013-04-072-35/+35
* scripting: Fix documentation comment on upgradehelpers.py:get_clean_sdAndrew Bartlett2013-04-071-8/+3
* scripting: Move the list of well known SDs to samba.provision.descriptorAndrew Bartlett2013-04-072-71/+60
* selftest: Remove output directories to save disk spaceAndrew Bartlett2013-04-072-7/+23
* samba_upgradeprovision: Do not reset every DN when changing an SDAndrew Bartlett2013-04-071-22/+8
* samba_upgradeprovision: do not maintain dnNotToRecalculate as a listAndrew Bartlett2013-04-071-5/+3