r23792: convert Samba4 to GPLv3
[kai/samba.git] / source4 / lib / ldb /
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Andrew Bartlettr23762: Fix DN renames over LDAP, and instrument the...
2007-10-10 Tim Potterr23753: Fix bitrot afflicting the ldb Python swig bindings.
2007-10-10 Andrew Bartlettr23737: Validate that we object to duplicate values...
2007-10-10 Andrew Bartlettr23703: Start to get Samba4 to again work with LDAP...
2007-10-10 Andrew Bartlettr23560: - Activate metze's schema modules (from metze...
2007-10-10 Andrew Bartlettr23557: Ensure that we don't reorder the objectClass...
2007-10-10 Andrew Tridgellr23364: add LDB_FLG_NOMMAP flag
2007-10-10 Stefan Metzmacherr23339: merge from SAMBA_3_0:
2007-10-10 Andrew Bartlettr23177: Add in a new provision-backend script. This...
2007-10-10 Stefan Metzmacherr22989: allow '@foo' attributes searchable as we allow...
2007-10-10 James Peachr22952: Make sure we look at extra_cflags when building...
2007-10-10 Stefan Metzmacherr22789: fix loading of internal samba4 modules
2007-10-10 Jelmer Vernooijr22762: Some ldb_map changes:
2007-10-10 Jelmer Vernooijr22750: dlopen() is always available now (and returns...
2007-10-10 Stefan Metzmacherr22746: fix the build of the sqlite module
2007-10-10 Stefan Metzmacherr22723: fix compiler warnings
2007-10-10 Stefan Metzmacherr22722: fix dependencies
2007-10-10 Simo Sorcer22696: Make sure this is an ascii char
2007-10-10 Volker Lendecker22694: It seems that AIX 5.3 with XLC has difficulties...
2007-10-10 Jelmer Vernooijr22687: use DESTDIR.
2007-10-10 Jelmer Vernooijr22684: Fix native Samba build.
2007-10-10 Jelmer Vernooijr22682: Fix standalone ldb build when parent directory...
2007-10-10 Jelmer Vernooijr22681: Fix standalone ldb build when parent directory...
2007-10-10 Jelmer Vernooijr22668: Fix ldb build
2007-10-10 Jelmer Vernooijr22665: Change version back to 0.9.
2007-10-10 Jelmer Vernooijr22642: Allow standalone build to work without tdb...
2007-10-10 Jelmer Vernooijr22600: Update bzr ignores, put right version in .pc...
2007-10-10 Jelmer Vernooijr22598: Simplify includes for replace.
2007-10-10 Jelmer Vernooijr22596: Set _CFLAGS variables rather than putting knowl...
2007-10-10 Jelmer Vernooijr22595: Add version numbers.
2007-10-10 Andrew Bartlettr22559: Make the ad2OLschema tool case insensitive.
2007-10-10 Andrew Bartlettr22557: Simo has long bugged me that the paths in the...
2007-10-10 Andrew Bartlettr22497: Support renaming objectclasses and attributes...
2007-10-10 Andrew Bartlettr22476: The OID match is used very oddly in AD, as...
2007-10-10 Andrew Bartlettr22475: Rather than segfault, show the name of the...
2007-10-10 Andrew Bartlettr22474: If ldb does not return sucess, then the res...
2007-10-10 Simo Sorcer22471: Convert more code to use proper LDB error codes.
2007-10-10 Stefan Metzmacherr22404: more dependencies which should be private
2007-10-10 Stefan Metzmacherr22226: move discard_const macros to librelace
2007-10-10 James Peachr22028: Fix include path for the srcidr != builddir...
2007-10-10 Andrew Bartlettr21761: - Give more detail on LDAP client library failu...
2007-10-10 Andrew Bartlettr21760: Try to pin down were some errors are coming...
2007-10-10 Andrew Bartlettr21736: Fix the smbclient test to do something more...
2007-10-10 Andrew Bartlettr21553: Remove bogus comment.
2007-10-10 Andrew Bartlettr21496: A number of ldb control and LDAP changes, surro...
2007-10-10 Stefan Metzmacherr21354: fix comment
2007-10-10 Stefan Metzmacherr21311: fix very ugly "using free'ed memory" bug
2007-10-10 Andrew Bartlettr21305: Change the skel module a little, so make it...
2007-10-10 Stefan Metzmacherr20969: remove unused function, found my lcov
2007-10-10 Stefan Metzmacherr20952: when a component is changed we need to rebuild...
2007-10-10 Stefan Metzmacherr20865: remove useless warning, we now always pass...
2007-10-10 Stefan Metzmacherr20852: add a function to add a ldb control to a ldb_re...
2007-10-10 Stefan Metzmacherr20772: fix segfault caused by ldb_set_default_dns...
2007-10-10 Stefan Metzmacherr20761: let ldb modules call ldb_set_default_dns()
2007-10-10 Stefan Metzmacherr20731: we need the complex memmove() handling for...
2007-10-10 Stefan Metzmacherr20684: if we don't have any indexes, then we should...
2007-10-10 Simo Sorcer20670: Make the logic more clear
2007-10-10 Simo Sorcer20669: Simplifing more
2007-10-10 Simo Sorcer20656: This way the process flow should be much more...
2007-10-10 Stefan Metzmacherr20598: add comments and make clear that the void ...
2007-10-10 Stefan Metzmacherr20596: add prototypes for the ldb_extended functions
2007-10-10 Stefan Metzmacherr20588: handle extended operations in the ldb_next_requ...
2007-10-10 Stefan Metzmacherr20583: implement the frontend calls for extended opera...
2007-10-10 Stefan Metzmacherr20582: use void *data in the ldb_extended struct to...
2007-10-10 Stefan Metzmacherr20581: - the ldb modules have explicit hooks for exten...
2007-10-10 Andrew Bartlettr20467: Don't segfault if we don't have an OID map
2007-10-10 Andrew Bartlettr20464: Make it clear what does the process group stuff
2007-10-10 Stefan Metzmacherr20462: add functions to handle UTCTime strings
2007-10-10 Andrew Bartlettr20459: LDB map cleanup:
2007-10-10 Andrew Bartlettr20373: When adding a base to a "" DN, don't precede...
2007-10-10 Stefan Metzmacherr20320: add missing prototypes
2007-10-10 Stefan Metzmacherr20319: fix compiler warnings
2007-10-10 Stefan Metzmacherr20317: store references to all important naming contexts.
2007-10-10 Stefan Metzmacherr20316: fix compiler warning
2007-10-10 Andrew Tridgellr20234: metze pointed out that we are re-loading the...
2007-10-10 Stefan Metzmacherr20198: let the IBM checker ignore the warning about...
2007-10-10 Stefan Metzmacherr20192: I assume a 'break' is the correct thing to...
2007-10-10 Stefan Metzmacherr20191: fix bug found by the IBM checker
2007-10-10 Stefan Metzmacherr20190: fix the ldb_ldap backend
2007-10-10 Stefan Metzmacherr20189: remove unused struct element
2007-10-10 Stefan Metzmacherr20188: move back to an default attribute handler and...
2007-10-10 Stefan Metzmacherr20187: fix the build on systems without sqlite3
2007-10-10 Stefan Metzmacherr20185: - SMB_ENABLE() needs upper case YES/NO
2007-10-10 Stefan Metzmacherr20184: change ldb_attrib_handler into ldb_schema_attri...
2007-10-10 Stefan Metzmacherr20168: start separating attributes and syntaxes
2007-10-10 Stefan Metzmacherr20130: remove one more talloc_get_type()
2007-10-10 Stefan Metzmacherr20129: remove unused structure elements
2007-10-10 Stefan Metzmacherr20128: get rid of more talloc_get_type() calls
2007-10-10 Stefan Metzmacherr20127: - allocate ldb_handle under ldb_request! fix...
2007-10-10 Stefan Metzmacherr20126: fix talloc hierachy and make lldb a child of...
2007-10-10 Stefan Metzmacherr20125: fix some ugly mem leaks in the ldb_ildb backend
2007-10-10 Stefan Metzmacherr20123: - avoid some more talloc_get_type() calls
2007-10-10 Stefan Metzmacherr20122: pass ildb to ildb_request_noop()
2007-10-10 Stefan Metzmacherr20121: pass down the ldb_request struct to ildb_reques...
2007-10-10 Stefan Metzmacherr20120: fix the talloc hierachy and make ildb a child...
2007-10-10 Simo Sorcer20106: Optional ONE Level indexing for ldb_tdb
2007-10-10 Simo Sorcer20101: Also rename a variable now that the unused...
2007-10-10 Simo Sorcer20100: Remove completely unused parameters
2007-10-10 Volker Lendecker20046: Add ldb_search_exp_fmt and port comment to 4
next