summaryrefslogtreecommitdiffstats
path: root/source4/ldap_server/ldap_backend.c
Commit message (Expand)AuthorAgeFilesLines
* s4:ldap_server - make it "signed-safe"Matthias Dieter Wallnöfer2010-02-251-5/+5
* s4:LDAP server - Enable support for returning referrals through itMatthias Dieter Wallnöfer2010-02-251-0/+22
* Added freeing a successful req so it doesnt croud the ldb contextNadezhda Ivanova2009-12-181-2/+4
* Removed ldb_modify_ctrl from ldb, implemented as a static in ldap_backend.Nadezhda Ivanova2009-12-151-1/+43
* Some changes to allow processing of ldap controls on modify requests.Nadezhda Ivanova2009-11-201-1/+1
* s4-dsdb: add a static samdb_credentialsAndrew Tridgell2009-10-231-2/+2
* s4:ldap server - remove unused error handlingsMatthias Dieter Wallnöfer2009-10-081-35/+0
* s4:LDB/LDAP - Re-allow renamesMatthias Dieter Wallnöfer2009-10-021-1/+1
* s4:ldap_server Ensure we don't segfault when sent a NULL new RDNAndrew Bartlett2009-10-021-4/+7
* s4-ldap: fixed spellingAndrew Tridgell2009-09-281-1/+1
* gensec: Avoid exposing lp_ctx on the API level.Jelmer Vernooij2009-09-261-1/+1
* s4:ldap_server Correct removal of talloc_steal()Andrew Bartlett2009-08-141-1/+0
* s4:ldap_server Remove another talloc_steal (with references)Andrew Bartlett2009-08-141-1/+1
* s4:ldap_server Don't talloc_steal (with references) in ldap_backendAndrew Bartlett2009-08-141-1/+1
* s4-ldap_server: fix generated error string in map_ldb_error().Günther Deschner2009-08-041-1/+1
* s4: Enhances the LDAP server to display error messages like Windows ServerMatthias Dieter Wallnöfer2009-07-311-27/+178
* 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