summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* wafsamba: display the default value in help for SAMBA3_ADD_OPTIONStefan Metzmacher2013-04-031-1/+10
* s3:modules: fix the build of vfs_notify_fam (bug #9545)Stefan Metzmacher2013-04-032-0/+34
* s3:lib/server_mutex: open mutex.tdb with CLEAR_IF_FIRSTStefan Metzmacher2013-04-031-1/+4
* s3:lib/gencache: place gencache.tdb into /var/cache/sambaStefan Metzmacher2013-04-031-1/+1
* Ensure EA value is allocated on the right context.Jeremy Allison2013-04-021-1/+2
* Final fix for bug #9130 - Certain xattrs cause Windows error 0x800700FFJeremy Allison2013-04-021-1/+1
* Ensure we don't return uninitialized memory in the pad bytes.Jeremy Allison2013-04-021-1/+7
* Add a test to show that zero-length EA's are never returned over SMB2.Jeremy Allison2013-04-022-0/+122
* Fix bug #9130 - Certain xattrs cause Windows error 0x800700FFJeremy Allison2013-04-021-0/+6
* Fix bug #9130 - Certain xattrs cause Windows error 0x800700FFJeremy Allison2013-04-021-0/+9
* Change estimate_ea_size() to correctly estimate the EA size over SMB2.Jeremy Allison2013-04-021-0/+20
* Modify fill_ea_chained_buffer() to be able to do size calculation only, no ma...Jeremy Allison2013-04-021-12/+15
* Ensure we can never return an uninitialized EA list.Jeremy Allison2013-04-021-1/+2
* Add a comment about why we are removing the INHERITED bit so people understand.Richard Sharpe2013-04-021-0/+9
* BUG 9758: Don't leak the epm_Map policy handle.Andreas Schneider2013-04-021-0/+4
* epm: Increase debug level for already registered endpoints.Andreas Schneider2013-04-021-1/+1
* Fix bad SMB2 opcode reading in server.Jeremy Allison2013-04-021-5/+5
* Make sure that we only propogate the INHERITED flag when we are allowed to.Richard Sharpe2013-03-281-1/+2
* Optimization suggested by Volker. Don't do a stat system call on normal read ...Jeremy Allison2013-03-281-15/+15
* libcli/auth: avoid using transactions a chainlock is enoughStefan Metzmacher2013-03-281-10/+26
* Call smb_panic when we try to exit the server uncleanly. This gives us the no...Richard Sharpe2013-03-271-7/+1
* auth/ntlmssp: Avoid use-after-free of user_info after logon failure at log le...Andrew Bartlett2013-03-271-1/+1
* dbwrap: Add a comment explaining a restrictionVolker Lendecke2013-03-271-0/+11
* smbd: Remove an optimization that became unnecessaryVolker Lendecke2013-03-261-7/+6
* smbd: We don't collect our own vnn anymoreVolker Lendecke2013-03-261-3/+0
* smbd: Slightly simplify notify_triggerVolker Lendecke2013-03-261-0/+4
* smbd: Slightly simplify notify_triggerVolker Lendecke2013-03-261-6/+5
* smbd: Avoid some talloc_realloc in notify_internalVolker Lendecke2013-03-261-6/+16
* dbwrap-ctdb: Avoid a talloc_stackframe()Volker Lendecke2013-03-261-4/+2
* ctdb-conn: remove ctdbd_fetchVolker Lendecke2013-03-262-84/+0
* dbwrap-ctdb: Use ctdbd_parse in db_ctdb_parse_recordVolker Lendecke2013-03-261-9/+2
* ctdb-conn: Add ctdbd_parseVolker Lendecke2013-03-262-0/+76
* tdb: Fix blank line endingsVolker Lendecke2013-03-265-46/+45
* tdb: Little format changeVolker Lendecke2013-03-261-1/+1
* smbd: Avoid sending 0-sized keys to dbwrapVolker Lendecke2013-03-261-1/+8
* dbwrap: Use tdb_null in db_ctdb_deleteVolker Lendecke2013-03-251-4/+1
* scripting: Fill the ProvisionNames hash with strings, not ldb.MessageElement ...Andrew Bartlett2013-03-252-23/+8
* samba-tool ldapcmp: Remove the GUID -> name mappingsAndrew Bartlett2013-03-252-48/+7
* selftest: Add tests for samba-tool dbcheck --reset-well-known-aclsAndrew Bartlett2013-03-254-3/+78
* scripting: Modify samba.descriptor.get_diff_sds() to cope with a missing refe...Andrew Bartlett2013-03-251-2/+2
* samba-tool dbcheck: Allow dbcheck to correct an nTSecurityDescriptor without ...Andrew Bartlett2013-03-251-0/+41
* samba-tool dbcheck: Add --reset-well-known-aclsAndrew Bartlett2013-03-252-4/+71
* scripting: Move get_diff_sds from samba.upgradehelpers to samba.descriptorAndrew Bartlett2013-03-254-157/+158
* scripting: Modify samba.descriptor.get_wellknown_sds() use samdb calls onlyAndrew Bartlett2013-03-252-50/+59
* scripting: Move samba.provision.descriptor to samba.descriptorAndrew Bartlett2013-03-254-3/+3
* scripting: Make samba.provision.descriptor.get_wellknown_sds() return ldb.Dn ...Andrew Bartlett2013-03-252-35/+35
* scripting: Fix documentation comment on upgradehelpers.py:get_clean_sdAndrew Bartlett2013-03-251-8/+3
* scripting: Move the list of well known SDs to samba.provision.descriptorAndrew Bartlett2013-03-252-71/+60
* build: Do not pass CPP="" to pidl, skip the env variable entirelyAndrew Bartlett2013-03-251-1/+1
* build: Remove the forced use of only the first part of the compiler stringAndrew Bartlett2013-03-251-2/+2