Age | Commit message (Expand) | Author | Files | Lines |
2008-01-24 | Make the repl_meta_data module the default for domain controllers. | Andrew Bartlett | 1 | -4/+0 |
2008-01-23 | Fix DRSUAPI replication test - NET-API-BECOME-DC. | Andrew Bartlett | 1 | -19/+18 |
2008-01-22 | build: Remove support for DESCRIPTION setting that is now unused. | Jelmer Vernooij | 1 | -1/+0 |
2008-01-22 | torture: Use manually written .pc file. | Jelmer Vernooij | 2 | -0/+13 |
2008-01-20 | Add an exception for S3 | Volker Lendecke | 1 | -3/+10 |
2008-01-17 | Fix an output message in samba3rpc torture test. | Michael Adam | 1 | -1/+1 |
2008-01-14 | python: Fix rpcecho tests. | Jelmer Vernooij | 1 | -39/+0 |
2008-01-14 | pidl/python: Fix use of pointers. | Jelmer Vernooij | 1 | -2/+2 |
2008-01-14 | python: Add some more rpc/echo tests. | Jelmer Vernooij | 1 | -0/+11 |
2008-01-14 | python: Add simple tests for the DCE/RPC echo interface. | Jelmer Vernooij | 1 | -0/+28 |
2008-01-11 | libnet: Fix includes to silence a warning | Kai Blin | 1 | -0/+4 |
2008-01-11 | gentest: Fix a warning. | Kai Blin | 1 | -1/+3 |
2008-01-11 | Native move servers will refuse these SamSync operations, so don't | Andrew Bartlett | 1 | -0/+9 |
2008-01-07 | r26690: torture: Move torture_context_init() to the ui.c, where all functions... | Jelmer Vernooij | 2 | -17/+18 |
2008-01-06 | r26685: Fix bug 5137 by Mark Ridley. The RPC-ATSVC test is not tested, so was | Andrew Bartlett | 1 | -0/+5 |
2008-01-06 | r26683: Add another testcase. I still don't know what's wrong here. | Andrew Bartlett | 1 | -0/+21 |
2008-01-06 | r26682: Move CLDAP to the modern torture system, and add value checking. | Andrew Bartlett | 1 | -14/+28 |
2008-01-05 | r26672: Janitorial: Remove uses of global_loadparm. | Jelmer Vernooij | 1 | -1/+1 |
2008-01-05 | r26671: rap: Convert the RAP tests to the new torture API and run them by def... | Jelmer Vernooij | 1 | -71/+27 |
2008-01-03 | r26655: torture/auth/pac: remove uses of global_loadparm | Jelmer Vernooij | 1 | -2/+2 |
2008-01-03 | r26654: libcli/smb_composite: Rather than specifying each of the gazillion op... | Jelmer Vernooij | 13 | -47/+78 |
2008-01-03 | r26653: Janitorial: Remove global_loadparm use in two more places. | Jelmer Vernooij | 1 | -14/+19 |
2008-01-03 | r26651: libsmb: Allow specifying signing policy from higher up. | Jelmer Vernooij | 4 | -1/+4 |
2008-01-03 | r26650: torture/raw: Fix warnings in lockbench/openbench. | Jelmer Vernooij | 2 | -6/+15 |
2008-01-02 | r26646: libcli/smb_composite: Allow specifying SMB parameters in smb_composit... | Jelmer Vernooij | 3 | -0/+18 |
2008-01-02 | r26645: Janitorial: Fix a couple of warnings. | Jelmer Vernooij | 3 | -14/+14 |
2008-01-02 | r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,... | Jelmer Vernooij | 12 | -16/+52 |
2008-01-01 | r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,... | Jelmer Vernooij | 6 | -16/+31 |
2008-01-01 | r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc... | Jelmer Vernooij | 2 | -3/+3 |
2007-12-30 | r26634: Add NET-API-CREATEGROUP test. | Rafal Szczesniak | 2 | -0/+43 |
2007-12-26 | r26606: masktest: Dynamically allocate strings. | Kai Blin | 1 | -21/+27 |
2007-12-26 | r26605: masktest: Get rid of pstrings. | Kai Blin | 1 | -23/+35 |
2007-12-26 | r26604: Don't depend on Python just yet, since the code that uses it is ifdef... | Jelmer Vernooij | 1 | -2/+1 |
2007-12-26 | r26599: Attempt to also support provisioning using Python in the BECOME-DC test. | Jelmer Vernooij | 2 | -52/+162 |
2007-12-26 | r26589: torture: Add non-const version of torture_tcase_add_simple_test | Kai Blin | 1 | -0/+32 |
2007-12-26 | r26588: Janitorial: Rename torture_*_add_*test to torture_*_add_*test_const. | Kai Blin | 4 | -45/+53 |
2007-12-24 | r26580: Include sentinel in build.h, in case the list is empty. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-24 | r26579: Fix the typo that breaks the code coverage build. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-24 | r26576: Allow the static module loading code to be used for the Python modules. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26540: Revert my previous commit after concerns raised by Andrew. | Jelmer Vernooij | 3 | -5/+5 |
2007-12-21 | r26539: Remove unnecessary statics. | Jelmer Vernooij | 3 | -5/+5 |
2007-12-21 | r26531: Prevent from displaying the results if the function | Rafal Szczesniak | 1 | -0/+2 |
2007-12-21 | r26530: Add NET-API-GROUPLIST test. | Rafal Szczesniak | 2 | -0/+81 |
2007-12-21 | r26498: Fix memory leak in iconv code. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26466: Janitorial: Remove pstrings and static char[]s from torture/basic/sca... | Kai Blin | 1 | -77/+144 |
2007-12-21 | r26453: Janitorial: Don't use a static char[] in smb_readline_replacement. | Kai Blin | 2 | -0/+2 |
2007-12-21 | r26438: Store iconv convenience in tdr push contexts. | Jelmer Vernooij | 5 | -5/+5 |
2007-12-21 | r26432: Require ndr_pull users to specify iconv_convenience. | Jelmer Vernooij | 3 | -6/+10 |
2007-12-21 | r26431: Require ndr_push creators to specify a iconv_convenience context. | Jelmer Vernooij | 1 | -3/+3 |
2007-12-21 | r26429: Avoid use of global_smb_iconv_convenience. | Jelmer Vernooij | 10 | -20/+22 |