Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r4725: make "password server" a string list | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r4723: Predefine libnet_JoinDomain as it's used in proto.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r4722: Start to add 'net join' to Samba4. | Andrew Bartlett | 8 | -48/+445 |
2007-10-10 | r4721: Changes to libnet_passwd to take advantage of the new easier to call | Andrew Bartlett | 2 | -198/+239 |
2007-10-10 | r4720: Reformat, rename, and convert to enums parts of the LSA IDL specificat... | Andrew Bartlett | 1 | -45/+46 |
2007-10-10 | r4719: snprintf.c is used outside of samba, so don't use our special types | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r4718: don't use the deprecated __va_copy() unless va_copy() is unavailable | Andrew Tridgell | 2 | -0/+4 |
2007-10-10 | r4717: fixed our usage of VA_COPY to be more standards compliant | Andrew Tridgell | 2 | -4/+15 |
2007-10-10 | r4716: add a real ugly hack to get all ldap queries of an | Stefan Metzmacher | 3 | -2/+1091 |
2007-10-10 | r4715: alwys add the distinguishedName attribute | Stefan Metzmacher | 2 | -0/+40 |
2007-10-10 | r4714: move the ldb code to the new talloc interface (eg remove _p suffix) | Simo Sorce | 13 | -623/+358 |
2007-10-10 | r4713: Add initial support for QueryTrustedDomainInfo on LSA. | Andrew Bartlett | 1 | -6/+47 |
2007-10-10 | r4712: slight tidy up in alter_context server | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r4711: - deprecate talloc_destroy() | Andrew Tridgell | 3 | -9/+19 |
2007-10-10 | r4710: added a smb_composite_savefile() function, and expanded the test suite... | Andrew Tridgell | 7 | -20/+392 |
2007-10-10 | r4709: fix compiler warnings | Stefan Metzmacher | 1 | -12/+6 |
2007-10-10 | r4708: Comparing with LDAP, it is clear that these 'flags' are in fact the | Andrew Bartlett | 3 | -15/+15 |
2007-10-10 | r4707: w2k3 don't restict passwords on | Stefan Metzmacher | 3 | -10/+84 |
2007-10-10 | r4706: Fix the build, after I renamed these elements in the IDL. | Andrew Bartlett | 2 | -2/+2 |
2007-10-10 | r4705: use an enum for reject_reason | Stefan Metzmacher | 1 | -4/+6 |
2007-10-10 | r4703: Add support for EnumTrustDomain, and expand the testsuite. | Andrew Bartlett | 4 | -113/+223 |
2007-10-10 | r4702: implment idl, torture test and server code for netr_ServerPasswordSet2() | Stefan Metzmacher | 4 | -10/+188 |
2007-10-10 | r4701: remove debugs | Stefan Metzmacher | 1 | -2/+0 |
2007-10-10 | r4700: first attempt at a composite async function, smb_composite_loadfile(), | Andrew Tridgell | 8 | -2/+449 |
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 | 6 | -187/+423 |
2007-10-10 | r4695: Leave less memory handing around on long-term TALLOC_CTX. | Andrew Bartlett | 1 | -19/+29 |
2007-10-10 | r4694: 'fix' the behaviour for setting only the old, but not the new secret. | Andrew Bartlett | 2 | -6/+52 |
2007-10-10 | r4693: Add another test (RPC-MULTIBIND) that should always pass. | Andrew Bartlett | 2 | -5/+5 |
2007-10-10 | r4692: Make the client SPNEGO code bail out in a couple more cases. | Andrew Bartlett | 1 | -1/+4 |
2007-10-10 | r4691: Make the DCE-RPC bind code compleatly generic to the number of passes | Andrew Bartlett | 1 | -6/+14 |
2007-10-10 | r4690: - add support for async rpc server replies | Stefan Metzmacher | 8 | -186/+410 |
2007-10-10 | r4689: - make talloc_report_depth() public | Stefan Metzmacher | 2 | -1/+9 |
2007-10-10 | r4688: don't run male proto for lib/talloc/ | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r4687: use struct type and location for easier finding | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r4686: cerate a function to create a socket by specifying an socket_ops struct | Stefan Metzmacher | 1 | -8/+16 |
2007-10-10 | r4685: only remove events when we have them | Stefan Metzmacher | 1 | -4/+8 |
2007-10-10 | r4684: the smbsrv code should not know about rpc stuff | Stefan Metzmacher | 3 | -13/+12 |
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 | 10 | -65/+642 |
2007-10-10 | r4681: Another entry for structs.h | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r4680: Make more efficient use of memory in SAMR: | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r4679: Remove the void* from samdb. We now use structures without full | Andrew Bartlett | 1 | -74/+63 |
2007-10-10 | r4678: Add some const to LDB. | Andrew Bartlett | 2 | -2/+2 |
2007-10-10 | r4677: stub.pm must be synced with server.pm | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r4676: NTTIME_1sec is a standard NTTIME for the calling code | Stefan Metzmacher | 1 | -1/+4 |
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 | 6 | -50/+161 |
2007-10-10 | r4671: Expand the RPC-LSA test to set secret values twice. | Andrew Bartlett | 1 | -0/+60 |