Age | Commit message (Expand) | Author | Files | Lines |
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 | 5 | -5/+5 |
2007-10-10 | r5195: most events don't need the time of the event, so save a gettimeofday()... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5185: make all the events data structures private to events.c. This will | Andrew Tridgell | 5 | -1/+6 |
2007-10-10 | r5156: started on test driven development of the nbt server. This adds a | Andrew Tridgell | 3 | -1/+179 |
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 | r5130: added a single NBT name query benchmark. It keeps 10 queries in flight... | Andrew Tridgell | 3 | -0/+142 |
2007-10-10 | r5126: the composite code is no longer client specific or smb specific, so | Andrew Tridgell | 1 | -5/+5 |
2007-10-10 | r5107: moved the horrible ldap socket code, and the even worse | Andrew Tridgell | 1 | -6/+59 |
2007-10-10 | r5102: This is a major simplification of the logic for controlling top level | Andrew Tridgell | 1 | -3/+3 |
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 | r5071: Reverted (per tridge request). | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r5068: I'm pretty sure an old search request is allowed to return changed case | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the | Andrew Tridgell | 58 | -138/+138 |
2007-10-10 | r5035: fixed composite test to use --num-ops command line option | Andrew Tridgell | 1 | -20/+14 |
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 | r4980: Copy RAP callno constants from Samba 3 and start to use them. | Tim Potter | 1 | -6/+7 |
2007-10-10 | r4975: Update usage of talloc in rap torture code. | Tim Potter | 1 | -55/+47 |
2007-10-10 | r4973: Add a RAP scanner to smbtorture. win2k has call numbers 0-215 although | Tim Potter | 2 | -2/+31 |
2007-10-10 | r4951: some of the code dealing with libcli was getting too complex trying to | Andrew Tridgell | 3 | -20/+9 |
2007-10-10 | r4949: First version of a fetchfile composite function which connects to a se... | Volker Lendecke | 1 | -0/+99 |
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 | r4899: fixed build | Andrew Tridgell | 1 | -5/+5 |
2007-10-10 | r4891: - added a generic resolve_name() async interface in libcli/resolve/, | Andrew Tridgell | 2 | -24/+16 |
2007-10-10 | r4888: use the neater calling convention | Andrew Tridgell | 1 | -31/+8 |
2007-10-10 | r4832: added simple testing of tcp sockets to LOCAL-SOCKET test | Andrew Tridgell | 1 | -0/+108 |
2007-10-10 | r4831: added udp support to our generic sockets library. | Andrew Tridgell | 3 | -1/+137 |
2007-10-10 | r4792: use type safety int the test suite too | Andrew Tridgell | 1 | -6/+7 |
2007-10-10 | r4779: demonstrate doing 50 parallel loadfile operations, with a callback for... | Andrew Tridgell | 1 | -13/+40 |
2007-10-10 | r4777: added a smb_composite_sesssetup() async composite function. This | Andrew Tridgell | 3 | -45/+43 |
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 | 6 | -60/+29 |
2007-10-10 | r4757: added the ability of the clisocket level of libcli to handle async | Andrew Tridgell | 1 | -3/+0 |
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 |