summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* printing: Avoid an "extern current_user"Volker Lendecke2017-10-271-4/+3
* printing: Avoid an "extern current_user"Volker Lendecke2017-10-271-2/+2
* smbd: Fix the memory hierarchy in the unix tokenVolker Lendecke2017-10-271-1/+2
* lib: Use all_zero where appropriateVolker Lendecke2017-10-271-3/+2
* smbd: Remove an indentation level in smb2_negprotVolker Lendecke2017-10-271-73/+74
* samba: Fix CID 1420179 Code maintainability issues UNUSED_VALUEVolker Lendecke2017-10-271-1/+0
* samba: Fix CID 1420180 Null pointer dereferencesVolker Lendecke2017-10-271-1/+1
* s4:pyparam: Fix resource leaks on errorAndreas Schneider2017-10-271-0/+6
* s4:torture: Avoid useless strdup in libsmbclient testAndreas Schneider2017-10-271-2/+2
* libsmbclient: Use const for the userAndreas Schneider2017-10-274-3/+182
* testprogs: Update the kpasswd setpassword testAndreas Schneider2017-10-271-5/+2
* s4:kdc: Pass down the task to get access to model_ops for kpasswd serverAndreas Schneider2017-10-271-3/+2
* s3:modules: Check correct variable for NULL in posixacl_xattrAndreas Schneider2017-10-271-1/+1
* s3:passdb: Make sure the salt is fully initialized before passingAndreas Schneider2017-10-271-2/+4
* s3:secrets: Do not leak memory of pw and old_pwAndreas Schneider2017-10-271-0/+12
* s3:vfs_glusterfs: Use SAFE_FREEAndreas Schneider2017-10-261-2/+2
* ctdb-tests: Process-exists unit tests should wait until PID is registeredMartin Schwenke2017-10-263-0/+6
* ctdb-tests: Wait for fake_ctdbd to start, fail if it doesn'tMartin Schwenke2017-10-261-1/+5
* ctdb-tests: Skip starting fake_ctdbd when current node is disconnectedMartin Schwenke2017-10-262-12/+14
* ctdb-tests: Wait for ctdb_eventd to start, fail if it doesn'tMartin Schwenke2017-10-261-4/+3
* ctdb-tests: Allow wait_until() to be used in unit testsMartin Schwenke2017-10-262-44/+44
* s3:vfs_glusterfs: Fix a double free in vfs_gluster_getwd()Andreas Schneider2017-10-261-1/+2
* linked attribute tests: correct add_all_at_once testDouglas Bagnall2017-10-261-8/+5
* linked_attribute tests: helper assert function for expected LdbErrorDouglas Bagnall2017-10-261-20/+29
* replmd: use check_parsed_dn_duplicates() more widelyDouglas Bagnall2017-10-261-11/+10
* linked attribute tests: fix logic for add testDouglas Bagnall2017-10-261-0/+2
* linked attribute tests: ensure duplicate deletes failDouglas Bagnall2017-10-261-0/+5
* replmd: check for duplicate values in MOD_REPLACE caseDouglas Bagnall2017-10-262-3/+37
* linked attribute tests: test against duplicates in replaceDouglas Bagnall2017-10-262-0/+13
* s4:scripting: Fix ntstatus_gen.h generation on 32bitAndreas Schneider2017-10-251-1/+1
* s3: smbclient: Test we can rename with a name containing.Jeremy Allison2017-10-241-0/+49
* s3: smbclient: Ensure we call client_clean_name() before all operations on re...Jeremy Allison2017-10-242-8/+227
* s3: client: Add new utility function client_clean_name().Jeremy Allison2017-10-242-0/+32
* ctdb-client: Fix CID 1419820Amitay Isaacs2017-10-231-2/+2
* ctdb-tools: Drop duplicate output from dbstatisticsAmitay Isaacs2017-10-231-1/+0
* python: Port tests of samba.messaging to Python 3 compatible form.Lumir Balhar2017-10-233-2/+10
* python: Port samba.messaging module to Python 3 compatible form.Lumir Balhar2017-10-233-12/+26
* xattr.idl: Don't generate an interface tableVolker Lendecke2017-10-223-8/+2
* nfs4acls: Don't generate an interface table for nfs4acls.idlVolker Lendecke2017-10-223-7/+3
* nfs4acls: Slightly simplify smb_add_ace4Volker Lendecke2017-10-221-2/+1
* nfs4acls: Fix a debug messageVolker Lendecke2017-10-221-1/+1
* s3/smbd: update some more DEBUG macros in smbd_smb2_create_sendRalph Boehme2017-10-211-17/+12
* s3/smbd: use early returns in smbd_smb2_create_sendRalph Boehme2017-10-211-87/+103
* s3/smbd: factor out smbd_smb2_create_after_exec from smbd_smb2_create_sendRalph Boehme2017-10-211-167/+190
* s3/smbd: factor out smbd_smb2_create_before_exec from smbd_smb2_create_sendRalph Boehme2017-10-211-297/+313
* s3/smbd: remove all stack variables of smbd_smb2_create_send into smbd_smb2_c...Ralph Boehme2017-10-211-120/+131
* s3/smbd: move create ctx extraction and validation to a helper funcRalph Boehme2017-10-211-109/+118
* s3/smbd: move create contexts into smbd_smb2_create_stateRalph Boehme2017-10-211-86/+89
* s3/smbd: remove unneeded args from smbd_smb2_create_finishRalph Boehme2017-10-211-46/+14
* s3/smbd: move info into smbd_smb2_create_stateRalph Boehme2017-10-211-9/+9