summaryrefslogtreecommitdiff
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* s4: torture: run test_durable_v2_open_reopen2_lease() in a subdirectoryRalph Boehme2018-08-131-2/+9
* s4:librpc: autonegotiate SMB1/2/3Stefan Metzmacher2018-08-131-139/+120
* s4:libcli: add smb_connect_nego_{send,recv}()Stefan Metzmacher2018-08-133-5/+246
* s4:libcli: allow a fallback to NTLMSSP if SPNEGO is not supported locallyStefan Metzmacher2018-08-131-5/+30
* s4:libcli: add fallback_to_anonymous to smb2_connect_send()Stefan Metzmacher2018-08-132-0/+33
* s4:libcli: allow passing an already negotiated connection to smb2_connect_send()Stefan Metzmacher2018-08-132-0/+22
* s4:libcli: split out smb2_connect_session_start()Stefan Metzmacher2018-08-131-4/+12
* s4:libcli: add smb2_transport_raw_init()Stefan Metzmacher2018-08-131-0/+35
* s4:libcli: allow passing an already negotiated connection to smb_composite_co...Stefan Metzmacher2018-08-134-10/+41
* s4:libcli: use talloc_zero() for struct smb_composite_connect in fetchfile.cStefan Metzmacher2018-08-131-1/+1
* s4:libcli: add smbcli_transport_raw_init()Stefan Metzmacher2018-08-131-0/+44
* s4:libcli: split out smb_raw_negotiate_fill_transport()Stefan Metzmacher2018-08-131-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
* samdb: Fix build error with gcc8Andreas Schneider2018-06-261-1/+1
* heimdal: lib/krb5: do not fail set_config_files due to parse errorJeffrey Altman2018-06-252-3/+4
* s4:ntvfs: Fix string copy of share_nameAndreas Schneider2018-06-201-2/+7
* s4:torture: Use strlcpy() in gen_name()Andreas Schneider2018-06-201-1/+1
* s4-torture: fix format-truncation warning in smb2 session tests.Günther Deschner2018-06-201-1/+1
* s4-heimdal: Fix the format-truncation errors.Günther Deschner2018-06-201-3/+3
* s4:selftest: run test_ldb_simple.sh with more auth optionsStefan Metzmacher2018-06-041-0/+7
* s4:torture/smb2: new test for interaction between chown and SD flagsRalph Boehme2018-05-241-0/+278
* s4:lsa_lookup: remove TALLOC_FREE(state) after all dcesrv_lsa_Lookup{Names,Si...Stefan Metzmacher2018-05-141-6/+2
* s4-lsa: Fix use-after-free in LSA serverAndrew Bartlett2018-05-141-3/+0
* torture: Test compound request request countersVolker Lendecke2018-04-121-0/+77
* dsdb: Fix CID 1034966 Uninitialized scalar variableVolker Lendecke2018-04-101-0/+1
* s4: torture: Test all combinations of directory open with existing directory ...Jeremy Allison2018-04-061-0/+66
* s4: torture: Test all combinations of directory create to ensure behavior is ...Jeremy Allison2018-04-061-0/+65
* s4: torture: Test all combinations of file open with existing file to ensure ...Jeremy Allison2018-04-061-0/+68
* s4: torture: Test all combinations of file create to ensure behavior is the s...Jeremy Allison2018-04-061-24/+33
* s4: torture: Ensure a failed file create doesn't create the file.Jeremy Allison2018-04-061-0/+27
* Fix invocation of gnutls_aead_cipher_encrypt()Timur I. Bakeyev2018-04-061-3/+3
* s4: vfs: fruit tests: Add regression test for dealing with NFS ACE entries.Jeremy Allison2018-04-061-0/+171
* CVE-2018-1057: s4:dsdb/acl: changing dBCSPwd is only allowed with a controlRalph Boehme2018-03-131-1/+10
* CVE-2018-1057: s4:dsdb: use DSDB_CONTROL_PASSWORD_ACL_VALIDATION_OIDRalph Boehme2018-03-132-4/+67
* CVE-2018-1057: s4:dsdb/samdb: define DSDB_CONTROL_PASSWORD_ACL_VALIDATION_OID...Ralph Boehme2018-03-133-0/+11
* CVE-2018-1057: s4:dsdb/acl: run password checking only onceRalph Boehme2018-03-131-0/+5
* CVE-2018-1057: s4/dsdb: correctly detect password resetsRalph Boehme2018-03-131-1/+17
* CVE-2018-1057: s4:dsdb/acl: add a NULL check for talloc_new() in acl_check_pa...Ralph Boehme2018-03-131-0/+4
* CVE-2018-1057: s4:dsdb/acl: add check for DSDB_CONTROL_PASSWORD_HASH_VALUES_O...Ralph Boehme2018-03-131-0/+20
* CVE-2018-1057: s4:dsdb/acl: check for internal controls before other checksRalph Boehme2018-03-131-14/+23
* CVE-2018-1057: s4:dsdb/acl: remove unused else branches in acl_check_password...Ralph Boehme2018-03-131-2/+12
* CVE-2018-1057: s4:dsdb/acl: only call dsdb_acl_debug() if we checked the acl ...Ralph Boehme2018-03-131-0/+8
* CVE-2018-1057: s4:dsdb/password_hash: add a helper variable for passwordAttr-...Ralph Boehme2018-03-131-6/+3
* CVE-2018-1057: s4:dsdb/password_hash: add a helper variable for LDB_FLAG_MOD_...Ralph Boehme2018-03-131-5/+9
* CVE-2018-1057: s4:dsdb/tests: add a test for password change with empty deleteRalph Boehme2018-03-131-0/+49
* s4:kdc: disable support for CROSS_ORGANIZATION domainsStefan Metzmacher2018-03-011-0/+9
* s4:kdc: only support LSA_TRUST_TYPE_UPLEVEL domains in samba_kdc_trust_messag...Stefan Metzmacher2018-03-011-0/+10