| Commit message (Expand) | Author | Age | Files | Lines |
* | s4:ldap_server/ldap_backend.c - send back also the extended error message if ... | Matthias Dieter Wallnöfer | 2010-06-06 | 1 | -18/+39 |
* | s4:libcli/ldap Rename ldap.h to libcli_ldap.h | Andrew Bartlett | 2010-05-21 | 5 | -5/+1 |
* | s4/rodc: Support read-only database | Anatoliy Atanasov | 2010-05-04 | 1 | -20/+174 |
* | s4:auth Remove event context from anonymous_session() | Andrew Bartlett | 2010-04-11 | 1 | -1/+1 |
* | s4-waf: removed the AUTOGENERATED markers | Andrew Tridgell | 2010-04-06 | 1 | -3/+0 |
* | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ... | Andrew Tridgell | 2010-04-06 | 1 | -0/+2 |
* | build: commit all the waf build files in the tree | Andrew Tridgell | 2010-04-06 | 1 | -0/+12 |
* | s4:ldap_server - make it "signed-safe" | Matthias Dieter Wallnöfer | 2010-02-25 | 3 | -7/+8 |
* | s4:LDAP server - Enable support for returning referrals through it | Matthias Dieter Wallnöfer | 2010-02-25 | 1 | -0/+22 |
* | Added freeing a successful req so it doesnt croud the ldb context | Nadezhda Ivanova | 2009-12-18 | 1 | -2/+4 |
* | Removed ldb_modify_ctrl from ldb, implemented as a static in ldap_backend. | Nadezhda Ivanova | 2009-12-15 | 1 | -1/+43 |
* | Some changes to allow processing of ldap controls on modify requests. | Nadezhda Ivanova | 2009-11-20 | 1 | -1/+1 |
* | s4-samdb: reduce the number of samdb opens at startup | Andrew Tridgell | 2009-10-25 | 1 | -4/+2 |
* | s4-ldbwrap: added re-use of ldb contexts in ldb_wrap_connect() | Andrew Tridgell | 2009-10-23 | 1 | -1/+1 |
* | s4-dsdb: add a static samdb_credentials | Andrew Tridgell | 2009-10-23 | 1 | -2/+2 |
* | s4-dsdb: create a static system_session context | Andrew Tridgell | 2009-10-23 | 1 | -1/+1 |
* | s4:ldap server - remove unused error handlings | Matthias Dieter Wallnöfer | 2009-10-08 | 1 | -35/+0 |
* | s4:LDB/LDAP - Re-allow renames | Matthias Dieter Wallnöfer | 2009-10-02 | 1 | -1/+1 |
* | s4:ldap_server Ensure we don't segfault when sent a NULL new RDN | Andrew Bartlett | 2009-10-02 | 1 | -4/+7 |
* | s4-ldap: fixed spelling | Andrew Tridgell | 2009-09-28 | 1 | -1/+1 |
* | gensec: Avoid exposing lp_ctx on the API level. | Jelmer Vernooij | 2009-09-26 | 1 | -1/+1 |
* | s4-server: kill main daemon if a task fails to initialise | Andrew Tridgell | 2009-09-18 | 1 | -4/+6 |
* | s4:ldap_server Correct removal of talloc_steal() | Andrew Bartlett | 2009-08-14 | 1 | -1/+0 |
* | s4:ldap_server Remove another talloc_steal (with references) | Andrew Bartlett | 2009-08-14 | 1 | -1/+1 |
* | s4:ldap_server Don't talloc_steal (with references) in ldap_backend | Andrew Bartlett | 2009-08-14 | 1 | -1/+1 |
* | s4:ldap_server: make sure we shutdown the tls socket before stream_terminate_... | Stefan Metzmacher | 2009-08-05 | 1 | -0/+1 |
* | s4-ldap_server: fix generated error string in map_ldb_error(). | Günther Deschner | 2009-08-04 | 1 | -1/+1 |
* | s4: Enhances the LDAP server to display error messages like Windows Server | Matthias Dieter Wallnöfer | 2009-07-31 | 1 | -27/+178 |
* | s4:ldap_server: the tls code steals the original socket on its own now | Stefan Metzmacher | 2009-07-31 | 2 | -2/+2 |
* | use a talloc_unlink() as ops may have a reference | Andrew Tridgell | 2009-07-01 | 1 | -1/+1 |
* | Reenable the LDAPI socket for the merged build | Volker Lendecke | 2009-06-24 | 1 | -2/+0 |
* | Allow developers access the the privilaged ldapi socket for the moment | Andrew Bartlett | 2009-06-19 | 1 | -0/+4 |
* | s4:ldapsrv Place the 'privilaged' ldapi socket under an #ifdef | Andrew Bartlett | 2009-06-19 | 1 | -1/+11 |
* | Allow access as SYSTEM on a privileged ldapi connection | Volker Lendecke | 2009-06-06 | 1 | -13/+83 |
* | Fix some nonempty blank lines | Volker Lendecke | 2009-05-29 | 1 | -11/+11 |
* | libcli/ldap: move generic ldap control encoding code to ldap_message.c | Stefan Metzmacher | 2009-02-24 | 1 | -2/+2 |
* | Worked around a problem with select/poll/epoll and gnutls | Andrew Tridgell | 2009-02-18 | 2 | -0/+5 |
* | Remove auth/ntlm as a dependency of GENSEC by means of function pointers. | Andrew Bartlett | 2009-02-13 | 1 | -9/+7 |
* | s4:service_stream: s/private/private_data | Stefan Metzmacher | 2009-02-02 | 1 | -4/+4 |
* | s4:ldap_server: s/private/private_data | Stefan Metzmacher | 2009-02-02 | 3 | -12/+12 |
* | s4:lib/tevent: rename structs | Stefan Metzmacher | 2008-12-29 | 2 | -7/+7 |
* | s4: Fix subsystem for various services in samba daemon. | Jelmer Vernooij | 2008-12-22 | 1 | -1/+1 |
* | s4:ldap_server: return the extended dn to the LDAP client if available | Andrew Bartlett | 2008-12-17 | 1 | -1/+16 |
* | Remove restrictions on number of DN components in LDAP server | Andrew Bartlett | 2008-11-17 | 1 | -13/+9 |
* | Remove use of global_loadparm for disabled gensec backends. | Jelmer Vernooij | 2008-11-02 | 1 | -0/+3 |
* | Add gensec_settings structure. This wraps loadparm_context for now, but | Jelmer Vernooij | 2008-11-02 | 1 | -1/+1 |
* | Fix include paths to new location of libutil. | Jelmer Vernooij | 2008-10-11 | 3 | -4/+4 |
* | LDB ASYNC: misc changes | Simo Sorce | 2008-09-29 | 1 | -19/+16 |
* | Fix nasty bug that would come up only if a client connection to a remote | Simo Sorce | 2008-09-24 | 1 | -0/+1 |
* | Rename smbd -> samba. | Jelmer Vernooij | 2008-09-24 | 1 | -1/+1 |