Age | Commit message (Expand) | Author | Files | Lines |
2010-10-07 | Revert "s4:ldap_server: rewrite to socket layer to use tstream" | Stefan Metzmacher | 4 | -694/+305 |
2010-10-04 | s4:ldap_server: rewrite to socket layer to use tstream | Stefan Metzmacher | 4 | -308/+697 |
2010-09-26 | s4-ldap: Added a control to apply the access checks on read via LDAP | Nadezhda Ivanova | 1 | -0/+1 |
2010-09-07 | s4-ldapserver: serialise ldap server operations | Andrew Tridgell | 2 | -0/+60 |
2010-08-18 | s4:ldap_server use talloc_unlink() to avoid talloc_free() with references | Andrew Bartlett | 1 | -4/+4 |
2010-08-17 | s4-ldapserver: support controls on ldap add and rename | Andrew Tridgell | 1 | -10/+12 |
2010-08-15 | s4:ldap_backend.c - Windows returns WERROR codes in majuscule HEX format | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-08-15 | s4:ldap_backend.c - map error codes - add a change which allows custom WERROR... | Matthias Dieter Wallnöfer | 1 | -0/+13 |
2010-08-14 | s4:ldap_backend.c - fix a DS error code after WERROR change | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-07-16 | s4-loadparm: 2nd half of lp_ to lpcfg_ conversion | Andrew Tridgell | 2 | -15/+15 |
2010-07-02 | s4-dsdb: fixed use after free of sasl mechanisms opaque | Andrew Tridgell | 1 | -0/+6 |
2010-07-02 | s4-dsdb: fixed spelling of supportedSASLMechanisms | Andrew Tridgell | 1 | -1/+1 |
2010-06-28 | s4:ldap_server: don't start if we can't bind to port 389 | Stefan Metzmacher | 1 | -1/+4 |
2010-06-20 | s4:ldap_backend.c - now also the LDAP server supports controls on delete oper... | Matthias Dieter Wallnöfer | 1 | -5/+7 |
2010-06-20 | s4:ldap_backend.c - move function "ldb_mod_req_with_controls" to a better pla... | Matthias Dieter Wallnöfer | 1 | -51/+52 |
2010-06-20 | s4:ldap_backend.c - add some newlines to make logs easier to read | Matthias Dieter Wallnöfer | 1 | -5/+5 |
2010-06-19 | s4:ldap_backend.c - more customisations to match Windows Server error behavio... | Matthias Dieter Wallnöfer | 1 | -13/+16 |
2010-06-18 | s4:ldap_backend.c - fix crash bugs when we got in error situations with "res"... | Matthias Dieter Wallnöfer | 1 | -5/+4 |
2010-06-18 | s4:ldap_backend.c - fix a small error (use "ModifyResponse" rather than "AddR... | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-06-16 | s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library. | Stefan Metzmacher | 1 | -1/+1 |
2010-06-06 | s4:ldap_server/ldap_backend.c - send back also the extended error message if ... | Matthias Dieter Wallnöfer | 1 | -18/+39 |
2010-05-21 | s4:libcli/ldap Rename ldap.h to libcli_ldap.h | Andrew Bartlett | 5 | -5/+1 |
2010-05-04 | s4/rodc: Support read-only database | Anatoliy Atanasov | 1 | -20/+174 |
2010-04-11 | s4:auth Remove event context from anonymous_session() | Andrew Bartlett | 1 | -1/+1 |
2010-04-06 | s4-waf: removed the AUTOGENERATED markers | Andrew Tridgell | 1 | -3/+0 |
2010-04-06 | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ... | Andrew Tridgell | 1 | -0/+2 |
2010-04-06 | build: commit all the waf build files in the tree | Andrew Tridgell | 1 | -0/+12 |
2010-02-25 | s4:ldap_server - make it "signed-safe" | Matthias Dieter Wallnöfer | 3 | -7/+8 |
2010-02-25 | s4:LDAP server - Enable support for returning referrals through it | Matthias Dieter Wallnöfer | 1 | -0/+22 |
2009-12-18 | Added freeing a successful req so it doesnt croud the ldb context | Nadezhda Ivanova | 1 | -2/+4 |
2009-12-15 | Removed ldb_modify_ctrl from ldb, implemented as a static in ldap_backend. | Nadezhda Ivanova | 1 | -1/+43 |
2009-11-20 | Some changes to allow processing of ldap controls on modify requests. | Nadezhda Ivanova | 1 | -1/+1 |
2009-10-25 | s4-samdb: reduce the number of samdb opens at startup | Andrew Tridgell | 1 | -4/+2 |
2009-10-23 | s4-ldbwrap: added re-use of ldb contexts in ldb_wrap_connect() | Andrew Tridgell | 1 | -1/+1 |
2009-10-23 | s4-dsdb: add a static samdb_credentials | Andrew Tridgell | 1 | -2/+2 |
2009-10-23 | s4-dsdb: create a static system_session context | Andrew Tridgell | 1 | -1/+1 |
2009-10-08 | s4:ldap server - remove unused error handlings | Matthias Dieter Wallnöfer | 1 | -35/+0 |
2009-10-02 | s4:LDB/LDAP - Re-allow renames | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2009-10-02 | s4:ldap_server Ensure we don't segfault when sent a NULL new RDN | Andrew Bartlett | 1 | -4/+7 |
2009-09-28 | s4-ldap: fixed spelling | Andrew Tridgell | 1 | -1/+1 |
2009-09-26 | gensec: Avoid exposing lp_ctx on the API level. | Jelmer Vernooij | 1 | -1/+1 |
2009-09-18 | s4-server: kill main daemon if a task fails to initialise | Andrew Tridgell | 1 | -4/+6 |
2009-08-14 | s4:ldap_server Correct removal of talloc_steal() | Andrew Bartlett | 1 | -1/+0 |
2009-08-14 | s4:ldap_server Remove another talloc_steal (with references) | Andrew Bartlett | 1 | -1/+1 |
2009-08-14 | s4:ldap_server Don't talloc_steal (with references) in ldap_backend | Andrew Bartlett | 1 | -1/+1 |
2009-08-05 | s4:ldap_server: make sure we shutdown the tls socket before stream_terminate_... | Stefan Metzmacher | 1 | -0/+1 |
2009-08-04 | s4-ldap_server: fix generated error string in map_ldb_error(). | Günther Deschner | 1 | -1/+1 |
2009-07-31 | s4: Enhances the LDAP server to display error messages like Windows Server | Matthias Dieter Wallnöfer | 1 | -27/+178 |
2009-07-31 | s4:ldap_server: the tls code steals the original socket on its own now | Stefan Metzmacher | 2 | -2/+2 |
2009-07-01 | use a talloc_unlink() as ops may have a reference | Andrew Tridgell | 1 | -1/+1 |