summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/common
AgeCommit message (Expand)AuthorFilesLines
2007-12-21r26301: Collapose ldb_next_init() into being a caller of ldb_init_module_chainAndrew Bartlett1-14/+10
2007-12-21r26299: Print out which module failed to initialise.Andrew Bartlett1-1/+1
2007-12-21r26192: Handle, test and implement the style of extended_dn requiest that MMC...Andrew Bartlett1-9/+17
2007-12-21r25962: Move to more modern ldb functions loading module list.Andrew Bartlett1-11/+12
2007-12-21r25934: Handle a LDB_ERR_NO_SUCH_OBJECT return value when looking for theAndrew Bartlett1-13/+16
2007-12-21r25933: LDB: Don't free errstring until after the printf, in case it is one ofAndrew Bartlett1-1/+3
2007-12-21r25857: IndentAndrew Bartlett1-1/+2
2007-12-21r25856: If the search fails, it is not valid to steal 'res'.Andrew Bartlett1-6/+7
2007-12-21r25843: Finish check-soloading.Jelmer Vernooij1-1/+1
2007-12-21r25755: Fix a couple of memory leaks, in particular a new leak onto the NULLAndrew Bartlett1-2/+4
2007-12-21r25630: Allow "NULL" as memory context, for consistency with the rest of the ...Jelmer Vernooij1-1/+1
2007-10-10r25218: After discussion with Simo, remove the subclass support from LDB.Andrew Bartlett2-139/+1
2007-10-10r25215: replace talloc_append_string() with talloc_strdup_append_buffer()Stefan Metzmacher1-14/+6
2007-10-10r25084: Move samba-specific code out of lib/ldb directory.Jelmer Vernooij1-1/+0
2007-10-10r25081: Add modules_dir member to ldb_context that is used rather than a globalJelmer Vernooij2-13/+11
2007-10-10r24566: Remove trailing newlines in ldb_debug(), these are not required.Andrew Bartlett1-2/+2
2007-10-10r24261: Fix the standalone ldb build after I moved the objectclass module out.Andrew Bartlett1-2/+0
2007-10-10r23993: Attempt to fix bug #4808, reported by mwallnoefer@yahoo.de. The issueAndrew Bartlett1-1/+4
2007-10-10r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell13-27/+13
2007-10-10r23795: more v2->v3 conversionAndrew Tridgell12-12/+12
2007-10-10r23560: - Activate metze's schema modules (from metze's schema-loading-13 pat...Andrew Bartlett1-2/+10
2007-10-10r22989: allow '@foo' attributes searchable as we allow '@foo' attributesStefan Metzmacher1-0/+4
2007-10-10r22789: fix loading of internal samba4 modulesStefan Metzmacher1-3/+3
2007-10-10r22750: dlopen() is always available now (and returns a correct error if not ...Jelmer Vernooij1-5/+0
2007-10-10r22696: Make sure this is an ascii charSimo Sorce1-0/+12
2007-10-10r22694: It seems that AIX 5.3 with XLC has difficulties with <ctype.h>. This isVolker Lendecke1-1/+1
2007-10-10r22681: Fix standalone ldb build when parent directory name != ldb.Jelmer Vernooij13-27/+15
2007-10-10r22557: Simo has long bugged me that the paths in the sam.ldb partitions wereAndrew Bartlett1-1/+11
2007-10-10r22474: If ldb does not return sucess, then the res variable may not be valid.Andrew Bartlett1-2/+0
2007-10-10r21761: - Give more detail on LDAP client library failures (make it clearAndrew Bartlett1-1/+1
2007-10-10r21760: Try to pin down were some errors are coming from. Ensure we at leastAndrew Bartlett1-8/+25
2007-10-10r21736: Fix the smbclient test to do something more interesting with the lastAndrew Bartlett1-0/+3
2007-10-10r21496: A number of ldb control and LDAP changes, surrounding theAndrew Bartlett1-5/+442
2007-10-10r20952: when a component is changed we need to rebuild the linearized stringStefan Metzmacher1-0/+1
2007-10-10r20852: add a function to add a ldb control to a ldb_requestStefan Metzmacher1-0/+28
2007-10-10r20761: let ldb modules call ldb_set_default_dns()Stefan Metzmacher1-1/+1
2007-10-10r20731: we need the complex memmove() handling for removing an attribute only...Stefan Metzmacher1-16/+12
2007-10-10r20588: handle extended operations in the ldb_next_request() callStefan Metzmacher1-0/+3
2007-10-10r20583: implement the frontend calls for extended operationsStefan Metzmacher1-0/+106
2007-10-10r20581: - the ldb modules have explicit hooks for extended operationsStefan Metzmacher1-0/+4
2007-10-10r20462: add functions to handle UTCTime stringsStefan Metzmacher1-3/+56
2007-10-10r20373: When adding a base to a "" DN, don't precede it with a comma (,)Andrew Bartlett1-2/+10
2007-10-10r20317: store references to all important naming contexts.Stefan Metzmacher1-13/+45
2007-10-10r20192: I assume a 'break' is the correct thing to do here,Stefan Metzmacher1-0/+1
2007-10-10r20189: remove unused struct elementStefan Metzmacher2-3/+0
2007-10-10r20188: move back to an default attribute handler and not use the '*' attributeStefan Metzmacher1-2/+15
2007-10-10r20184: change ldb_attrib_handler into ldb_schema_attribute, which has a pointerStefan Metzmacher4-102/+103
2007-10-10r20168: start separating attributes and syntaxesStefan Metzmacher2-26/+24
2007-10-10r20033: Never commit before testingSimo Sorce1-3/+6
2007-10-10r20032: Add ldb_search_exp_fmt()Simo Sorce1-0/+36