summaryrefslogtreecommitdiff
path: root/librpc/ndr/ndr_basic.c
Commit message (Expand)AuthorAgeFilesLines
* librpc/ndr: add LIBNDR_FLAG_IS_SECRET handlingStefan Metzmacher2017-06-271-0/+44
* Add a new header file for functions in lib/util/util.c.Jelmer Vernooij2016-01-131-0/+1
* lib: Avoid a includes.hVolker Lendecke2015-12-081-1/+2
* librpc/ndr: make use of dump_data_cb() in ndr_dump_data()Stefan Metzmacher2015-07-031-34/+5
* librpc/ndr: add ndr_{pull|push|print}_HRESULT and release new 0.0.5 ABI.Günther Deschner2015-03-131-0/+25
* libndr: Avoid ommitting display of unset bitmap flags.Günther Deschner2013-10-091-4/+4
* librpc: Fix blank line endingsVolker Lendecke2013-10-021-8/+8
* libndr: Fix ndr_print_bitmap_flag for value=0Volker Lendecke2013-10-021-0/+4
* librpc: return a ndr_pull_error instead of just NDR_ERR_NDR64 when upper bits...Matthieu Patou2013-10-021-1/+2
* librpc/ndr: make use of ndr_dump_data() in ndr_print_array_uint8()Stefan Metzmacher2013-09-241-2/+11
* librpc/ndr: make ndr_pull/push_DATA_BLOB NDR64 awareStefan Metzmacher2013-09-241-4/+4
* ndr: fix push/pull DATA_BLOB with NDR_NOALIGNDavid Disseldorp2012-07-061-12/+22
* libndr: Add ndr_map_error2errnoVolker Lendecke2012-02-131-0/+25
* librpc: Add support for struct timevalVolker Lendecke2011-12-021-0/+31
* librpc: Add support for struct timespecVolker Lendecke2011-12-021-0/+31
* libndr: add checking to all pull/push functions of base typesAndrew Tridgell2011-09-081-0/+34
* librpc/ndr use hyper for uid_t/gid_t rather than udlongAndrew Bartlett2011-03-091-4/+4
* librpc/ndr: handle NOALIGN flag for relative pointers and alignment DATA_BLOBsStefan Metzmacher2011-03-011-3/+8
* pidl Add support for uid_t and gid_t typesAndrew Bartlett2011-03-011-0/+60
* TODO test/review librpc/ndr: let ndr_push/pull_DATA_BLOB() look at LIBNDR_FLA...Stefan Metzmacher2011-02-281-4/+5
* ndr: merge duplicate ndr_map_error2ntstatus() functions.Günther Deschner2011-02-081-0/+25
* libndr: move ndr_print_bool to ndr_basic.cGünther Deschner2011-01-251-0/+5
* ndr: Another try to support the build on non-IPv6 systemsKai Blin2010-12-081-2/+4
* librpc: fix builds without IPv6 suport (HP-UX 11.00)Björn Jacke2010-11-261-0/+2
* ndr: Implement push function for IPv6 addressesKai Blin2010-10-041-4/+11
* ndr: Add support for pulling/printing an ipv6address typeKai Blin2010-10-041-2/+50
* pidl: prevent ndr_print_*() dying on NULL pointersAndrew Tridgell2010-09-161-0/+10
* s4-ndr_basic.c: Fix ndr_*_hyper() when [bigendian] data is processedKamen Mazdrashki2010-08-211-0/+6
* ndr: allow ndr_print to print DATA_BLOBAndrew Tridgell2010-08-141-1/+48
* libndr: add support for relative_rap_convert.Günther Deschner2010-05-271-0/+1
* libutil: moved the networking defines to util_net.hAndrew Tridgell2010-03-261-0/+1
* librpc/ndr: add support for relative_short pointersMatthieu Patou2009-12-121-0/+12
* pidl: get the alignment right for uint1632 enums (NDR64)Andrew Tridgell2009-10-071-15/+63
* pidl: added int3264 as a base typeAndrew Tridgell2009-10-031-0/+10
* ndr64: added support for trailing gap alignmentAndrew Tridgell2009-10-021-0/+18
* pidl: added union padding for NDR64Andrew Tridgell2009-09-291-0/+18
* ndr: split out ndr enum functionsAndrew Tridgell2009-09-171-0/+67
* ndr: added support for NDR64 Andrew Tridgell2009-09-171-5/+37
* Remove ununsed variable warning.Jeremy Allison2009-09-171-1/+0
* ndr: added --ndr64 flag to ndrdumpAndrew Tridgell2009-09-161-2/+22
* Add support for double type in pidl.Brad Hards2009-06-021-1/+30
* Of course, s_addr is a #define somewhere else .... (Solaris...)Volker Lendecke2009-05-021-3/+3
* Fix a warning on host "gwen"Volker Lendecke2009-05-021-2/+3
* Fix typo found by Volker. Thanks for the review.Jeremy Allison2008-12-311-1/+1
* Fix all warnings in source3 with gcc4.3.Jeremy Allison2008-12-311-2/+1
* Share ndr_basic implementation.Jelmer Vernooij2008-10-131-0/+833