summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable GIT_SNAPSHOTS for the 4.7.0 release.samba-4.7.0Karolin Seeger2017-09-211-2/+2
* WHATSNEW: Add release notes for Samba 4.7.0.Karolin Seeger2017-09-211-8/+22
* CVE-2017-12163: s3:smbd: Prevent client short SMB1 write from writing server ...Jeremy Allison2017-09-201-0/+50
* CVE-2017-12151: s3:libsmb: make use of cli_state_is_encryption_on()Stefan Metzmacher2017-09-202-3/+3
* CVE-2017-12151: s3:libsmb: add cli_state_is_encryption_on() helper functionStefan Metzmacher2017-09-202-0/+14
* CVE-2017-12150: s3:libsmb: only fallback to anonymous if authentication was n...Stefan Metzmacher2017-09-201-12/+4
* CVE-2017-12150: libcli/smb: add smbXcli_conn_signing_mandatory()Stefan Metzmacher2017-09-202-0/+6
* CVE-2017-12150: auth/credentials: cli_credentials_authentication_requested() ...Stefan Metzmacher2017-09-201-0/+16
* CVE-2017-12150: libgpo: make use of SMB_SIGNING_REQUIRED in gpo_connect_server()Stefan Metzmacher2017-09-201-1/+1
* CVE-2017-12150: s3:pylibsmb: make use of SMB_SIGNING_DEFAULT for 'samba.samba...Stefan Metzmacher2017-09-201-1/+1
* CVE-2017-12150: s3:lib: get_cmdline_auth_info_signing_state smb_encrypt SMB_S...Stefan Metzmacher2017-09-201-0/+3
* CVE-2017-12150: s3:popt_common: don't turn a guessed username into a specifie...Stefan Metzmacher2017-09-203-6/+31
* VERSION: Bump version up to 4.7.0rc7...Karolin Seeger2017-09-171-2/+2
* 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