summaryrefslogtreecommitdiff
path: root/librpc
Commit message (Expand)AuthorAgeFilesLines
* librpc/ndr: let ndr_push_string() let s_len == 0 result in d_len = 0Stefan Metzmacher2022-01-301-1/+4
* ndrdump: make use of dump_data_file_diff() in order to show differencesStefan Metzmacher2022-01-301-0/+10
* dcesrv_core: wrap gensec_*() calls in [un]become_root() callsStefan Metzmacher2022-01-303-0/+25
* netlogon.idl: Add FAST support bitsJoseph Sutton2022-01-191-0/+3
* netlogon.idl: Add flags for indicating directory service versionsJoseph Sutton2021-12-241-4/+16
* dcesrv_core: Remove unused dcesrv_reinit_context()Volker Lendecke2021-12-102-30/+0
* idl: Define messages sent between samba-dcerpcd and rpcd'sVolker Lendecke2021-12-101-0/+4
* dcesrv_core: Add dcesrv_loop_next_packet()Volker Lendecke2021-12-102-0/+27
* backupkey.idl: Don't listen on \\pipe\ntsvcsVolker Lendecke2021-12-101-1/+1
* dcesrv_core: Add dcesrv_context_set_callbacks()Volker Lendecke2021-12-102-0/+23
* librpc: Add named_pipe_auth_req_info5->transportVolker Lendecke2021-12-101-0/+1
* named_pipe_auth.idl: Add "need_idle_server"Volker Lendecke2021-12-101-0/+1
* named_pipe_auth: Bump info4 to info5Volker Lendecke2021-12-101-4/+4
* CVE-2021-23192: dcesrv_core: only the first fragment specifies the auth_contextsStefan Metzmacher2021-11-094-26/+108
* CVE-2021-23192: dcesrv_core: add dcesrv_fault_disconnect0() that skips DCERPC...Stefan Metzmacher2021-11-091-31/+16
* CVE-2021-23192: dcesrv_core: add better debugging to dcesrv_fault_disconnect()Stefan Metzmacher2021-11-091-5/+24
* CVE-2020-25719 krb5pac.idl: Add PAC_REQUESTER_SID PAC buffer typeJoseph Sutton2021-11-091-1/+7
* CVE-2020-25719 krb5pac.idl: Add PAC_ATTRIBUTES_INFO PAC buffer typeJoseph Sutton2021-11-091-1/+13
* CVE-2020-25721 krb5pac: Add new buffers for samAccountName and objectSIDAndrew Bartlett2021-11-092-4/+18
* tests/krb5: Check buffer types in PAC with STRICT_CHECKING=1Joseph Sutton2021-10-141-0/+3
* idl: declare token array of storage_offload_token as in-lineRalph Boehme2021-10-081-1/+1
* netlogon: Move netlogon_server_pipe_state to netlogon.idlVolker Lendecke2021-10-081-0/+6
* librpc: Use talloc_asprintf_addbuf() in dcerpc_binding_string()Volker Lendecke2021-10-081-71/+18
* rpc_server3: Avoid a literal number available as a constantVolker Lendecke2021-10-081-1/+1
* smbd: Make SID_SAMBA_SMB3 a static SIDVolker Lendecke2021-10-082-9/+1
* rpc_server: Simplify dcesrv_handle_lookup()Volker Lendecke2021-09-241-19/+27
* rpc_server: Move a type check in dcesrv_handle_lookup()Volker Lendecke2021-09-241-6/+9
* librpc:core: Add a function to register an interface passing the binding handleSamuel Cabrero2021-09-212-26/+59
* security.idl: Add well-known SIDs for FASTJoseph Sutton2021-09-131-0/+3
* krb5pac.idl: Add ticket checksum PAC buffer typeJoseph Sutton2021-09-131-1/+3
* librpc: Simplify GUID_hexstring()Volker Lendecke2021-08-241-14/+6
* librpc: Simplify GUID_string2() by using GUID_buf_string()Volker Lendecke2021-08-241-3/+3
* librpc: Simplify GUID_zero() with a direct struct returnVolker Lendecke2021-08-241-5/+1
* s3:winbind: Get rid of the winbind dc-connect childIsaac Boukris2021-07-141-2/+1
* librpc: make sure the 4 byte _pad in ODJ_WIN7BLOB is never 0Günther Deschner2021-07-141-0/+9
* librpc: more work on ODJ IDLGünther Deschner2021-07-141-4/+60
* librpc: add custom odj_switch_level_from_guid()Günther Deschner2021-07-144-1/+95
* librpc: compile ODJ idlGünther Deschner2021-07-142-0/+6
* librpc: add "Offline Domain Join" (ODJ) IDLGünther Deschner2021-07-141-0/+196
* librpc/ndr: do not print strings when NDR_SECRET is usedGünther Deschner2021-07-141-0/+4
* witness.idl: fix length calculation for witness_IPaddrInfoListStefan Metzmacher2021-07-081-3/+3
* librpc:tools: Migrate ndrdump to new cmdline option parserAndreas Schneider2021-06-202-10/+29
* librpc:tools: Remove '-l' which conflicts with '-l|--log-basename'Andreas Schneider2021-06-201-1/+1
* librpc: Make sure num_protocols is initializedAndreas Schneider2021-06-101-1/+1
* pidl: Avoid leaving array_size NDR tokens aroundAndrew Bartlett2021-06-025-6/+36
* pidl: Avoid leaving array_length NDR tokens aroundAndrew Bartlett2021-06-023-4/+16
* librpc: Use helper function ndr_get_array_size() in ndr_check_array_size()Andrew Bartlett2021-06-021-1/+1
* librpc: Add const to cookie pointer in ndr_check_array_{size,length}Andrew Bartlett2021-06-023-6/+6
* libndr: Return error code from ndr_token_peek()Andrew Bartlett2021-06-024-28/+23
* selftest: Add test of NDR marshalling from python, starting with wbintAndrew Bartlett2021-06-024-1/+304