summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* s3: VFS: Change SMB_VFS_GETWD to return struct smb_filename * instead of char *.Jeremy Allison2017-07-0123-192/+265
* s3: VFS: Change SMB_VFS_CHDIR to use const struct smb_filename * instead of c...Jeremy Allison2017-07-0125-192/+400
* show-deleted: Rename attr_filter to exclude_filter for clarityGarming Sam2017-06-301-5/+5
* show-deleted: Simplify the code to require as little logic as neededGarming Sam2017-06-301-23/+15
* show-deleted: Remove an unnecessary search during connectGarming Sam2017-06-301-46/+48
* show-deleted: Do not indicate an error if an object is missing.Garming Sam2017-06-302-3/+14
* dsdb: Add a dummy module to replace show_deletedAndrew Bartlett2017-06-302-1/+37
* travis-ci: Also build samba-systemkrb5Andrew Bartlett2017-06-301-0/+1
* autobuild: Use new selftest.pl feature to run only some environmentsAndrew Bartlett2017-06-301-3/+3
* selftest: Allow selftest.pl to run just some environmentsAndrew Bartlett2017-06-301-1/+33
* debug: new debug class for kerberosAndrew Bartlett2017-06-304-1/+5
* auth/spnego: do basic state_position checking in gensec_spnego_update_in()Stefan Metzmacher2017-06-291-7/+19
* auth/spnego: move gensec_spnego_update() into gensec_spnego_update_send()Stefan Metzmacher2017-06-291-37/+36
* auth/spnego: split out gensec_spnego_update_{client,server}() functionsStefan Metzmacher2017-06-291-200/+256
* auth/spnego: remove unused out_mem_ctx = spnego_state fallback in gensec_spne...Stefan Metzmacher2017-06-291-5/+0
* auth/spnego: add gensec_spnego_update_sub_abort() helper functionStefan Metzmacher2017-06-291-22/+31
* auth/spnego: remove useless spnego_state->sub_sec_ready checkStefan Metzmacher2017-06-291-3/+1
* auth/spnego: consitently set spnego_state->sub_sec_ready = true after gensec_...Stefan Metzmacher2017-06-291-10/+15
* auth/spnego: rename spnego_state->no_response_expected to ->sub_sec_readyStefan Metzmacher2017-06-291-10/+10
* auth/spnego: move gensec_spnego_update_out() behind gensec_spnego_update_in()Stefan Metzmacher2017-06-291-59/+62
* auth/spnego: move some more logic to gensec_spnego_update_in()Stefan Metzmacher2017-06-291-6/+10
* auth/spnego: move gensec_spnego_update_in() after gensec_spnego_update_send()Stefan Metzmacher2017-06-291-86/+89
* auth/spnego: set state_position = SPNEGO_DONE in gensec_spnego_update_cleanup()Stefan Metzmacher2017-06-291-4/+22
* auth/spnego: move gensec_spnego_update_wrapper() into gensec_spnego_update_se...Stefan Metzmacher2017-06-291-45/+53
* auth/spnego: make use of data_blob_null instead of using data_blob(NULL, 0)Stefan Metzmacher2017-06-291-19/+15
* ctdb-tests: Add transaction/recovery test for replicated databaseAmitay Isaacs2017-06-291-0/+64
* ctdb-tests: Generalize transaction_loop testAmitay Isaacs2017-06-293-18/+31
* ctdb-tests: Support replicated db in tool testsAmitay Isaacs2017-06-2916-12/+205
* ctdb-tests: Add database type option for testsAmitay Isaacs2017-06-292-0/+10
* ctdb-tools: Allow attach for replicated databasesAmitay Isaacs2017-06-296-37/+70
* ctdb-client: Add db support for CTDB_DB_FLAGS_REPLICATEDAmitay Isaacs2017-06-291-2/+19
* ctdb-client: Add sync api for DB_ATTACH_REPLICATED controlAmitay Isaacs2017-06-292-0/+36
* ctdb-protocol: Add marshalling for CTDB_CONTROL_DB_ATTACH_REPLICATED controlAmitay Isaacs2017-06-296-2/+77
* ctdb-daemon: Add implementation for CTDB_CONTROL_DB_ATTACH_REPLICATED controlAmitay Isaacs2017-06-293-6/+19
* ctdb-protocol: Add new control CTDB_CONTROL_DB_ATTACH_REPLICATEDAmitay Isaacs2017-06-291-0/+1
* ctdb-daemon: Add accessors for CTDB_DB_FLAGS_REPLICATED flagAmitay Isaacs2017-06-292-1/+11
* ctdb-daemon: Calculate tdb flags for replicated databasesAmitay Isaacs2017-06-291-0/+6
* ctdb-protocol: Add CTDB_DB_FLAGS_REPLICATED for new type of databaseAmitay Isaacs2017-06-291-0/+1
* ctdb-client: Store db_flags instead of a boolean persistent flagAmitay Isaacs2017-06-292-9/+23
* ctdb-recovery: Use db_flags instead of a boolean persistent flagAmitay Isaacs2017-06-291-11/+10
* ctdb-daemon: Pass db_flags instead of passing persistent flagAmitay Isaacs2017-06-293-26/+26
* ctdb-daemon: Store db_flags instead of individual boolean flagsAmitay Isaacs2017-06-295-21/+27
* ctdb-daemon: Add accessors for CTDB_DB_FLAGS_STICKY flagAmitay Isaacs2017-06-295-6/+20
* ctdb-daemon: Add accessors for CTDB_DB_FLAGS_READONLY flagAmitay Isaacs2017-06-296-12/+29
* ctdb-daemon: Add accessors for CTDB_DB_FLAGS_PERSISTENT flagAmitay Isaacs2017-06-2910-26/+47
* ctdb-protocol: Add DB_OPEN_FLAGS control to debugAmitay Isaacs2017-06-291-0/+1
* ctdb-tests: Fix control reply data for DB_ATTACH_PERSISTENT controlAmitay Isaacs2017-06-291-0/+2
* tests py_credentials: Fix encrypt_netr_crypt_password testGary Lockyer2017-06-291-16/+10
* nsswitch: Add ad_member tests for wbinfo --domain-info and --dc-infoAndreas Schneider2017-06-291-0/+6
* s3:winbind: Move debug statement into the error handlingAndreas Schneider2017-06-281-2/+2