Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-08 | Avoid using a utility header for Python replacements included in Samba, | Jelmer Vernooij | 1 | -1/+5 | |
since this will not be shipped with talloc/tdb/tevent/etc. | |||||
2009-01-07 | s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4 | Tim Prouty | 1 | -0/+1 | |
2009-01-06 | py: Properly increase the reference counter of Py_None. | Jelmer Vernooij | 1 | -5/+5 | |
2009-01-01 | Fix syntax errors. | Jelmer Vernooij | 1 | -2/+2 | |
2008-12-21 | Fix more tests, improve repr() functions for various Python types. | Jelmer Vernooij | 1 | -30/+5 | |
2008-12-21 | Simplify customization of pidl-generated Python modules. | Jelmer Vernooij | 1 | -47/+104 | |
2008-12-21 | Allow providing extra module-level Python functions. | Jelmer Vernooij | 1 | -1/+6 | |
2008-12-21 | Merge the rest of security.i into samba.dcerpc.security. | Jelmer Vernooij | 1 | -0/+35 | |
2008-12-21 | Remove duplicate Python bindings for dom_sid, security_descriptor and | Jelmer Vernooij | 1 | -0/+214 | |
security_token. | |||||
2008-12-16 | Add python extensions for dom_sid. | Jelmer Vernooij | 1 | -0/+58 | |
2008-12-12 | Move dom_sid to the Samba 3 IDL file, remove the old definition. | Jelmer Vernooij | 1 | -248/+0 | |
2008-12-12 | Manually marshall dom_sid, so we can use a fixed size array for | Jelmer Vernooij | 1 | -2/+33 | |
dom_sid.sub_auths rather than a dynamically allocated one. This makes it possible to use the same DCE/RPC object code for Samba 3 and Samba 4's DCE/RPC parsers and allows copying sids more easily (since they no longer contain any pointers). The cost of having additional manual marshalling code is limited (~35 additional lines of C code). | |||||
2008-11-07 | librpc/ndr: move ndr_sec_helper.c to the toplevel | Stefan Metzmacher | 1 | -88/+0 | |
metze | |||||
2008-11-07 | s4: ndr_sec_helper: remove unused include | Stefan Metzmacher | 1 | -1/+0 | |
metze | |||||
2008-11-07 | s4: security.idl: split of dom_sid stuff into dom_sid.idl | Stefan Metzmacher | 2 | -190/+218 | |
This prepares having a shared security.idl file metze | |||||
2008-10-24 | Remove another use of global_loadparm. | Jelmer Vernooij | 1 | -8/+9 | |
2008-10-24 | Remove iconv_convenience argument from convert_string{,talloc}() but | Jelmer Vernooij | 1 | -10/+10 | |
make them wrappers around convert_string{,talloc}_convenience(). | |||||
2008-10-20 | Move orpc to top-level directory. | Jelmer Vernooij | 1 | -173/+0 | |
2008-10-20 | Move WMI support code to top-level. | Jelmer Vernooij | 2 | -63/+0 | |
2008-10-20 | Make sure prototypes are always included, make some functions static and | Jelmer Vernooij | 1 | -30/+0 | |
remove some unused functions. | |||||
2008-10-20 | Use tables in Samba 3 ndrdump. | Jelmer Vernooij | 1 | -134/+0 | |
2008-10-18 | idl: share drsblobs idl. | Günther Deschner | 1 | -213/+0 | |
Guenther | |||||
2008-10-18 | drsuapi: share drsuapi idl and helper code. | Günther Deschner | 2 | -385/+0 | |
Guenther | |||||
2008-10-18 | Add TALLOC_CTX pointer to strhex_to_data_blob for consistency with Samba | Jelmer Vernooij | 1 | -3/+2 | |
3. | |||||
2008-10-15 | Share libndr.h between Samba 3 and Samba 4. | Jelmer Vernooij | 1 | -517/+0 | |
2008-10-14 | Share ndr_krb5pac implementation. | Jelmer Vernooij | 1 | -140/+0 | |
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 | |
Conflicts: source4/Makefile | |||||
2008-09-30 | s4:drsblob: fix the build | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
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 | |
metze (This used to be commit 1432a96d37e367d9d97d48b69c6f16351a9ad066) | |||||
2008-09-07 | ndr_compression: fix the build after lzxpress_decompress() prototype change | Stefan Metzmacher | 1 | -1/+11 | |
metze (This used to be commit b36056aac3f55587d2b3e7b66feea8173dbc67f0) | |||||
2008-09-06 | ndr_compression: change debug levels | Stefan Metzmacher | 1 | -6/+6 | |
metze (This used to be commit 83446e22dd1eda958ef62bbe998da0a47b9ff8ef) | |||||
2008-09-06 | ndr_compression: use deflateReset() together with defalteSetDictionary() | Stefan Metzmacher | 1 | -8/+17 | |
metze (This used to be commit dcc57512b030995d9b186c7a6cb3b304d5680867) | |||||
2008-09-06 | ndr_compression: use inflateReset() and inflateSetDictionary() instead of ↵ | Stefan Metzmacher | 1 | -7/+14 | |
inflateReset2() Now we can use an unmodified system zlib-1.2.3 metze (This used to be commit d68e36b485239cbaf99a6dce3f3bf52b4abcd06d) | |||||
2008-08-21 | ndr_compression: implement mszip compression based on deflate() | Stefan Metzmacher | 1 | -1/+98 | |
The output doesn't match the output from windows servers, but it's a start... metze (This used to be commit 8a2f9688275aa150b739b5525e738df15c5e25cc) | |||||
2008-08-21 | drsuapi.idl: use hand written push functions for the compressed blobs | Stefan Metzmacher | 1 | -0/+173 | |
This isn't really the final solution, as we compress the data twice, but it works. metze (This used to be commit 6da1d41173a7b82412fcebdd751eade51cf82b2a) | |||||
2008-08-21 | ndr_compression: add common parts of ndr compression | Stefan Metzmacher | 1 | -15/+52 | |
metze (This used to be commit 9fe466f84afcbd64c9bbfe0f9ea6c1933acb07fe) |