Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 2008-09-30 | 5 | -12/+237 | |
| |\ | ||||||
| | * | s4:drsblob: fix the build | Stefan Metzmacher | 2008-09-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | metze | |||||
| | * | Fix parsing of the trust passwords in LSA CreateTrustedDomainEx* | Andrew Bartlett | 2008-09-29 | 3 | -10/+232 | |
| | | | ||||||
| | * | s4:librpc/rpc: correctly sign or seal rpc request with an object guid | Stefan Metzmacher | 2008-09-30 | 1 | -2/+4 | |
| | | | | | | | | | | | | metze | |||||
| | * | dcerpc.idl: add DCERPC_PFC_OFFSET | Stefan Metzmacher | 2008-09-30 | 1 | -0/+1 | |
| | | | | | | | | | | | | metze | |||||
| * | | make sure dcerpc is always initialized. | Jelmer Vernooij | 2008-09-30 | 1 | -3/+1 | |
| | | | ||||||
| * | | Remove two more uses of global loadparm by remember required | Jelmer Vernooij | 2008-09-30 | 2 | -16/+31 | |
| | | | | | | | | | | | | details for secondary DCE/RPC connections. | |||||
| * | | Pass session options around; saves another use of global_loadparm. | Jelmer Vernooij | 2008-09-30 | 1 | -0/+1 | |
| | | | ||||||
| * | | Remove redundant call. | Jelmer Vernooij | 2008-09-30 | 1 | -1/+1 | |
| |/ | ||||||
* | | added new level for lsalookupnames2 | Andrew Tridgell | 2008-09-29 | 1 | -1/+2 | |
| | | ||||||
* | | added some more well known SIDs - thanks to the WSPP LSAT test suite | Andrew Tridgell | 2008-09-29 | 1 | -0/+6 | |
|/ | ||||||
* | s4-nbt: use moved libcli netlogon helpers. | Günther Deschner | 2008-09-23 | 1 | -1/+1 | |
| | | | | Guenther | |||||
* | s4-nbt: use ../libcli/nbt | Günther Deschner | 2008-09-23 | 1 | -1/+1 | |
| | | | | Guenther | |||||
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba into noejs | Jelmer Vernooij | 2008-09-19 | 2 | -3/+3 | |
|\ | ||||||
| * | Fix dependencies for nbt python module. | Jelmer Vernooij | 2008-09-19 | 1 | -1/+1 | |
| | | ||||||
| * | Fix path to ndrdump in blackbox test, don't start smb server for ndrdump | Jelmer Vernooij | 2008-09-19 | 1 | -2/+2 | |
| | | | | | | | | tests. | |||||
* | | Merge branch 'master' of ssh://git.samba.org/data/git/samba into noejs | Jelmer Vernooij | 2008-09-18 | 13 | -14/+169 | |
|\| | | | | | | | | | Conflicts: source4/main.mk | |||||
| * | Import ndr_syntax_id_equal from Samba 3. | Jelmer Vernooij | 2008-09-18 | 2 | -0/+7 | |
| | | ||||||
| * | Sync more interface descriptions between Samba 3 and Samba 4. | Jelmer Vernooij | 2008-09-17 | 5 | -12/+127 | |
| | | ||||||
| * | Sync addition of [todo] attribute to Samba 3. | Jelmer Vernooij | 2008-09-17 | 2 | -1/+14 | |
| | | ||||||
| * | Move common libraries from root to lib/. | Jelmer Vernooij | 2008-09-17 | 1 | -1/+1 | |
| | | ||||||
| * | Fix paths to subunit.sh | Jelmer Vernooij | 2008-09-16 | 1 | -1/+1 | |
| | | ||||||
| * | Move ndrdump tests closer to the code they test. | Jelmer Vernooij | 2008-09-16 | 3 | -0/+20 | |
| | | ||||||
* | | Remove remaining JavaScript code. | Jelmer Vernooij | 2008-09-16 | 1 | -1/+0 | |
|/ | ||||||
* | Fix more WMI compilation issues. | Jelmer Vernooij | 2008-09-16 | 1 | -3/+2 | |
| | ||||||
* | Remove more hand-written marshallers. | Jelmer Vernooij | 2008-09-16 | 3 | -953/+103 | |
| | ||||||
* | Support restricted. | Jelmer Vernooij | 2008-09-16 | 1 | -5/+8 | |
| | ||||||
* | Import proper IDL for interface pointers. | Jelmer Vernooij | 2008-09-16 | 2 | -345/+268 | |
| | ||||||
* | More changes getting WMI code to compile, import manual marshalling. | Jelmer Vernooij | 2008-09-16 | 5 | -2/+872 | |
| | ||||||
* | Revert accidental changes to lib/basic.mk. | Jelmer Vernooij | 2008-09-15 | 1 | -1/+1 | |
| | ||||||
* | Get code closer to compiling without errors, fix formatting, add docstrings. | Jelmer Vernooij | 2008-09-15 | 1 | -4/+9 | |
| | ||||||
* | Add wikipedia link to WMI. | Jelmer Vernooij | 2008-09-15 | 1 | -0/+4 | |
| | ||||||
* | Allow base classes to be defined in other files. | Jelmer Vernooij | 2008-09-15 | 2 | -3/+1 | |
| | ||||||
* | Redefine BSTR. | Jelmer Vernooij | 2008-09-15 | 1 | -0/+9 | |
| | ||||||
* | Redefine BSTR. | Jelmer Vernooij | 2008-09-15 | 1 | -0/+2 | |
| | ||||||
* | Build (D)COM output again. | Jelmer Vernooij | 2008-09-15 | 1 | -1/+1 | |
| | ||||||
* | Avoid using unions without discriminants. | Jelmer Vernooij | 2008-09-15 | 1 | -2/+2 | |
| | ||||||
* | Reimport pidl support for COM. | Jelmer Vernooij | 2008-09-15 | 2 | -29/+20 | |
| | ||||||
* | Move WMI IDL into separate IDL file. | Jelmer Vernooij | 2008-09-15 | 2 | -2/+0 | |
| | ||||||
* | Import IDL for WMI. | Andrzej Hajda | 2008-09-15 | 2 | -0/+865 | |
| | ||||||
* | Reimport DCOM IDL. | Jelmer Vernooij | 2008-09-15 | 1 | -0/+307 | |
| | ||||||
* | librpc/rpc: don't send auth trailers in level connect | Stefan Metzmacher | 2008-09-13 | 1 | -113/+77 | |
| | | | | | | | | | | | | Also ignore auth trailers in level connect on receive. This fixes [krb5,connect] against windows. TODO: maybe the gensec mech need to decide if signatures are needed in level connect. metze (This used to be commit eca0502b8620f2110a303b84def4f0bf48cc4ea5) | |||||
* | client free credentials when not needed anymore | Stefan Metzmacher | 2008-09-13 | 1 | -0/+7 | |
| | | | | (This used to be commit d982b69df638f17da6af398e2613986240031064) | |||||
* | drsblobs.idl: add parser for ExtendedErrorInfo see [MS-EERR]: ExtendedError ↵ | Stefan Metzmacher | 2008-09-09 | 1 | -4/+72 | |
| | | | | | | | Remote Data Structure metze (This used to be commit 3edbbb12bda8e19a9f5a72849bc79e0fad7976f8) | |||||
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into ↵ | Andrew Bartlett | 2008-09-08 | 1 | -21/+95 | |
|\ | | | | | | | | | | | trusted-domains (This used to be commit a057c3ed9df2670e5cad5f1807e280d77eb58cb0) | |||||
| * | ndr_compression: add XPRESS compression support | Stefan Metzmacher | 2008-09-07 | 1 | -1/+49 | |
| | | | | | | | | | | metze (This used to be commit 1432a96d37e367d9d97d48b69c6f16351a9ad066) | |||||
| * | ndr_compression: fix the build after lzxpress_decompress() prototype change | Stefan Metzmacher | 2008-09-07 | 1 | -1/+11 | |
| | | | | | | | | | | metze (This used to be commit b36056aac3f55587d2b3e7b66feea8173dbc67f0) | |||||
| * | ndr_compression: change debug levels | Stefan Metzmacher | 2008-09-06 | 1 | -6/+6 | |
| | | | | | | | | | | metze (This used to be commit 83446e22dd1eda958ef62bbe998da0a47b9ff8ef) | |||||
| * | ndr_compression: use deflateReset() together with defalteSetDictionary() | Stefan Metzmacher | 2008-09-06 | 1 | -8/+17 | |
| | | | | | | | | | | metze (This used to be commit dcc57512b030995d9b186c7a6cb3b304d5680867) | |||||
| * | ndr_compression: use inflateReset() and inflateSetDictionary() instead of ↵ | Stefan Metzmacher | 2008-09-06 | 1 | -7/+14 | |
| | | | | | | | | | | | | | | | | | | inflateReset2() Now we can use an unmodified system zlib-1.2.3 metze (This used to be commit d68e36b485239cbaf99a6dce3f3bf52b4abcd06d) |