summaryrefslogtreecommitdiff
path: root/librpc
Commit message (Expand)AuthorAgeFilesLines
* krb5pac.idl: add PAC_CONSTRAINED_DELEGATION (S4U_DELEGATION_INFO)Stefan Metzmacher2011-06-281-1/+13
* lib/util/charset: Remove 'display charset'Andrew Bartlett2011-06-231-1/+0
* libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbolAndrew Bartlett2011-06-202-3/+3
* librpc: fix buildwarning in NDR_WMI.Günther Deschner2011-06-152-0/+25
* librpc/ndr/ndr_table.h: fix licence/copyrightGünther Deschner2011-06-101-0/+22
* librpc/ndr/ndr_spoolss_buf.h: fix licence/copyrightGünther Deschner2011-06-101-0/+23
* librpc/ndr/ndr_dns.h: fix licence/copyrightGünther Deschner2011-06-101-0/+25
* librpc/ndr/ndr_compression.h: fix licence/copyrightGünther Deschner2011-06-101-0/+22
* librpc/ndr/ndr_backupkey.h: fix licence/copyrightGünther Deschner2011-06-101-0/+21
* server_id.idl: change unique_id to hyperStefan Metzmacher2011-06-091-1/+1
* lib/util Bring procid_str() into lib/util as server_id_string()Andrew Bartlett2011-06-091-0/+7
* librpc/idr Use the Samba3 notify.idl in common.Andrew Bartlett2011-06-093-1/+92
* server_id.idl: Bring server_id.idl in commonAndrew Bartlett2011-06-093-1/+34
* Fix type mixing warnings.Jeremy Allison2011-06-011-2/+2
* librpc/ndr: Use converted_size to determine if NULL termination was sentAndrew Bartlett2011-06-011-4/+10
* librpc/ndr: add new LIBNDR_FLAG_STR_RAW8 for ndr_pull_stringSean Finney2011-06-013-8/+45
* librpc/ndr: consolidate string conversion logic in ndr_pull_stringSean Finney2011-06-011-171/+44
* librpc/ndr Merge ndr_print_sockaddr_storage() into common codeAndrew Bartlett2011-05-183-1/+35
* build: Expand dcerpc-samba grouping libraryAndrew Bartlett2011-05-181-42/+45
* s4-dfs: fix bugs in idl and adapt code accordinglyMatthieu Patou2011-05-171-15/+2
* s3-printing: Get the location info from cups.Günther Deschner2011-05-161-0/+1
* s3-rap: add rap_NetRemoteTOD to IDL.Günther Deschner2011-05-161-0/+22
* build: Move NDR_DSSETUP and NDR_SPOOLSS into ndr-standardAndrew Bartlett2011-05-131-1/+1
* s3: Add wbint_LookupSidsVolker Lendecke2011-04-131-3/+3
* lsa: use lsa_TrustedAccessMask in some more places in the lsa IDL.Günther Deschner2011-04-071-3/+3
* lib: make asn1_util a private libraryAndrew Tridgell2011-04-061-1/+1
* auth: Move auth_session_info into IDLAndrew Bartlett2011-04-054-2/+94
* librpc/idl Add [nopython] to krb5pac ndrdump functionsAndrew Bartlett2011-04-051-5/+5
* Fix convert_string() to take a *converted_size arg. and return a bool.Jeremy Allison2011-03-301-6/+6
* This doesn't look like it has anything to do with character set conversion, b...Jeremy Allison2011-03-301-7/+10
* Ensure convert_string_XXX is always called with a valid converted_size pointer.Jeremy Allison2011-03-291-1/+2
* librpc: Add some error checking to dcerpc_floor_pack_rhs_if_version_dataVolker Lendecke2011-03-271-1/+5
* librpc: Fix Coverity ID 2198: NULL_RETURNSVolker Lendecke2011-03-271-3/+14
* librpc: Return an error if we a broken floor.Andreas Schneider2011-03-241-4/+9
* cleanup: fix some trailing spacesSimo Sorce2011-03-241-4/+4
* librpc: Added a dcerpc_binding_dup() function.Andreas Schneider2011-03-242-0/+82
* charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell2011-03-242-11/+11
* librpc: bring more librpc prototypes in common.Günther Deschner2011-03-231-0/+12
* ndrdump - make "in_pipes" and "out_pipes" constMatthias Dieter Wallnöfer2011-03-231-2/+2
* idmap.idl: Fix whitespaceVolker Lendecke2011-03-211-1/+1
* rap: add rap_NetSessionGetInfo to IDL.Günther Deschner2011-03-181-0/+11
* rap: add rap_NetUserDelete IDL.Günther Deschner2011-03-181-0/+7
* rap: add rap_NetUserAdd IDL.Günther Deschner2011-03-181-0/+11
* idl: define printcap IPC message formatDavid Disseldorp2011-03-163-1/+24
* rpc: make ndr/ndr_svcctl.h publicAndrew Tridgell2011-03-151-2/+2
* librpc/rpc: move DCERPC_ flags to rpc_common.hStefan Metzmacher2011-03-131-0/+54
* librpc/rpc: add dcerpc_binding_handle_raw_call()Stefan Metzmacher2011-03-132-0/+70
* librpc/rpc: move struct dcerpc_binding to rpc_common.hStefan Metzmacher2011-03-131-0/+14
* librpc/rpc: move enum dcerpc_transport_t to rpc_common.hStefan Metzmacher2011-03-131-0/+6
* librpc/rpc: move dcerpc_binding_handle stuff to rpc_common.hStefan Metzmacher2011-03-111-2/+101