summaryrefslogtreecommitdiff
path: root/source4/ldap_server
Commit message (Expand)AuthorAgeFilesLines
* s4:ldap_server - make it "signed-safe"Matthias Dieter Wallnöfer2010-02-253-7/+8
* s4:LDAP server - Enable support for returning referrals through itMatthias Dieter Wallnöfer2010-02-251-0/+22
* Added freeing a successful req so it doesnt croud the ldb contextNadezhda Ivanova2009-12-181-2/+4
* Removed ldb_modify_ctrl from ldb, implemented as a static in ldap_backend.Nadezhda Ivanova2009-12-151-1/+43
* Some changes to allow processing of ldap controls on modify requests.Nadezhda Ivanova2009-11-201-1/+1
* s4-samdb: reduce the number of samdb opens at startupAndrew Tridgell2009-10-251-4/+2
* s4-ldbwrap: added re-use of ldb contexts in ldb_wrap_connect()Andrew Tridgell2009-10-231-1/+1
* s4-dsdb: add a static samdb_credentialsAndrew Tridgell2009-10-231-2/+2
* s4-dsdb: create a static system_session contextAndrew Tridgell2009-10-231-1/+1
* s4:ldap server - remove unused error handlingsMatthias Dieter Wallnöfer2009-10-081-35/+0
* s4:LDB/LDAP - Re-allow renamesMatthias Dieter Wallnöfer2009-10-021-1/+1
* s4:ldap_server Ensure we don't segfault when sent a NULL new RDNAndrew Bartlett2009-10-021-4/+7
* s4-ldap: fixed spellingAndrew Tridgell2009-09-281-1/+1
* gensec: Avoid exposing lp_ctx on the API level.Jelmer Vernooij2009-09-261-1/+1
* s4-server: kill main daemon if a task fails to initialiseAndrew Tridgell2009-09-181-4/+6
* s4:ldap_server Correct removal of talloc_steal()Andrew Bartlett2009-08-141-1/+0
* s4:ldap_server Remove another talloc_steal (with references)Andrew Bartlett2009-08-141-1/+1
* s4:ldap_server Don't talloc_steal (with references) in ldap_backendAndrew Bartlett2009-08-141-1/+1
* s4:ldap_server: make sure we shutdown the tls socket before stream_terminate_...Stefan Metzmacher2009-08-051-0/+1
* s4-ldap_server: fix generated error string in map_ldb_error().Günther Deschner2009-08-041-1/+1
* s4: Enhances the LDAP server to display error messages like Windows ServerMatthias Dieter Wallnöfer2009-07-311-27/+178
* s4:ldap_server: the tls code steals the original socket on its own nowStefan Metzmacher2009-07-312-2/+2
* use a talloc_unlink() as ops may have a referenceAndrew Tridgell2009-07-011-1/+1
* Reenable the LDAPI socket for the merged buildVolker Lendecke2009-06-241-2/+0
* Allow developers access the the privilaged ldapi socket for the momentAndrew Bartlett2009-06-191-0/+4
* s4:ldapsrv Place the 'privilaged' ldapi socket under an #ifdefAndrew Bartlett2009-06-191-1/+11
* Allow access as SYSTEM on a privileged ldapi connectionVolker Lendecke2009-06-061-13/+83
* Fix some nonempty blank linesVolker Lendecke2009-05-291-11/+11
* libcli/ldap: move generic ldap control encoding code to ldap_message.cStefan Metzmacher2009-02-241-2/+2
* Worked around a problem with select/poll/epoll and gnutls Andrew Tridgell2009-02-182-0/+5
* Remove auth/ntlm as a dependency of GENSEC by means of function pointers.Andrew Bartlett2009-02-131-9/+7
* s4:service_stream: s/private/private_dataStefan Metzmacher2009-02-021-4/+4
* s4:ldap_server: s/private/private_dataStefan Metzmacher2009-02-023-12/+12
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-292-7/+7
* s4: Fix subsystem for various services in samba daemon.Jelmer Vernooij2008-12-221-1/+1
* s4:ldap_server: return the extended dn to the LDAP client if availableAndrew Bartlett2008-12-171-1/+16
* Remove restrictions on number of DN components in LDAP serverAndrew Bartlett2008-11-171-13/+9
* Remove use of global_loadparm for disabled gensec backends.Jelmer Vernooij2008-11-021-0/+3
* Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij2008-11-021-1/+1
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-113-4/+4
* LDB ASYNC: misc changesSimo Sorce2008-09-291-19/+16
* Fix nasty bug that would come up only if a client connection to a remoteSimo Sorce2008-09-241-0/+1
* Rename smbd -> samba.Jelmer Vernooij2008-09-241-1/+1
* Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce2008-09-232-8/+4
* s4: allways initialize the process model before it's usedStefan Metzmacher2008-09-221-1/+1
* Revert "Rename smbd -> samba."Jelmer Vernooij2008-09-211-1/+1
* Rename smbd -> samba.Jelmer Vernooij2008-09-211-1/+1
* LDAP Server: Don't create the SASL SECBLOB output object twiceMatthias Dieter Wallnöfer2008-09-191-3/+0
* Don't keep an extra ldb around forever.Andrew Bartlett2008-07-161-1/+5
* Use secrets.ldb to store credentials to contact LDAP backend.Andrew Bartlett2008-07-151-4/+5