summaryrefslogtreecommitdiff
path: root/source3/librpc
AgeCommit message (Expand)AuthorFilesLines
2026-03-30s3/librpc/crypto: Don't keep growing in memory keytabNoel Power1-1/+17
2026-01-22s3:libads: Separate use of ads->config.flags for NBT_* and DS_* valuesPavel Filipenský1-1/+3
2026-01-07librpc: Directly initialize variablesVolker Lendecke1-3/+3
2025-08-22smbd: Fix a typoVolker Lendecke1-3/+3
2025-08-05smbd: Add session_global_id and tcon_global_id to smbXsrv_open_global0Ralph Boehme1-0/+2
2025-08-05smbd: add smbXsrv_tcon to smbXsrv_openRalph Boehme1-0/+1
2025-08-05smbd: add smbXsrv_session to smbXsrv_openRalph Boehme1-0/+1
2025-08-05smbd: add and use smbXsrv_open_replay_cache_key_bufRalph Boehme1-0/+6
2025-08-05smbd: make the replay cache record an index on the global open tableRalph Boehme1-3/+1
2025-08-05smbd: move create_action to smbXsrv_open_global0Ralph Boehme1-1/+1
2025-08-05smbd: simplify create-replayRalph Boehme1-2/+1
2025-08-05librpc:gse: Implement storing tickets into an emtpy ccacheAndreas Schneider1-0/+65
2025-04-18s3:smbd: store transport_type in smbXsrv_channel_global0Stefan Metzmacher1-0/+2
2025-04-09s3/locking: remove now unused private_options from share_mode_entryRalph Boehme1-1/+0
2025-04-09s3/locking: store NTCREATEX_FLAG_DENY_[DOS|FCB] as share_entry_flagsRalph Boehme1-1/+3
2025-04-09s3/locking: store NTCREATEX_FLAG_STREAM_BASEOPEN as share_entry_flagRalph Boehme1-1/+2
2025-04-09s3/librpc: open_files.idl: move flag definition into open_files.idlRalph Boehme1-1/+5
2025-03-27smbd: implement modern write time update logicRalph Boehme1-5/+0
2024-12-05gensec: add GENSEC_FEATURE_NO_DELEGATION flag to avoid GSS_C_DELEG[_POLICY]_FLAGStefan Metzmacher1-1/+4
2024-11-05s3/locking: remember parent_lease_key that set delete-on-closeRalph Boehme1-0/+1
2024-09-26s3:librpc/rpc: split out dcerpc_internal.h for struct pipe_auth_dataStefan Metzmacher3-12/+37
2024-09-26s3:rpc_client: header signing is negotiated per transport connectionStefan Metzmacher1-1/+0
2024-09-26s3:rpc_client: the transport_session_key is per connection!Stefan Metzmacher1-3/+0
2024-07-17s3:librpc: Fix a typo in DEBUG textPavel Filipenský1-2/+2
2024-06-24gse: Simplify gse_errstr() with talloc_asprintf_addbuf()Volker Lendecke1-13/+5
2024-06-24gse: Avoid explicit ZERO_STRUCT in gse_errstr()Volker Lendecke1-5/+2
2024-05-22s3:librpc: Use lp_dns_hostname() for creating the fqdnAndreas Schneider1-3/+7
2024-05-14s3:libads: finally remove unused ads_connect[_user_creds]() and related codeStefan Metzmacher1-7/+0
2024-05-14s3:libnet_join: pass down cli_credentials *admin_credentials to libnet_{Join,...Stefan Metzmacher1-11/+5
2024-05-14s3:libads: add ads_set_reconnect_fn() and only reconnect if we can get credsStefan Metzmacher1-0/+1
2024-05-14s3:libads: move ads->auth.time_offset to ads->config.time_offsetStefan Metzmacher1-1/+1
2024-05-14s3:libads: we only need to gensec_expire_time()...Stefan Metzmacher1-2/+1
2024-05-14s3:libads: remove unused ads->auth.renewableStefan Metzmacher1-1/+0
2024-05-14s3:libads: add ADS_AUTH_GENERATE_KRB5_CONFIG to generate a custom krb5.confStefan Metzmacher1-1/+2
2024-05-14s3:gse: get an explicit ccache_name from creds and kinit if requiredStefan Metzmacher1-1/+242
2024-05-14s3:gse: Pass down the mech to gse_context_init()Andreas Schneider1-7/+27
2024-05-14s3:gse: Implement gensec_gse_security_by_oid()Andreas Schneider2-2/+15
2024-05-14s3:gse: Use smb_gss_mech_import_cred() in gse_init_server()Andreas Schneider1-1/+2
2024-05-07s3:gse: don't call krb5_cc_resolve() as serverStefan Metzmacher1-15/+16
2024-05-07s3:gse: avoid prompting for a password that we don't use in the endStefan Metzmacher1-7/+0
2024-05-07s3:gse: make use of gensec_kerberos_possible()Stefan Metzmacher1-22/+18
2024-04-23smbdotconf: add client ldap sasl wrapping = {starttls,ldaps}Stefan Metzmacher1-1/+3
2024-04-23s3:libads: add tls_wrapping into openldapStefan Metzmacher1-0/+11
2024-04-23s3:libads: always require ber_sockbuf_add_io() and LDAP_OPT_SOCKBUFStefan Metzmacher1-4/+4
2024-04-23s3:libads: use the correct struct sockbuf_io_desc type for 'sbiod' pointerStefan Metzmacher1-1/+1
2024-04-23s3:libads: remove unused ADS_AUTH_SIMPLE_BIND codeStefan Metzmacher1-1/+0
2024-04-23s3:crypto/gse: implement channel binding supportStefan Metzmacher1-7/+88
2024-04-05s3:libads: avoid changing ADS->server.workgroupStefan Metzmacher1-0/+1
2024-03-20s3-librpc: merge two PIDL listsGünther Deschner1-8/+1
2024-03-12smbd: Fix a typoVolker Lendecke1-1/+1