| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-01-27 | s3:rpc_client: Fix memory leak opening local named pipe | Samuel Cabrero | 1 | -1/+1 |
| 2026-01-13 | lib/async_req: let async_connect_send() pass the fd to {before,after}_connect... | Stefan Metzmacher | 1 | -4/+4 |
| 2025-12-08 | auth: Use new data_blob_..._s() functions and remove talloc_keep_secret() | Pavel Filipenský | 1 | -2/+1 |
| 2025-11-10 | s3: Replace a few calls to TALLOC() with talloc_array() | Volker Lendecke | 2 | -3/+3 |
| 2025-06-16 | libsmb: Remove "source3/libsmb/libsmb.h" | Volker Lendecke | 3 | -3/+2 |
| 2025-02-17 | s3:rpc_client: Use cli_rpc_pipe_reopen_np_noauth() for OpenPolicy fallback | Stefan Metzmacher | 2 | -3/+16 |
| 2025-02-17 | s3:rpc_client: Add cli_rpc_pipe_reopen_np_noauth() | Stefan Metzmacher | 2 | -0/+90 |
| 2025-01-29 | s3:rpc_client: make use of CHECK_DEBUGLVLC(DBGC_RPC_PARSE, ...) rpccli_bh_do_... | Stefan Metzmacher | 1 | -1/+1 |
| 2025-01-13 | s3:cli_netlogon: prepare for netr_ServerAuthenticateKerberos() | Stefan Metzmacher | 2 | -1/+94 |
| 2025-01-13 | s3:cli_netlogon: use GENSEC_FEATURE_NO_DELEGATION for trust credentials | Stefan Metzmacher | 1 | -0/+5 |
| 2024-12-05 | s3:cli_pipe: pass target_service to cli_rpc_pipe_open_with_creds() | Stefan Metzmacher | 2 | -6/+13 |
| 2024-12-05 | s3:rpc_client: remember the local/remote ipv4 or ipv6 addresses | Stefan Metzmacher | 1 | -6/+56 |
| 2024-10-31 | s3:cli_netlogon: don't change remote_name in rpccli_setup_netlogon_creds_lock... | Stefan Metzmacher | 1 | -6/+0 |
| 2024-10-30 | s3:cli_netlogon: let rpccli_connect_netlogon() use force_reauth = true on retry | Stefan Metzmacher | 1 | -0/+1 |
| 2024-09-29 | s3:rpc_client: pass remote_{name,sockaddr} to rpccli_setup_netlogon_creds[_lo... | Stefan Metzmacher | 3 | -6/+14 |
| 2024-09-29 | s3:rpc_client: add missing TALLOC_FREE(frame) in cli_rpc_pipe_open() | Stefan Metzmacher | 1 | -0/+1 |
| 2024-09-26 | s3:rpc_client: let cli_rpc_pipe_open_schannel() use rpccli_connect_netlogon()... | Stefan Metzmacher | 1 | -0/+17 |
| 2024-09-26 | s3:rpc_client: pass remote_{name,sockaddr} to rpccli_connect_netlogon() | Stefan Metzmacher | 2 | -5/+4 |
| 2024-09-26 | s3:rpc_client: let rpccli_connect_netlogon() reuse the existing connection | Stefan Metzmacher | 1 | -21/+21 |
| 2024-09-26 | s3:rpc_client: allow rpccli_setup_netlogon_creds_locked() to return netlogon_... | Stefan Metzmacher | 1 | -5/+22 |
| 2024-09-26 | s3:rpc_client: make rpccli_setup_netlogon_creds_locked() static | Stefan Metzmacher | 2 | -8/+1 |
| 2024-09-26 | s3:rpc_client: split out cli_rpc_pipe_client_auth_schannel() | Stefan Metzmacher | 2 | -27/+49 |
| 2024-09-26 | s3:rpc_client: add cli_rpc_pipe_client_prepare_alter() helper | Stefan Metzmacher | 2 | -0/+86 |
| 2024-09-26 | s3:rpc_client: make real use of rpc_client_{association,connection} | Stefan Metzmacher | 2 | -118/+331 |
| 2024-09-26 | s3:rpc_client: let cli_rpc_pipe_open() use rpc_client_connection_np() | Stefan Metzmacher | 2 | -31/+35 |
| 2024-09-26 | s3:rpc_client: convert rpc_pipe_open_np() to rpc_client_{association,connection} | Stefan Metzmacher | 1 | -81/+129 |
| 2024-09-26 | s3:rpc_client: convert rpc_pipe_open_tcp_port() to rpc_client_{association,co... | Stefan Metzmacher | 1 | -102/+179 |
| 2024-09-26 | s3:rpc_client: convert rpc_pipe_open_local_np() to rpc_client_{association,co... | Stefan Metzmacher | 1 | -38/+63 |
| 2024-09-26 | s3:rpc_client: convert rpc_pipe_open_ncalrpc() to rpc_client_{association,con... | Stefan Metzmacher | 1 | -44/+53 |
| 2024-09-26 | s3:rpc_client: add struct rpc_client_{association,connection} and helpers | Stefan Metzmacher | 2 | -2/+160 |
| 2024-09-26 | s3:rpc_client: only pass the pipe_name to rpc_transport_np_init_send() | Stefan Metzmacher | 4 | -8/+13 |
| 2024-09-26 | s3:rpc_client: make most of rpc_pipe_client internal struct members | Stefan Metzmacher | 2 | -5/+20 |
| 2024-09-26 | s3:librpc/rpc: split out dcerpc_internal.h for struct pipe_auth_data | Stefan Metzmacher | 1 | -0/+1 |
| 2024-09-26 | s3:rpc_client: remove references to rpc_pipe_client from wsp_cli.c | Stefan Metzmacher | 1 | -26/+45 |
| 2024-09-26 | s3:rpc_client: remember rpc_pipe_client->print_username | Stefan Metzmacher | 3 | -4/+12 |
| 2024-09-26 | s3:rpc_client: implement rpccli_bh_get_binding() | Stefan Metzmacher | 1 | -2/+42 |
| 2024-09-26 | s3:rpc_client: header signing is negotiated per transport connection | Stefan Metzmacher | 2 | -23/+15 |
| 2024-09-26 | s3:rpc_client: make use of struct samba_sockaddr in rpc_pipe_open_ncalrpc() | Stefan Metzmacher | 1 | -7/+13 |
| 2024-09-26 | s3:rpc_client: the transport_session_key is per connection! | Stefan Metzmacher | 2 | -12/+6 |
| 2024-09-26 | s3:rpc_client: remove unused cli_get_session_key() | Stefan Metzmacher | 2 | -53/+0 |
| 2024-09-26 | s3:rpc_client: add rpccli_bh_auth_session_key() | Stefan Metzmacher | 1 | -0/+39 |
| 2024-09-26 | s3:rpc_client: add rpccli_bh_transport_session_key() | Stefan Metzmacher | 1 | -0/+35 |
| 2024-07-26 | s3/rpc_client: fix handling of NT_STATUS_SOME_NOT_MAPPED | Ralph Boehme | 1 | -4/+15 |
| 2024-06-30 | s3:rpc_client: Initialize struct security_ace | Andreas Schneider | 1 | -1/+1 |
| 2024-06-28 | s3:rpc_client: Check for array size instead of UINT16_MAX | Andreas Schneider | 1 | -1/+3 |
| 2024-04-23 | s3:rpc_client: implement bind time feature negotiation | Stefan Metzmacher | 2 | -7/+37 |
| 2024-04-23 | s3:rpc_client: require DCERPC_BIND_ACK_RESULT_ACCEPTANCE for the negotiated p... | Stefan Metzmacher | 1 | -3/+4 |
| 2024-04-23 | s3:rpc_client: pass struct rpc_pipe_client to check_bind_response() | Stefan Metzmacher | 1 | -2/+3 |
| 2024-04-09 | s3:rpc_client: Implement rpc_lsa_encrypt_trustdom_info_aes() | Andreas Schneider | 2 | -0/+185 |
| 2024-04-09 | s3:rpc_client: Implement rpc_lsa_encrypt_trustdom_info() | Andreas Schneider | 2 | -1/+170 |