summaryrefslogtreecommitdiff
path: root/source4/torture/ldap/basic.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-24torture: Add tests for LDAP substring search with no strings providedAndrew Bartlett1-0/+110
2011-10-27s4:torture/ldap/basic.c - fix a typoMatthias Dieter Wallnöfer1-2/+2
2011-02-28Fix some typesJelmer Vernooij1-1/+1
2010-09-27LDAP-BASIC: test AbandonRequestStefan Metzmacher1-0/+41
2010-06-19s4:torture/ldap/basic.c - add more error code/messages testsMatthias Dieter Wallnöfer1-30/+264
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
2009-10-20s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell1-1/+0
2009-10-14s4:torture - fix up "ldap_basic" testMatthias Dieter Wallnöfer1-5/+6
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-07-31s4: Adds a small test for the new enhanced error messages from the AD LDAP se...Matthias Dieter Wallnöfer1-4/+183
2007-12-21r26355: Eliminate global_loadparm in more places.Jelmer Vernooij1-4/+5
2007-12-21r26353: Remove use of global_loadparm.Jelmer Vernooij1-1/+3
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-27/+27
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r19392: Use torture_setting_* rather than lp_parm_* where possible.Jelmer Vernooij1-3/+3
2007-10-10r14720: Add torture_context argument to all torture testsJelmer Vernooij1-1/+2
2007-10-10r13346: use private proto header files for the torture testsStefan Metzmacher1-0/+2
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-2/+0
2007-10-10r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell1-3/+3
2007-10-10r7626: a new ldap client library. Main features are:Andrew Tridgell1-48/+55
2007-10-10r7593: simplified the memory management in the ldap code. Having a mem_ctxAndrew Tridgell1-4/+4
2007-10-10r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_treeAndrew Tridgell1-1/+2
2007-10-10r6795: Make some functions static and remove some unused ones.Jelmer Vernooij1-3/+3
2007-10-10r6732: - move sasl send recv code to the ldap libStefan Metzmacher1-21/+16
2007-10-10r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett1-6/+3
2007-10-10r5928: Use cli_credentials in:Jelmer Vernooij1-3/+4
2007-10-10r5305: removed libcli/ldap/ldap.h from includes.hAndrew Tridgell1-0/+1
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-1/+1
2007-10-10r3583: - seperate the ldap client code and the ldap parsing codeStefan Metzmacher1-3/+3
2007-10-10r3324: made the smbtorture code completely warning freeAndrew Tridgell1-1/+1
2007-10-10r2853: add torture test to find the defaultNamingContext on the RootDSEStefan Metzmacher1-0/+118
2007-10-10r2071: - change smbtorture to use the popt_common stuffStefan Metzmacher1-1/+1
2007-10-10r1855: fix compiler warning and output fromattingStefan Metzmacher1-2/+4
2007-10-10r1805: ...I just forgot to say that the sasl bind actually works now:-)Stefan Metzmacher1-0/+22
2007-10-10r1802: start to support SASL in our ldap librariesSimo Sorce1-10/+41
2007-10-10r1793: try to bind multiple times as anonimous and userSimo Sorce1-2/+29
2007-10-10r1771: OK Let's add tests for ldap.Simo Sorce1-0/+34