summaryrefslogtreecommitdiff
path: root/librpc/ndr/ndr_basic.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-05librpc/ndr: let ndr_print_bitmap_flag work for bitmap64bit valuesStefan Metzmacher1-3/+3
2024-12-02libndr: Fix Coverity ID 1509020 Use of 32-bit time_tVolker Lendecke1-1/+1
2024-08-29librpc/ndr: avoid alignment allocation in ndr_push_DATA_BLOB()Stefan Metzmacher1-2/+7
2024-02-08ndr: skip talloc when pulling empty DATA_BLOBDouglas Bagnall1-0/+6
2023-12-21librpc:ndr: Don’t unnecessarily parenthesize macro argumentsJoseph Sutton1-3/+3
2023-11-01librpc:ndr: Introduce ‘ndr_flags_type’ typeJoseph Sutton1-69/+69
2023-11-01librpc:ndr: Introduce ‘libndr_flags’ typeJoseph Sutton1-0/+6
2023-10-26librpc/ndr_basic: attempt only IPv4 addresses in push_ipv4Douglas Bagnall1-1/+1
2023-09-27librpc/ndr: Use portable format specifiersJoseph Sutton1-33/+33
2023-08-15librpc:ndr: Add ‘int64’ typeJoseph Sutton1-0/+43
2023-04-12libndr: Handle allocation failureJoseph Sutton1-0/+3
2021-06-02libndr: Return error code from ndr_token_peek()Andrew Bartlett1-3/+5
2020-02-21librpc:ndr: Use bytearray.h in ndr_basic.cAndreas Schneider1-28/+57
2020-02-07librpc ndr: Change loop index to size_tGary Lockyer1-1/+1
2020-01-09ndr basic: Check ndr_token_store return codeGary Lockyer1-1/+5
2019-12-02libndr: Fix a talloc context leakVolker Lendecke1-2/+3
2019-06-11librpc/ndr: clang: Fix Assigned value is garbage or undefined warningNoel Power1-7/+10
2018-12-07librpc:ndr: Give the optimizer hints for ndr_push_bytes()Andreas Schneider1-6/+2
2018-12-06librpc:ndr: Fix undefined behavior in ndr_basicAndreas Schneider1-0/+10
2017-06-27librpc/ndr: add LIBNDR_FLAG_IS_SECRET handlingStefan Metzmacher1-0/+44
2016-01-13Add a new header file for functions in lib/util/util.c.Jelmer Vernooij1-0/+1
2015-12-08lib: Avoid a includes.hVolker Lendecke1-1/+2
2015-07-03librpc/ndr: make use of dump_data_cb() in ndr_dump_data()Stefan Metzmacher1-34/+5
2015-03-13librpc/ndr: add ndr_{pull|push|print}_HRESULT and release new 0.0.5 ABI.Günther Deschner1-0/+25
2013-10-09libndr: Avoid ommitting display of unset bitmap flags.Günther Deschner1-4/+4
2013-10-02librpc: Fix blank line endingsVolker Lendecke1-8/+8
2013-10-02libndr: Fix ndr_print_bitmap_flag for value=0Volker Lendecke1-0/+4
2013-10-02librpc: return a ndr_pull_error instead of just NDR_ERR_NDR64 when upper bits...Matthieu Patou1-1/+2
2013-09-24librpc/ndr: make use of ndr_dump_data() in ndr_print_array_uint8()Stefan Metzmacher1-2/+11
2013-09-24librpc/ndr: make ndr_pull/push_DATA_BLOB NDR64 awareStefan Metzmacher1-4/+4
2012-07-06ndr: fix push/pull DATA_BLOB with NDR_NOALIGNDavid Disseldorp1-12/+22
2012-02-13libndr: Add ndr_map_error2errnoVolker Lendecke1-0/+25
2011-12-02librpc: Add support for struct timevalVolker Lendecke1-0/+31
2011-12-02librpc: Add support for struct timespecVolker Lendecke1-0/+31
2011-09-08libndr: add checking to all pull/push functions of base typesAndrew Tridgell1-0/+34
2011-03-09librpc/ndr use hyper for uid_t/gid_t rather than udlongAndrew Bartlett1-4/+4
2011-03-01librpc/ndr: handle NOALIGN flag for relative pointers and alignment DATA_BLOBsStefan Metzmacher1-3/+8
2011-03-01pidl Add support for uid_t and gid_t typesAndrew Bartlett1-0/+60
2011-02-28TODO test/review librpc/ndr: let ndr_push/pull_DATA_BLOB() look at LIBNDR_FLA...Stefan Metzmacher1-4/+5
2011-02-08ndr: merge duplicate ndr_map_error2ntstatus() functions.Günther Deschner1-0/+25
2011-01-25libndr: move ndr_print_bool to ndr_basic.cGünther Deschner1-0/+5
2010-12-08ndr: Another try to support the build on non-IPv6 systemsKai Blin1-2/+4
2010-11-26librpc: fix builds without IPv6 suport (HP-UX 11.00)Björn Jacke1-0/+2
2010-10-04ndr: Implement push function for IPv6 addressesKai Blin1-4/+11
2010-10-04ndr: Add support for pulling/printing an ipv6address typeKai Blin1-2/+50
2010-09-16pidl: prevent ndr_print_*() dying on NULL pointersAndrew Tridgell1-0/+10
2010-08-21s4-ndr_basic.c: Fix ndr_*_hyper() when [bigendian] data is processedKamen Mazdrashki1-0/+6
2010-08-14ndr: allow ndr_print to print DATA_BLOBAndrew Tridgell1-1/+48
2010-05-27libndr: add support for relative_rap_convert.Günther Deschner1-0/+1
2010-03-26libutil: moved the networking defines to util_net.hAndrew Tridgell1-0/+1