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
/
source4
/
librpc
/
ndr
Commit message (
Expand
)
Author
Age
Files
Lines
*
ndr_compression: fix the build after lzxpress_decompress() prototype change
Stefan Metzmacher
2008-09-07
1
-1
/
+11
*
ndr_compression: change debug levels
Stefan Metzmacher
2008-09-06
1
-6
/
+6
*
ndr_compression: use deflateReset() together with defalteSetDictionary()
Stefan Metzmacher
2008-09-06
1
-8
/
+17
*
ndr_compression: use inflateReset() and inflateSetDictionary() instead of inf...
Stefan Metzmacher
2008-09-06
1
-7
/
+14
*
ndr_compression: implement mszip compression based on deflate()
Stefan Metzmacher
2008-08-21
1
-1
/
+98
*
drsuapi.idl: use hand written push functions for the compressed blobs
Stefan Metzmacher
2008-08-21
1
-0
/
+173
*
ndr_compression: add common parts of ndr compression
Stefan Metzmacher
2008-08-21
1
-15
/
+52
*
ndr_compression: remove the type serialization handling from the compression ...
Stefan Metzmacher
2008-08-20
1
-36
/
+0
*
ndr_compression: unify the common handling of mszip and xpress compression
Stefan Metzmacher
2008-08-20
1
-107
/
+33
*
librpc/ndr: add support for Type Serialization Version 1 to subcontext
Stefan Metzmacher
2008-08-20
1
-1
/
+114
*
ndr_compression: use zlib's inflate() for decompression
Stefan Metzmacher
2008-08-18
1
-11
/
+81
*
librpc/ndr: add support for XPRESS decompression
Matthieu Suiche
2008-08-18
1
-5
/
+56
*
drsuapi.idl: fix unknowns in drsuapi_DsReplicaObject*
Stefan Metzmacher
2008-07-16
1
-1
/
+1
*
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Andrew Tridgell
2008-04-17
2
-0
/
+55
|
\
|
*
libndr: add dom_sid0 type that can later be used for CLDAP and MAILSLOT ntlog...
Stefan Metzmacher
2008-04-17
2
-0
/
+55
*
|
use uintptr_t instead of intptr_t where appropriate
Andrew Tridgell
2008-04-17
1
-2
/
+2
|
/
*
Install public header files again and include required prototypes.
Jelmer Vernooij
2008-04-02
3
-7
/
+169
*
Add warning to public headers.
Jelmer Vernooij
2008-04-01
1
-0
/
+5
*
ndr_sec_helper: create a completely zero sid, so that ndr_size_dom_sid28 can ...
Stefan Metzmacher
2008-02-15
1
-0
/
+3
*
librpc: remove special support for fixed length strings
Stefan Metzmacher
2008-02-12
2
-46
/
+1
*
Be sure to pass iconv handle down to compression subcontexts (fixes
Andrew Bartlett
2008-01-21
1
-0
/
+4
*
util: Move asn1 to lib/util to trim down the number of subsystems.
Jelmer Vernooij
2008-01-15
1
-1
/
+1
*
r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...
Jelmer Vernooij
2008-01-01
1
-11
/
+14
*
r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...
Jelmer Vernooij
2008-01-01
1
-3
/
+2
*
r26432: Require ndr_pull users to specify iconv_convenience.
Jelmer Vernooij
2007-12-21
2
-8
/
+8
*
r26431: Require ndr_push creators to specify a iconv_convenience context.
Jelmer Vernooij
2007-12-21
3
-14
/
+15
*
r26429: Avoid use of global_smb_iconv_convenience.
Jelmer Vernooij
2007-12-21
1
-2
/
+3
*
r26427: Avoid global_smb_iconv_convenience.
Jelmer Vernooij
2007-12-21
3
-11
/
+19
*
r26316: Use contexts for conversion functions.
Jelmer Vernooij
2007-12-21
1
-5
/
+11
*
r26261: Use enum type.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r26054: ndr: remove ndr_push/pull_save
Stefan Metzmacher
2007-12-21
3
-43
/
+0
*
r26052: ndr_krb5pac: don't use ndr_pull_save anymore
Stefan Metzmacher
2007-12-21
1
-3
/
+3
*
r26051: ndr_string: don't use ndr_pull_save anymore
Stefan Metzmacher
2007-12-21
1
-4
/
+4
*
r26050: ndr: don't use ndr_push_save anymore
Stefan Metzmacher
2007-12-21
1
-7
/
+7
*
r25918: ndr: change NTSTAUS into enum ndr_err_code (samba4 handwritten stuff)
Stefan Metzmacher
2007-12-21
7
-101
/
+101
*
r25917: ndr: move ndr_map_error2ntstatus to errormap.c
Stefan Metzmacher
2007-12-21
1
-25
/
+0
*
r25916: ndr: change NTSTAUS into enum ndr_err_code (basic stuff)
Stefan Metzmacher
2007-12-21
4
-198
/
+210
*
r25907: use DEBUGADD() to match samba3
Stefan Metzmacher
2007-12-21
1
-2
/
+2
*
r25905: use data_blob_const() to set the DATA_BLOB
Stefan Metzmacher
2007-12-21
1
-2
/
+1
*
r25818: remove useless '\' chars at the end of lines
Stefan Metzmacher
2007-12-21
1
-7
/
+7
*
r25806: let libndr.h include needed stuff and remove pidl magic
Stefan Metzmacher
2007-12-21
1
-2
/
+2
*
r25798: - check return value of ndr_push_set_switch_value()
Stefan Metzmacher
2007-12-21
1
-1
/
+8
*
r25797: use error and out logic
Stefan Metzmacher
2007-12-21
1
-2
/
+6
*
r25796: use NT_STATUS_HAVE_NO_MEMORY()
Stefan Metzmacher
2007-12-21
1
-3
/
+1
*
r25794: use NDR_CHECK()
Stefan Metzmacher
2007-12-21
1
-4
/
+3
*
r25793: check the return value of ndr_push_set_switch_value()
Stefan Metzmacher
2007-12-21
1
-1
/
+1
*
r25792: use NT_STATUS_HAVE_NO_MEMORY() and NDR_CHECK()
Stefan Metzmacher
2007-12-21
1
-16
/
+6
*
r25784: fix compiler warning
Stefan Metzmacher
2007-12-21
1
-1
/
+1
*
r25782: use NT_STATUS_HAVE_NO_MEMORY()
Stefan Metzmacher
2007-12-21
1
-5
/
+5
*
r25779: the return value of ndr_pull_set_switch_value() should be checked
Stefan Metzmacher
2007-12-21
1
-2
/
+2
[next]