index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
librpc
/
ndr
/
ndr_basic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-05
librpc/ndr: let ndr_print_bitmap_flag work for bitmap64bit values
Stefan Metzmacher
1
-3
/
+3
2024-12-02
libndr: Fix Coverity ID 1509020 Use of 32-bit time_t
Volker Lendecke
1
-1
/
+1
2024-08-29
librpc/ndr: avoid alignment allocation in ndr_push_DATA_BLOB()
Stefan Metzmacher
1
-2
/
+7
2024-02-08
ndr: skip talloc when pulling empty DATA_BLOB
Douglas Bagnall
1
-0
/
+6
2023-12-21
librpc:ndr: Don’t unnecessarily parenthesize macro arguments
Joseph Sutton
1
-3
/
+3
2023-11-01
librpc:ndr: Introduce ‘ndr_flags_type’ type
Joseph Sutton
1
-69
/
+69
2023-11-01
librpc:ndr: Introduce ‘libndr_flags’ type
Joseph Sutton
1
-0
/
+6
2023-10-26
librpc/ndr_basic: attempt only IPv4 addresses in push_ipv4
Douglas Bagnall
1
-1
/
+1
2023-09-27
librpc/ndr: Use portable format specifiers
Joseph Sutton
1
-33
/
+33
2023-08-15
librpc:ndr: Add ‘int64’ type
Joseph Sutton
1
-0
/
+43
2023-04-12
libndr: Handle allocation failure
Joseph Sutton
1
-0
/
+3
2021-06-02
libndr: Return error code from ndr_token_peek()
Andrew Bartlett
1
-3
/
+5
2020-02-21
librpc:ndr: Use bytearray.h in ndr_basic.c
Andreas Schneider
1
-28
/
+57
2020-02-07
librpc ndr: Change loop index to size_t
Gary Lockyer
1
-1
/
+1
2020-01-09
ndr basic: Check ndr_token_store return code
Gary Lockyer
1
-1
/
+5
2019-12-02
libndr: Fix a talloc context leak
Volker Lendecke
1
-2
/
+3
2019-06-11
librpc/ndr: clang: Fix Assigned value is garbage or undefined warning
Noel Power
1
-7
/
+10
2018-12-07
librpc:ndr: Give the optimizer hints for ndr_push_bytes()
Andreas Schneider
1
-6
/
+2
2018-12-06
librpc:ndr: Fix undefined behavior in ndr_basic
Andreas Schneider
1
-0
/
+10
2017-06-27
librpc/ndr: add LIBNDR_FLAG_IS_SECRET handling
Stefan Metzmacher
1
-0
/
+44
2016-01-13
Add a new header file for functions in lib/util/util.c.
Jelmer Vernooij
1
-0
/
+1
2015-12-08
lib: Avoid a includes.h
Volker Lendecke
1
-1
/
+2
2015-07-03
librpc/ndr: make use of dump_data_cb() in ndr_dump_data()
Stefan Metzmacher
1
-34
/
+5
2015-03-13
librpc/ndr: add ndr_{pull|push|print}_HRESULT and release new 0.0.5 ABI.
Günther Deschner
1
-0
/
+25
2013-10-09
libndr: Avoid ommitting display of unset bitmap flags.
Günther Deschner
1
-4
/
+4
2013-10-02
librpc: Fix blank line endings
Volker Lendecke
1
-8
/
+8
2013-10-02
libndr: Fix ndr_print_bitmap_flag for value=0
Volker Lendecke
1
-0
/
+4
2013-10-02
librpc: return a ndr_pull_error instead of just NDR_ERR_NDR64 when upper bits...
Matthieu Patou
1
-1
/
+2
2013-09-24
librpc/ndr: make use of ndr_dump_data() in ndr_print_array_uint8()
Stefan Metzmacher
1
-2
/
+11
2013-09-24
librpc/ndr: make ndr_pull/push_DATA_BLOB NDR64 aware
Stefan Metzmacher
1
-4
/
+4
2012-07-06
ndr: fix push/pull DATA_BLOB with NDR_NOALIGN
David Disseldorp
1
-12
/
+22
2012-02-13
libndr: Add ndr_map_error2errno
Volker Lendecke
1
-0
/
+25
2011-12-02
librpc: Add support for struct timeval
Volker Lendecke
1
-0
/
+31
2011-12-02
librpc: Add support for struct timespec
Volker Lendecke
1
-0
/
+31
2011-09-08
libndr: add checking to all pull/push functions of base types
Andrew Tridgell
1
-0
/
+34
2011-03-09
librpc/ndr use hyper for uid_t/gid_t rather than udlong
Andrew Bartlett
1
-4
/
+4
2011-03-01
librpc/ndr: handle NOALIGN flag for relative pointers and alignment DATA_BLOBs
Stefan Metzmacher
1
-3
/
+8
2011-03-01
pidl Add support for uid_t and gid_t types
Andrew Bartlett
1
-0
/
+60
2011-02-28
TODO test/review librpc/ndr: let ndr_push/pull_DATA_BLOB() look at LIBNDR_FLA...
Stefan Metzmacher
1
-4
/
+5
2011-02-08
ndr: merge duplicate ndr_map_error2ntstatus() functions.
Günther Deschner
1
-0
/
+25
2011-01-25
libndr: move ndr_print_bool to ndr_basic.c
Günther Deschner
1
-0
/
+5
2010-12-08
ndr: Another try to support the build on non-IPv6 systems
Kai Blin
1
-2
/
+4
2010-11-26
librpc: fix builds without IPv6 suport (HP-UX 11.00)
Björn Jacke
1
-0
/
+2
2010-10-04
ndr: Implement push function for IPv6 addresses
Kai Blin
1
-4
/
+11
2010-10-04
ndr: Add support for pulling/printing an ipv6address type
Kai Blin
1
-2
/
+50
2010-09-16
pidl: prevent ndr_print_*() dying on NULL pointers
Andrew Tridgell
1
-0
/
+10
2010-08-21
s4-ndr_basic.c: Fix ndr_*_hyper() when [bigendian] data is processed
Kamen Mazdrashki
1
-0
/
+6
2010-08-14
ndr: allow ndr_print to print DATA_BLOB
Andrew Tridgell
1
-1
/
+48
2010-05-27
libndr: add support for relative_rap_convert.
Günther Deschner
1
-0
/
+1
2010-03-26
libutil: moved the networking defines to util_net.h
Andrew Tridgell
1
-0
/
+1
[next]