Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r5928: Use cli_credentials in: | Jelmer Vernooij | 1 | -33/+9 |
2007-10-10 | r5917: First step in using the new cli_credentials structure. This patch | Jelmer Vernooij | 1 | -5/+5 |
2007-10-10 | r5902: A rather large change... | Andrew Bartlett | 1 | -4/+6 |
2007-10-10 | r5866: Add InitShutdown IDL and torture test. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r5651: A bit more code in userinfo test and hook up test function to | Rafal Szczesniak | 1 | -0/+3 |
2007-10-10 | r5490: The big (D)COM commit! :-) Contains most of the changes described in the | Jelmer Vernooij | 1 | -0/+3 |
2007-10-10 | r5487: - Allow disabling modules | Jelmer Vernooij | 1 | -13/+0 |
2007-10-10 | r5415: added a NBT-WINSREPLICATION torture test. It asks the server for the | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5403: a simple WINS benchmarking program | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5308: trimmed back a lot of the old macros from smb_macros.h | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r5298: - got rid of pstring.h from includes.h. This at least makes it a bit | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5294: - added a separate NBT-WINS test for WINS operations (register, refres... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5156: started on test driven development of the nbt server. This adds a | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r5130: added a single NBT name query benchmark. It keeps 10 queries in flight... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r4973: Add a RAP scanner to smbtorture. win2k has call numbers 0-215 although | Tim Potter | 1 | -0/+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 | 1 | -20/+9 |
2007-10-10 | r4831: added udp support to our generic sockets library. | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r4758: - added async support to the session request code | Andrew Tridgell | 1 | -40/+12 |
2007-10-10 | r4757: added the ability of the clisocket level of libcli to handle async | Andrew Tridgell | 1 | -3/+0 |
2007-10-10 | r4700: first attempt at a composite async function, smb_composite_loadfile(), | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r4617: basic alter_context requests now work in our client library. The test | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r4475: fixed smbd to work with the small changes in the ldb API (the most imp... | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r4451: added initial RPC-DSSETUP torture test. It works for level1 of | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r4422: make lp_set_cmdline("torture:dangerous", "Yes") a bool parameter | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r4169: add descriptions about binding and unc strings to the | Stefan Metzmacher | 1 | -1/+45 |
2007-10-10 | r4063: - change char * -> uint8_t in struct request_buffer | Stefan Metzmacher | 1 | -10/+10 |
2007-10-10 | r4052: fixed a bunch of code to use the type safe _p allocation macros | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4035: more effort on consistent naming of the access mask bits. | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4013: got rid of a bunch of unused or unmaintained code | Andrew Tridgell | 1 | -5/+1 |
2007-10-10 | r4011: get rid of rpc_secdes.h and replace it with a single sane set of | Andrew Tridgell | 1 | -34/+39 |
2007-10-10 | r3945: expanded the BASE-PROPERTIES test to print a nicely formatted list of | Andrew Tridgell | 1 | -28/+3 |
2007-10-10 | r3898: Work towards local/server DCOM support, start working | Jelmer Vernooij | 1 | -0/+9 |
2007-10-10 | r3891: Add rot (Running Object Table) interface | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r3829: added a RAW-ACLS test suite that tests query/set of ACLs on a file | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3746: added RAW-STREAMS and RAW-EAS tests to smbtorture | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r3699: - split the delayed write testing out of RAW-WRITE, as it is not yet | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3686: The results of some work on the NETLOGON pipe: | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r3677: Seperate the SamLogon tests from the main RPC-NETLOGON test into a | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r3660: This simulates the logon sequence of a XP login session I'm currently ... | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r3633: - moved module init functions to after smb.conf and command line | Andrew Tridgell | 1 | -2/+5 |
2007-10-10 | r3608: added BASE-DENYDOS test | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3586: Fix some of the issues with the module init functions. | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r3574: the RAW-OPEN test changes broke a couple of the other tests. This | Andrew Tridgell | 1 | -54/+1 |
2007-10-10 | r3513: Add (the infrastructure for) DCOM support. Contents: | Jelmer Vernooij | 1 | -0/+3 |
2007-10-10 | r3507: - added deferred replies on sharing violation in pvfs open. The | Andrew Tridgell | 1 | -16/+14 |
2007-10-10 | r3494: got rid of include/rewrite.h, and split out the dynconfig.h header | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3481: split out client.h and events.h | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ... | Andrew Tridgell | 1 | -0/+1 |