Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-05-18 | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 1 | -4/+3 | |
2010-04-15 | s4:torture/rpc/dssync.c: check for NT_STATUS_RPC_PROCNUM_OUT_OF_RANGE ↵ | Stefan Metzmacher | 1 | -6/+2 | |
instead of DCERPC_FAULT_OP_RNG_ERROR metze | |||||
2010-04-15 | s4:torture/rpc: don't look at p->last_fault_code for debugging anymore | Stefan Metzmacher | 1 | -6/+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-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/dssync.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 1 | -6/+8 | |
metze | |||||
2010-03-16 | s4:dsdb Change dsdb_get_schema() callers to use new talloc argument | Andrew Bartlett | 1 | -1/+1 | |
This choses an appropriate talloc context to attach the schema too, long enough lived to ensure it does not go away before the operation compleates. Andrew Bartlett | |||||
2010-03-11 | RPC-DSSYNC: handle DCERPC_FAULT_OP_RNG_ERROR as not supported for ↵ | Stefan Metzmacher | 1 | -1/+5 | |
DsGetNT4ChangeLog() metze | |||||
2010-03-11 | RPC-DSSYNC: fix the build after idl changes | Stefan Metzmacher | 1 | -6/+11 | |
metze | |||||
2010-03-10 | s4/drs: DsCrackNames - Propagating IDL changes to source code | Kamen Mazdrashki | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-10 | s4/drs: DsGetNCChanges - Propagating IDL changes to source code | Kamen Mazdrashki | 1 | -3/+3 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-02-26 | s4:RPC-DSSYNC: pass the ip address to the cldap code instead of a name | Stefan Metzmacher | 1 | -2/+16 | |
metze | |||||
2010-02-26 | s4:torture: use a connected CLDAP socket. | Stefan Metzmacher | 1 | -4/+17 | |
This is needed because we don't (want) to specify an explicit local address. And the socket family (ipv4 vs. ipv6) needs to be autodetected based on the remote address before the socket() syscall. Otherwise we would try to connect to a ipv4 address through an ipv6only socket. metze | |||||
2010-01-18 | idl: switched to using the WSPP names for the 'neighbour' DRS options | Andrew Tridgell | 1 | -12/+12 | |
The documentation shows that all these functions in fact use the same flags variable type. To be consistent between functions, and to allow easy reference to the WSPP docs, it is better for us to also use this generic DrsOptions bitfield rather than one per operations. | |||||
2009-11-23 | s4/drs(tort): DSSYNC test to print what is different in drs_msg also | Kamen Mazdrashki | 1 | -1/+7 | |
2009-11-17 | s4/drs(tort): Convert DSSYNC test to a test case fixture | Kamen Mazdrashki | 1 | -23/+67 | |
Now it should be much more clear why and where a test in DSSYNC test case has failed. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2009-11-17 | s4/drs(tort): replace DEBUG with torture_asert/comment/fail | Kamen Mazdrashki | 1 | -45/+49 | |
I left dumping of decrypted attributes values 'as is' (using DEBUG and DEBUGADD) as it uses dump_data() function. dump_data() uses DEBUGADD internally, so I have no way to redirect its output to torture_context at this point. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2009-11-17 | s4/drs(tort): use torture_drsuapi_assert_call() macro for error checking | Kamen Mazdrashki | 1 | -11/+2 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2009-11-17 | s4/drs(tort): replace 'printf' with 'torture_...' calls | Kamen Mazdrashki | 1 | -14/+15 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2009-11-17 | s4/drs(tort): 'DsSyncBindInfo.pipe' renamed - 'pipe' is a system call | Kamen Mazdrashki | 1 | -11/+11 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2009-11-17 | s4:dsdb With these workarounds, we now pass the RPC-DSSYNC test | Andrew Bartlett | 1 | -2/+15 | |
2009-11-12 | s4:torture Use (some) torture_assert() calls in RPC-DSSYNC test | Andrew Bartlett | 1 | -5/+4 | |
2009-11-12 | s4:torture Remove _drs_util_verify_attids() from RPC-DSSYNC | Andrew Bartlett | 1 | -86/+0 | |
I'm satisfied that the task this test does is already done by the time we map the incoming schema, and process the objects. If we have the OID mapping wrong or incomplete, we will get any errors this test found errors there. (And this dramaticly reduces the test time, so we can now add RPC-DSSYNC to 'make test'). Andrew Bartlett | |||||
2009-11-12 | s4:torture/dsdb Add verification of the push-to-LDB functions in RPC-DSSYNC | Andrew Bartlett | 1 | -23/+260 | |
This is done by comparing the values against the remote host's LDAP server. Andrew Bartlett | |||||
2009-11-12 | s4:torture Convert RPC-DSSYNC test to use LDB rather than raw LDAP | Andrew Bartlett | 1 | -49/+28 | |
(This should make it easier to do more 'compare DRS with LDAP' operations, as LDB is an easier interface to program.) Andrew Bartlett | |||||
2009-10-20 | s4-torture: ran minimal_includes.pl over source4/torture | Andrew Tridgell | 1 | -4/+0 | |
This reduces compile time somewhat. | |||||
2009-10-16 | s4/drs(tort): _drs_util_verify_attids() to verify ATTIDs in objects received | Kamen Mazdrashki | 1 | -0/+50 | |
2009-10-16 | s4/drs(tort): _drs_ldap_attr_by_oid() implementation | Kamen Mazdrashki | 1 | -0/+49 | |
Utility function to be used to fetch Attribute name and DN giving attribute OID | |||||
2009-04-14 | Move DRSUAPI per-attribute decryption into a common file | Andrew Bartlett | 1 | -116/+9 | |
This file (contining metze's decryption routines) is now also be used by Samba3's DRSUAPI implementation Andrew Bartlett | |||||
2009-03-19 | s4:cldap: rewrite the cldap library based on tsocket | Stefan Metzmacher | 1 | -2/+7 | |
metze | |||||
2008-10-23 | s4-smbtorture: fix build warning. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-10-18 | s4-drsuapi: merge drsuapi_DsGetNCChanges from s3 drsuapi idl. | Günther Deschner | 1 | -63/+70 | |
Guenther | |||||
2008-10-18 | s4-drsuapi: merge drsuapi_DsCrackNames from s3 drsuapi idl. | Günther Deschner | 1 | -8/+15 | |
Guenther | |||||
2008-10-17 | s4-smbtorture: fix drsuapi_DsGetNT4ChangeLog test. | Günther Deschner | 1 | -0/+4 | |
Guenther | |||||
2008-10-17 | s4: merge from s3 drsuapi.idl. | Günther Deschner | 1 | -11/+14 | |
Guenther | |||||
2008-10-02 | The IRIX compiler does not like embedded unnamed unions | Volker Lendecke | 1 | -3/+3 | |
2008-09-24 | Move source4/lib/crypto to lib/crypto. | Jelmer Vernooij | 1 | -1/+1 | |
2008-08-20 | drsuapi: fix samba4 callers after drsuapi.idl changes | Stefan Metzmacher | 1 | -6/+9 | |
metze (This used to be commit 4b054cee51c39c5430bcadd5c06a94dc3e6b0d8f) | |||||
2008-08-08 | We can't use ndr_pull_struct_blob_all in combinatin with relative pointers | Andrew Bartlett | 1 | -3/+4 | |
(This used to be commit d0a128f35b259d4891edc68fc24aa04a6da7aab7) | |||||
2008-08-07 | drsuapi: fix callers after idl change | Stefan Metzmacher | 1 | -1/+1 | |
metze (This used to be commit 7dee6fb62d5adbd2eaaaf4d8ba9e87a72ef9f94b) | |||||
2008-07-31 | Print trustAuthOutgoing and trustAuthIncoming in RPC-DSSYNC | Andrew Bartlett | 1 | -6/+22 | |
(This used to be commit 6673a6e62399c4956a44a06685aa91ce8145b92a) | |||||
2008-07-31 | Use the cldap reply to avoid segfaulting in RPC-DSSYNC | Andrew Bartlett | 1 | -1/+13 | |
Also don't fail the test if the server does not implement the NT4 changelog. Andrew Bartlett (This used to be commit 514d88580bee3bb17f1032262f5518e3ab2a349a) | |||||
2008-07-23 | drsuapi: always set the pid field of the outgoing DsBindInfo to 0. | Michael Adam | 1 | -1/+1 | |
This is for debugging and informational purposes only. The assignment is implementation specific. (WSPP docs, sec. 5.35). Michael (This used to be commit 1f5704e2dee5900e8d1d87699b76f67c0e12854e) | |||||
2008-07-23 | RPC-DSSYNC: print 'supplementalCredentials' more verbosely | Stefan Metzmacher | 1 | -0/+10 | |
metze (This used to be commit 6a7637b12e4a34915a53e81a0f47571da21fdc5a) | |||||
2008-07-23 | smbtorture: add a warning for unknown BindInfo length to the RPC-DSSYNC test | Michael Adam | 1 | -0/+3 | |
Michael (This used to be commit 7ee99105ea3a50d8ee2c83ecd39e834ed9efb98c) | |||||
2008-07-23 | smbtorture: add support for the DSBindInfo48 to the RPC-DSSYNC test. | Michael Adam | 1 | -0/+9 | |
Michael (This used to be commit 67a99e445871861945fd0a45784cffb358bdccf3) | |||||
2008-07-22 | Change occurrences of the u1 member of DsBindInfo* to pid after idl change. | Michael Adam | 1 | -3/+3 | |
Michael (This used to be commit b91bbc5fe4a47e5823be6be5f2f203f1f14105de) | |||||
2008-07-16 | drsuapi: make use of the 'more_data' field in DsGetNCChangesCtr[1|6] | Stefan Metzmacher | 1 | -2/+2 | |
metze (This used to be commit 35c7fa470a7433d081403b2b57a331c7dc287aef) | |||||
2008-07-16 | drsuapi: get ctr6 out of xpress compressed level | Stefan Metzmacher | 1 | -0/+5 | |
metze (This used to be commit 4e0708148a121bd41a12abf6122d5d6f3f09667a) | |||||
2008-06-30 | drsuapi.idl: remove some unknows from DsGetNCChanges() (update samba4 callers) | Stefan Metzmacher | 1 | -6/+6 | |
metze (This used to be commit d41b3dd6ffc4fd894bc05798dbc2ff4b53933a06) |