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
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
2011-06-15
librpc: fix buildwarning in NDR_WMI.
Günther Deschner
2
-0
/
+25
2011-06-10
librpc/ndr/ndr_table.h: fix licence/copyright
Günther Deschner
1
-0
/
+22
2011-06-10
librpc/ndr/ndr_spoolss_buf.h: fix licence/copyright
Günther Deschner
1
-0
/
+23
2011-06-10
librpc/ndr/ndr_dns.h: fix licence/copyright
Günther Deschner
1
-0
/
+25
2011-06-10
librpc/ndr/ndr_compression.h: fix licence/copyright
Günther Deschner
1
-0
/
+22
2011-06-10
librpc/ndr/ndr_backupkey.h: fix licence/copyright
Günther Deschner
1
-0
/
+21
2011-06-01
Fix type mixing warnings.
Jeremy Allison
1
-2
/
+2
2011-06-01
librpc/ndr: Use converted_size to determine if NULL termination was sent
Andrew Bartlett
1
-4
/
+10
2011-06-01
librpc/ndr: add new LIBNDR_FLAG_STR_RAW8 for ndr_pull_string
Sean Finney
2
-8
/
+39
2011-06-01
librpc/ndr: consolidate string conversion logic in ndr_pull_string
Sean Finney
1
-171
/
+44
2011-05-18
librpc/ndr Merge ndr_print_sockaddr_storage() into common code
Andrew Bartlett
2
-0
/
+34
2011-04-05
auth: Move auth_session_info into IDL
Andrew Bartlett
2
-0
/
+76
2011-03-30
Fix convert_string() to take a *converted_size arg. and return a bool.
Jeremy Allison
1
-6
/
+6
2011-03-30
This doesn't look like it has anything to do with character set conversion, b...
Jeremy Allison
1
-7
/
+10
2011-03-29
Ensure convert_string_XXX is always called with a valid converted_size pointer.
Jeremy Allison
1
-1
/
+2
2011-03-24
charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...
Andrew Tridgell
2
-11
/
+11
2011-03-10
librpc/ndr: add ndr_push_pipe_chunk_trailer() and ndr_check_pipe_chunk_trailer()
Stefan Metzmacher
2
-0
/
+36
2011-03-10
librpc/ndr: add ndr_interface_call_pipe
Stefan Metzmacher
1
-0
/
+16
2011-03-09
librpc/ndr use hyper for uid_t/gid_t rather than udlong
Andrew Bartlett
1
-4
/
+4
2011-03-02
librpc/rpc: let ndr_pull_spoolss_EnumPrinterDataEx() use a subcontext
Stefan Metzmacher
1
-1
/
+4
2011-03-01
librpc/ndr: handle NOALIGN flag for relative pointers and alignment DATA_BLOBs
Stefan Metzmacher
2
-5
/
+14
2011-03-01
pidl Add support for uid_t and gid_t types
Andrew Bartlett
2
-0
/
+62
2011-02-28
spoolss.idl: align spoolss_PrinterEnumValues 'data' based on the type
Stefan Metzmacher
2
-0
/
+33
2011-02-28
TODO test/review librpc/ndr: remove align2 hack for relative pointers
Stefan Metzmacher
1
-5
/
+1
2011-02-28
librpc/ndr: ndr align relative pointers based on the given flags
Stefan Metzmacher
1
-0
/
+26
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-17
idl: naming a structure 'VERSION' is not a good idea!
Andrew Tridgell
1
-1
/
+1
2011-02-17
libndr: remove prototype for nonexisting function ndr_print_ipv4_addr().
Günther Deschner
1
-1
/
+0
2011-02-10
librpc: move preg.idl to main directory.
Günther Deschner
2
-0
/
+92
2011-02-08
libndr: apply some const and make is_valid_policy_hnd a callback to policy_ha...
Günther Deschner
2
-5
/
+3
2011-02-08
libndr: share some uuid helpers.
Günther Deschner
2
-0
/
+20
2011-02-08
ndr: merge ndr_map_error2string and ndr_errstr.
Günther Deschner
1
-0
/
+1
2011-02-08
ndr: move null_ndr_syntax_id to the common libndr location.
Günther Deschner
2
-0
/
+6
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
2
-0
/
+7
2011-01-12
idl: Add IDL for remote key backup protocol (rkbp)
Matthieu Patou
2
-0
/
+217
2011-01-01
wmi: Remove unnecessary noprint statements.
Jelmer Vernooij
2
-11
/
+7
2010-12-21
dns: cope with trailing '.' in dns_name
Andrew Tridgell
1
-1
/
+7
2010-12-21
librpc/ndr/ndr_*.c - remove "const" from OIDs
Matthias Dieter Wallnöfer
2
-2
/
+2
2010-12-21
dns: fixed the padding for dnsp_name fields in LDAP
Andrew Tridgell
1
-4
/
+18
2010-12-21
dnsp: fixed parsing of dns_name structures
Andrew Tridgell
1
-3
/
+4
2010-12-08
ndr: Another try to support the build on non-IPv6 systems
Kai Blin
1
-2
/
+4
[next]