summaryrefslogtreecommitdiff
path: root/source4/ldap_server/ldap_backend.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r12733: Merge ldap/ldb controls into main treeSimo Sorce1-6/+8
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-1/+0
2007-10-10r11955: got rid of the old rootDSE code in the ldap server.Andrew Tridgell1-5/+0
2007-10-10r10810: This adds the hooks required to communicate the current user from theAndrew Bartlett1-14/+2
2007-10-10r7777: allow for overriding the location of the sam databasein the ldap serve...Andrew Tridgell1-0/+14
2007-10-10r7747: - simplified the ldap server buffer handlingAndrew Tridgell1-7/+7
2007-10-10r7593: simplified the memory management in the ldap code. Having a mem_ctxAndrew Tridgell1-14/+18
2007-10-10r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_treeAndrew Tridgell1-1/+1