summaryrefslogtreecommitdiff
path: root/source4/torture/ldap
AgeCommit message (Expand)AuthorFilesLines
2013-09-23s4:torture:ldap: Fix misleading outputHoward Chu1-2/+2
2013-06-24torture: Add tests for LDAP substring search with no strings providedAndrew Bartlett1-0/+110
2012-04-18s4-schema: rename dsdb_attribute_from_ldb to dsdb_set_attribute_from_ldb and...Matthieu Patou1-2/+2
2012-01-04LDAP-CLDAP: demonstrate that pdc name is not an unc pathStefan Metzmacher1-0/+9
2012-01-04LDAP-CLDAP: demonstrate that pdc name is an unc pathStefan Metzmacher1-0/+6
2011-11-27s4:torture/ldap/cldap.c - remove the "test_cldap_netlogon_flag_ds_dns_forest"...Matthias Dieter Wallnöfer1-87/+4
2011-10-27s4:torture/ldap/basic.c - fix a typoMatthias Dieter Wallnöfer1-2/+2
2011-10-10libcli/cldap: don't pass tevent_context to cldap_socket_init()Stefan Metzmacher2-6/+6
2011-10-10libcli/cldap: pass tevent_context to cldap_search_send()Stefan Metzmacher1-1/+1
2011-10-10libcli/cldap: pass tevent_context to cldap_netlogon_send()Stefan Metzmacher1-1/+2
2011-05-03s4-libcli Remove resolve_name() as it conflicts with Samba3.Andrew Bartlett1-1/+2
2011-02-28Fix some typesJelmer Vernooij1-1/+1
2011-02-10ldb: use #include <ldb.h> for ldbAndrew Tridgell1-2/+2
2010-12-11s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij1-8/+8
2010-10-15s4:dsdb - remove "samdb_result_uint", "samdb_result_int64", "samdb_result_uin...Matthias Dieter Wallnöfer1-2/+2
2010-09-27s4:torture/ldap: close connections with an UnbindRequestStefan Metzmacher1-0/+29
2010-09-27LDAP-BASIC: test AbandonRequestStefan Metzmacher1-0/+41
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2-8/+8
2010-06-19s4:torture/ldap/basic.c - add more error code/messages testsMatthias Dieter Wallnöfer1-30/+264
2010-05-21s4:libcli/ldap Rename ldap.h to libcli_ldap.hAndrew Bartlett1-1/+1
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij3-32/+27
2010-05-03Added a function to check if an attribute can belong to a filtered replica.Nadezhda Ivanova1-0/+17
2010-04-27nbt: samlogon/netlogon structures - unify denominationsMatthias Dieter Wallnöfer1-6/+6
2010-04-13Revert "s4:prefer "samdb_*_dn" basedn calls over the "ldb_get_*_dn" functions"Matthias Dieter Wallnöfer1-3/+3
2010-04-12s4:torture/ldap/ldap_sort.c - There should be used the "base_dn" not the "roo...Matthias Dieter Wallnöfer1-2/+2
2010-02-26s4:torture: use a connected CLDAP socket.Stefan Metzmacher2-14/+46
2010-02-25s4:torture/ldap/basic.c - add a basic test for referral returnMatthias Dieter Wallnöfer1-3/+219
2010-02-22s4:torture/ldap/basic.c - add some "const"Matthias Dieter Wallnöfer1-5/+3
2010-01-29s4/ldap: Test to expoit ldb_ildap bug in case of nested search requestsKamen Mazdrashki2-0/+203
2009-12-01s4:torture/ldap/ldap_sort - Add some casts to suppress warningsMatthias Dieter Wallnöfer1-7/+7
2009-11-12s4:dsdb/schema Simplify schema loading from ldb messagesAndrew Bartlett1-17/+2
2009-11-12lib/util Split data_blob_hex_string() into upper and lowerAndrew Bartlett1-1/+1
2009-10-23s4-ldbwrap: added re-use of ldb contexts in ldb_wrap_connect()Andrew Tridgell3-3/+3
2009-10-20s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell5-13/+0
2009-10-19s4:torture "cldap" test - restore the removed constraints and add moreMatthias Dieter Wallnöfer1-4/+34
2009-10-18s4:torture "cldap" test - rework and test more resultsMatthias Dieter Wallnöfer1-21/+17
2009-10-14s4:torture cldap test - Add checks for the right forest DNS nameMatthias Dieter Wallnöfer1-1/+6
2009-10-14s4:torture - fix up "ldap_basic" testMatthias Dieter Wallnöfer1-5/+6
2009-10-02ds-flags: use the new name DS_DNS_FOREST_ROOTAndrew Tridgell1-5/+5
2009-08-05s4:torture The test logic for the target was wrong. This should correct it.Matthias Dieter Wallnöfer1-4/+4
2009-08-05s4:torture Remove some unwanted code in the LDAP test - hope this fixes up th...Matthias Dieter Wallnöfer1-12/+0
2009-08-04s4:torture rework LDAP sort testAndrew Bartlett2-0/+157
2009-07-31s4: Adds a small test for the new enhanced error messages from the AD LDAP se...Matthias Dieter Wallnöfer1-4/+183
2009-06-18Fixes for the "cldap" testsMatthias Dieter Wallnöfer2-6/+19
2009-04-02major upgrade to the ldb attribute handlingAndrew Tridgell1-1/+1
2009-03-22LDAP-CLDAP: remove temporary debug statements...Stefan Metzmacher1-2/+2
2009-03-19s4:cldap: rewrite the cldap library based on tsocketStefan Metzmacher2-48/+73
2009-03-11LDAP-BENCH-CLDAP: also test CLDAP rootdse searches.Stefan Metzmacher1-6/+79
2009-02-05LDAP-UPTODATEVECTOR: fix segfault against samba4 as serverStefan Metzmacher1-0/+1
2009-02-02s4:cldap: s/private/private_dataStefan Metzmacher1-2/+2