r4425: - move srvsvc and wkssvc server code to the new W_ERROR_HAVE_NO_MEMORY() macro
[samba.git] / source4 / ldap_server /
2007-10-10 Andrew Bartlettr4355: More work from the elves on Christmas eve:
2007-10-10 Stefan Metzmacherr4079: implement the gensec_have_feature() correctly...
2007-10-10 Andrew Tridgellr4037: fixed a bunch of "might be uninitialised" warnin...
2007-10-10 Stefan Metzmacherr4000: DATA_BLOB.data is uint8_t * not void * :-)
2007-10-10 Stefan Metzmacherr3962: fix compiler warnings
2007-10-10 Stefan Metzmacherr3783: - don't use make proto for ldb anymore
2007-10-10 Stefan Metzmacherr3762: - only load the readed bytes into the input...
2007-10-10 Simo Sorcer3754: merge in ldb modules support from the tmp branch...
2007-10-10 Jelmer Vernooijr3733: More build system fixes/features:
2007-10-10 Andrew Tridgellr3507: - added deferred replies on sharing violation...
2007-10-10 Andrew Tridgellr3494: got rid of include/rewrite.h, and split out...
2007-10-10 Andrew Tridgellr3481: split out client.h and events.h
2007-10-10 Andrew Tridgellr3464: split out registry.h, rap.h and ldap_server.h
2007-10-10 Andrew Tridgellr3463: separated out some more headers (asn_1.h, messag...
2007-10-10 Andrew Tridgellr3453: - split out the auth and popt includes
2007-10-10 Andrew Tridgellr3447: more include/system/XXX.h include files
2007-10-10 Andrew Tridgellr3443: the next stage in the include files re-organisation.
2007-10-10 Andrew Tridgellr3316: give the LDAP server a chance of operating corre...
2007-10-10 Andrew Tridgellr3304: changed the API to lib/socket/ a little.
2007-10-10 Andrew Tridgellr3278: - rewrote the client side rpc connection code...
2007-10-10 Jelmer Vernooijr3136: - Allow specifying socket type when adding smbd...
2007-10-10 Stefan Metzmacherr3099: implment sldb_ModifyDN()
2007-10-10 Stefan Metzmacherr3098: - fix segfault in sldb_Compare()
2007-10-10 Stefan Metzmacherr3097: - an empty string is a valid DN
2007-10-10 Simo Sorcer2908: fix typo
2007-10-10 Stefan Metzmacherr2892: fix compiler warning
2007-10-10 Stefan Metzmacherr2891: call rootDSE only with LDAP_SEARCH_SCOPE_BASE
2007-10-10 Stefan Metzmacherr2890: fix segfault when call is destroyed and we deref...
2007-10-10 Stefan Metzmacherr2886: missing stuff from last commit
2007-10-10 Stefan Metzmacherr2885: windows doesn't try to do sign or seal by default
2007-10-10 Stefan Metzmacherr2881: also bind the ldap service on the global catalog...
2007-10-10 Stefan Metzmacherr2880: move the rootdse.ldif template to the source...
2007-10-10 Stefan Metzmacherr2878: add server sasl support
2007-10-10 Stefan Metzmacherr2877: the Bind and Unbind function are already moved...
2007-10-10 Stefan Metzmacherr2876: - more than one rootDSE entry in the database...
2007-10-10 Simo Sorcer2875: some fixes + (C) note
2007-10-10 Simo Sorcer2874: Italian CodeJam commit :-)
2007-10-10 Stefan Metzmacherr2864: - Bind and Unbind are no directory partition...
2007-10-10 Stefan Metzmacherr2863: move the logical ldapsrv functions to a seperate...
2007-10-10 Stefan Metzmacherr2862: prepare LDAP SASL support for the server
2007-10-10 Stefan Metzmacherr2855: fix error codes for Compare
2007-10-10 Andrew Tridgellr2836: removed a couple of unused variables
2007-10-10 Stefan Metzmacherr2825: fix the build
2007-10-10 Simo Sorcer2820: complete the parsing routing with correct suppor...
2007-10-10 Stefan Metzmacherr2816: fix 'Default-First-Site-Name' dn
2007-10-10 Simo Sorcer2815: add some more docs
2007-10-10 Andrew Tridgellr2792: got rid of talloc_ldb_alloc() and instead create...
2007-10-10 Simo Sorcer2758: keep docos handy while developing it
2007-10-10 Stefan Metzmacherr2757: some minor fixes
2007-10-10 Simo Sorcer2754: Change sldb_trim_dn() to be sldb_fix_dn() as...
2007-10-10 Stefan Metzmacherr2748: implement sldb_Compare()
2007-10-10 Stefan Metzmacherr2731: use debug level 10 everywhere
2007-10-10 Stefan Metzmacherr2724: - use ldapsrv_service and set it up with the...
2007-10-10 Stefan Metzmacherr2722: remove tmp debug messages
2007-10-10 Stefan Metzmacherr2720: -implement sldb_Modify() call
2007-10-10 Stefan Metzmacherr2714: - add sldb_Add() implementation
2007-10-10 Simo Sorcer2695: revert "Del" renaming
2007-10-10 Stefan Metzmacherr2693: - send a reply when no attributes there
2007-10-10 Simo Sorcer2689: Use consistent naming Del -> Delete
2007-10-10 Stefan Metzmacherr2688: - fix case where listed attributes are asked
2007-10-10 Stefan Metzmacherr2685: ALLOC_CHECK() after talloc_steal() isn't needed
2007-10-10 Stefan Metzmacherr2682: as sambdb holds all search data, don't double...
2007-10-10 Stefan Metzmacherr2681: commit the first semi working search implementation
2007-10-10 Andrew Tridgellr2646: - use a talloc destructor to ensure that sockets...
2007-10-10 Andrew Tridgellr2628: got rid of some warnings and converted a few...
2007-10-10 Stefan Metzmacherr2527: - add a dummy for a simple ldb backend
2007-10-10 Stefan Metzmacherr2526: use LDAP error 53 (unwillingToPerform)
2007-10-10 Stefan Metzmacherr2525: fix a search response when the backend didn...
2007-10-10 Stefan Metzmacherr2523: - readd rootDSE reply
2007-10-10 Stefan Metzmacherr2509: add a struct ldapsrv_call which is simular to...
2007-10-10 Stefan Metzmacherr2447: let the server code use the new lib/socket/...
2007-10-10 Stefan Metzmacherr2401: make our LDAP server useable:
2007-10-10 Stefan Metzmacherr2321: add complately untested LDAP server start