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