summaryrefslogtreecommitdiffstats
path: root/source4/torture/rpc/dssync.c
Commit message (Expand)AuthorAgeFilesLines
* idl: switched to using the WSPP names for the 'neighbour' DRS optionsAndrew Tridgell2010-01-181-12/+12
* s4/drs(tort): DSSYNC test to print what is different in drs_msg alsoKamen Mazdrashki2009-11-231-1/+7
* s4/drs(tort): Convert DSSYNC test to a test case fixtureKamen Mazdrashki2009-11-171-23/+67
* s4/drs(tort): replace DEBUG with torture_asert/comment/failKamen Mazdrashki2009-11-171-45/+49
* s4/drs(tort): use torture_drsuapi_assert_call() macro for error checkingKamen Mazdrashki2009-11-171-11/+2
* s4/drs(tort): replace 'printf' with 'torture_...' callsKamen Mazdrashki2009-11-171-14/+15
* s4/drs(tort): 'DsSyncBindInfo.pipe' renamed - 'pipe' is a system callKamen Mazdrashki2009-11-171-11/+11
* s4:dsdb With these workarounds, we now pass the RPC-DSSYNC testAndrew Bartlett2009-11-171-2/+15
* s4:torture Use (some) torture_assert() calls in RPC-DSSYNC testAndrew Bartlett2009-11-121-5/+4
* s4:torture Remove _drs_util_verify_attids() from RPC-DSSYNCAndrew Bartlett2009-11-121-86/+0
* s4:torture/dsdb Add verification of the push-to-LDB functions in RPC-DSSYNCAndrew Bartlett2009-11-121-23/+260
* s4:torture Convert RPC-DSSYNC test to use LDB rather than raw LDAPAndrew Bartlett2009-11-121-49/+28
* s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell2009-10-201-4/+0
* s4/drs(tort): _drs_util_verify_attids() to verify ATTIDs in objects receivedKamen Mazdrashki2009-10-161-0/+50
* s4/drs(tort): _drs_ldap_attr_by_oid() implementationKamen Mazdrashki2009-10-161-0/+49
* Move DRSUAPI per-attribute decryption into a common fileAndrew Bartlett2009-04-141-116/+9
* s4:cldap: rewrite the cldap library based on tsocketStefan Metzmacher2009-03-191-2/+7
* s4-smbtorture: fix build warning.Günther Deschner2008-10-231-1/+1
* s4-drsuapi: merge drsuapi_DsGetNCChanges from s3 drsuapi idl.Günther Deschner2008-10-181-63/+70
* s4-drsuapi: merge drsuapi_DsCrackNames from s3 drsuapi idl.Günther Deschner2008-10-181-8/+15
* s4-smbtorture: fix drsuapi_DsGetNT4ChangeLog test.Günther Deschner2008-10-171-0/+4
* s4: merge from s3 drsuapi.idl.Günther Deschner2008-10-171-11/+14
* The IRIX compiler does not like embedded unnamed unionsVolker Lendecke2008-10-021-3/+3
* Move source4/lib/crypto to lib/crypto.Jelmer Vernooij2008-09-241-1/+1
* drsuapi: fix samba4 callers after drsuapi.idl changesStefan Metzmacher2008-08-201-6/+9
* We can't use ndr_pull_struct_blob_all in combinatin with relative pointersAndrew Bartlett2008-08-081-3/+4
* drsuapi: fix callers after idl changeStefan Metzmacher2008-08-071-1/+1
* Print trustAuthOutgoing and trustAuthIncoming in RPC-DSSYNCAndrew Bartlett2008-07-311-6/+22
* Use the cldap reply to avoid segfaulting in RPC-DSSYNCAndrew Bartlett2008-07-311-1/+13
* drsuapi: always set the pid field of the outgoing DsBindInfo to 0.Michael Adam2008-07-231-1/+1
* RPC-DSSYNC: print 'supplementalCredentials' more verboselyStefan Metzmacher2008-07-231-0/+10
* smbtorture: add a warning for unknown BindInfo length to the RPC-DSSYNC testMichael Adam2008-07-231-0/+3
* smbtorture: add support for the DSBindInfo48 to the RPC-DSSYNC test.Michael Adam2008-07-231-0/+9
* Change occurrences of the u1 member of DsBindInfo* to pid after idl change.Michael Adam2008-07-221-3/+3
* drsuapi: make use of the 'more_data' field in DsGetNCChangesCtr[1|6]Stefan Metzmacher2008-07-161-2/+2
* drsuapi: get ctr6 out of xpress compressed levelStefan Metzmacher2008-07-161-0/+5
* drsuapi.idl: remove some unknows from DsGetNCChanges() (update samba4 callers)Stefan Metzmacher2008-06-301-6/+6
* Rework the CLDAP and NBT netlogon requests and responses.Andrew Bartlett2008-05-161-3/+4
* Remove more event_context_init() uses from function calls within deep down th...Simo Sorce2008-04-211-5/+5
* Remove yet more uses of global_loadparm.Jelmer Vernooij2008-02-211-1/+1
* r26355: Eliminate global_loadparm in more places.Jelmer Vernooij2007-12-211-8/+10
* r26353: Remove use of global_loadparm.Jelmer Vernooij2007-12-211-1/+1
* r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij2007-12-211-1/+1
* r26271: Remove some more uses of global_loadparm.Jelmer Vernooij2007-12-211-0/+1
* r26264: pass name resolve order explicitly, use torture context for settings ...Jelmer Vernooij2007-12-211-27/+29
* r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij2007-12-211-1/+1
* r25825: Don't print the user's password hash at level 0.Andrew Bartlett2007-12-211-2/+1
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-30/+30
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-101-14/+14
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-1/+1