index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
librpc
/
ndr
Age
Commit message (
Expand
)
Author
Files
Lines
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
2013-09-20
librpc/ndr: make sure ndr_table_list() always calls ndr_init_table() first.
Günther Deschner
1
-0
/
+1
2013-09-20
librpc/ndr: call ndr_table_list() from all ndr_X functions.
Günther Deschner
1
-3
/
+3
2013-06-11
librpc: Fix some "ignored asprint result" warnings
Volker Lendecke
1
-18
/
+9
2013-05-18
librpc: Add NDR_PRINT_DEBUGC to ndr print to a debug class
Kai Blin
2
-0
/
+54
2013-03-15
ndr: Pass down string_flags in ndr_pull_ntprinting_printer().
Andreas Schneider
1
-0
/
+2
2013-03-15
ndr: Add ndr_ntprinting_string_flags() function.
Andreas Schneider
2
-0
/
+17
2013-02-22
ndr: Comparing an array to null is always true.
Andreas Schneider
1
-1
/
+1
2013-02-01
krb5pac: make sure to correctly store the highest relative pointer offset.
Günther Deschner
1
-0
/
+3
2012-12-21
ndr: Check return code of ndr_pull_advance().
Andreas Schneider
1
-1
/
+1
2012-07-06
ntprinting: mark the final 4 byte null pointer for printer data in ndr_pull_n...
Günther Deschner
1
-0
/
+1
2012-07-06
ndr: fix push/pull DATA_BLOB with NDR_NOALIGN
David Disseldorp
1
-12
/
+22
2012-06-28
librpc/ndr: Initilaise the remainder of struct dom_sid after a pull
Andrew Bartlett
1
-0
/
+1
2012-06-03
Revert "s3: Fix bug 8371"
Stefan Metzmacher
1
-2
/
+0
2012-05-30
librpc: Fix an incompatible pointer type warning
Volker Lendecke
1
-2
/
+4
2012-05-30
librpc: Fix some typos
Volker Lendecke
1
-3
/
+3
2012-05-25
Fix bug #8373 - Can't join XP Pro workstations to 3.6.1 DC.
Jeremy Allison
2
-5
/
+11
2012-03-20
Move NS_GUID_string and NS_GUID_from_string to dsdb-common.
Jelmer Vernooij
2
-54
/
+0
2012-03-20
libndr: Define trivial is_valid_policy_hnd as macro.
Jelmer Vernooij
2
-6
/
+1
2012-03-20
libndr: Rename policy_handle_empty to ndr_policy_handle_empty.
Jelmer Vernooij
2
-3
/
+3
2012-03-20
libndr: Rename policy_handle_equal to ndr_policy_handle_equal.
Jelmer Vernooij
2
-2
/
+2
2012-03-20
libndr: Rename ndr64_transfer_syntax and null_ndr_syntax_id so they have a nd...
Jelmer Vernooij
2
-10
/
+11
2012-03-02
ndr: dnsserver: Add pull and push functions for DNS_RPC_RECORD_STRING
Amitay Isaacs
1
-0
/
+37
2012-03-02
ndr: Add NDR pull, push, print functions for dnsp_string_list
Amitay Isaacs
1
-0
/
+53
2012-03-02
ndr: Fix NDR push function for dnsp_string
Amitay Isaacs
1
-3
/
+2
2012-03-02
ndr: Fix the error messages, add correct data type name
Amitay Isaacs
1
-6
/
+6
2012-02-13
libndr: Add ndr_map_error2errno
Volker Lendecke
2
-0
/
+26
2012-01-13
ndr: add ndr_pull_charset_to_null()
David Disseldorp
2
-0
/
+32
2011-12-02
librpc: Add support for struct timeval
Volker Lendecke
2
-0
/
+41
2011-12-02
librpc: Add support for struct timespec
Volker Lendecke
2
-0
/
+41
2011-11-18
s3: Fix bug 8371
Volker Lendecke
1
-0
/
+2
2011-11-04
dns: Fix offset check in ndr_pull_component
Kai Blin
1
-1
/
+1
2011-11-04
nbt: Fix offset check in ndr_pull_component
Kai Blin
1
-1
/
+1
2011-11-03
nbt: create standard ndr_pull/push interface for common netlogon samlogon rep...
Günther Deschner
2
-1
/
+61
2011-11-03
nbt: move netlogon_samlogon_response into librpc/ndr/ndr_nbt.h.
Günther Deschner
1
-0
/
+11
2011-11-03
nbt: move nbt_string ndr functions to ndr/ndr_nbt.c helper.
Günther Deschner
2
-0
/
+186
2011-11-03
nbt: merge in LIBCLI_NDR_NETLOGON helper into NDR_NBT.
Günther Deschner
2
-0
/
+242
2011-10-20
s4-dns: Added support for multiple DNS_RPC_RECORDS structures
Amitay Isaacs
2
-0
/
+88
2011-09-23
build: avoid util.h as a public header name due to conflict with MacOS
Andrew Bartlett
1
-1
/
+1
2011-09-08
libndr: add checking to all pull/push functions of base types
Andrew Tridgell
1
-0
/
+34
2011-09-08
libndr: moved the NDR_* flags to have less overlap
Andrew Tridgell
1
-8
/
+36
2011-09-05
ndr: range check on push of dom_sid blob
Andrew Tridgell
1
-1
/
+4
2011-09-05
drsblobs: fixed alignment of drs blobs authentication information
Andrew Tridgell
1
-5
/
+5
2011-08-09
ndr_drsuapi: fix compiler warning
Stefan Metzmacher
1
-2
/
+3
2011-07-06
librpc/ndr remove _SAMBA_BUILD_ conditionals
Andrew Bartlett
3
-8
/
+0
2011-06-23
lib/util/charset: Remove 'display charset'
Andrew Bartlett
1
-1
/
+0
[next]