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