Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r5498: fix OpenPrinter() idl and torture test | Stefan Metzmacher | 1 | -11/+8 |
2007-10-10 | r5489: hide handwritten pull/push/print code from the caller | Stefan Metzmacher | 1 | -98/+27 |
2007-10-10 | r5465: Add support to multiple levels of pointers in pidl. | Jelmer Vernooij | 1 | -0/+44 |
2007-10-10 | r5453: Treat "embedded" arrays (surrounding structures) somewhat | Jelmer Vernooij | 1 | -6/+5 |
2007-10-10 | r5452: Add implementation + torture test for echo_Surrounding | Jelmer Vernooij | 1 | -0/+35 |
2007-10-10 | r5394: as the timing should be fixed in the server now, don't accept to early... | Stefan Metzmacher | 1 | -10/+9 |
2007-10-10 | r5390: use __location__ to make tracking down errors in RPC-SAMSYNC easier | Andrew Tridgell | 1 | -9/+10 |
2007-10-10 | r5364: Rename string fields called 'domain' and 'name' to be 'domain_name'. | Tim Potter | 5 | -18/+18 |
2007-10-10 | r5310: allow for rounding errors in the sleep test | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5308: trimmed back a lot of the old macros from smb_macros.h | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5298: - got rid of pstring.h from includes.h. This at least makes it a bit | Andrew Tridgell | 11 | -27/+27 |
2007-10-10 | r5209: Fix the endpoint mapper to work with IPX endpoints (which | Jelmer Vernooij | 1 | -91/+13 |
2007-10-10 | r5197: moved events code to lib/events/ (suggestion from metze) | Andrew Tridgell | 2 | -2/+2 |
2007-10-10 | r5185: make all the events data structures private to events.c. This will | Andrew Tridgell | 2 | -0/+2 |
2007-10-10 | r5155: define ipv4address as a based IDL type, mapped to a "const char *" in | Andrew Tridgell | 1 | -7/+2 |
2007-10-10 | r5148: use ipv4_addr also in epmapper idl | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r5137: fix types | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r5090: Fix up the IDL for LogonGetDomainInfo in NETLOGON. | Andrew Bartlett | 1 | -10/+4 |
2007-10-10 | r5089: Fix indentation. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the | Andrew Tridgell | 23 | -73/+73 |
2007-10-10 | r5034: - added a type mapping function in pidl, so the type names in our IDL | Andrew Tridgell | 2 | -10/+10 |
2007-10-10 | r4951: some of the code dealing with libcli was getting too complex trying to | Andrew Tridgell | 1 | -14/+3 |
2007-10-10 | r4938: allow the caller to supply an existing event_context if they want to | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4891: - added a generic resolve_name() async interface in libcli/resolve/, | Andrew Tridgell | 1 | -4/+7 |
2007-10-10 | r4888: use the neater calling convention | Andrew Tridgell | 1 | -31/+8 |
2007-10-10 | r4777: added a smb_composite_sesssetup() async composite function. This | Andrew Tridgell | 1 | -11/+11 |
2007-10-10 | r4776: Add more debugs to SamSync test. | Andrew Bartlett | 1 | -25/+64 |
2007-10-10 | r4758: - added async support to the session request code | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4726: - use the name tcon and tid instead of conn and cnum | Stefan Metzmacher | 1 | -1/+1 |
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 | 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 | 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 |