summaryrefslogtreecommitdiff
path: root/librpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* frstrans.idl: add idl for RawGetFileDataAsync() and RdcGetFileDataAsync()Stefan Metzmacher2011-03-101-2/+10
* librpc/tools/ndrdump: add support for dcerpc 'pipe' elements in functionsStefan Metzmacher2011-03-101-5/+73
* librpc/ndr: add ndr_push_pipe_chunk_trailer() and ndr_check_pipe_chunk_trailer()Stefan Metzmacher2011-03-102-0/+36
* librpc/ndr: add ndr_interface_call_pipeStefan Metzmacher2011-03-101-0/+16
* librpc/ndr use hyper for uid_t/gid_t rather than udlongAndrew Bartlett2011-03-091-4/+4
* s3-rpc_client: Added DCERPC_AUTH_TYPE_NCALRPC bind.Andreas Schneider2011-03-081-1/+2
* librpc/idl: remove unused string defines from idl_types.hStefan Metzmacher2011-03-021-23/+0
* librpc/rpc: let ndr_pull_spoolss_EnumPrinterDataEx() use a subcontextStefan Metzmacher2011-03-021-1/+4
* rap: add rap_NetSessionEnum to IDL.Günther Deschner2011-03-021-0/+30
* librpc/ndr: handle NOALIGN flag for relative pointers and alignment DATA_BLOBsStefan Metzmacher2011-03-012-5/+14
* librpc/idl Add helper structures for use by samba3 in auth_session_infoAndrew Bartlett2011-03-012-0/+23
* pidl Add support for uid_t and gid_t typesAndrew Bartlett2011-03-012-0/+62
* spoolss.idl: align spoolss_DriverFileInfo relative pointer to 4 byteStefan Metzmacher2011-03-011-1/+1