summaryrefslogtreecommitdiffstats
path: root/source4/torture/rpc/netlogon.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some typesJelmer Vernooij2011-02-281-1/+1
* s4:torture/rpc/netlogon.c - fix two build warnings by castsMatthias Dieter Wallnöfer2011-02-221-2/+2
* ldb: use #include <ldb.h> for ldbAndrew Tridgell2011-02-101-1/+1
* s4:torture/rpc/netlogon: add invalid level tests for netr_LogonControl2Stefan Metzmacher2011-02-021-0/+24
* s4:torture/rpc/netlogon: improve comments in test_LogonControl2()Stefan Metzmacher2011-02-021-12/+12
* s4:torture/rpc/netlogon: test invalid netr_LogonControl() levelStefan Metzmacher2011-02-021-0/+7
* s4:torture/rpc/netlogon: test invalid LogonSamLogon levelsStefan Metzmacher2011-02-021-0/+90
* s4:torture/rpc/netlogon: test validation levels 2 and 3Stefan Metzmacher2011-02-021-1/+1
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-111-3/+3
* s4-tests Workaround new default of 'client ntlmv2 auth = yes' in testsAndrew Bartlett2010-12-091-1/+1
* s4:netlogon/LogonGetDomainInfo - handle a NULL "dns_hostname"Matthias Dieter Wallnöfer2010-11-191-2/+20
* Revert "s4:remove "util_ldb" submodule and integrate the three gendb_* calls ...Matthias Dieter Wallnöfer2010-10-171-0/+1
* s4:remove "util_ldb" submodule and integrate the three gendb_* calls in "dsdb...Matthias Dieter Wallnöfer2010-10-171-1/+0
* s4:torture/rpc/netlogon.c - remove the dependency on "samdb_server_site_name"Matthias Dieter Wallnöfer2010-09-241-5/+54
* s3/s4: merge msleep and smb_msleepBjörn Jacke2010-09-161-5/+5
* s4-smbtorture: Make test_SetupCredentials3 publicSumit Bose2010-08-251-1/+1
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-21/+21
* s4-smbtorture: handle NT_STATUS_NOT_IMPLEMENTED in GetForestTrustInformation ...Günther Deschner2010-06-291-2/+6
* s4-smbtorture: use TEST_MACHINE_NAME in test_netr_GetForestTrustInformation().Günther Deschner2010-06-291-1/+1
* s4-smbtorture: add netr_GetForestTrustInformation test to RPC-NETLOGON.Günther Deschner2010-06-291-0/+39
* s4:torture/rpc/netlogon.c - make sure that the address family is set in littl...Matthias Dieter Wallnöfer2010-06-181-18/+18
* s4:torture/rpc/netlogon.c - activate "AddressToSitenames" tests which do run ...Matthias Dieter Wallnöfer2010-06-181-12/+16
* s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library.Stefan Metzmacher2010-06-161-1/+1
* s3/s4:netrEnumerateTrustedDomains - this call returns a "NTSTATUS" resultMatthias Dieter Wallnöfer2010-05-311-1/+1
* s4:torture/rpc/netlogon.c - add another "LogonGetDomainInfo" testcaseMatthias Dieter Wallnöfer2010-05-311-0/+17
* s4:torture Add tests to demonstrate S2U4Self in the RPC-PAC testAndrew Bartlett2010-05-201-1/+1
* s4:torture/rpc/netlogon.c - don't use constant "AF_LOCAL" but do use "AF_UNIX...Matthias Dieter Wallnöfer2010-05-111-2/+2
* s4:torture - DsRAddressToSitenames[Ex]W testsuite - make it IPv4-only compatibleMatthias Dieter Wallnöfer2010-04-271-4/+56
* s4-netlogon: fixed getDcNameEx2 for blank inputsAndrew Tridgell2010-04-281-0/+9
* s4-torture: not all platforms have defines like AF_AX25Andrew Tridgell2010-04-271-6/+6
* s4:torture - DsRGetDcSiteCoverageW - adapt test to check for the sitenameMatthias Dieter Wallnöfer2010-04-271-0/+24
* s4:torture - DsRGetSiteName - move "skip" statement before the "computer_name...Matthias Dieter Wallnöfer2010-04-271-3/+3
* s4:torture - GetAnyDCName - adaptionsMatthias Dieter Wallnöfer2010-04-271-2/+23
* s4:torture - DsRAddressesToSitenames - enhance the testsuiteMatthias Dieter Wallnöfer2010-04-271-24/+264
* s4:torture/rpc/netlogon.c - fix typoMatthias Dieter Wallnöfer2010-04-201-1/+1
* s4:torture/rpc: rename rpc.h => torture_rpc.hStefan Metzmacher2010-04-141-1/+1
* s4:torture/netlogon - enhance test for "dcesrv_netr_DsRGetDCNameEx2"Matthias Dieter Wallnöfer2010-04-131-0/+20
* subunit: Support formatting compatible with upstream subunit, for consistency.Jelmer Vernooij2010-04-111-1/+1
* s4:torture/rpc/netlogon.c: add explicit check for NTSTATUS r.out.resultGünther Deschner2010-03-291-98/+116
* s4:torture/rpc/netlogon.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-171-61/+99
* s4:torture/rpc: make use of use tevent_req based dcerpc_binding_handle stubsStefan Metzmacher2010-03-121-3/+6
* s4-smbtorture: add netr_SamLogon test with NULL domain to RPC-NETLOGON-S3.Günther Deschner2010-03-111-4/+30
* s4:torture/rpc/netlogon.c - "LogonGetDomainInfo" test - make it compatible ag...Matthias Dieter Wallnöfer2010-03-091-18/+100
* s4:RPC-NETLOGON: remove useless rpc callbackStefan Metzmacher2010-03-011-18/+1
* s4:torture/rpc: make use of explicit dcerpc_*_recv functionsStefan Metzmacher2010-03-011-1/+1
* s4:torture/rpc: use generate_random_password()Stefan Metzmacher2010-02-261-4/+4
* s4:torture/rpc/netlogon - Fix uninitialised variableMatthias Dieter Wallnöfer2009-11-211-2/+1
* s4-smbtorture: re-arrange netlogon LogonControl test.Günther Deschner2009-11-091-13/+64
* s4-ldbwrap: added re-use of ldb contexts in ldb_wrap_connect()Andrew Tridgell2009-10-231-1/+1
* s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell2009-10-201-6/+0