summaryrefslogtreecommitdiffstats
path: root/source4/ldap_server
Commit message (Collapse)AuthorAgeFilesLines
* r2523: - readd rootDSE replyStefan Metzmacher2007-10-104-77/+371
| | | | | | | - add infrastructure start for having multiple directory partitions (backends) metze (This used to be commit 5103e7fe7873c0309461ad471f0529223d7c38eb)
* r2509: add a struct ldapsrv_call which is simular to the dcesrv_call_state ↵Stefan Metzmacher2007-10-102-291/+277
| | | | | | | | | struct and related stuff... metze (This used to be commit dc1f8212ff717765c40ea5668e841db50e636748)
* r2447: let the server code use the new lib/socket/ stuffStefan Metzmacher2007-10-101-18/+37
| | | | | metze (This used to be commit 2fd577d2417e117a7e8c1a56feb147eae805df34)
* r2401: make our LDAP server useable:Stefan Metzmacher2007-10-101-3/+200
| | | | | | | | | | | - we need to mark the fd event as writable otherwise we'll never senda packet to the client - a search response have to ended by a LDAP result message - return currentTime, supportedLDAPVersion and dnsHostName for testing ldap -x -s base -h ldap://localhost/ is now works against our LDAP server metze (This used to be commit 3a9ca351166cf56de878e4408e221df299271c32)
* r2321: add complately untested LDAP server startStefan Metzmacher2007-10-104-0/+512
based on volker's patch this is compiled by default but not started by default metze (This used to be commit 5387bc423d4dc669cbac6626f8dd3a5498a6519d)