summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable GIT_SNAPSHOT for the 4.7.0rc6 release.samba-4.7.0rc6Karolin Seeger2017-09-171-1/+1
* WHATSNEW: Prepare release notes for Samba 4.7.0rc6.Karolin Seeger2017-09-171-2/+23
* util_runcmd: Free the fde in event handler.Gary Lockyer2017-09-171-0/+1
* lib/util: only close the event_fd in tfork if the caller didn't call tfork_ev...Ralph Boehme2017-09-173-5/+17
* util/tfork: Write to the status pipeGary Lockyer2017-09-171-1/+12
* tests util/tfork: Tests for status and event fdGary Lockyer2017-09-172-0/+252
* ctdb-client: Initialize ctdb_ltdb_header completely for empty recordAmitay Isaacs2017-09-161-3/+3
* ctdb-daemon: Free up record data if a call request is deferredAmitay Isaacs2017-09-161-0/+1
* s3: vfs: catia: compression get/set must act only on base file, and must cope...Jeremy Allison2017-09-161-6/+38
* s3: VFS: streams_xattr: Compression is only set/get on base filenames.Jeremy Allison2017-09-161-37/+0
* vfs_streams_xattr: Fix segfault when running with log level 10Christof Schmitt2017-09-161-2/+2
* schema: Rework dsdb_schema_set_indices_and_attributes() db operationsAndrew Bartlett2017-09-161-8/+9
* Install dcerpc/__init__.py for all Python environmentsAlexander Bokovoy2017-09-161-5/+6
* charset: fix str[n]casecmp_m() by comparing lower case valuesStefan Metzmacher2017-09-162-6/+28
* charset/tests: also tests the system str[n]casecmp()Stefan Metzmacher2017-09-161-0/+35
* charset/tests: add more str[n]casecmp_m() tests to demonstrate the bugStefan Metzmacher2017-09-162-1/+9
* charset/tests: assert the exact values of str[n]casecmp_m()Stefan Metzmacher2017-09-161-17/+17
* WHATSNEW: Prepare changes since 4.7.0rc5.Karolin Seeger2017-09-141-0/+30
* libcli: SMB2: NetApps negotiate SMB3_11 but also set the SMB2_CAP_ENCRYPTION ...Jeremy Allison2017-09-141-3/+12
* python: Allow debug classes to be specified on the command line for python toolsAndrew Bartlett2017-09-141-3/+3
* librpc/dceprc_util.c: Move debug message to DBG_DEBUG()Andrew Bartlett2017-09-141-2/+2
* libcli/security: Move debug message to DBG_DEBUG()Andrew Bartlett2017-09-141-1/+1
* dsdb: Add missing \n to debugAndrew Bartlett2017-09-141-1/+1
* drs repl: Only print raw DRS replication traffic at level 9Andrew Bartlett2017-09-143-4/+8
* debug: Add new debug class "drs_repl" for DRS replication processingAndrew Bartlett2017-09-1422-0/+62
* repl_meta_data: Re-work printing of replicated entriesAndrew Bartlett2017-09-141-9/+28
* linked_attributes: Use ldb_ldif_message_redacted_string() for consistencyAndrew Bartlett2017-09-141-2/+6
* repl_meta_data: Use ldb_ldif_message_redacted_string() to avoid printing secr...Andrew Bartlett2017-09-141-5/+15
* ldb: version 1.2.2Andrew Bartlett2017-09-144-1/+282
* ldb: Add new ldb_ldif_message_redacted_string() with testsAndrew Bartlett2017-09-143-5/+147
* ldb_tdb: Refuse to re-index very old database with no DN in the recordAndrew Bartlett2017-09-141-1/+17
* ldb_tdb: Use braces in ltdb_dn_list_find_val()Andrew Bartlett2017-09-141-1/+3
* ldb_tdb: Check for talloc_strdup() failure in ltdb_index_add1()Andrew Bartlett2017-09-141-1/+7
* ldb_tdb: Check for errors during tdb operations in ltdb_reindex()Andrew Bartlett2017-09-141-2/+28
* ldb_tdb: Use memcmp rather than strncmp() in ltdb_key_is_record(), re_key() a...Andrew Bartlett2017-09-142-5/+5
* ldb_tdb: Create a common ltdb_key_is_record() allowing multiple key formsAndrew Bartlett2017-09-144-8/+53
* ldb_tdb: Do not trigger the unique index check during a re-index, use another...Andrew Bartlett2017-09-141-29/+83
* ldb_tdb: Use memcmp() to compare TDB keys in re_index()Andrew Bartlett2017-09-141-1/+2
* ldb: Add tests for indexed and unindexed search expressionsAndrew Bartlett2017-09-141-0/+299
* ldb: Fix tests to call the parent tearDown(), not setUp in tearDownAndrew Bartlett2017-09-141-2/+2
* ldb_tdb: Rework ltdb_modify_internal() to use ltdb_search_dn1() internallyAndrew Bartlett2017-09-141-29/+11
* ldb: Add LDB_UNPACK_DATA_FLAG_NO_ATTRSAndrew Bartlett2017-09-142-0/+10
* ctdb-daemon: GET_DB_SEQNUM should read database conditionallyAmitay Isaacs2017-09-131-0/+5
* ctdb-daemon: Add a function to check if db access is allowedAmitay Isaacs2017-09-132-0/+19
* ctdb-tests: Fix ctdb test binary name in path testingAmitay Isaacs2017-09-131-1/+1
* ctdb-tests: Wait up to 30 seconds for process to be registered in ctdbdMartin Schwenke2017-09-131-2/+2
* ctdb-tests: Fix ctdb process-exist testsAmitay Isaacs2017-09-132-18/+28
* ctdb-tests: Add a dummy ctdb client for testingAmitay Isaacs2017-09-132-1/+150
* ctdb-tests: Fix the implementation of process-exists in fake daemonAmitay Isaacs2017-09-131-2/+79
* ctdb-daemon: Fix implementation of process_exists controlAmitay Isaacs2017-09-131-6/+10