pyldb: avoid segfault when adding an element with no name
[nivanova/samba-autobuild/.git] / librpc / ndr / libndr.h
2019-02-14 Andreas Schneiderlib:util: Move discard_const(_p) to own header for...
2019-02-14 Andreas Schneiderlibrpc:ndr: Add NDR_ZERO_STRUCT(P) macros
2019-02-14 Andreas Schneiderlibrpc:ndr: Implement ndr_zero_memory()
2018-11-23 Andreas Schneiderlibrpc:ndr: Fix undefined behavior in ndr.c
2017-07-19 Günther Deschnerlibrpc/ndr: add new MSZIP compression type for cabinet...
2017-07-19 Aurelien Aptellibrpc/ndr: add new ndr_compression_state
2017-06-27 Stefan Metzmacherlibrpc/ndr: add LIBNDR_FLAG_IS_SECRET handling
2017-06-27 Stefan Metzmacherlibrpc/ndr: align the definition of LIBNDR_STRING_FLAGS...
2017-03-02 Douglas Bagnallndr: Use resizing array instead of linked lists (breaki...
2017-03-02 Douglas Bagnallndr: fix whitespace in libndr.h, ndr.c
2017-01-24 Günther Deschnerlibrpc/ndr: add ndr_push_charset_to_null and increase...
2016-07-28 Andrew Bartlettlibrpc: Add ndr_push_struct_into_fixed_blob() and use...
2016-06-15 Ralph Boehmelibrpc/ndr: add flag LIBNDR_FLAG_NO_COMPRESSION
2016-05-03 Andrew Bartlettlibndr: Add ndr_pull_struct_blob_all_noalloc
2016-03-22 Douglas Bagnalllibrpc ndr: add ndr_pull_steal_switch_value()
2016-01-13 Jelmer VernooijAdd a new header file for functions in lib/util/util.c.
2015-03-13 Günther Deschnerlibrpc/ndr: add ndr_{pull|push|print}_HRESULT and relea...
2014-11-14 Stefan Metzmacherlibrpc/ndr: add NDR_SCALAR_PTR_PROTO() helper macro
2014-10-02 Matthieu PatouCreate talloc-less functions for formating GUID
2014-02-11 Stefan Metzmacherlibrpc/ndr: add ndr_syntax_id_[from|to]_string()
2014-02-11 Stefan Metzmacherlibrpc/ndr: add ndr_pull_append/pop()
2014-02-11 Stefan Metzmacherlibrpc/ndr: remember INCOMPLETE_BUFFER missing bytes...
2014-02-11 Stefan Metzmacherlibrpc/ndr: add NDR_ERR_INCOMPLETE_BUFFER and LIBNDR_FL...
2014-01-06 Stefan Metzmacherlibrpc/ndr: add LIBNDR_FLAG_SUBCONTEXT_NO_UNREAD_BYTES
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-05-18 Kai Blinlibrpc: Add NDR_PRINT_DEBUGC to ndr print to a debug...
2012-05-25 Jeremy AllisonFix bug #8373 - Can't join XP Pro workstations to 3...
2012-03-20 Jelmer VernooijMove NS_GUID_string and NS_GUID_from_string to dsdb...
2012-03-20 Jelmer Vernooijlibndr: Define trivial is_valid_policy_hnd as macro.
2012-03-20 Jelmer Vernooijlibndr: Rename policy_handle_empty to ndr_policy_handle...
2012-03-20 Jelmer Vernooijlibndr: Rename policy_handle_equal to ndr_policy_handle...
2012-03-20 Jelmer Vernooijlibndr: Rename ndr64_transfer_syntax and null_ndr_synta...
2012-02-13 Volker Lendeckelibndr: Add ndr_map_error2errno
2012-01-13 David Disseldorpndr: add ndr_pull_charset_to_null()
2011-12-02 Volker Lendeckelibrpc: Add support for struct timeval
2011-12-02 Volker Lendeckelibrpc: Add support for struct timespec
2011-09-23 Andrew Bartlettbuild: avoid util.h as a public header name due to...
2011-09-08 Andrew Tridgelllibndr: moved the NDR_* flags to have less overlap
2011-07-06 Andrew Bartlettlibrpc/ndr remove _SAMBA_BUILD_ conditionals
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-05-31 Sean Finneylibrpc/ndr: add new LIBNDR_FLAG_STR_RAW8 for ndr_pull_s...
2011-05-18 Andrew Bartlettlibrpc/ndr Merge ndr_print_sockaddr_storage() into...
2011-03-10 Stefan Metzmacherlibrpc/ndr: add ndr_push_pipe_chunk_trailer() and ndr_c...
2011-03-10 Stefan Metzmacherlibrpc/ndr: add ndr_interface_call_pipe
2011-03-01 Andrew Bartlettpidl Add support for uid_t and gid_t types
2011-02-16 Günther Deschnerlibndr: remove prototype for nonexisting function ndr_p...
2011-02-08 Günther Deschnerlibndr: apply some const and make is_valid_policy_hnd...
2011-02-08 Günther Deschnerlibndr: share some uuid helpers.
2011-02-08 Günther Deschnerndr: merge ndr_map_error2string and ndr_errstr.
2011-02-08 Günther Deschnerndr: move null_ndr_syntax_id to the common libndr location.
2011-01-25 Günther Deschnerlibndr: move ndr_print_bool to ndr_basic.c
2010-10-27 Andrew Bartlettlibrpc Make ndrdump use printf() rather than having...
2010-10-23 Kai Blinndr dns: Add simple parser
2010-10-05 Günther DeschnerRevert "libndr: fix "excess elements in struct initiali...
2010-10-05 Günther Deschnerlibndr: fix "excess elements in struct initializer...
2010-10-04 Kai Blinndr: Implement push function for IPv6 addresses
2010-10-04 Kai Blinndr: Add support for pulling/printing an ipv6address...
2010-09-28 Stefan Metzmacherlibrpc/ndr: remove 'async' from ndr_interface_call
2010-09-16 Andrew Tridgellpidl: prevent ndr_print_*() dying on NULL pointers
2010-08-14 Andrew Tridgellndr: allow ndr_print to print DATA_BLOB
2010-05-27 Günther Deschnerlibndr: add support for relative_rap_convert.
2010-05-18 Jelmer VernooijFinish removal of iconv_convenience in public API's.
2010-02-18 Stefan Metzmacherlibndr: implement LIBNDR_RELATIVE_REVERSE handling
2010-02-18 Günther Deschnerlibndr: store a subcontext buffer size in ndr_push_subc...
2010-02-18 Günther Deschnerlibndr: add LIBNDR_FLAG_NO_RELATIVE_REVERSE so that...
2010-02-18 Günther Deschnerlibndr: add LIBNDR_FLAG_RELATIVE_REVERSE flag.
2010-02-18 Stefan Metzmacherlibrpc/ndr: make ndr_push_relative_ptr2() static
2010-02-18 Günther Deschnerlibndr: add ndr_push_relative_ptr2_start and ndr_push_r...
2009-12-14 Brian Lulibrpc/ndr: avoid comparison_fn_t to fix the openchange...
2009-12-14 Stefan Metzmacherlibrpc/ndr: add missing prototypes for relative_short...
2009-12-10 Andrew Tridgelllibndr: added a GUID_to_ndr_blob() helper function
2009-12-10 Andrew Tridgelllibrpc: split out a separate GUID_from_ndr_blob() function
2009-11-20 Stefan Metzmacherlibrpc/ndr: remember the highest offset we parsed with...
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-06 Andrew Tridgellpidl: get the alignment right for uint1632 enums (NDR64)
2009-10-05 Günther Deschnerlibndr: add int3264 ndr prototype.
2009-10-02 Andrew Tridgellndr64: added support for trailing gap alignment
2009-09-29 Andrew Tridgellpidl: added union padding for NDR64
2009-09-18 Andrew Tridgellndr: split out ndr enum functions
2009-09-18 Andrew Tridgellndr: added support for NDR64
2009-09-17 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-17 Andrew Tridgellndr: split out ndr enum functions
2009-09-17 Andrew Tridgellndr: added support for NDR64
2009-09-17 Andrew Tridgellndr: added --ndr64 flag to ndrdump
2009-09-12 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-12 Andrew Tridgells4-ndr: fixed memory leaks in ndr_pull_*_blob()
2009-08-24 Günther Deschnerlibndr: add missing protoypes for double type.
2009-08-12 Andrew Tridgellwhen we get an NDR error in the logs, it is useful...
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-03 Günther Deschnerlibrpc: add ndr_size_string_array().
2009-01-26 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-26 Jelmer VernooijAdd function for mapping NDR error codes to strings.
2009-01-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-04 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-01 Jelmer VernooijAdd iconv_convenience argument to size functions.
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-16 Stefan Metzmacherlibrpc/ndr: add GUID_hexstring()
next