summaryrefslogtreecommitdiff
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* CVE-2018-14629 dns: fix CNAME loop prevention using counter regressionStefan Metzmacher2018-12-071-9/+20
* CVE-2018-16853: fix crash in expired passowrd caseIsaac Boukris2018-12-071-3/+4
* CVE-2018-16853: Do not segfault if client is not setAndreas Schneider2018-12-071-0/+8
* CVE-2018-16853: The ticket in check_policy_as can actually be a TGSIsaac Boukris2018-12-071-2/+6
* CVE-2018-16851 ldap_server: Check ret before manipulating blobGarming Sam2018-11-261-2/+2
* CVE-2018-16841 heimdal: Fix segfault on PKINIT with mis-matching principalAndrew Bartlett2018-11-261-3/+3
* CVE-2018-14629 dns: CNAME loop prevention using counterAaron Haslett2018-11-261-0/+6
* s4:torture: split smb2.session.expire{1,2} to run with signing and encryptpionStefan Metzmacher2018-10-101-4/+46
* 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-051-0/+45
* selftest: add a durable handle test with delayed disconnectRalph Boehme2018-09-053-0/+98
* s4:selftest: reformat smb2_s3only listRalph Boehme2018-09-051-1/+6
* s4:rpc_server/netlogon: don't treet trusted domains as primary in LogonGetDom...Stefan Metzmacher2018-09-051-57/+82
* s4:rpc_server/netlogon: make use of talloc_zero_array() for the netr_OneDomai...Stefan Metzmacher2018-09-051-1/+1
* s4:rpc_server/netlogon: use samdb_domain_guid()/dsdb_trust_local_tdo_info() t...Stefan Metzmacher2018-09-051-18/+91
* s4:dsdb/common: add samdb_domain_guid() helper functionStefan Metzmacher2018-09-051-0/+55
* dsdb:util_trusts: add dsdb_trust_local_tdo_info() helper functionStefan Metzmacher2018-09-051-0/+16
* dsdb/util_trusts: domain_dn is an input parameter of dsdb_trust_crossref_tdo_...Stefan Metzmacher2018-09-051-6/+0
* s4:torture/rpc/netlogon: verify the trusted domains output of LogonGetDomainI...Stefan Metzmacher2018-09-051-1/+129
* s4:torture/rpc/netlogon: assert that cli_credentials_get_{workstation,passwor...Stefan Metzmacher2018-09-051-0/+16
* torture: Demonstrate the invalid lock order panicVolker Lendecke2018-08-231-0/+89
* Merge tag 'samba-4.7.9' into v4-7-testKarolin Seeger2018-08-147-35/+1447
|\
| * CVE-2018-10919 tests: Add extra test for dirsync deleted object corner-caseTim Beale2018-08-111-26/+131
| * CVE-2018-10919 acl_read: Fix unauthorized attribute access via searchesTim Beale2018-08-111-0/+247
| * CVE-2018-10919 acl_read: Flip the logic in the dirsync checkTim Beale2018-08-111-10/+7
| * CVE-2018-10919 acl_read: Small refactor to aclread_callback()Tim Beale2018-08-111-14/+17
| * CVE-2018-10919 acl_read: Split access_mask logic out into helper functionTim Beale2018-08-111-19/+35
| * CVE-2018-10919 tests: test ldap searches for non-existent attributes.Gary Lockyer2018-08-111-0/+9
| * CVE-2018-10919 tests: Add test case for object visibility with limited rightsTim Beale2018-08-111-0/+68
| * CVE-2018-10919 tests: Add tests for guessing confidential attributesTim Beale2018-08-112-0/+923
| * CVE-2018-10918: cracknames: Fix DoS (NULL pointer de-ref) when not servicePri...Andrew Bartlett2018-08-112-1/+45
* | dns wildcards: fix BUG 13536Gary Lockyer2018-07-281-0/+1
* | s4: torture: run test_durable_v2_open_reopen2_lease() in a subdirectoryRalph Boehme2018-07-281-2/+9
* | s4:librpc: autonegotiate SMB1/2/3Stefan Metzmacher2018-07-281-139/+120
* | s4:libcli: add smb_connect_nego_{send,recv}()Stefan Metzmacher2018-07-283-5/+246
* | s4:libcli: allow a fallback to NTLMSSP if SPNEGO is not supported locallyStefan Metzmacher2018-07-281-5/+30
* | s4:libcli: add fallback_to_anonymous to smb2_connect_send()Stefan Metzmacher2018-07-282-0/+33
* | s4:libcli: allow passing an already negotiated connection to smb2_connect_send()Stefan Metzmacher2018-07-282-0/+22
* | s4:libcli: split out smb2_connect_session_start()Stefan Metzmacher2018-07-281-4/+12
* | s4:libcli: add smb2_transport_raw_init()Stefan Metzmacher2018-07-281-0/+35
* | s4:libcli: allow passing an already negotiated connection to smb_composite_co...Stefan Metzmacher2018-07-284-10/+41
* | s4:libcli: use talloc_zero() for struct smb_composite_connect in fetchfile.cStefan Metzmacher2018-07-281-1/+1
* | s4:libcli: add smbcli_transport_raw_init()Stefan Metzmacher2018-07-281-0/+44
* | s4:libcli: split out smb_raw_negotiate_fill_transport()Stefan Metzmacher2018-07-281-30/+44
* | s4:torture/vfs/fruit: adjust test testing basefile rename to expect failureRalph Boehme2018-07-121-21/+4
* | s4:torture/smb2/streams: try to rename basefile while is has open streamsRalph Boehme2018-07-121-0/+82
* | s4:torture: test setting EOF of a stream to 0 with enabled AAPL extensionsRalph Boehme2018-07-121-0/+197
* | s4:torture/vfs/fruit: decrease large resource fork size in test from 1 GB to ...Ralph Boehme2018-07-121-2/+2
* | s4:kcc: Add a NULL check before qsort()Andreas Schneider2018-06-271-0/+5