Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-07-16 | s4-loadparm: 2nd half of lp_ to lpcfg_ conversion | Andrew Tridgell | 1 | -1/+1 | |
this converts all callers that use the Samba4 loadparm lp_ calling convention to use the lpcfg_ prefix. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-05-28 | s4/test: remove torture/libnet/utils.h as we are using proto.h now | Kamen Mazdrashki | 1 | -1/+1 | |
2010-05-28 | s4/test: change prototype for test_opendomain() | Kamen Mazdrashki | 1 | -1/+1 | |
- name changed to test_domain_open to be more alike athore functions in utils.c file - output parameters moved to the end param list definition just after mem_ctx so it is somehow more clear those params are OUT | |||||
2010-04-14 | s4:torture/rpc: rename rpc.h => torture_rpc.h | Stefan Metzmacher | 1 | -1/+1 | |
The reason for this is that some systems include <rpc/rpc.h> from within system headers. HP-UX 11.00 does so somewhere deep inside of <shadow.h>. For torture/winbind/struct_based.c <rpc/rpc.h> resolves to torture/rpc/rpc.h and breaks the build. metze | |||||
2010-03-23 | s4-smbtorture: use torture_context for debugging output everywhere in libnet ↵ | Günther Deschner | 1 | -1/+1 | |
torture tests. Mimir, please check. Guenther | |||||
2010-03-23 | s4-smbtorture: remove trailing whitespace in libnet torture tests. | Günther Deschner | 1 | -9/+9 | |
Guenther | |||||
2010-03-15 | s4:tortore/libnet: fix crash bugs because of incorrect function prototypes | Stefan Metzmacher | 1 | -2/+4 | |
metze | |||||
2008-02-29 | Convert to new torture API. | Jelmer Vernooij | 1 | -4/+2 | |
(This used to be commit 40dffc177babec01c63fb717506fa86ff70a5b28) | |||||
2007-12-21 | r26238: Add a loadparm context parameter to torture_context, remove more ↵ | Jelmer Vernooij | 1 | -1/+1 | |
uses of global_loadparm. (This used to be commit a33a5530545086b81a3b205aa109dff11c546926) | |||||
2007-10-10 | r25554: Convert last instances of BOOL, True and False to the standard types. | Jelmer Vernooij | 1 | -9/+9 | |
(This used to be commit 566aa14139510788548a874e9213d91317f83ca9) | |||||
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 3fcc960839c6e5ca4de2c3c042f12f369ac5f238) | |||||
2007-10-10 | r25377: Simplify code a little by employing commonly used functions. | Rafal Szczesniak | 1 | -108/+4 | |
rafal (This used to be commit f0be9939cd83d8568d6b7f0540fb73ab530243f7) | |||||
2007-10-10 | r25368: Add the test of group add routine. | Rafal Szczesniak | 1 | -0/+197 | |
rafal (This used to be commit f893244a31dca52415b78e8db623f41b71602995) |