summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2024-05-16s4:dsdb: Remove trailing whitespaceJo Sutton1-20/+20
2024-05-07s4:dsdb:mod: repl_md: message sort uses NUMERIC_CMP()Douglas Bagnall1-4/+1
2024-05-07s4:rpc_srv:getncchanges: USN sort uses qsort() instead of ldb_qsort()Douglas Bagnall1-6/+4
2024-05-07s4:rpc_srv:getncchanges: 4.5 anc emulation uses qsort(), not ldb_qsort()Douglas Bagnall1-6/+4
2024-05-07s4:dsdb:mod: repl_md: make message_sort transitiveDouglas Bagnall1-3/+11
2024-05-07s4:dsdb:util_trusts: simplify the NULL case in dns_cmpDouglas Bagnall1-5/+11
2024-05-07s4:dsdb:util_trusts: describe dns_cmp return valuesDouglas Bagnall1-0/+16
2024-05-07s4:gensec_gssapi: make use of gensec_kerberos_possible()Stefan Metzmacher1-29/+13
2024-05-03s4:dsdb: Fix stack use after scope in gkdi_create_root_key()Andreas Schneider1-1/+1
2024-04-24s4:kdc: Add helper variable indicating whether we think we are performing a k...Jo Sutton1-1/+2
2024-04-24s4:kdc: Pass ldb context into samba_kdc_message2entry_keys()Jo Sutton4-2/+13
2024-04-24python: Move get_admin_sid() to SamDBJo Sutton1-10/+3
2024-04-24s4:auth: Export AES128 gMSA keys along with AES256 keys by defaultJo Sutton1-1/+1
2024-04-23s4:selftest: remove useless 'client use spnego principal' testsStefan Metzmacher1-2/+0
2024-04-23s4:selftest: also test samba4.ldb.simple.ldap with starttls and SASL-BINDStefan Metzmacher1-0/+3
2024-04-23s4:libcli/ldap: add support for ADS_AUTH_SASL_{STARTTLS,LDAPS}Stefan Metzmacher2-4/+89
2024-04-23s4:lib/tls: add tstream_tls_sync_setup()Stefan Metzmacher2-0/+195
2024-04-23s3:libads: always require ber_sockbuf_add_io() and LDAP_OPT_SOCKBUFStefan Metzmacher2-2/+2
2024-04-23s4:lib/tls: add support for gnutls_certificate_set_x509_{system_trust,trust_d...Stefan Metzmacher3-5/+62
2024-04-23s4:ldap_server: remove unused include of gensec_internal.hStefan Metzmacher1-1/+0
2024-04-23s4:selftest: also test samba4.ldb.simple.ldap*SASL-BIND with ldap_testing:{ch...Stefan Metzmacher1-3/+28
2024-04-23s4:libcli/ldap: add tls channel binding support for ldap_bind_sasl()Stefan Metzmacher1-0/+53
2024-04-23s4:ldap_server: add support for tls channel bindingsStefan Metzmacher2-8/+65
2024-04-23s4:gensec_gssapi: implement channel binding supportStefan Metzmacher2-2/+76
2024-04-23s4:lib/tls: add tstream_tls_channel_bindings()Stefan Metzmacher2-0/+68
2024-04-23s4:libcli/ldap: make use of tstream_tls_params_client_lpcfg()Stefan Metzmacher1-12/+4
2024-04-23s4:librpc/rpc: make use of tstream_tls_params_client_lpcfg()Stefan Metzmacher1-14/+6
2024-04-23s4:lib/tls: add tstream_tls_params_client_lpcfg()Stefan Metzmacher2-0/+52
2024-04-23s4:lib/tls: split out tstream_tls_verify_peer() helperStefan Metzmacher1-66/+81
2024-04-23s4:lib/tls: include a TLS server name indication in the client handshakeStefan Metzmacher1-0/+22
2024-04-23s4:lib/tls: we no longer need ifdef GNUTLS_NO_TICKETSStefan Metzmacher1-2/+0
2024-04-23s4:lib/tls: split out tstream_tls_prepare_gnutls()Stefan Metzmacher2-128/+106
2024-04-23s4:lib/tls: assert that event contexts are not mixedStefan Metzmacher1-0/+18
2024-04-23s3:lib/tls: we need to call tstream_tls_retry_handshake/disconnect() until al...Stefan Metzmacher1-0/+25
2024-04-23s4:lib/tls: remove tstream_tls_push_trigger_write stepStefan Metzmacher1-56/+5
2024-04-23s4:libcli/ldap: force GSS-SPNEGO in ldap_bind_sasl()Stefan Metzmacher1-50/+7
2024-04-23s4:libcli/ldap: fix no memory error code in ldap_bind_sasl()Stefan Metzmacher1-1/+4
2024-04-23s4:libcli/ldap: ldap4_new_connection() requires a valid lp_ctxStefan Metzmacher1-0/+4
2024-04-23Fix a few "might be uninitialized" errorsVolker Lendecke2-2/+2
2024-04-23s4:dsdb: fix spelling in commentDouglas Bagnall1-1/+1
2024-04-23s4:rpcsrv:samr: improve a comment in compare_msgRidDouglas Bagnall1-2/+3
2024-04-23s4:rpcsrv:dnsserver: make dns_name_compare transitive with NULLsDouglas Bagnall1-1/+15
2024-04-23dsdb:schema: use NUMERIC_CMP in place of uint32_cmpDouglas Bagnall1-10/+4
2024-04-21s4:ldap_server: Update gMSA keys when DSDB_CONTROL_GMSA_UPDATE_OID control is...Jo Sutton1-0/+44
2024-04-21s4:dsdb:tests: Make use of ‘ldb’ parameterJo Sutton1-2/+2
2024-04-21s4:dsdb: Make use of DSDB_SEARCH_UPDATE_MANAGED_PASSWORDS search flagJo Sutton6-56/+100
2024-04-21s4:dsdb: Implement DSDB_SEARCH_UPDATE_MANAGED_PASSWORDS search flagJo Sutton1-52/+97
2024-04-21s4:kdc: Correctly extract older NT hashJo Sutton1-1/+1
2024-04-21s4:kdc: Remove unnecessary castJo Sutton1-2/+1
2024-04-21s4:kdc: Fix grammarJo Sutton1-1/+1