Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r12445: Fix header in manpage, make script executable | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r12408: as we always add the destinguishedName as autogenerated value, | Stefan Metzmacher | 1 | -8/+16 |
2007-10-10 | r12361: Add a new function: ldb_binary_encode_string() | Andrew Bartlett | 2 | -1/+14 |
2007-10-10 | r12310: Link simple bind support in our internal LDAP libs to LDB and the | Andrew Bartlett | 1 | -5/+16 |
2007-10-10 | r12254: Add some (hopefully correct) descriptions for libraries that are inst... | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12227: I realised that I wasn't yet seeing authenticated LDAP for the ldb | Andrew Bartlett | 1 | -4/+2 |
2007-10-10 | r12209: Fix some issues with XML entities. | Jelmer Vernooij | 7 | -12/+50 |
2007-10-10 | r12158: added ldif handlers for the ntSecurityDescriptor attribute, so when | Andrew Tridgell | 1 | -0/+67 |
2007-10-10 | r12157: ldb_dump_results() is useful to call from within gdb, so you can see a | Andrew Tridgell | 1 | -0/+17 |
2007-10-10 | r12057: fixed authentication in ldb client tools | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r11988: Setup the sessionInfo just before the connect, rather than earlier | Andrew Bartlett | 1 | -4/+6 |
2007-10-10 | r11981: we should allocate request specific memory in ldb modules off the | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r11958: - fixed memory leaks in the ldb_result handling in ldb operations | Andrew Tridgell | 6 | -90/+99 |
2007-10-10 | r11953: enabled the rootdse module in the ldb modules code | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r11594: ensure ldb_search() sets *res to NULL on failure (some of the updated | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r11567: Ldb API change patch. | Simo Sorce | 21 | -461/+751 |
2007-10-10 | r11522: Add support for delegated credentials and machine account credentials | Andrew Bartlett | 1 | -2/+8 |
2007-10-10 | r11512: fix typo | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r11459: display a schemaIDGUID as a guid in ldif, making it easier to work | Andrew Tridgell | 1 | -0/+8 |
2007-10-10 | r11403: improved the error handling in the ildap ldb backend. Now passes | Andrew Tridgell | 1 | -37/+53 |
2007-10-10 | r11382: Require number of required M4 macros | Jelmer Vernooij | 1 | -4/+1 |
2007-10-10 | r11378: Fix an uninitialized variable warning. Tridge, I'm 99.999% sure this ... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r11364: added a ldb_attr_dn() function for testing if an attribute name is | Andrew Tridgell | 4 | -7/+17 |
2007-10-10 | r11353: a bit of an improvement to the ldb_tdb error handling | Andrew Tridgell | 3 | -28/+61 |
2007-10-10 | r11304: Add support back in for loading shared modules (not used yet) | Jelmer Vernooij | 1 | -5/+0 |
2007-10-10 | r11303: Support defining and installing public headers for libraries. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r11300: Treat libraries as a special kind of subsystem | Jelmer Vernooij | 1 | -13/+4 |
2007-10-10 | r11244: Relative path names in .mk files | Jelmer Vernooij | 1 | -40/+40 |
2007-10-10 | r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica... | Jelmer Vernooij | 1 | -63/+0 |
2007-10-10 | r11111: fixed a talloc error in the dn shortcut code | Andrew Tridgell | 1 | -5/+18 |
2007-10-10 | r11110: make ldb_oom() also set the ldb error string | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r11109: fixed the error code return from most ldb functions (the change to use | Andrew Tridgell | 1 | -6/+16 |
2007-10-10 | r10980: Use ldb_attr_cmp and ldb_dn_escape_value | Andrew Bartlett | 1 | -6/+6 |
2007-10-10 | r10959: fix compiler warnings | Stefan Metzmacher | 1 | -2/+3 |
2007-10-10 | r10957: make a comment clearer | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r10956: Tridge thought some comments might be a good idea :-) | Andrew Bartlett | 1 | -2/+14 |
2007-10-10 | r10954: added support for canonicalName in the operational module, using the | Andrew Tridgell | 3 | -32/+94 |
2007-10-10 | r10953: Add a new function to form a canonicalName out of a DN to ldb_dn.c | Andrew Bartlett | 2 | -0/+57 |
2007-10-10 | r10924: we don't need this line twice | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r10918: - fixed standalone ldb build | Andrew Tridgell | 8 | -241/+15 |
2007-10-10 | r10917: copy the element name in a ldb_msg_rename_attr() and ldb_msg_copy_att... | Andrew Tridgell | 3 | -9/+18 |
2007-10-10 | r10916: - finished the 'operational' ldb module | Andrew Tridgell | 5 | -39/+145 |
2007-10-10 | r10915: added a standard attribute handler for a ldap UTC time string | Andrew Tridgell | 3 | -11/+56 |
2007-10-10 | r10914: moved the ldap time string functions into ldb so they can be used by | Andrew Tridgell | 2 | -0/+46 |
2007-10-10 | r10913: This patch isn't as big as it looks ... | Andrew Tridgell | 23 | -219/+564 |
2007-10-10 | r10897: added in a hackish ldb proxy module that I am using to experiment with | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r10895: allow 'dn=string' searches to work again. Windows doesn't allow these, | Andrew Tridgell | 1 | -7/+2 |
2007-10-10 | r10894: make the handling of dn/distinguishedName much closer to real | Andrew Tridgell | 6 | -7/+12 |
2007-10-10 | r10892: - improved the handling of the special distinguishedName attribute | Andrew Tridgell | 1 | -85/+43 |
2007-10-10 | r10889: make searches for dn's less of a special case, and much faster when | Andrew Tridgell | 2 | -15/+7 |