Age | Commit message (Expand) | Author | Files | Lines |
2008-10-14 | Share ndr_compression.c. | Jelmer Vernooij | 1 | -516/+0 |
2008-10-13 | Share ndr.c implementation. | Jelmer Vernooij | 1 | -1117/+0 |
2008-10-13 | Import warning fixes from Samba 3 into libndr, sync more libndr code. | Jelmer Vernooij | 1 | -2/+1 |
2008-10-13 | Share uuid implementations. | Jelmer Vernooij | 1 | -227/+0 |
2008-10-13 | Share ndr_misc implementations. | Jelmer Vernooij | 1 | -46/+0 |
2008-10-13 | Share ndr_basic implementation. | Jelmer Vernooij | 1 | -833/+0 |
2008-10-13 | Import warning fixes from Samba 3. | Jelmer Vernooij | 1 | -8/+22 |
2008-10-13 | Import debug macros from Samba 3's libndr. | Jelmer Vernooij | 1 | -0/+8 |
2008-10-11 | Fix include paths to new location of libutil. | Jelmer Vernooij | 3 | -3/+3 |
2008-10-11 | Move lib/util from source4 to top-level libutil. | Jelmer Vernooij | 1 | -1/+1 |
2008-09-30 | s4:drsblob: fix the build | Stefan Metzmacher | 1 | -1/+1 |
2008-09-29 | Fix parsing of the trust passwords in LSA CreateTrustedDomainEx* | Andrew Bartlett | 1 | -0/+213 |
2008-09-18 | Import ndr_syntax_id_equal from Samba 3. | Jelmer Vernooij | 2 | -0/+7 |
2008-09-17 | Move common libraries from root to lib/. | Jelmer Vernooij | 1 | -1/+1 |
2008-09-16 | Remove more hand-written marshallers. | Jelmer Vernooij | 2 | -762/+0 |
2008-09-16 | More changes getting WMI code to compile, import manual marshalling. | Jelmer Vernooij | 2 | -0/+855 |
2008-09-07 | ndr_compression: add XPRESS compression support | Stefan Metzmacher | 1 | -1/+49 |
2008-09-07 | ndr_compression: fix the build after lzxpress_decompress() prototype change | Stefan Metzmacher | 1 | -1/+11 |
2008-09-06 | ndr_compression: change debug levels | Stefan Metzmacher | 1 | -6/+6 |
2008-09-06 | ndr_compression: use deflateReset() together with defalteSetDictionary() | Stefan Metzmacher | 1 | -8/+17 |
2008-09-06 | ndr_compression: use inflateReset() and inflateSetDictionary() instead of inf... | Stefan Metzmacher | 1 | -7/+14 |
2008-08-21 | ndr_compression: implement mszip compression based on deflate() | Stefan Metzmacher | 1 | -1/+98 |
2008-08-21 | drsuapi.idl: use hand written push functions for the compressed blobs | Stefan Metzmacher | 1 | -0/+173 |
2008-08-21 | ndr_compression: add common parts of ndr compression | Stefan Metzmacher | 1 | -15/+52 |
2008-08-20 | ndr_compression: remove the type serialization handling from the compression ... | Stefan Metzmacher | 1 | -36/+0 |
2008-08-20 | ndr_compression: unify the common handling of mszip and xpress compression | Stefan Metzmacher | 1 | -107/+33 |
2008-08-20 | librpc/ndr: add support for Type Serialization Version 1 to subcontext | Stefan Metzmacher | 1 | -1/+114 |
2008-08-18 | ndr_compression: use zlib's inflate() for decompression | Stefan Metzmacher | 1 | -11/+81 |
2008-08-18 | librpc/ndr: add support for XPRESS decompression | Matthieu Suiche | 1 | -5/+56 |
2008-07-16 | drsuapi.idl: fix unknowns in drsuapi_DsReplicaObject* | Stefan Metzmacher | 1 | -1/+1 |
2008-04-17 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Andrew Tridgell | 2 | -0/+55 |
2008-04-17 | libndr: add dom_sid0 type that can later be used for CLDAP and MAILSLOT ntlog... | Stefan Metzmacher | 2 | -0/+55 |
2008-04-17 | use uintptr_t instead of intptr_t where appropriate | Andrew Tridgell | 1 | -2/+2 |
2008-04-02 | Install public header files again and include required prototypes. | Jelmer Vernooij | 3 | -7/+169 |
2008-04-01 | Add warning to public headers. | Jelmer Vernooij | 1 | -0/+5 |
2008-02-15 | ndr_sec_helper: create a completely zero sid, so that ndr_size_dom_sid28 can ... | Stefan Metzmacher | 1 | -0/+3 |
2008-02-12 | librpc: remove special support for fixed length strings | Stefan Metzmacher | 2 | -46/+1 |
2008-01-21 | Be sure to pass iconv handle down to compression subcontexts (fixes | Andrew Bartlett | 1 | -0/+4 |
2008-01-15 | util: Move asn1 to lib/util to trim down the number of subsystems. | Jelmer Vernooij | 1 | -1/+1 |
2008-01-01 | r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,... | Jelmer Vernooij | 1 | -11/+14 |
2008-01-01 | r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc... | Jelmer Vernooij | 1 | -3/+2 |
2007-12-21 | r26432: Require ndr_pull users to specify iconv_convenience. | Jelmer Vernooij | 2 | -8/+8 |
2007-12-21 | r26431: Require ndr_push creators to specify a iconv_convenience context. | Jelmer Vernooij | 3 | -14/+15 |
2007-12-21 | r26429: Avoid use of global_smb_iconv_convenience. | Jelmer Vernooij | 1 | -2/+3 |
2007-12-21 | r26427: Avoid global_smb_iconv_convenience. | Jelmer Vernooij | 3 | -11/+19 |
2007-12-21 | r26316: Use contexts for conversion functions. | Jelmer Vernooij | 1 | -5/+11 |
2007-12-21 | r26261: Use enum type. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26054: ndr: remove ndr_push/pull_save | Stefan Metzmacher | 3 | -43/+0 |
2007-12-21 | r26052: ndr_krb5pac: don't use ndr_pull_save anymore | Stefan Metzmacher | 1 | -3/+3 |
2007-12-21 | r26051: ndr_string: don't use ndr_pull_save anymore | Stefan Metzmacher | 1 | -4/+4 |