summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/modules/asq.c
Commit message (Expand)AuthorAgeFilesLines
* s4:various LDB modules - "build_request" functions - propagate result codes backMatthias Dieter Wallnöfer2009-10-061-2/+2
* s4: Fix typoMatthias Dieter Wallnöfer2009-09-061-2/+2
* remove all '\n' from ldb_debugSumit Bose2009-07-141-1/+1
* s4:ldb:modules: Correct typos.Andrew Kroeger2009-05-261-1/+1
* Fix the mess with ldb includes.Simo Sorce2009-01-301-9/+27
* s4:ldb: make it possible to return per entry controlsAndrew Bartlett2008-12-171-1/+1
* Fix very old bug in ASQSimo Sorce2008-10-141-2/+2
* LDB ASYNC: core modulesSimo Sorce2008-09-291-256/+163
* Use struct-based rather than function-based initialization for ldb modules ev...Jelmer Vernooij2008-02-201-7/+1
* r26581: Make ldb_wait uniform, so that it is easy to remove it completely fro...Simo Sorce2007-12-241-14/+13
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-101-2/+1
* r23795: more v2->v3 conversionAndrew Tridgell2007-10-101-1/+1
* r22681: Fix standalone ldb build when parent directory name != ldb.Jelmer Vernooij2007-10-101-2/+1
* r21496: A number of ldb control and LDAP changes, surrounding theAndrew Bartlett2007-10-101-1/+1
* r20670: Make the logic more clearSimo Sorce2007-10-101-16/+22
* r20669: Simplifing moreSimo Sorce2007-10-101-88/+56
* r20656: This way the process flow should be much more readable.Simo Sorce2007-10-101-104/+131
* r20198: let the IBM checker ignore the warning about a missing breakStefan Metzmacher2007-10-101-1/+2
* r19904: port fies from samba3Simo Sorce2007-10-101-1/+15
* r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce2007-10-101-2/+2
* r19452: Warn but don't die if registering against the rootdse is not possibleSimo Sorce2007-10-101-2/+1
* r19129: Add comment to clarify behaviorSimo Sorce2007-10-101-0/+4
* r18439: 2nd try at a talloc_move() api. This type with the ** ptr interfaceAndrew Tridgell2007-10-101-2/+2
* r18436: converted ldb to use talloc_move() instead of talloc_steal() whenAndrew Tridgell2007-10-101-2/+2
* r18317: Make sure we actually have a valid reply or failSimo Sorce2007-10-101-0/+3
* r17775: use an enum to get rid of compiler warningsStefan Metzmacher2007-10-101-6/+6
* r17514: Simplify the way to set ldb errors and add anotherSimo Sorce2007-10-101-6/+6
* r17186: "async" word abuse clean-up part 2Simo Sorce2007-10-101-17/+17
* r17185: Oh, I wanted to do this for sooo long time.Simo Sorce2007-10-101-38/+38
* r16264: Add, but do not yet enable, the partitions module.Andrew Bartlett2007-10-101-2/+2
* r16036: Add a couple of new functions to corretly deal with timeouts.Simo Sorce2007-10-101-12/+14
* r15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODIFY -> LDB_MODIFY, etc...Simo Sorce2007-10-101-1/+1
* r15942: Remove the sync internal ldb calls altogether.Simo Sorce2007-10-101-169/+0
* r15932: Remove per request credsSimo Sorce2007-10-101-4/+0
* r15927: Optimize ldb module traverse while keeping the API intact.Simo Sorce2007-10-101-6/+12
* r15922: password_hash.c has proven to be a good way to research how to build ...Simo Sorce2007-10-101-42/+65
* r15913: Error passing in the async code is not in agood shapeSimo Sorce2007-10-101-0/+3
* r14344: More helpful messages on error for command line specified controlsSimo Sorce2007-10-101-11/+377
* r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij2007-10-101-16/+5
* r13507: the 'data' element of LDAP controls is optional.Stefan Metzmacher2007-10-101-0/+3
* r13360: Fix crash bug when 0 results are returned on the internal base searchSimo Sorce2007-10-101-1/+11
* r13354: Add tests to check that controls work properlySimo Sorce2007-10-101-1/+21
* r12948: fix compiler warningStefan Metzmacher2007-10-101-1/+1
* r12942: this way is betterSimo Sorce2007-10-101-2/+1
* r12941: Add Attribute Scoped Search controlSimo Sorce2007-10-101-0/+220