Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-15 | s4:torture/rpc: don't look at p->last_fault_code for debugging anymore | Stefan Metzmacher | 1 | -3/+0 | |
metze | |||||
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-04-14 | s4:torture/rpc/dsgetinfo: first check the rpc layer status before looking at ↵ | Stefan Metzmacher | 1 | -8/+13 | |
the application result metze | |||||
2010-04-11 | subunit: Support formatting compatible with upstream subunit, for consistency. | Jelmer Vernooij | 1 | -1/+1 | |
Upstream subunit makes a ":" after commands optional, so I've fixed any places where we might trigger commands accidently. I've filed a bug about this in subunit. | |||||
2010-03-16 | s4:torture/rpc/dsgetinfo.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 1 | -3/+6 | |
metze | |||||
2010-03-16 | s4:torture/rpc/dsgetinfo.c: fix name resolving for ldap_url | Stefan Metzmacher | 1 | -1/+6 | |
metze | |||||
2010-03-16 | s4-drs: Torture testcase for DS_REPL_INFO_METADATA_2_FOR_OBJ infoType of ↵ | Erick Nogueira do Nascimento | 1 | -46/+104 | |
DsGetReplInfo() This torture testcase considers both cases for this infoType: when the flag DRSUAPI_DS_LINKED_ATTRIBUTE_FLAG_ACTIVE is enabled and when not. Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-02-24 | s4/drs: Propagate drsuapi_DsReplicaGetInfoRequest2 changes in source code | Kamen Mazdrashki | 1 | -3/+3 | |
2010-02-24 | s4/drs: Propagate drsuapi_DsReplicaGetInfoRequest... changes into source code | Kamen Mazdrashki | 1 | -2/+2 | |
2010-02-17 | s4/drs:kccdrs_replica_get_info_obj_metadata implementation | Anatoliy Atanasov | 1 | -4/+4 | |
Fix the names of the drsuapi_DsReplicaInfoType enum and rebuild the .idl The get_info_obj_metadata implementation is ported from implementation i developed and tested at the samba io lab 2009 | |||||
2010-02-16 | s4-drs: DsGetReplInfo() refactoring | Erick Nogueira do Nascimento | 1 | -4/+15 | |
2010-01-16 | s4-idl: in DsReplicaGetInfo unknown2 is actually an enumeration_context | Andrew Tridgell | 1 | -2/+2 | |
2010-01-16 | s4-drs: torture test for DsGetReplInfo() (RPC-DSGETINFO test). | Erick Nogueira do Nascimento | 1 | -0/+350 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> |