summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
...
* r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij2007-10-101-12/+10
* r12445: Fix header in manpage, make script executableJelmer Vernooij2007-10-101-1/+1
* r12408: as we always add the destinguishedName as autogenerated value,Stefan Metzmacher2007-10-101-8/+16
* r12361: Add a new function: ldb_binary_encode_string()Andrew Bartlett2007-10-102-1/+14
* r12310: Link simple bind support in our internal LDAP libs to LDB and theAndrew Bartlett2007-10-101-5/+16
* r12254: Add some (hopefully correct) descriptions for libraries that are inst...Jelmer Vernooij2007-10-101-0/+1
* r12227: I realised that I wasn't yet seeing authenticated LDAP for the ldbAndrew Bartlett2007-10-101-4/+2
* r12209: Fix some issues with XML entities.Jelmer Vernooij2007-10-107-12/+50
* r12158: added ldif handlers for the ntSecurityDescriptor attribute, so whenAndrew Tridgell2007-10-101-0/+67
* r12157: ldb_dump_results() is useful to call from within gdb, so you can see aAndrew Tridgell2007-10-101-0/+17
* r12057: fixed authentication in ldb client toolsAndrew Tridgell2007-10-101-0/+3
* r11988: Setup the sessionInfo just before the connect, rather than earlierAndrew Bartlett2007-10-101-4/+6
* r11981: we should allocate request specific memory in ldb modules off theAndrew Tridgell2007-10-101-1/+1
* r11958: - fixed memory leaks in the ldb_result handling in ldb operationsAndrew Tridgell2007-10-106-90/+99
* r11953: enabled the rootdse module in the ldb modules codeAndrew Tridgell2007-10-101-0/+1
* r11594: ensure ldb_search() sets *res to NULL on failure (some of the updatedAndrew Tridgell2007-10-101-0/+2
* r11567: Ldb API change patch.Simo Sorce2007-10-1021-461/+751
* r11522: Add support for delegated credentials and machine account credentialsAndrew Bartlett2007-10-101-2/+8
* r11512: fix typoAndrew Bartlett2007-10-101-1/+1
* r11459: display a schemaIDGUID as a guid in ldif, making it easier to workAndrew Tridgell2007-10-101-0/+8
* r11403: improved the error handling in the ildap ldb backend. Now passesAndrew Tridgell2007-10-101-37/+53
* r11382: Require number of required M4 macrosJelmer Vernooij2007-10-101-4/+1
* r11378: Fix an uninitialized variable warning. Tridge, I'm 99.999% sure this ...Volker Lendecke2007-10-101-1/+1
* r11364: added a ldb_attr_dn() function for testing if an attribute name isAndrew Tridgell2007-10-104-7/+17
* r11353: a bit of an improvement to the ldb_tdb error handlingAndrew Tridgell2007-10-103-28/+61
* r11304: Add support back in for loading shared modules (not used yet)Jelmer Vernooij2007-10-101-5/+0
* r11303: Support defining and installing public headers for libraries.Jelmer Vernooij2007-10-101-0/+1
* r11300: Treat libraries as a special kind of subsystemJelmer Vernooij2007-10-101-13/+4
* r11244: Relative path names in .mk filesJelmer Vernooij2007-10-101-40/+40
* r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica...Jelmer Vernooij2007-10-101-63/+0
* r11111: fixed a talloc error in the dn shortcut codeAndrew Tridgell2007-10-101-5/+18
* r11110: make ldb_oom() also set the ldb error stringAndrew Tridgell2007-10-101-1/+1
* r11109: fixed the error code return from most ldb functions (the change to useAndrew Tridgell2007-10-101-6/+16
* r10980: Use ldb_attr_cmp and ldb_dn_escape_valueAndrew Bartlett2007-10-101-6/+6
* r10959: fix compiler warningsStefan Metzmacher2007-10-101-2/+3
* r10957: make a comment clearerAndrew Tridgell2007-10-101-1/+1
* r10956: Tridge thought some comments might be a good idea :-)Andrew Bartlett2007-10-101-2/+14
* r10954: added support for canonicalName in the operational module, using theAndrew Tridgell2007-10-103-32/+94
* r10953: Add a new function to form a canonicalName out of a DN to ldb_dn.cAndrew Bartlett2007-10-102-0/+57
* r10924: we don't need this line twiceStefan Metzmacher2007-10-101-1/+0
* r10918: - fixed standalone ldb buildAndrew Tridgell2007-10-108-241/+15
* r10917: copy the element name in a ldb_msg_rename_attr() and ldb_msg_copy_att...Andrew Tridgell2007-10-103-9/+18
* r10916: - finished the 'operational' ldb moduleAndrew Tridgell2007-10-105-39/+145
* r10915: added a standard attribute handler for a ldap UTC time stringAndrew Tridgell2007-10-103-11/+56
* r10914: moved the ldap time string functions into ldb so they can be used byAndrew Tridgell2007-10-102-0/+46
* r10913: This patch isn't as big as it looks ...Andrew Tridgell2007-10-1023-219/+564
* r10897: added in a hackish ldb proxy module that I am using to experiment withAndrew Tridgell2007-10-101-0/+1
* r10895: allow 'dn=string' searches to work again. Windows doesn't allow these,Andrew Tridgell2007-10-101-7/+2
* r10894: make the handling of dn/distinguishedName much closer to realAndrew Tridgell2007-10-106-7/+12
* r10892: - improved the handling of the special distinguishedName attributeAndrew Tridgell2007-10-101-85/+43