summaryrefslogtreecommitdiff
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* CVE-2016-2112: s4:ldap_server: reduce scope of old_session_info variableStefan Metzmacher2016-04-121-3/+1
* CVE-2016-2112: s4:selftest: use --option=clientldapsaslwrapping=plain for pla...Stefan Metzmacher2016-04-121-1/+1
* CVE-2016-2112: s4:libcli/ldap: auto upgrade to SIGN after STRONG_AUTH_REQUIREDStefan Metzmacher2016-04-121-0/+7
* CVE-2016-2112: s4:libcli/ldap: make sure we detect downgrade attacksStefan Metzmacher2016-04-121-0/+14
* CVE-2016-2112: s4:libcli/ldap: honour "client ldap sasl wrapping" optionStefan Metzmacher2016-04-121-4/+26
* CVE-2016-2111: s4:smb_server: implement "raw NTLMv2 auth" checksStefan Metzmacher2016-04-121-0/+10
* CVE-2016-2111: s4:libcli: don't send a raw NTLMv2 response when we want to us...Stefan Metzmacher2016-04-121-0/+11
* CVE-2016-2111: s4:param: use "client use spnego" to initialize options->use_s...Stefan Metzmacher2016-04-121-1/+1
* CVE-2016-2111: s4:libcli: don't allow the LANMAN2 session setup without "clie...Stefan Metzmacher2016-04-121-11/+11
* CVE-2016-2111: s4:torture/base: don't use ntlmv2 for dos connection in base.s...Stefan Metzmacher2016-04-121-2/+17
* CVE-2016-2111: s4:torture/raw: don't use ntlmv2 for dos connection in raw.sam...Stefan Metzmacher2016-04-121-0/+7
* CVE-2016-2111: s4:rpc_server/netlogon: check NTLMv2_RESPONSE values for SEC_C...Stefan Metzmacher2016-04-121-0/+9
* CVE-2016-2111: s4:torture/rpc: fix rpc.pac ntlmv2 testStefan Metzmacher2016-04-121-2/+2
* CVE-2016-2111: s4:torture/rpc: fix rpc.samba3.netlogon ntlmv2 testStefan Metzmacher2016-04-121-2/+2
* CVE-2016-2111: s4:rpc_server/netlogon: require DCERPC_AUTH_LEVEL_PRIVACY for ...Stefan Metzmacher2016-04-121-0/+10
* CVE-2016-2111: s4:rpc_server: implement 'server schannel = yes' restrictionStefan Metzmacher2016-04-121-1/+16
* CVE-2016-2110: libcli/auth: pass server_timestamp to SMBNTLMv2encrypt_hash()Stefan Metzmacher2016-04-121-1/+3
* CVE-2016-2110: auth/credentials: pass server_timestamp to cli_credentials_get...Stefan Metzmacher2016-04-126-1/+8
* configure: Don't check for inotify on illumosJorge Schrauwen2016-04-061-4/+9
* VLV: avoid name conflict with string.h's index()Douglas Bagnall2016-03-301-11/+11
* s4/lib/wmi_wrap: use HAVE___ATTRIBUTE__ instead of __GNUC__Douglas Bagnall2016-03-241-7/+1
* s4-libnet: Link dckeytab.so correctly when is AD DC enabledAndreas Schneider2016-03-242-3/+2
* s4:torture:smb2:rename.c: Fix file permissions.Günther Deschner2016-03-241-0/+0
* s4-libnet: only build python-dckeytab module for Heimdal in AD DC modeAlexander Bokovoy2016-03-231-1/+1
* torture: Fix the O3 developer buildVolker Lendecke2016-03-221-1/+1
* dsdb python tests: fix several usage stringsDouglas Bagnall2016-03-227-7/+7
* dsdb sort test: avoid exception with fewer elementsDouglas Bagnall2016-03-221-1/+1
* ldb sort tests: point out a known fails against WindowsDouglas Bagnall2016-03-221-2/+14
* Implement Virtual List View (VLV)Douglas Bagnall2016-03-225-0/+1579
* sort: enable custom behaviour on critical controlGarming Sam2016-03-221-4/+13
* torture:smb2: add durable-v2-open.reopen1a-leaseMichael Adam2016-03-221-0/+183
* torture:smb2: for oplocks, durable reconnect works with different client-guidMichael Adam2016-03-221-0/+54
* torture:smb2: get rid of supefluous io2 var in durable-v2-open.reopen1aMichael Adam2016-03-221-13/+13
* torture:smb2: fix crashes in smb2.durable-v2-open.reopen1a testMichael Adam2016-03-221-4/+12
* torture:smb2: use assert, not warning in error case in durable-v2-open.reopen1aMichael Adam2016-03-221-7/+3
* torture:smb2: add durable-open.reopen1a-leaseMichael Adam2016-03-221-0/+170
* torture:smb2: for oplocks, durable reconnect works with different client guidMichael Adam2016-03-221-0/+51
* torture:smb2: durable-open.reopen1a only needs one io structMichael Adam2016-03-221-19/+19
* torture:smb2: fix crashes in smb2.durable-open.reopen1a testMichael Adam2016-03-221-6/+12
* torture:smb2: use assert, not warning in error case in durable-open.reopen1aMichael Adam2016-03-221-7/+3
* torture:smb2: Add test replay6 to verify Error Codes for DurableHandleReqV2 r...Anubhav Rakshit2016-03-221-2/+209
* torture:smb2: add test for checking sequence number wrap around.Günther Deschner2016-03-221-0/+266
* s4:selftest: run rpc.netlogon.admin also over ncalrpc and ncacn_ip_tcpStefan Metzmacher2016-03-181-2/+2
* s4-smb_server: check for return code of cli_credentials_set_machine_account().Günther Deschner2016-03-172-4/+8
* s4:rpc_server: require access to the machine account credentialsStefan Metzmacher2016-03-171-4/+4
* s4:torture/rpc/schannel: don't use validation level 6 without privacyStefan Metzmacher2016-03-171-8/+19
* s4:torture/rpc: correctly use torture_skip() for test_ManyGetDCName() without...Stefan Metzmacher2016-03-171-1/+1
* s4:torture/rpc/samlogon: use DCERPC_SEAL for netr_LogonSamLogonEx and validat...Stefan Metzmacher2016-03-171-1/+2
* s4:torture/rpc/samr: use DCERPC_SEAL in setup_schannel_netlogon_pipe()Stefan Metzmacher2016-03-171-1/+2
* s4:torture/netlogon: add/use test_SetupCredentialsPipe() helper functionStefan Metzmacher2016-03-175-33/+132