summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/password_hash.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij1-1/+1
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij1-1/+1
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r25001: Fix more C++ and other warnings, fix some of the indentation with ts=...Jelmer Vernooij1-11/+11
2007-10-10r24780: More work allowing libutil to be used by external users.Jelmer Vernooij1-2/+1
2007-10-10r24731: Remove unused code - if we hit these error conditions, then we areAndrew Bartlett1-10/+0
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r23412: We don't need hdb.h here any moreAndrew Bartlett1-1/+0
2007-10-10r22969: fix some more places where we could end up with more than one eventAndrew Tridgell1-2/+6
2007-10-10r21470: generate Primary:WDigest blob with precalculated digest-md5 hashes:Stefan Metzmacher1-6/+383
2007-10-10r21441: create a union for the PrimaryKerberosBlob contentStefan Metzmacher1-35/+45
2007-10-10r21434: - get rid of "krb5Key"Stefan Metzmacher1-357/+731
2007-10-10r21395: fix commentsStefan Metzmacher1-7/+7
2007-10-10r21364: cosmetic change: it's nicer to use the KEYTYPE_ macroStefan Metzmacher1-2/+2
2007-10-10r21362: rename:Stefan Metzmacher1-28/+28
2007-10-10r20902: don't crash if the object isn't there yetStefan Metzmacher1-0/+4
2007-10-10r19832: better prototypes for the linearization functions:Simo Sorce1-2/+2
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