Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s4:libnet: let libnet_rpc_groupinfo() take tevent_context/dcerpc_binding_handle | Stefan Metzmacher | 2014-01-16 | 1 | -2/+4 |
| | | | | | | | This avoids usage/dereferencing 'struct dcerpc_pipe'. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org> | ||||
* | s4-loadparm: 2nd half of lp_ to lpcfg_ conversion | Andrew Tridgell | 2010-07-16 | 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> | ||||
* | s4/test: remove torture/libnet/utils.h as we are using proto.h now | Kamen Mazdrashki | 2010-05-28 | 1 | -1/+1 |
| | |||||
* | s4/test: change prototype for test_opendomain() | Kamen Mazdrashki | 2010-05-28 | 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 | ||||
* | s4:torture/rpc: rename rpc.h => torture_rpc.h | Stefan Metzmacher | 2010-04-14 | 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 | ||||
* | s4-smbtorture: use torture_context for debugging output everywhere in libnet ↵ | Günther Deschner | 2010-03-23 | 1 | -7/+8 |
| | | | | | | | | torture tests. Mimir, please check. Guenther | ||||
* | s4-smbtorture: remove trailing whitespace in libnet torture tests. | Günther Deschner | 2010-03-23 | 1 | -8/+8 |
| | | | | Guenther | ||||
* | s4:tortore/libnet: fix crash bugs because of incorrect function prototypes | Stefan Metzmacher | 2010-03-15 | 1 | -3/+5 |
| | | | | metze | ||||
* | Convert to new torture API. | Jelmer Vernooij | 2008-02-29 | 1 | -1/+1 |
| | | | | (This used to be commit 40dffc177babec01c63fb717506fa86ff70a5b28) | ||||
* | r26238: Add a loadparm context parameter to torture_context, remove more ↵ | Jelmer Vernooij | 2007-12-21 | 1 | -1/+1 |
| | | | | | | uses of global_loadparm. (This used to be commit a33a5530545086b81a3b205aa109dff11c546926) | ||||
* | r25554: Convert last instances of BOOL, True and False to the standard types. | Jelmer Vernooij | 2007-10-10 | 1 | -11/+11 |
| | | | | (This used to be commit 566aa14139510788548a874e9213d91317f83ca9) | ||||
* | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 2007-10-10 | 1 | -1/+1 |
| | | | | (This used to be commit 3fcc960839c6e5ca4de2c3c042f12f369ac5f238) | ||||
* | r25377: Simplify code a little by employing commonly used functions. | Rafal Szczesniak | 2007-10-10 | 1 | -154/+3 |
| | | | | | rafal (This used to be commit f0be9939cd83d8568d6b7f0540fb73ab530243f7) | ||||
* | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 2007-10-10 | 1 | -0/+1 |
| | | | | (This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31) | ||||
* | r24755: Use common code for finding the RPC binding in the torture tests. | Jelmer Vernooij | 2007-10-10 | 1 | -2/+0 |
| | | | | (This used to be commit e3310e773924ddd2129e8ca1a86e23d0f713c19c) | ||||
* | r24735: Use torture API in more places. | Jelmer Vernooij | 2007-10-10 | 1 | -1/+1 |
| | | | | (This used to be commit 1319d88c099496be29dd9214fa2492c81e848369) | ||||
* | r24568: Fix the build, caused by a conflict betwen mimir's work and metze's ↵ | Andrew Bartlett | 2007-10-10 | 1 | -1/+1 |
| | | | | | | | bulk rename. Andrew Bartlett (This used to be commit 6e730d43e4052e074161af7bedef87994056e398) | ||||
* | r24555: Add a test for libnet's group info call. | Rafal Szczesniak | 2007-10-10 | 1 | -0/+275 |
rafal (This used to be commit 40ad66dd75acce330c2db3f4258eacf8265b05e2) |