summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/common
Commit message (Expand)AuthorAgeFilesLines
* s4:ldb Use length-limited printf to avoid walking off end of stringsAndrew Bartlett2009-08-211-1/+1
* s4:ldb - Free the asynchronous resultMatthias Dieter Wallnöfer2009-08-141-0/+2
* make sure we never look past the end of either string in ldb_comparison_fold()Andrew Tridgell2009-08-071-26/+44
* s4:ldb: add support for the new Recycle Bin Feature LDAP controlsStefan Metzmacher2009-07-231-0/+54
* remove all '\n' from ldb_debugSumit Bose2009-07-145-20/+21
* s4:ldb Fix talloc hirarchy in LDIF parsing codeAndrew Bartlett2009-07-061-3/+3
* ldb: Properly handle NULL when copying attr lists.Andrew Kroeger2009-06-291-4/+4
* fixed server side sorting of case-insensitive stringsAndrew Tridgell2009-06-101-3/+0
* when comp_num is zero, the case folded DN is always ""Andrew Tridgell2009-06-011-8/+2
* s4:ldb:modules: Correct typos.Andrew Kroeger2009-05-261-3/+1
* Provide a ldb_global_init() function for compatibility with older versions of...Jelmer Vernooij2009-04-231-0/+6
* fixed internal handling of attribute deletionAndrew Tridgell2009-04-071-13/+23
* major upgrade to the ldb attribute handlingAndrew Tridgell2009-04-022-7/+67
* s4:ldb: allow nested events until the code is fixed to avoid themStefan Metzmacher2009-03-121-1/+3
* s4:ldb: setup tevent debug functions on a selfcreated event contextStefan Metzmacher2009-03-121-0/+35
* Fix headers, ldb_includes.h is a private header,Simo Sorce2009-02-231-4/+1
* Make all transactions nested in ldb. The current samba4 code expects thisSimo Sorce2009-02-231-59/+73
* Explicitly include ldb_handlers.h where necessarySimo Sorce2009-01-301-0/+1
* Add helper function to get a module name, may be useful for debugging.Simo Sorce2009-01-301-0/+5
* Fix the mess with ldb includes.Simo Sorce2009-01-3013-13/+63
* s4:ldb: remove dependency to samba4's events wrapperStefan Metzmacher2009-01-211-3/+10
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-4/+4
* Small cosmetic LDB patch regarding return values.Matthias Dieter Wallnöfer2008-12-192-3/+3
* s4:ldb: make it possible to return per entry controlsAndrew Bartlett2008-12-172-1/+25
* s4:ldb: use try to print the extended dn in the ldif outputAndrew Bartlett2008-12-171-2/+4
* s4:ldb: add infrastructure for extended dn handlersAndrew Bartlett2008-12-172-58/+442
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell2008-12-031-2/+4
|\
| * Print unconvertable ldb element values as base64.Andrew Bartlett2008-11-171-2/+4
* | don't give errors when an empty modules list is given to ldbAndrew Tridgell2008-11-061-2/+9
|/
* Use ldb_dn_from_ldb_val to avoid possible over-run of the value.Andrew Bartlett2008-11-043-6/+6
* Revert "Length comparison of the linearized version is not correct."Simo Sorce2008-10-301-0/+3
* Length comparison of the linearized version is not correct.Simo Sorce2008-10-291-3/+0
* Transform the sequence_number operation into a normal extended operation as i...Simo Sorce2008-10-162-25/+29
* s4:lib/ldb: fix stupid <SID=...> dn parsing bugsStefan Metzmacher2008-10-021-2/+2
* LDB ASYNC: Core filesSimo Sorce2008-09-292-96/+349
* Revert LDB return code patches from Matthias.Jelmer Vernooij2008-09-255-28/+28
* Cosmetic corrections for the LDB libraryMatthias Dieter Wallnöfer2008-09-245-28/+28
* Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce2008-09-232-54/+29
* Fix typo.Karolin Seeger2008-09-141-1/+1
* Always free tmp contexts before returningSimo Sorce2008-09-061-0/+1
* fixed a problem with length limited ldap valuesAndrew Tridgell2008-08-222-16/+23
* Don't walk past the end of ldb values.Andrew Bartlett2008-08-212-10/+19
* Don't allow a NULL syntaxAndrew Bartlett2008-08-211-0/+4
* don't overwrite fixed attributes with @ATTRIBUTESAndrew Tridgell2008-08-201-0/+4
* Merge commit 'origin/v4-0-test' into v4-0-testAndrew Tridgell2008-08-201-3/+11
|\
| * Allow attributes to be overwritten, not just added toAndrew Bartlett2008-08-181-3/+11
* | added a LDB_ATTR_FLAG_FIXED so the schema module can mark attributesAndrew Tridgell2008-08-201-0/+5
|/
* ldb: allow ldb modules to specify LDB_MODULE(name) or LDB_BACKEND(name)Stefan Metzmacher2008-06-302-163/+198
* Change our module code to not use the special symbol name init_module()Andrew Tridgell2008-06-172-20/+0
* Note that making ldb the event context parent seem to lead to races whenSimo Sorce2008-06-151-1/+1