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
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
librpc
/
ndr
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
librpc/ndr: Use converted_size to determine if NULL termination was sent
Andrew Bartlett
2011-06-01
1
-4
/
+10
*
librpc/ndr: add new LIBNDR_FLAG_STR_RAW8 for ndr_pull_string
Sean Finney
2011-06-01
2
-8
/
+39
*
librpc/ndr: consolidate string conversion logic in ndr_pull_string
Sean Finney
2011-06-01
1
-171
/
+44
*
librpc/ndr Merge ndr_print_sockaddr_storage() into common code
Andrew Bartlett
2011-05-18
2
-0
/
+34
*
auth: Move auth_session_info into IDL
Andrew Bartlett
2011-04-05
2
-0
/
+76
*
Fix convert_string() to take a *converted_size arg. and return a bool.
Jeremy Allison
2011-03-30
1
-6
/
+6
*
This doesn't look like it has anything to do with character set conversion, b...
Jeremy Allison
2011-03-30
1
-7
/
+10
*
Ensure convert_string_XXX is always called with a valid converted_size pointer.
Jeremy Allison
2011-03-29
1
-1
/
+2
*
charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...
Andrew Tridgell
2011-03-24
2
-11
/
+11
*
librpc/ndr: add ndr_push_pipe_chunk_trailer() and ndr_check_pipe_chunk_trailer()
Stefan Metzmacher
2011-03-10
2
-0
/
+36
*
librpc/ndr: add ndr_interface_call_pipe
Stefan Metzmacher
2011-03-10
1
-0
/
+16
*
librpc/ndr use hyper for uid_t/gid_t rather than udlong
Andrew Bartlett
2011-03-09
1
-4
/
+4
*
librpc/rpc: let ndr_pull_spoolss_EnumPrinterDataEx() use a subcontext
Stefan Metzmacher
2011-03-02
1
-1
/
+4
*
librpc/ndr: handle NOALIGN flag for relative pointers and alignment DATA_BLOBs
Stefan Metzmacher
2011-03-01
2
-5
/
+14
*
pidl Add support for uid_t and gid_t types
Andrew Bartlett
2011-03-01
2
-0
/
+62
*
spoolss.idl: align spoolss_PrinterEnumValues 'data' based on the type
Stefan Metzmacher
2011-02-28
2
-0
/
+33
*
TODO test/review librpc/ndr: remove align2 hack for relative pointers
Stefan Metzmacher
2011-02-28
1
-5
/
+1
*
librpc/ndr: ndr align relative pointers based on the given flags
Stefan Metzmacher
2011-02-28
1
-0
/
+26
*
TODO test/review librpc/ndr: let ndr_push/pull_DATA_BLOB() look at LIBNDR_FLA...
Stefan Metzmacher
2011-02-28
1
-4
/
+5
*
idl: naming a structure 'VERSION' is not a good idea!
Andrew Tridgell
2011-02-17
1
-1
/
+1
*
libndr: remove prototype for nonexisting function ndr_print_ipv4_addr().
Günther Deschner
2011-02-17
1
-1
/
+0
*
librpc: move preg.idl to main directory.
Günther Deschner
2011-02-10
2
-0
/
+92
*
libndr: apply some const and make is_valid_policy_hnd a callback to policy_ha...
Günther Deschner
2011-02-08
2
-5
/
+3
*
libndr: share some uuid helpers.
Günther Deschner
2011-02-08
2
-0
/
+20
*
ndr: merge ndr_map_error2string and ndr_errstr.
Günther Deschner
2011-02-08
1
-0
/
+1
*
ndr: move null_ndr_syntax_id to the common libndr location.
Günther Deschner
2011-02-08
2
-0
/
+6
*
ndr: merge duplicate ndr_map_error2ntstatus() functions.
Günther Deschner
2011-02-08
1
-0
/
+25
*
libndr: move ndr_print_bool to ndr_basic.c
Günther Deschner
2011-01-25
2
-0
/
+7
*
idl: Add IDL for remote key backup protocol (rkbp)
Matthieu Patou
2011-01-12
2
-0
/
+217
*
wmi: Remove unnecessary noprint statements.
Jelmer Vernooij
2011-01-01
2
-11
/
+7
*
dns: cope with trailing '.' in dns_name
Andrew Tridgell
2010-12-21
1
-1
/
+7
*
librpc/ndr/ndr_*.c - remove "const" from OIDs
Matthias Dieter Wallnöfer
2010-12-21
2
-2
/
+2
*
dns: fixed the padding for dnsp_name fields in LDAP
Andrew Tridgell
2010-12-21
1
-4
/
+18
*
dnsp: fixed parsing of dns_name structures
Andrew Tridgell
2010-12-21
1
-3
/
+4
*
ndr: Another try to support the build on non-IPv6 systems
Kai Blin
2010-12-08
1
-2
/
+4
*
librpc: fix builds without IPv6 suport (HP-UX 11.00)
Björn Jacke
2010-11-26
1
-0
/
+2
*
librpc/ndr: use new strlen_m_ext_term() in ndr_charset_length(): fix bug #7594
Michael Adam
2010-11-03
1
-2
/
+2
*
idl: Use DRSUAPI_ATTID_ prefix instead of DRSUAPI_ATTRIBUTE_ for ATTID values
Kamen Mazdrashki
2010-10-31
1
-24
/
+24
*
ndr: Make sure ndr_dns.c has no lines wider than 80 chars
Kai Blin
2010-10-27
2
-104
/
+153
*
librpc/ndr/ndr.c - fix some counter types
Matthias Dieter Wallnöfer
2010-10-27
1
-3
/
+4
*
librpc Make ndrdump use printf() rather than having to mess with DEBUG()
Andrew Bartlett
2010-10-27
2
-0
/
+20
*
s4 dns: Better error handling when parsing invalid or unknown records
Kai Blin
2010-10-23
1
-5
/
+14
*
s4 dns: Allow more components as part of a domain name
Kai Blin
2010-10-23
1
-1
/
+1
*
s4 dns: Fix a data corruption in the dns_string parsing
Kai Blin
2010-10-23
1
-8
/
+4
*
s4 dns: Reply to a name request with an A record.
Kai Blin
2010-10-23
2
-5
/
+95
*
ndr dns: Add simple parser
Kai Blin
2010-10-23
3
-0
/
+214
*
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
2010-10-12
1
-4
/
+1
*
Revert "libndr: fix "excess elements in struct initializer" warning."
Günther Deschner
2010-10-05
1
-1
/
+0
*
libndr: fix "excess elements in struct initializer" warning.
Günther Deschner
2010-10-05
1
-0
/
+1
*
ndr: Handle the case of string array with all null terminated strings
Matthieu Patou
2010-10-05
1
-4
/
+16
[prev]
[next]