summaryrefslogtreecommitdiff
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* samba_dnsupdate: honor 'dns zone scavenging' option, only update if neededBjörn Baumbach2018-09-131-1/+14
* krb5-samba: interdomain trust uses different salt principalAlexander Bokovoy2018-09-051-3/+3
* s4:selftest: test kinit with the interdomain trust user accountAlexander Bokovoy2018-09-051-0/+1
* torture: Make sure that fruit_ftruncate only unlinks streamsVolker Lendecke2018-09-041-0/+45
* selftest: add a durable handle test with delayed disconnectRalph Boehme2018-09-043-0/+98
* s4:selftest: reformat smb2_s3only listRalph Boehme2018-09-041-1/+6
* s4:rpc_server/netlogon: don't treet trusted domains as primary in LogonGetDom...Stefan Metzmacher2018-09-041-57/+82
* s4:rpc_server/netlogon: make use of talloc_zero_array() for the netr_OneDomai...Stefan Metzmacher2018-09-041-1/+1
* s4:rpc_server/netlogon: use samdb_domain_guid()/dsdb_trust_local_tdo_info() t...Stefan Metzmacher2018-09-041-18/+91
* s4:dsdb/common: add samdb_domain_guid() helper functionStefan Metzmacher2018-09-041-0/+55
* dsdb:util_trusts: add dsdb_trust_local_tdo_info() helper functionStefan Metzmacher2018-09-041-0/+16
* dsdb/util_trusts: domain_dn is an input parameter of dsdb_trust_crossref_tdo_...Stefan Metzmacher2018-09-041-6/+0
* s4:torture/rpc/netlogon: verify the trusted domains output of LogonGetDomainI...Stefan Metzmacher2018-09-041-1/+129
* s4:torture/rpc/netlogon: assert that cli_credentials_get_{workstation,passwor...Stefan Metzmacher2018-09-041-0/+16
* torture: Demonstrate the invalid lock order panicVolker Lendecke2018-08-231-0/+89
* s4:lib: Fix a possible fd leak in gp_get_file()Andreas Schneider2018-08-231-8/+16
* s4/torture: Add new test for DELETE_ON_CLOSE on non-empty directoriesAnoop C S2018-08-141-0/+87
* cracknames: Fix DoS (NULL pointer de-ref) when not servicePrincipalName is se...Andrew Bartlett2018-08-142-1/+45
* CVE-2018-10919 tests: Add extra test for dirsync deleted object corner-caseTim Beale2018-08-141-26/+131
* CVE-2018-10919 acl_read: Fix unauthorized attribute access via searchesTim Beale2018-08-141-0/+247
* CVE-2018-10919 acl_read: Flip the logic in the dirsync checkTim Beale2018-08-141-10/+7
* CVE-2018-10919 acl_read: Small refactor to aclread_callback()Tim Beale2018-08-141-14/+17
* CVE-2018-10919 acl_read: Split access_mask logic out into helper functionTim Beale2018-08-141-19/+35
* CVE-2018-10919 tests: test ldap searches for non-existent attributes.Gary Lockyer2018-08-141-0/+9
* CVE-2018-10919 tests: Add test case for object visibility with limited rightsTim Beale2018-08-141-0/+68
* CVE-2018-10919 tests: Add tests for guessing confidential attributesTim Beale2018-08-142-0/+914
* CVE-2018-1140 dns: Add a test to trigger the LDB casefolding issue on invalid...Kai Blin2018-08-141-0/+3
* dns wildcards: fix BUG 13536Gary Lockyer2018-07-311-0/+1
* s4: torture: run test_durable_v2_open_reopen2_lease() in a subdirectoryRalph Boehme2018-07-311-2/+9
* s4:librpc: autonegotiate SMB1/2/3Stefan Metzmacher2018-07-311-139/+120
* s4:libcli: add smb_connect_nego_{send,recv}()Stefan Metzmacher2018-07-313-5/+246
* s4:libcli: allow a fallback to NTLMSSP if SPNEGO is not supported locallyStefan Metzmacher2018-07-311-5/+30
* s4:libcli: add fallback_to_anonymous to smb2_connect_send()Stefan Metzmacher2018-07-312-0/+33
* s4:libcli: allow passing an already negotiated connection to smb2_connect_send()Stefan Metzmacher2018-07-312-0/+22
* s4:libcli: split out smb2_connect_session_start()Stefan Metzmacher2018-07-311-4/+12
* s4:libcli: add smb2_transport_raw_init()Stefan Metzmacher2018-07-311-0/+35
* s4:libcli: allow passing an already negotiated connection to smb_composite_co...Stefan Metzmacher2018-07-314-10/+41
* s4:libcli: use talloc_zero() for struct smb_composite_connect in fetchfile.cStefan Metzmacher2018-07-311-1/+1
* s4:libcli: add smbcli_transport_raw_init()Stefan Metzmacher2018-07-311-0/+44
* s4:libcli: split out smb_raw_negotiate_fill_transport()Stefan Metzmacher2018-07-311-30/+44
* s4-dsdb: only build dsdb Python modules for AD DCAlexander Bokovoy2018-07-311-4/+7
* s4-dns_server: Only build dns server Python code for AD DCAlexander Bokovoy2018-07-311-3/+5
* python: Add samba.auth.session_info_fill_unix()Andrew Bartlett2018-07-121-0/+61
* dns: static recordsAaron Haslett2018-07-124-23/+54
* dns: update tool changed for scavengingAaron Haslett2018-07-121-9/+1
* dns+kcc: adding dns scavenging to kcc periodic runAaron Haslett2018-07-122-0/+79
* dns: dns record scavenging function (without task)Aaron Haslett2018-07-126-3/+572
* dns: custom match rule for DNS records to be tombstonedAaron Haslett2018-07-121-0/+1
* dns: server side implementation of record agingAaron Haslett2018-07-124-4/+144
* dns: moving name_equal func into commonAaron Haslett2018-07-126-39/+22