summaryrefslogtreecommitdiffstats
path: root/source/ldap_server
Commit message (Expand)AuthorAgeFilesLines
* r21806: I've been working over the last week to fix up the LDAP backend forAndrew Bartlett2007-03-131-2/+4
* r21511: this seems to be the nicer fix for the problem withStefan Metzmacher2007-02-231-8/+4
* r21496: A number of ldb control and LDAP changes, surrounding theAndrew Bartlett2007-02-221-4/+15
* r20906: allow LDAP simple binds using the following syntaxes in the DN field:Stefan Metzmacher2007-01-191-1/+1
* r20407: the oMObjectClass values are not padded to 10 bytes!Stefan Metzmacher2006-12-291-4/+4
* r20322: I assume the options attribute of the nTDSDSA object containsStefan Metzmacher2006-12-221-2/+2
* r20189: remove unused struct elementStefan Metzmacher2006-12-151-2/+0
* r20149: Remove the smb.conf distinction between PDC and BDC. Now the correctAndrew Bartlett2006-12-131-5/+40
* r19832: better prototypes for the linearization functions:Simo Sorce2006-11-221-1/+1
* r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce2006-11-222-23/+24
* r19722: fix memory leaks and hierachie bugsStefan Metzmacher2006-11-151-4/+6
* r19721: ldapsrv_SearchCallback isn't needed any moreStefan Metzmacher2006-11-151-60/+1
* r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2006-11-072-0/+3
* r19531: Make struct ldb_dn opaque and local to ldb_dn.cSimo Sorce2006-11-011-4/+7
* r19522: Remove gensec and credentials dependency from the rootdse module (lessAndrew Bartlett2006-11-012-1/+32
* r18989: Fixes found by these two LDAP testsuites:Andrew Bartlett2006-09-291-0/+4
* r18909: use newer functions that were introduced after this code was madeSimo Sorce2006-09-251-7/+2
* r18301: I discovered how to load the warnings from a build farm build intoAndrew Tridgell2006-09-092-3/+3
* r17930: Merge noinclude branch:Jelmer Vernooij2006-08-303-3/+3
* r17829: Fix the order of the bytesSimo Sorce2006-08-251-8/+8
* r17644: change the ldap server to always use the single process model. We areAndrew Tridgell2006-08-211-2/+8
* r17642: some more mappingsSimo Sorce2006-08-211-3/+7
* r17641: some more info, add oMObjectClass values (binary :-/)Simo Sorce2006-08-211-23/+24
* r17632: This is the most accurate mappings between LDAP OID Syntaxes and AD S...Simo Sorce2006-08-201-0/+74
* r17631: Some syntaxes from MS in a now vanished internet draftSimo Sorce2006-08-201-0/+137
* r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on the Stefan Metzmacher2006-08-171-1/+1
* r17516: Change helper function names to make more clear what they are meant t...Simo Sorce2006-08-131-1/+1
* r17434: update our indexSimo Sorce2006-08-061-1/+24
* r17433: remove obsoleted RFCsSimo Sorce2006-08-069-8993/+1
* r17341: pass a messaging context to auth_context_create()Stefan Metzmacher2006-07-311-4/+10
* r17251: - split out the starttls into its own functionStefan Metzmacher2006-07-261-42/+96
* r17240: move extended operations to a new fileStefan Metzmacher2006-07-253-78/+98
* r17237: - keep pointer to the different socketsStefan Metzmacher2006-07-254-3/+10
* r17226: add some comments about ldap binds and pending requestsStefan Metzmacher2006-07-251-0/+14
* r17224: Accept the start-tls extended request. Getting OpenLDAP to recogniseAndrew Bartlett2006-07-251-1/+58
* r17222: Change the function prototypes for the GENSEc and TLS socket creationAndrew Bartlett2006-07-252-16/+25
* r17215: Prepare the SASL socket before actually settting it. This allowsAndrew Bartlett2006-07-241-29/+51
* r17197: This patch moves the encryption of bulk data on SASL negotiated securityAndrew Bartlett2006-07-234-115/+49
* r17193: Remove ancient stuff never really usedSimo Sorce2006-07-222-364/+0
* r17189: Add the new LDAP rfc seriesSimo Sorce2006-07-2224-0/+27176
* r17186: "async" word abuse clean-up part 2Simo Sorce2006-07-221-3/+3
* r17185: Oh, I wanted to do this for sooo long time.Simo Sorce2006-07-221-2/+2
* r16972: Replace the sequence_number function pointer in ldb with the ldb flags.Andrew Bartlett2006-07-123-2/+11
* r16795: Fix crash found by Dave Fenwick <djf@samba.org>.Andrew Bartlett2006-07-041-0/+2
* r16234: Set the request timeout from the LDAP search. Without this, theAndrew Bartlett2006-06-141-1/+3
* r15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODIFY -> LDB_MODIFY, etc...Simo Sorce2006-05-301-1/+1
* r15933: remove the last sync call to ldb_requestSimo Sorce2006-05-291-4/+73
* r15400: Move the TLS code behind the socket interface.Andrew Bartlett2006-05-022-12/+8
* r15379: Fix shared library build's unresolved dependenciesJelmer Vernooij2006-05-011-1/+1
* r15317: Because LDB is now async, there are more places were we might run theAndrew Bartlett2006-04-291-15/+22