Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-09-18 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into noejs | Jelmer Vernooij | 13 | -14/+169 | |
Conflicts: source4/main.mk | |||||
2008-09-18 | Import ndr_syntax_id_equal from Samba 3. | Jelmer Vernooij | 2 | -0/+7 | |
2008-09-17 | Sync more interface descriptions between Samba 3 and Samba 4. | Jelmer Vernooij | 5 | -12/+127 | |
2008-09-17 | Sync addition of [todo] attribute to Samba 3. | Jelmer Vernooij | 2 | -1/+14 | |
2008-09-17 | Move common libraries from root to lib/. | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-16 | Fix paths to subunit.sh | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-16 | Move ndrdump tests closer to the code they test. | Jelmer Vernooij | 3 | -0/+20 | |
2008-09-16 | Remove remaining JavaScript code. | Jelmer Vernooij | 1 | -1/+0 | |
2008-09-16 | Fix more WMI compilation issues. | Jelmer Vernooij | 1 | -3/+2 | |
2008-09-16 | Remove more hand-written marshallers. | Jelmer Vernooij | 3 | -953/+103 | |
2008-09-16 | Support restricted. | Jelmer Vernooij | 1 | -5/+8 | |
2008-09-16 | Import proper IDL for interface pointers. | Jelmer Vernooij | 2 | -345/+268 | |
2008-09-16 | More changes getting WMI code to compile, import manual marshalling. | Jelmer Vernooij | 5 | -2/+872 | |
2008-09-15 | Revert accidental changes to lib/basic.mk. | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-15 | Get code closer to compiling without errors, fix formatting, add docstrings. | Jelmer Vernooij | 1 | -4/+9 | |
2008-09-15 | Add wikipedia link to WMI. | Jelmer Vernooij | 1 | -0/+4 | |
2008-09-15 | Allow base classes to be defined in other files. | Jelmer Vernooij | 2 | -3/+1 | |
2008-09-15 | Redefine BSTR. | Jelmer Vernooij | 1 | -0/+9 | |
2008-09-15 | Redefine BSTR. | Jelmer Vernooij | 1 | -0/+2 | |
2008-09-15 | Build (D)COM output again. | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-15 | Avoid using unions without discriminants. | Jelmer Vernooij | 1 | -2/+2 | |
2008-09-15 | Reimport pidl support for COM. | Jelmer Vernooij | 2 | -29/+20 | |
2008-09-15 | Move WMI IDL into separate IDL file. | Jelmer Vernooij | 2 | -2/+0 | |
2008-09-15 | Import IDL for WMI. | Andrzej Hajda | 2 | -0/+865 | |
2008-09-15 | Reimport DCOM IDL. | Jelmer Vernooij | 1 | -0/+307 | |
2008-09-13 | librpc/rpc: don't send auth trailers in level connect | Stefan Metzmacher | 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) | |||||
2008-09-13 | client free credentials when not needed anymore | Stefan Metzmacher | 1 | -0/+7 | |
(This used to be commit d982b69df638f17da6af398e2613986240031064) | |||||
2008-09-09 | drsblobs.idl: add parser for ExtendedErrorInfo see [MS-EERR]: ExtendedError ↵ | Stefan Metzmacher | 1 | -4/+72 | |
Remote Data Structure metze (This used to be commit 3edbbb12bda8e19a9f5a72849bc79e0fad7976f8) | |||||
2008-09-08 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into ↵ | Andrew Bartlett | 1 | -21/+95 | |
trusted-domains (This used to be commit a057c3ed9df2670e5cad5f1807e280d77eb58cb0) | |||||
2008-09-08 | More work towards trusted domains support in Samba4's LSA | Andrew Bartlett | 1 | -3/+3 | |
Make 'lsar_CreateTrustedDomain' consistant with lsar_CreateTrustedDomainEx{,2} by renaming handle -> policy_handle Implement LSA server logic to create the cn=users trust account for incoming trusts. Andrew Bartlett (This used to be commit d87b655e20b7c38756774cec2e5898af38c46786) | |||||
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-09-04 | More work to implement LSA CreateTrustedDomainEx2 | Andrew Bartlett | 2 | -8/+26 | |
We still don't get the format inside the encrypted blob correct however. Andrew Bartlett (This used to be commit 99a3abda09716c064b3e9a37c4a79a8f62444eca) | |||||
2008-09-03 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet | Andrew Bartlett | 2 | -1/+18 | |
(This used to be commit 9590805bcbdd1924eda5a69978ffac7ec7603451) | |||||
2008-09-03 | Implement NETLOGON PAC verfication on the server-side | Andrew Bartlett | 2 | -1/+18 | |
This is implemented by means of a message to the KDC, to avoid having to link most of the KDC into netlogon. Andrew Bartlett (This used to be commit 82fcd7941f5c54da2d994c8bd99dd8d86299a296) | |||||
2008-09-02 | Share IDL between the LSA and drsblob representations of trusts | Andrew Bartlett | 2 | -41/+51 | |
(This used to be commit e5520706c88911c66b3ce5817e371900212ca083) | |||||
2008-08-29 | It turns out that the Netlogon PAC verification is encrypted. | Andrew Bartlett | 2 | -2/+9 | |
This test now passes against Win2k3, and a implementation in the Samba4 server should follow shortly. Andrew Bartlett (This used to be commit c6b8ba893dd3ed90bca32c0ae89fd33be729c238) | |||||
2008-08-28 | Further rework the RPC-PAC test. | Andrew Bartlett | 1 | -1/+1 | |
This would seem to match the documentation requirements for the PAC verfication over NETLOGON, but I can't get Win2k3 to accept it so far. Andrew Bartlett (This used to be commit acfa87f3411a61bdd9066fbbba2bcfbe2a60cbbe) | |||||
2008-08-27 | Add a test to explore Netlogon PAC validation | Andrew Bartlett | 2 | -5/+27 | |
However, I have still not figured out this protocol yet, and the docs are rather unclear... :-( Andrew Bartlett (This used to be commit d878643071a1477435a267e2944461d367cdfa79) | |||||
2008-08-26 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into pac-verify | Andrew Bartlett | 12 | -191/+695 | |
(This used to be commit b706708210a05d6f10474a3cd2bbc550704d4356) | |||||
2008-08-26 | Update RPC-LSA to (almost) pass against Windows 2008. | Andrew Bartlett | 2 | -27/+92 | |
(This used to be commit a17cb558c23142e522de3ed56d65c7694477395f) | |||||
2008-08-25 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local | Andrew Bartlett | 6 | -151/+471 | |
(This used to be commit a555334db67527b57bc6172e3d08f65caf1e6760) | |||||
2008-08-22 | Merge commit 'origin/v4-0-test' into v4-0-test | Andrew Tridgell | 3 | -21/+328 | |
(This used to be commit 93cf0b3c7e6d8a4758c44519de51e51be89f76c7) | |||||
2008-08-22 | Merge branch 'abartlet-4-0-local' into v4-0-test | Andrew Tridgell | 1 | -1/+7 | |
(This used to be commit 469fac2669991b130dec219e1a109a8b2ce224be) | |||||
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 | 2 | -6/+179 | |
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) |