r20319: fix compiler warnings
[jra/samba/.git] / source4 / lib / ldb / include / ldb.h
2007-10-10 Stefan Metzmacherr20319: fix compiler warnings
2007-10-10 Stefan Metzmacherr20316: fix compiler warning
2007-10-10 Stefan Metzmacherr20189: remove unused struct element
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 Volker Lendecker20046: Add ldb_search_exp_fmt and port comment to 4
2007-10-10 Simo Sorcer20034: Start using ldb_search_exp_fmt()
2007-10-10 Simo Sorcer19906: ldb_attr_cmp is used a lot
2007-10-10 Simo Sorcer19832: better prototypes for the linearization functions:
2007-10-10 Simo Sorcer19831: Big ldb_dn optimization and interfaces enhancem...
2007-10-10 Simo Sorcer19531: Make struct ldb_dn opaque and local to ldb_dn.c
2007-10-10 Simo Sorcer19489: Change ldb_msg_add_value and ldb_msg_add_empty...
2007-10-10 Simo Sorcer19453: Expose helper functions
2007-10-10 Andrew Tridgellr19365: fixed a memory leak in the ldb attribute handling
2007-10-10 Stefan Metzmacherr19196: merge from samba3:
2007-10-10 Andrew Tridgellr18942: add a ldb_set_create_perms() function in ldb...
2007-10-10 Andrew Bartlettr18781: Move the usnCreated and usnChanged handling...
2007-10-10 Simo Sorcer18777: add helper functions to create an ldb_request...
2007-10-10 Simo Sorcer17830: Set the default_basedn (hey, it comes from...
2007-10-10 Andrew Tridgellr17821: changed ldb_search() and the ldbsearch command...
2007-10-10 Stefan Metzmacherr17743: fix compiler warnings
2007-10-10 Andrew Bartlettr17580: Add a new tools to convert back from AD-like...
2007-10-10 Simo Sorcer17516: Change helper function names to make more clear...
2007-10-10 Simo Sorcer17503: Add a useful function to search for a DN
2007-10-10 Stefan Metzmacherr17430: implement the LDAP_SERVER_PERMISSIVE_MODIFY...
2007-10-10 Stefan Metzmacherr17429: implement the LDAP_SERVER_SHOW_DELETED control...
2007-10-10 Stefan Metzmacherr17420: add client support for the LDAP_SERVER_DOMAIN_S...
2007-10-10 Stefan Metzmacherr17419: add client support for the LDAP_SERVER_SEARCH_O...
2007-10-10 Stefan Metzmacherr17418: add client support for the LDAP_SERVER_SD_FLAGS...
2007-10-10 Simo Sorcer17350: Avoid a couple of memleaks, unnecessary code...
2007-10-10 Andrew Bartlettr17225: Fix the build by fixing the spelling of START...
2007-10-10 Simo Sorcer17195: Start thinking how to implement extended operat...
2007-10-10 Simo Sorcer17186: "async" word abuse clean-up part 2
2007-10-10 Simo Sorcer17185: Oh, I wanted to do this for sooo long time.
2007-10-10 Andrew Bartlettr16825: Make ldb_sainity_check() set an error string...
2007-10-10 Andrew Bartlettr16264: Add, but do not yet enable, the partitions...
2007-10-10 Andrew Bartlettr16083: Make it possible to initialise a backend module...
2007-10-10 Simo Sorcer16036: Add a couple of new functions to corretly deal...
2007-10-10 Simo Sorcer15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODI...
2007-10-10 Simo Sorcer15942: Remove the sync internal ldb calls altogether.
2007-10-10 Simo Sorcer15932: Remove per request creds
2007-10-10 Simo Sorcer15761: Fix-as-you-go ...
2007-10-10 Simo Sorcer15582: Commit some forgotten stuff that have been...
2007-10-10 Stefan Metzmacherr15246: flags need to represented as bits 0x01,0x02...
2007-10-10 Simo Sorcer15245: forgot one header
2007-10-10 Tim Potterr15113: Add a ldb_strerror() function.
2007-10-10 Tim Potterr15065: Remove duplicate prototype.
2007-10-10 Simo Sorcer14163: Remove LDB_WAIT_ONCE, we can hardly guarante we
2007-10-10 Simo Sorcer13996: simplify ldb_async_wait() some more
2007-10-10 Simo Sorcer13992: change the way ldb_async_wait() works.
2007-10-10 Jelmer Vernooijr13786: [merge] Add registration functions for LDB...
2007-10-10 Simo Sorcer13744: Make ldb_ldap async
2007-10-10 Andrew Bartlettr13616: Add new ldb functions: ldb_msg_add_steal_string...
2007-10-10 Simo Sorcer13615: Make ldb_set_errstring get ldb instead of modul...
2007-10-10 Simo Sorcer13609: Get in the initial work on making ldb async
2007-10-10 Simo Sorcer13361: initial implementation of the vlv control
2007-10-10 Simo Sorcer13349: In the end I could not use ldb_caseless_cmp
2007-10-10 Simo Sorcer13335: Fix the build and add an utf8 safe ldb_hadler_f...
2007-10-10 Simo Sorcer13333: revert previous commit I will use ldb_caseless_...
2007-10-10 Simo Sorcer13328: After the attribute name check cleanup it turne...
2007-10-10 Simo Sorcer13325: let samba register it's own utf8 aware function...
2007-10-10 Simo Sorcer13324: From now on check attribute names obey rfc2251
2007-10-10 Andrew Tridgellr13268: fixed typo noticed by Aaron Seigo
2007-10-10 Simo Sorcer13166: Patches form Brad Hards
2007-10-10 Stefan Metzmacherr13114: remove 'const' and make clear what the paramete...
2007-10-10 Stefan Metzmacherr12984: add parse code and ldbsearch cmdline code for
2007-10-10 Simo Sorcer12977: Some code to implement the client side of the...
2007-10-10 Simo Sorcer12925: implement client side of ASQ control
2007-10-10 Stefan Metzmacherr12850: - add Doxygen comments to ldb
2007-10-10 Simo Sorcer12733: Merge ldap/ldb controls into main tree
2007-10-10 Andrew Bartlettr12361: Add a new function: ldb_binary_encode_string()
2007-10-10 Andrew Tridgellr11958: - fixed memory leaks in the ldb_result handling...
2007-10-10 Simo Sorcer11567: Ldb API change patch.
2007-10-10 Andrew Bartlettr11512: fix typo
2007-10-10 Andrew Tridgellr11364: added a ldb_attr_dn() function for testing...
2007-10-10 Andrew Tridgellr10954: added support for canonicalName in the operatio...
2007-10-10 Andrew Bartlettr10953: Add a new function to form a canonicalName...
2007-10-10 Stefan Metzmacherr10924: we don't need this line twice
2007-10-10 Andrew Tridgellr10918: - fixed standalone ldb build
2007-10-10 Andrew Tridgellr10917: copy the element name in a ldb_msg_rename_attr...
2007-10-10 Andrew Tridgellr10915: added a standard attribute handler for a ldap...
2007-10-10 Andrew Tridgellr10914: moved the ldap time string functions into ldb...
2007-10-10 Andrew Tridgellr10913: This patch isn't as big as it looks ...
2007-10-10 Andrew Tridgellr10603: neaten up the ldb module initialisation code
2007-10-10 Simo Sorcer10477: expose transactions outside ldb and change...
2007-10-10 Simo Sorcer10419: Remove unused prototypes of locking functions...
2007-10-10 Andrew Tridgellr10406: added --nosync option to all ldb tools, so...
2007-10-10 Simo Sorcer10304: check for basic ldb_message sanity and return...
2007-10-10 Tim Potterr9625: Get rid of "duplicate const" warning.
2007-10-10 Jelmer Vernooijr9621: Bunch of bug fixes. Add 'format' option to samba...
2007-10-10 Simo Sorcer9394: avoid to use BOOL in ldb
2007-10-10 Simo Sorcer9393: Fix ldb standalone build
2007-10-10 Simo Sorcer9392: Fix ldb_dn_compose to make build farm happy
2007-10-10 Simo Sorcer9391: Convert all the code to use struct ldb_dn to...
2007-10-10 Andrew Tridgellr9387: regedit uses "New Key #nn" for newly created...
2007-10-10 Andrew Tridgellr8659: return ldif formatted attributes in the ejs...
2007-10-10 Simo Sorcer8585: add to ldb and ldap comparison functionality
2007-10-10 Simo Sorcer8515: ldb_dn_cmp now uses ldb_dn_compare so that the...
2007-10-10 Tim Potterr8414: Some C++ friendlyness fixes - 'not' is apparentl...
2007-10-10 Simo Sorcer8373: New wildcard matching code.
next