summaryrefslogtreecommitdiffstats
path: root/source4/torture/ldap/basic.c
Commit message (Expand)AuthorAgeFilesLines
* 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