summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
...
* r12770: Remove the alloca.h header as it is not used in the code afaicsSimo Sorce2007-10-101-1/+0
* r12748: Fix wrong handling of separation characters for RDNsSimo Sorce2007-10-101-5/+15
* r12746: An initial version of the kludge_acls module.Andrew Bartlett2007-10-102-4/+7
* r12745: Initial work to support a syntax to pass over controls viaSimo Sorce2007-10-103-10/+106
* r12743: Remove the ugly way we had to make a second stage init and introduceSimo Sorce2007-10-1014-76/+116
* r12734: forgot to add qsortSimo Sorce2007-10-101-0/+256
* r12733: Merge ldap/ldb controls into main treeSimo Sorce2007-10-1031-38/+880
* r12717: Always compile the skel module, so we know when we break it.Andrew Bartlett2007-10-102-28/+28
* r12716: Tridge points out that the request argument to ldb_next_request mustAndrew Bartlett2007-10-101-17/+29
* r12670: Make a couple of dependencies stricterJelmer Vernooij2007-10-101-0/+8
* r12658: Couple of fixes related to shared module builds.Jelmer Vernooij2007-10-105-20/+0
* r12643: don't fail make testSimo Sorce2007-10-101-0/+3
* r12632: Build fixes from Brad Hards <bradh@frogmouth.net>Andrew Bartlett2007-10-103-1/+3
* r12620: Get rid of automatically generated lists of init functions of subsyst...Jelmer Vernooij2007-10-101-2/+2
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-109-9/+0
* r12605: docs patch from Brad Hards <bradh@frogmouth.net>Simo Sorce2007-10-102-82/+151
* r12604: fix make clean as Brad Hards <bradh@frogmouth.net> sugestedSimo Sorce2007-10-101-1/+2
* r12601: Syncronise both copies of dlinklist.h.Andrew Bartlett2007-10-101-0/+14
* r12600: Add a new module to sort the objectclass attribute on store. TheAndrew Bartlett2007-10-104-1/+326
* r12599: This new LDB module (and associated changes) allows Samba4 to operateAndrew Bartlett2007-10-101-0/+1
* r12592: Remove some useless dependenciesJelmer Vernooij2007-10-101-1/+1
* r12553: Steal the error string onto this context, so that the caller doesn'tAndrew Bartlett2007-10-101-1/+1
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-102-0/+2
* r12540: Provide more information in the ldb error string.Andrew Bartlett2007-10-101-3/+5
* r12534: Make the transaction code fill the error string on failure.Andrew Bartlett2007-10-101-3/+30
* r12499: Move smb_build.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* 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