summaryrefslogtreecommitdiff
path: root/source4/torture/ldap/basic.c
Commit message (Expand)AuthorAgeFilesLines
* s4: popt: Global replace of cmdline_credentials -> popt_get_cmdline_credentia...Jeremy Allison2017-05-111-2/+2
* werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source4/tor...Günther Deschner2016-09-281-4/+4
* torture: Add tests for LDAP substring search with no strings providedAndrew Bartlett2013-06-241-0/+110
* s4:torture/ldap/basic.c - fix a typoMatthias Dieter Wallnöfer2011-10-271-2/+2
* Fix some typesJelmer Vernooij2011-02-281-1/+1
* LDAP-BASIC: test AbandonRequestStefan Metzmacher2010-09-271-0/+41
* s4:torture/ldap/basic.c - add more error code/messages testsMatthias Dieter Wallnöfer2010-06-191-30/+264
* s4:torture/ldap/basic.c - add a basic test for referral returnMatthias Dieter Wallnöfer2010-02-251-3/+219
* s4:torture/ldap/basic.c - add some "const"Matthias Dieter Wallnöfer2010-02-221-5/+3
* s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell2009-10-201-1/+0
* s4:torture - fix up "ldap_basic" testMatthias Dieter Wallnöfer2009-10-141-5/+6
* s4:torture The test logic for the target was wrong. This should correct it.Matthias Dieter Wallnöfer2009-08-051-4/+4
* s4:torture Remove some unwanted code in the LDAP test - hope this fixes up th...Matthias Dieter Wallnöfer2009-08-051-12/+0
* s4: Adds a small test for the new enhanced error messages from the AD LDAP se...Matthias Dieter Wallnöfer2009-07-311-4/+183
* r26355: Eliminate global_loadparm in more places.Jelmer Vernooij2007-12-211-4/+5
* r26353: Remove use of global_loadparm.Jelmer Vernooij2007-12-211-1/+3
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-27/+27
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r19392: Use torture_setting_* rather than lp_parm_* where possible.Jelmer Vernooij2007-10-101-3/+3
* r14720: Add torture_context argument to all torture testsJelmer Vernooij2007-10-101-1/+2
* r13346: use private proto header files for the torture testsStefan Metzmacher2007-10-101-0/+2
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-2/+0
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-101-3/+3
* r7626: a new ldap client library. Main features are:Andrew Tridgell2007-10-101-48/+55
* r7593: simplified the memory management in the ldap code. Having a mem_ctxAndrew Tridgell2007-10-101-4/+4
* r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_treeAndrew Tridgell2007-10-101-1/+2
* r6795: Make some functions static and remove some unused ones.Jelmer Vernooij2007-10-101-3/+3
* r6732: - move sasl send recv code to the ldap libStefan Metzmacher2007-10-101-21/+16
* r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett2007-10-101-6/+3
* r5928: Use cli_credentials in:Jelmer Vernooij2007-10-101-3/+4
* r5305: removed libcli/ldap/ldap.h from includes.hAndrew Tridgell2007-10-101-0/+1
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-1/+1
* r3583: - seperate the ldap client code and the ldap parsing codeStefan Metzmacher2007-10-101-3/+3
* r3324: made the smbtorture code completely warning freeAndrew Tridgell2007-10-101-1/+1
* r2853: add torture test to find the defaultNamingContext on the RootDSEStefan Metzmacher2007-10-101-0/+118
* r2071: - change smbtorture to use the popt_common stuffStefan Metzmacher2007-10-101-1/+1
* r1855: fix compiler warning and output fromattingStefan Metzmacher2007-10-101-2/+4
* r1805: ...I just forgot to say that the sasl bind actually works now:-)Stefan Metzmacher2007-10-101-0/+22
* r1802: start to support SASL in our ldap librariesSimo Sorce2007-10-101-10/+41
* r1793: try to bind multiple times as anonimous and userSimo Sorce2007-10-101-2/+29
* r1771: OK Let's add tests for ldap.Simo Sorce2007-10-101-0/+34