Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r4726: - use the name tcon and tid instead of conn and cnum | Stefan Metzmacher | 2 | -2/+2 |
2007-10-10 | r4710: added a smb_composite_savefile() function, and expanded the test suite... | Andrew Tridgell | 1 | -7/+40 |
2007-10-10 | r4708: Comparing with LDAP, it is clear that these 'flags' are in fact the | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r4707: w2k3 don't restict passwords on | Stefan Metzmacher | 1 | -0/+63 |
2007-10-10 | r4706: Fix the build, after I renamed these elements in the IDL. | Andrew Bartlett | 2 | -2/+2 |
2007-10-10 | r4703: Add support for EnumTrustDomain, and expand the testsuite. | Andrew Bartlett | 1 | -107/+137 |
2007-10-10 | r4702: implment idl, torture test and server code for netr_ServerPasswordSet2() | Stefan Metzmacher | 1 | -2/+69 |
2007-10-10 | r4700: first attempt at a composite async function, smb_composite_loadfile(), | Andrew Tridgell | 3 | -1/+80 |
2007-10-10 | r4699: Move the test_EnumTrustDom() test into the test_CreateTrustedDomain | Andrew Bartlett | 1 | -43/+63 |
2007-10-10 | r4698: - Initial implementation of trusted domains in LSA. | Andrew Bartlett | 1 | -3/+3 |
2007-10-10 | r4694: 'fix' the behaviour for setting only the old, but not the new secret. | Andrew Bartlett | 1 | -3/+9 |
2007-10-10 | r4690: - add support for async rpc server replies | Stefan Metzmacher | 1 | -14/+35 |
2007-10-10 | r4683: fix the build | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r4682: A LDB-based secrets implementation in Samba4. | Andrew Bartlett | 2 | -21/+58 |
2007-10-10 | r4675: Prevent global warming, and save tridge's sainity by short-cutting the | Andrew Bartlett | 1 | -4/+8 |
2007-10-10 | r4674: Test SetSecret behaviour for local and global secrets, when setting | Andrew Bartlett | 1 | -15/+103 |
2007-10-10 | r4673: Fix the IDL for the QuerySecret LSA call. | Andrew Bartlett | 2 | -41/+125 |
2007-10-10 | r4671: Expand the RPC-LSA test to set secret values twice. | Andrew Bartlett | 1 | -0/+60 |
2007-10-10 | r4660: Test what we should return for a secret that does not exist. | Andrew Bartlett | 1 | -0/+9 |
2007-10-10 | r4635: Fix NTLMSSP to return NT_STATUS_OK when it has constructed the auth | Andrew Bartlett | 1 | -2/+11 |
2007-10-10 | r4631: don't consider an epmapper insert as a failure for the moment | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r4625: added a test that demonstrates that once a context_id is established, | Andrew Tridgell | 1 | -0/+28 |
2007-10-10 | r4624: Several crash fixes for DCOM | Jelmer Vernooij | 1 | -6/+14 |
2007-10-10 | r4621: Add torture tests for epm_Insert and epm_Delete | Jelmer Vernooij | 1 | -0/+71 |
2007-10-10 | r4618: - tidied up the alter_context client code a bit | Andrew Tridgell | 1 | -1/+8 |
2007-10-10 | r4617: basic alter_context requests now work in our client library. The test | Andrew Tridgell | 5 | -9/+81 |
2007-10-10 | r4616: the first phase in the addition of proper support for | Andrew Tridgell | 8 | -42/+41 |
2007-10-10 | r4614: Fix RPC-SAMLOGON, to use the workstation context (forgot to globally r... | Andrew Bartlett | 2 | -5/+8 |
2007-10-10 | r4612: make the output for the w2k3 acl bug a bit clearer | Andrew Tridgell | 1 | -0/+19 |
2007-10-10 | r4610: You can't join as a BDC and test against trusted domains. This test | Andrew Bartlett | 1 | -1/+4 |
2007-10-10 | r4603: Test creating local and global secrets over LSA. | Andrew Bartlett | 1 | -97/+102 |
2007-10-10 | r4597: Recently I've come across a case where I suspect the GetAnyDCName requ... | Volker Lendecke | 1 | -0/+94 |
2007-10-10 | r4596: added a dynamic inheritance ACLs test. As far as I can tell w2k3 does ... | Andrew Tridgell | 1 | -10/+148 |
2007-10-10 | r4591: - converted the other _p talloc functions to not need _p | Andrew Tridgell | 8 | -17/+18 |
2007-10-10 | r4590: Make RPC-SAMSYNC pass againt Win2k3. | Andrew Bartlett | 1 | -4/+9 |
2007-10-10 | r4585: don't consider LookupSids3 failing with NT_STATUS_ACCESS_DENIED (as w2... | Andrew Tridgell | 1 | -1/+38 |
2007-10-10 | r4583: print which bit failed in the owner bits check | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r4582: finally worked out what is going on with the inherited ACLs test and w... | Andrew Tridgell | 1 | -12/+197 |
2007-10-10 | r4566: Fix Samba4 to pass it's own RPC-SAMLOGON torture test. | Andrew Bartlett | 1 | -28/+34 |
2007-10-10 | r4560: - fixed crash bugs in the RPC-SCHANNEL and RPC-NETLOGON tests | Andrew Tridgell | 2 | -77/+31 |
2007-10-10 | r4559: prevent the RPC-EPMAPPER test from looping forever against w2k3 | Andrew Tridgell | 1 | -4/+11 |
2007-10-10 | r4549: got rid of a lot more uses of plain talloc(), instead using | Andrew Tridgell | 9 | -19/+19 |
2007-10-10 | r4547: - added talloc_new(ctx) macro that is a neater form of the common tall... | Andrew Tridgell | 4 | -6/+6 |
2007-10-10 | r4532: - rename bitmap -> bits | Stefan Metzmacher | 2 | -7/+7 |
2007-10-10 | r4520: added a enum test function to the echo pipe | Andrew Tridgell | 1 | -0/+39 |
2007-10-10 | r4510: Some more tests for RPC-NETLOGON, checking the idea that we could | Andrew Bartlett | 1 | -0/+147 |
2007-10-10 | r4499: Almost make our Samba4 server pass the RPC-SAMLOGON torture test. | Andrew Bartlett | 2 | -3/+24 |
2007-10-10 | r4492: r.in.info is a pointer that needs to be allocated before use | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r4491: don't dereference q1.out.sam unless we know it is not NULL | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4483: - rename same structs, enums and uninons of the dssetup pipe | Stefan Metzmacher | 1 | -8/+16 |