summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/password_hash.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce1-4/+2
2007-10-10r19489: Change ldb_msg_add_value and ldb_msg_add_empty to take a foruth argum...Simo Sorce1-10/+10
2007-10-10r19332: ldb_parse_tree leaksSimo Sorce1-1/+1
2007-10-10r19329: fixed a leak in the password hash moduleAndrew Tridgell1-1/+1
2007-10-10r19321: Merge from release branch:Andrew Bartlett1-6/+6
2007-10-10r19308: Merge samsync fixes from SAMBA_4_0_RELEASEAndrew Bartlett1-1/+15
2007-10-10r18240: Make it clearer when we store the plaintext password.Andrew Bartlett1-5/+12
2007-10-10r17955: Don't search for the dnsDomain attribute, it is invented (not in theAndrew Bartlett1-7/+23
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij1-1/+1
2007-10-10r17830: Set the default_basedn (hey, it comes from the "default" naming conte...Simo Sorce1-1/+1
2007-10-10r17824: add a wrapper for the common partitions_basedn calculationAndrew Tridgell1-1/+1
2007-10-10r17516: Change helper function names to make more clear what they are meant t...Simo Sorce1-11/+11
2007-10-10r17514: Simplify the way to set ldb errors and add anotherSimo Sorce1-38/+30
2007-10-10r17505: we are setting the timeout with the provide function right after.Simo Sorce1-1/+0
2007-10-10r17288: Don't mess with entries in the local password prefix, and fix constAndrew Bartlett1-5/+21
2007-10-10r17186: "async" word abuse clean-up part 2Simo Sorce1-33/+33
2007-10-10r17185: Oh, I wanted to do this for sooo long time.Simo Sorce1-52/+52
2007-10-10r16829: Fix a number of issues raised by the IBM checker, or gcc warnings.Andrew Bartlett1-1/+1
2007-10-10r16784: - make some function in ldb static, they not need to be exported anyw...Simo Sorce1-4/+4
2007-10-10r16769: Working on fixing the RPC-SAMR test against Samba4. This fixesAndrew Bartlett1-66/+106
2007-10-10r16240: Add better error reporting in the password_hash moduleAndrew Bartlett1-5/+13
2007-10-10r16036: Add a couple of new functions to corretly deal with timeouts.Simo Sorce1-2/+9
2007-10-10r15999: password_hash module changes:Andrew Bartlett1-8/+16
2007-10-10r15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODIFY -> LDB_MODIFY, etc...Simo Sorce1-2/+2
2007-10-10r15942: Remove the sync internal ldb calls altogether.Simo Sorce1-703/+18
2007-10-10r15932: Remove per request credsSimo Sorce1-2/+0
2007-10-10r15927: Optimize ldb module traverse while keeping the API intact.Simo Sorce1-6/+2
2007-10-10r15913: Error passing in the async code is not in agood shapeSimo Sorce1-37/+73
2007-10-10r15859: fixed a crash bug in the ldb password_hash module. This one is quiteAndrew Tridgell1-1/+4
2007-10-10r15804: Fix SAMLOGON testSimo Sorce1-6/+5
2007-10-10r15795: Try to use the async code by defaultSimo Sorce1-6/+15
2007-10-10r15782: More fixes for async casesSimo Sorce1-2/+5
2007-10-10r15761: Fix-as-you-go ...Simo Sorce1-21/+24
2007-10-10r15725: First shot at making password_hash asyncSimo Sorce1-11/+1076
2007-10-10r15511: Using this name causes less warnings on the IBM checker, due to usingAndrew Bartlett1-4/+4
2007-10-10r15328: Move some functions around, remove dependencies.Jelmer Vernooij1-1/+1
2007-10-10r14662: To allow the RPC-SAMR test to pass, we need to look for both domainsAndrew Bartlett1-1/+1
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij1-2/+3
2007-10-10r14380: Reduce the size of structs.hJelmer Vernooij1-2/+1
2007-10-10r14363: Remove credentials.h from the global includes.Jelmer Vernooij1-0/+1
2007-10-10r14312: Formatting and comments.Andrew Bartlett1-4/+6
2007-10-10r14293: fixed some errors found with beamAndrew Tridgell1-0/+6
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij1-0/+1
2007-10-10r13909: Make this code clearer.Andrew Bartlett1-2/+4
2007-10-10r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij1-14/+2
2007-10-10r13615: Make ldb_set_errstring get ldb instead of module as parameter.Simo Sorce1-10/+10
2007-10-10r13256: Free temporary memory on error cases, and try to clean up what's leftAndrew Bartlett1-0/+9
2007-10-10r12895: Error strings save lives.Andrew Bartlett1-10/+16
2007-10-10r12851: Fix some typosJelmer Vernooij1-3/+3
2007-10-10r12743: Remove the ugly way we had to make a second stage init and introduceSimo Sorce1-3/+1