summaryrefslogtreecommitdiff
path: root/source4/cldap_server/cldap_server.h
Commit message (Collapse)AuthorAgeFilesLines
* s4:dsdb: Move cldap netlogon functions into samdb/ldb_modulesBenjamin Franzke2013-11-111-26/+0
| | | | | | | | As netlogon is handled by the samdb now, the corresponding functions should live there as well. Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Nadezhda Ivanova <nivanova@symas.com>
* s4:cldap_server: Move netlogon parsing into utility functionBenjamin Franzke2013-11-111-0/+11
| | | | | | | To be used later by netlogon-request over ldap. Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Nadezhda Ivanova <nivanova@symas.com>
* s4:libcli/ldap Rename ldap.h to libcli_ldap.hAndrew Bartlett2010-05-211-0/+1
| | | | | | | It is a problem if a samba header is called ldap.h if we also want to use OpenLDAP's ldap.h Andrew Bartlett
* s4-netlogon: fixed getDcNameEx2 for blank inputsAndrew Tridgell2010-04-281-1/+2
| | | | | | | | | w2k8r2 returns the local DC information on no inputs for getDcNameEx2. This is needed for starting dsa.msc (ADUC) on Win7. CDLAP on the same call returns an error. This uses a parameter fill_on_blank_request to distinguish the two cases.
* s4:dcesrv_netr_DsRGetDCNameEx2 - provide a much better implementationMatthias Dieter Wallnöfer2010-04-131-0/+14
| | | | | | On the base of the "fill_netlogon_samlogon_response" call. This removes duplicated code.
* cldap_server: fix compiler warningStefan Metzmacher2008-03-281-0/+2
| | | | | metze (This used to be commit a6cd4e7509dbd1aef4873c7c0eef2a13bc907880)
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
| | | | | | There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
* r13944: Yet another round of splitups.Jelmer Vernooij2007-10-101-0/+2
| | | | (This used to be commit f87debeb12cebd734b47314554ab671c9e06237e)
* r6876: - fixed a memory leak in the cldap serverAndrew Tridgell2007-10-101-1/+1
| | | | | - keep the samdb open between requests (This used to be commit ee75a8353b0dab579abf0e675395d796f1c39746)
* r6747: first working version of cldapd server. It is missing 'sites' ↵Andrew Tridgell2007-10-101-0/+1
| | | | | | | support, and filling in some of the returned parameters is quite rough, but it seems to work OK (This used to be commit e564e3e596915414fad07c94f7ea8a0d9c3a1140)
* r6725: the beginnings of a cldap serverAndrew Tridgell2007-10-101-0/+30
(This used to be commit e51e0dffa8f8bff9bd1535751e805b548b6c6d7f)