summaryrefslogtreecommitdiffstats
path: root/source4/ldap_server/ldap_backend.c
Commit message (Expand)AuthorAgeFilesLines
* use a talloc_unlink() as ops may have a referenceAndrew Tridgell2009-07-011-1/+1
* s4:ldap_server: return the extended dn to the LDAP client if availableAndrew Bartlett2008-12-171-1/+16
* Remove restrictions on number of DN components in LDAP serverAndrew Bartlett2008-11-171-13/+9
* Remove use of global_loadparm for disabled gensec backends.Jelmer Vernooij2008-11-021-0/+3
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* LDB ASYNC: misc changesSimo Sorce2008-09-291-19/+16
* Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce2008-09-231-2/+2
* Use secrets.ldb to store credentials to contact LDAP backend.Andrew Bartlett2008-07-151-4/+5
* ldap_server: allow modifies to the root dse record and pass them to the ldb l...Stefan Metzmacher2008-07-021-1/+1
* Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-171-0/+2
* Fix more valgrind issues.Andrew Bartlett2008-03-291-0/+5
* Fix some valgrind issues.Andrew Bartlett2008-03-291-3/+3
* r26266: Remove more global_loadparm uses.Jelmer Vernooij2007-12-211-2/+3
* r26193: In the LDAP server, use the new 'controls_decoded' element toAndrew Bartlett2007-12-211-0/+12
* r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij2007-12-211-1/+1
* r25960: Enable checks on the validity of the search base on sam.ldb in Samba4.Andrew Bartlett2007-12-211-4/+0
* r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2007-10-101-1/+3
* r25428: forward declarations of enums are not portable,Stefan Metzmacher2007-10-101-3/+1
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-1/+1
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r23849: ldap_server: Provide more info in debug tracesAndrew Bartlett2007-10-101-7/+8
* r23816: A little more static, but leave the dead code testjoin.c as documenta...Andrew Bartlett2007-10-101-1/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r23762: Fix DN renames over LDAP, and instrument the partition module. Add aAndrew Bartlett2007-10-101-0/+1
* r21496: A number of ldb control and LDAP changes, surrounding theAndrew Bartlett2007-10-101-4/+15
* r20189: remove unused struct elementStefan Metzmacher2007-10-101-2/+0
* r19832: better prototypes for the linearization functions:Simo Sorce2007-10-101-1/+1
* r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce2007-10-101-19/+19
* r19722: fix memory leaks and hierachie bugsStefan Metzmacher2007-10-101-4/+6
* r19721: ldapsrv_SearchCallback isn't needed any moreStefan Metzmacher2007-10-101-60/+1
* r19531: Make struct ldb_dn opaque and local to ldb_dn.cSimo Sorce2007-10-101-4/+7
* r19522: Remove gensec and credentials dependency from the rootdse module (lessAndrew Bartlett2007-10-101-1/+31
* r18989: Fixes found by these two LDAP testsuites:Andrew Bartlett2007-10-101-0/+4
* r18301: I discovered how to load the warnings from a build farm build intoAndrew Tridgell2007-10-101-1/+1
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+1
* r17240: move extended operations to a new fileStefan Metzmacher2007-10-101-77/+0
* r17237: - keep pointer to the different socketsStefan Metzmacher2007-10-101-1/+1
* r17224: Accept the start-tls extended request. Getting OpenLDAP to recogniseAndrew Bartlett2007-10-101-1/+58
* r17186: "async" word abuse clean-up part 2Simo Sorce2007-10-101-3/+3
* r17185: Oh, I wanted to do this for sooo long time.Simo Sorce2007-10-101-2/+2
* r16972: Replace the sequence_number function pointer in ldb with the ldb flags.Andrew Bartlett2007-10-101-2/+7
* r16234: Set the request timeout from the LDAP search. Without this, theAndrew Bartlett2007-10-101-1/+3
* r15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODIFY -> LDB_MODIFY, etc...Simo Sorce2007-10-101-1/+1
* r15933: remove the last sync call to ldb_requestSimo Sorce2007-10-101-4/+73
* r14857: fix bugs noticed by the ibm code checkerStefan Metzmacher2007-10-101-3/+4
* r13998: From now on ldb_request() will require an alloced requestSimo Sorce2007-10-101-10/+12
* r13609: Get in the initial work on making ldb asyncSimo Sorce2007-10-101-47/+2
* r13606: An attempt to fix #3525.Andrew Bartlett2007-10-101-12/+8
* r13508: some ASN.1 element in LDAP are optional,Stefan Metzmacher2007-10-101-3/+2
* r12880: Remove ldap partitions useless now and probably weSimo Sorce2007-10-101-47/+543