summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | build: fix libceph-common detectionGünther Deschner2018-03-131-2/+4
* | VERSION: Disable GIT_SNAPSHOT for the 4.6.14 release.Karolin Seeger2018-03-131-1/+1
* | WHATSNEW: Add release notes for Samba 4.6.14.Karolin Seeger2018-03-131-2/+78
* | 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/+12
* | 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-132-3/+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-132-0/+51
* | CVE-2018-1050: s3: RPC: spoolss server. Protect against null pointer derefs.Jeremy Allison2018-03-131-0/+13
* | s3:smbd: Do not crash if we fail to init the session tableAndreas Schneider2018-03-091-3/+20
* | libsmb: Use smb2 tcon if conn_protocol >= SMB2_02Dan Robertson2018-03-081-1/+1
* | torture: Add test for channel sequence number handlingVolker Lendecke2018-03-081-0/+97
* | smbXcli: Add "force_channel_sequence"Volker Lendecke2018-03-082-1/+18
* | smbd: Fix channel sequence number checks for long-running requestsVolker Lendecke2018-03-083-2/+17
* | smbd: Remove a "!" from an if-condition for easier readabilityVolker Lendecke2018-03-081-5/+5
* | torture4: Fix typosVolker Lendecke2018-03-081-10/+10
* | smbd: Fix a typoVolker Lendecke2018-03-081-1/+1
* | s3:smb2_server: allow logoff, close, unlock, cancel and echo on expired sessionsStefan Metzmacher2018-03-083-1/+36
* | s3:smbd: return the correct error for cancelled SMB2 notifies on expired sess...Stefan Metzmacher2018-03-081-4/+13
* | s4:torture: add smb2.session.expire2 testStefan Metzmacher2018-03-083-2/+368
* | Revert "HEIMDAL:kdc: fix memory leak when decryption AuthorizationData"Karolin Seeger2018-02-211-2/+0
* | Revert "HEIMDAL:kdc: decrypt b->enc_authorization_data in tgs_build_reply()"Karolin Seeger2018-02-211-56/+59
* | Revert "HEIMDAL:kdc: if we don't have an authenticator subkey for S4U2Proxy w...Karolin Seeger2018-02-211-4/+0
* | Revert "s4:kdc: fix the principal names in samba_kdc_update_delegation_info_b...Karolin Seeger2018-02-211-3/+3
* | Revert "HEIMDAL:kdc: let _kdc_encode_reply() use the encryption type based on...Karolin Seeger2018-02-212-3/+4
* | Revert "HEIMDAL:hdb: export a hdb_enctype_supported() helper function"Karolin Seeger2018-02-214-39/+10
* | Revert "s4:kdc: use the strongest possible tgs session key"Karolin Seeger2018-02-211-5/+1
* | Revert "TODO s4:kdc: msDS-SupportedEncryptionTypes only on computers"Karolin Seeger2018-02-211-9/+1
* | Revert "TODO s4:kdc: indicate support for new encryption types by adding empt...Karolin Seeger2018-02-211-60/+3
* | Revert "HEIMDAL:kdc: use the correct authtime from addtitional ticket for S4U...Karolin Seeger2018-02-211-5/+2
* | samba: Only use async signal-safe functions in signal handlerVolker Lendecke2018-02-201-3/+1
* | subnet: Avoid a segfault when renaming subnet objectsGarming Sam2018-02-203-4/+82
* | HEIMDAL:kdc: use the correct authtime from addtitional ticket for S4U2Proxy t...Stefan Metzmacher2018-02-201-2/+5
* | TODO s4:kdc: indicate support for new encryption types by adding empty keysStefan Metzmacher2018-02-201-3/+60
* | TODO s4:kdc: msDS-SupportedEncryptionTypes only on computersStefan Metzmacher2018-02-201-1/+9
* | s4:kdc: use the strongest possible tgs session keyStefan Metzmacher2018-02-201-1/+5
* | HEIMDAL:hdb: export a hdb_enctype_supported() helper functionStefan Metzmacher2018-02-204-10/+39
* | HEIMDAL:kdc: let _kdc_encode_reply() use the encryption type based on the ser...Stefan Metzmacher2018-02-202-4/+3
* | s4:kdc: fix the principal names in samba_kdc_update_delegation_info_blobStefan Metzmacher2018-02-201-3/+3
* | HEIMDAL:kdc: if we don't have an authenticator subkey for S4U2Proxy we need t...Stefan Metzmacher2018-02-201-0/+4
* | HEIMDAL:kdc: decrypt b->enc_authorization_data in tgs_build_reply()Stefan Metzmacher2018-02-201-59/+56
* | HEIMDAL:kdc: fix memory leak when decryption AuthorizationDataStefan Metzmacher2018-02-201-0/+2