r22746: fix the build of the sqlite module
[samba.git] / source4 / lib / ldb / ldb_ildap /
2007-10-10 Jelmer Vernooijr22681: Fix standalone ldb build when parent directory...
2007-10-10 Andrew Bartlettr21761: - Give more detail on LDAP client library failu...
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 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 Sorcer19832: better prototypes for the linearization functions:
2007-10-10 Simo Sorcer19831: Big ldb_dn optimization and interfaces enhancem...
2007-10-10 Andrew Bartlettr19598: Ahead of a merge to current lorikeet-heimdal:
2007-10-10 Simo Sorcer19531: Make struct ldb_dn opaque and local to ldb_dn.c
2007-10-10 Andrew Tridgellr19362: - don't need to store the baseinfo message...
2007-10-10 Andrew Tridgellr18439: 2nd try at a talloc_move() api. This type with...
2007-10-10 Andrew Tridgellr18438: I should have examined these uses of talloc_mov...
2007-10-10 Andrew Tridgellr18436: converted ldb to use talloc_move() instead...
2007-10-10 Andrew Bartlettr18410: Reduce noise in the ldb_ildap backend. We...
2007-10-10 Andrew Tridgellr18309: FreeBSD 6.1 has a symbol ldap_new_connection...
2007-10-10 Andrew Tridgellr17822: the ildap ldb backend doesn't need the auto...
2007-10-10 Simo Sorcer17516: Change helper function names to make more clear...
2007-10-10 Simo Sorcer17514: Simplify the way to set ldb errors and add...
2007-10-10 Andrew Bartlettr17349: We can't just return sucess here, modules below...
2007-10-10 Andrew Bartlettr17300: Try to fix some segfaults in ldb_ildap module...
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 Bartlettr16087: Fix silly cut-and-paste typo that cost me much...
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 Stefan Metzmacherr15964: fix error handling in ldb_ildap backend
2007-10-10 Stefan Metzmacherr15963: fix warnings
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 Sorcer15927: Optimize ldb module traverse while keeping...
2007-10-10 Simo Sorcer15913: Error passing in the async code is not in agood...
2007-10-10 Jelmer Vernooijr15592: Remove unused header
2007-10-10 Simo Sorcer15242: allow to use LDB_FLG_RECONNECT
2007-10-10 Jelmer Vernooijr14592: Add support for loading shared modules to LDB.
2007-10-10 Simo Sorcer14227: We are passing the wrong pointer here
2007-10-10 Simo Sorcer14163: Remove LDB_WAIT_ONCE, we can hardly guarante we
2007-10-10 Simo Sorcer14161: return early if we know the job is already...
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 Vernooijr13839: Use registration mechanism for backends as...
2007-10-10 Simo Sorcer13827: Minor enhancements or cosmetic changes
2007-10-10 Simo Sorcer13823: make async_wait part of the modules ops
2007-10-10 Simo Sorcer13818: Make ldb_tdb 'fake' async.
2007-10-10 Jelmer Vernooijr13786: [merge] Add registration functions for LDB...
2007-10-10 Simo Sorcer13743: Generic fixes and improvements
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 Stefan Metzmacherr12829: fix ldb headers, to not include '<...>' files...
2007-10-10 Simo Sorcer12743: Remove the ugly way we had to make a second...
2007-10-10 Simo Sorcer12733: Merge ldap/ldb controls into main tree
2007-10-10 Andrew Bartlettr12310: Link simple bind support in our internal LDAP...
2007-10-10 Andrew Bartlettr12227: I realised that I wasn't yet seeing authenticat...
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 Bartlettr11522: Add support for delegated credentials and machi...
2007-10-10 Andrew Tridgellr11403: improved the error handling in the ildap ldb...
2007-10-10 Andrew Tridgellr10753: don't require every ldb module to implement...
2007-10-10 Andrew Tridgellr10708: a bit more error checking in the idap ldb backend
2007-10-10 Andrew Tridgellr10666: - reverse the ildap ldb backend so tree based...
2007-10-10 Andrew Tridgellr10641: fixed the error handling on search errors in...
2007-10-10 Simo Sorcer10477: expose transactions outside ldb and change...
2007-10-10 Simo Sorcer10305: start implementing better error handling
2007-10-10 Simo Sorcer10299: remove the public (un)lock functions and introd...
2007-10-10 Andrew Bartlettr9728: A *major* update to the credentials system,...
2007-10-10 Simo Sorcer9391: Convert all the code to use struct ldb_dn to...
2007-10-10 Andrew Tridgellr7776: add a method for getting arbitrary opaque data...
2007-10-10 Andrew Tridgellr7749: some bug fixes from testing with socket:testnonblock
2007-10-10 Andrew Tridgellr7726: - removed some unused variables
2007-10-10 Andrew Tridgellr7719: make the ildap ldb backend use the defaultNaming...
2007-10-10 Andrew Tridgellr7714: enable samba credentials handling in ldb tools...
2007-10-10 Andrew Tridgellr7709: - convert ldb to use popt, so that it can intera...
2007-10-10 Andrew Tridgellr7667: added a ldb ildap backend, using our internal...