summaryrefslogtreecommitdiffstats
path: root/source4/ldap_server/ldap_server.c
Commit message (Expand)AuthorAgeFilesLines
...
* s4: allways initialize the process model before it's usedStefan Metzmacher2008-09-221-1/+1
* Don't keep an extra ldb around forever.Andrew Bartlett2008-07-161-1/+5
* Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-171-2/+3
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-0/+2
* Fix more valgrind issues.Andrew Bartlett2008-03-291-1/+3
* Remove useless layer of indirection, where every service calledAndrew Bartlett2008-02-041-13/+1
* Rework service init functions to pass down service name. This isAndrew Bartlett2008-02-041-1/+1
* util: Move asn1 to lib/util to trim down the number of subsystems.Jelmer Vernooij2008-01-151-1/+1
* r26672: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij2008-01-051-5/+10
* r26669: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij2008-01-051-1/+3
* r26648: Move detection of global catalog captability to a central function, soAndrew Bartlett2008-01-031-20/+1
* r26430: require explicit specification of loadparm context.Jelmer Vernooij2007-12-211-1/+1
* r26402: Require a talloc context in libnetif.Jelmer Vernooij2007-12-211-1/+1
* r26401: Don't cache interfaces context in libnetif.Jelmer Vernooij2007-12-211-2/+6
* r26325: Remove use of global_loadparm in netif.Jelmer Vernooij2007-12-211-2/+2
* r26313: Fix more uses of static loadparm.Jelmer Vernooij2007-12-211-4/+12
* r26266: Remove more global_loadparm uses.Jelmer Vernooij2007-12-211-2/+3
* r26252: Specify loadparm_context explicitly when creating sessions.Jelmer Vernooij2007-12-211-1/+1
* r26250: Avoid global_loadparm in a couple more places.Jelmer Vernooij2007-12-211-1/+1
* r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij2007-12-211-1/+1
* r26237: Add loadparm context to the server service interface.Jelmer Vernooij2007-12-211-0/+1
* r26228: Store loadparm context in auth context, move more loadparm_contexts u...Jelmer Vernooij2007-12-211-3/+2
* r26227: Make loadparm_context part of a server task, move loadparm_contexts f...Jelmer Vernooij2007-12-211-6/+7
* r25921: Now also listen on ldapi by default in the LDAP serverAndrew Bartlett2007-12-211-0/+14
* r25548: Convert to standard bool type.Jelmer Vernooij2007-10-101-1/+1
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-4/+4
* r25299: Modify the provision script to take an additional argument: --server...Andrew Bartlett2007-10-101-0/+12
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r25001: Fix more C++ and other warnings, fix some of the indentation with ts=...Jelmer Vernooij2007-10-101-1/+2
* r24780: More work allowing libutil to be used by external users.Jelmer Vernooij2007-10-101-2/+3
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r23036: error checking on asn1_init() failureAndrew Tridgell2007-10-101-1/+3
* r23030: finally fixed up our asn1 code to use better memory allocation. ThisAndrew Tridgell2007-10-101-5/+5
* r21806: I've been working over the last week to fix up the LDAP backend forAndrew Bartlett2007-10-101-2/+4
* r20322: I assume the options attribute of the nTDSDSA object containsStefan Metzmacher2007-10-101-2/+2
* r20149: Remove the smb.conf distinction between PDC and BDC. Now the correctAndrew Bartlett2007-10-101-5/+40
* r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce2007-10-101-4/+5
* r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2007-10-101-0/+2
* r18909: use newer functions that were introduced after this code was madeSimo Sorce2007-10-101-7/+2
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+1
* r17644: change the ldap server to always use the single process model. We areAndrew Tridgell2007-10-101-2/+8
* r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on theStefan Metzmacher2007-10-101-1/+1
* r17516: Change helper function names to make more clear what they are meant t...Simo Sorce2007-10-101-1/+1
* r17237: - keep pointer to the different socketsStefan Metzmacher2007-10-101-0/+2
* r17222: Change the function prototypes for the GENSEc and TLS socket creationAndrew Bartlett2007-10-101-3/+7
* r17197: This patch moves the encryption of bulk data on SASL negotiated securityAndrew Bartlett2007-10-101-106/+21
* r16972: Replace the sequence_number function pointer in ldb with the ldb flags.Andrew Bartlett2007-10-101-0/+2
* r15400: Move the TLS code behind the socket interface.Andrew Bartlett2007-10-101-11/+8
* r15317: Because LDB is now async, there are more places were we might run theAndrew Bartlett2007-10-101-15/+22
* r14673: Don't double-free conn, it is below 'c' free'ed byAndrew Bartlett2007-10-101-2/+0