summaryrefslogtreecommitdiffstats
path: root/librpc/ndr/libndr.h
Commit message (Expand)AuthorAgeFilesLines
* librpc/ndr: add ndr_syntax_id_[from|to]_string()Stefan Metzmacher2014-02-111-0/+2
* librpc/ndr: add ndr_pull_append/pop()Stefan Metzmacher2014-02-111-0/+2
* librpc/ndr: remember INCOMPLETE_BUFFER missing bytes in relative_highest_offsetStefan Metzmacher2014-02-111-0/+9
* librpc/ndr: add NDR_ERR_INCOMPLETE_BUFFER and LIBNDR_FLAG_INCOMPLETE_BUFFERStefan Metzmacher2014-02-111-1/+10
* librpc/ndr: add LIBNDR_FLAG_SUBCONTEXT_NO_UNREAD_BYTESStefan Metzmacher2014-01-071-0/+6
* librpc: Add NDR_PRINT_DEBUGC to ndr print to a debug classKai Blin2013-05-181-0/+3
* Fix bug #8373 - Can't join XP Pro workstations to 3.6.1 DC.Jeremy Allison2012-05-251-1/+7
* Move NS_GUID_string and NS_GUID_from_string to dsdb-common.Jelmer Vernooij2012-03-201-2/+0
* libndr: Define trivial is_valid_policy_hnd as macro.Jelmer Vernooij2012-03-201-1/+1
* libndr: Rename policy_handle_empty to ndr_policy_handle_empty.Jelmer Vernooij2012-03-201-1/+1
* libndr: Rename policy_handle_equal to ndr_policy_handle_equal.Jelmer Vernooij2012-03-201-1/+1
* libndr: Rename ndr64_transfer_syntax and null_ndr_syntax_id so they have a nd...Jelmer Vernooij2012-03-201-3/+3
* libndr: Add ndr_map_error2errnoVolker Lendecke2012-02-131-0/+1
* ndr: add ndr_pull_charset_to_null()David Disseldorp2012-01-131-0/+1
* librpc: Add support for struct timevalVolker Lendecke2011-12-021-0/+10
* librpc: Add support for struct timespecVolker Lendecke2011-12-021-0/+10
* build: avoid util.h as a public header name due to conflict with MacOSAndrew Bartlett2011-09-231-1/+1
* libndr: moved the NDR_* flags to have less overlapAndrew Tridgell2011-09-081-8/+36
* librpc/ndr remove _SAMBA_BUILD_ conditionalsAndrew Bartlett2011-07-061-2/+0
* librpc/ndr: add new LIBNDR_FLAG_STR_RAW8 for ndr_pull_stringSean Finney2011-06-011-0/+1
* librpc/ndr Merge ndr_print_sockaddr_storage() into common codeAndrew Bartlett2011-05-181-0/+3
* librpc/ndr: add ndr_push_pipe_chunk_trailer() and ndr_check_pipe_chunk_trailer()Stefan Metzmacher2011-03-101-0/+2
* librpc/ndr: add ndr_interface_call_pipeStefan Metzmacher2011-03-101-0/+16
* pidl Add support for uid_t and gid_t typesAndrew Bartlett2011-03-011-0/+2
* libndr: remove prototype for nonexisting function ndr_print_ipv4_addr().Günther Deschner2011-02-171-1/+0
* libndr: apply some const and make is_valid_policy_hnd a callback to policy_ha...Günther Deschner2011-02-081-1/+1
* libndr: share some uuid helpers.Günther Deschner2011-02-081-0/+3
* ndr: merge ndr_map_error2string and ndr_errstr.Günther Deschner2011-02-081-0/+1
* ndr: move null_ndr_syntax_id to the common libndr location.Günther Deschner2011-02-081-0/+1
* libndr: move ndr_print_bool to ndr_basic.cGünther Deschner2011-01-251-0/+2
* librpc Make ndrdump use printf() rather than having to mess with DEBUG()Andrew Bartlett2010-10-271-0/+1
* ndr dns: Add simple parserKai Blin2010-10-231-0/+1
* Revert "libndr: fix "excess elements in struct initializer" warning."Günther Deschner2010-10-051-1/+0
* libndr: fix "excess elements in struct initializer" warning.Günther Deschner2010-10-051-0/+1
* ndr: Implement push function for IPv6 addressesKai Blin2010-10-041-0/+1
* ndr: Add support for pulling/printing an ipv6address typeKai Blin2010-10-041-0/+1
* librpc/ndr: remove 'async' from ndr_interface_callStefan Metzmacher2010-09-281-1/+0
* pidl: prevent ndr_print_*() dying on NULL pointersAndrew Tridgell2010-09-161-0/+1
* ndr: allow ndr_print to print DATA_BLOBAndrew Tridgell2010-08-141-0/+1
* libndr: add support for relative_rap_convert.Günther Deschner2010-05-271-0/+1
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-15/+10
* libndr: implement LIBNDR_RELATIVE_REVERSE handlingStefan Metzmacher2010-02-181-0/+1
* libndr: store a subcontext buffer size in ndr_push_subcontext_start.Günther Deschner2010-02-181-0/+1
* libndr: add LIBNDR_FLAG_NO_RELATIVE_REVERSE so that relative reverse processingGünther Deschner2010-02-181-0/+3
* libndr: add LIBNDR_FLAG_RELATIVE_REVERSE flag.Günther Deschner2010-02-181-0/+2
* librpc/ndr: make ndr_push_relative_ptr2() staticStefan Metzmacher2010-02-181-1/+0
* libndr: add ndr_push_relative_ptr2_start and ndr_push_relative_ptr2_end.Günther Deschner2010-02-181-0/+2
* librpc/ndr: avoid comparison_fn_t to fix the openchange build on solarisBrian Lu2009-12-141-1/+1
* librpc/ndr: add missing prototypes for relative_short functionsStefan Metzmacher2009-12-141-0/+3
* libndr: added a GUID_to_ndr_blob() helper functionAndrew Tridgell2009-12-101-0/+1