summaryrefslogtreecommitdiff
path: root/librpc/ndr/libndr.h
Commit message (Expand)AuthorAgeFilesLines
* librpc/ndr: add new MSZIP compression type for cabinet filesGünther Deschner2017-07-191-0/+1
* librpc/ndr: add new ndr_compression_stateAurelien Aptel2017-07-191-0/+6
* librpc/ndr: add LIBNDR_FLAG_IS_SECRET handlingStefan Metzmacher2017-06-271-0/+10
* librpc/ndr: align the definition of LIBNDR_STRING_FLAGS with currently define...Stefan Metzmacher2017-06-271-1/+13
* ndr: Use resizing array instead of linked lists (breaking ABI)Douglas Bagnall2017-03-021-25/+27
* ndr: fix whitespace in libndr.h, ndr.cDouglas Bagnall2017-03-021-10/+10
* librpc/ndr: add ndr_push_charset_to_null and increase library version (abi ch...Günther Deschner2017-01-241-0/+1
* librpc: Add ndr_push_struct_into_fixed_blob() and use it in GUID_to_ndr_blob()Andrew Bartlett2016-07-281-1/+5
* librpc/ndr: add flag LIBNDR_FLAG_NO_COMPRESSIONRalph Boehme2016-06-161-0/+3
* libndr: Add ndr_pull_struct_blob_all_noallocAndrew Bartlett2016-05-031-0/+2
* librpc ndr: add ndr_pull_steal_switch_value()Douglas Bagnall2016-03-221-0/+1
* Add a new header file for functions in lib/util/util.c.Jelmer Vernooij2016-01-131-2/+4
* librpc/ndr: add ndr_{pull|push|print}_HRESULT and release new 0.0.5 ABI.Günther Deschner2015-03-131-0/+1
* librpc/ndr: add NDR_SCALAR_PTR_PROTO() helper macroStefan Metzmacher2014-11-141-0/+5
* Create talloc-less functions for formating GUIDMatthieu Patou2014-10-021-0/+6
* 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