s4:password_hash: really catch the clearTextPasswordAttr case...
[samba.git] / source4 / dsdb / samdb / ldb_modules / password_hash.c
2008-12-05 Stefan Metzmachers4:password_hash: really catch the clearTextPasswordAtt...
2008-10-31 Andrew Tridgelluse the new CH_UTF16_MUNGED charset for utf16 password...
2008-10-24 Jelmer VernooijRemove iconv_convenience argument from convert_string...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-18 Jelmer VernooijAdd TALLOC_CTX pointer to strhex_to_data_blob for consi...
2008-10-17 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-16 Andrew BartlettCreate a 'straight paper path' for UTF16 passwords.
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-29 Simo SorceLDB ASYNC: samba4 modules
2008-09-24 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-24 Jelmer VernooijMove source4/lib/crypto to lib/crypto.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-07-27 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-07-25 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-07-24 Stefan Metzmacherpassword_hash: fix the callers after drsblobs.idl changes
2008-07-24 Andrew TridgellMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-07-23 Stefan Metzmacherpassword_hash: add generation of the Primary:Kerberos...
2008-07-23 Stefan Metzmacherpassword_hash: order the supplementalCredentials Packag...
2008-07-23 Stefan Metzmacherpassword_hash: split the generation of krb5 keys into...
2008-07-23 Stefan Metzmacherpassword_hash: simplify the logic if we have cleartext...
2008-07-23 Stefan Metzmacherpassword_hash: fix callers after idl change for package...
2008-07-23 Stefan Metzmacherpassword_hash: check the SUPPLEMENTAL_CREDENTIALS_SIGNATURE
2008-07-23 Stefan Metzmacherpassword_hash: ignore reserved value, but still set...
2008-07-23 Stefan Metzmacherpassword_hash: don't add zero padding as w2k8 also...
2008-07-12 Andrew Bartlettrename sambaPassword -> userPassword.
2008-03-27 Jelmer VernooijMerge v4.0-test
2008-03-19 Andrew BartlettIndent
2008-03-13 Andrew BartlettRework to have member server 'domains' be CN=NETBIOSNAME
2008-02-25 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-20 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-02-20 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-20 Jelmer VernooijFix use of some modules (needed _PUBLIC_).
2008-02-20 Jelmer VernooijUse struct-based rather than function-based initializat...
2008-01-02 Jelmer Vernooijr26640: Janitorial: Remove some more uses of global_loa...
2008-01-01 Jelmer Vernooijr26639: librpc: Pass iconv convenience on from RPC...
2008-01-01 Jelmer Vernooijr26638: libndr: Require explicitly specifying iconv_con...
2007-12-21 Jelmer Vernooijr26540: Revert my previous commit after concerns raised...
2007-12-21 Jelmer Vernooijr26539: Remove unnecessary statics.
2007-12-21 Jelmer Vernooijr26319: Split encoding functions out of libcli_ldap.
2007-12-21 Jelmer Vernooijr26233: Pass loadparm context when creating krb5 contexts.
2007-12-21 Jelmer Vernooijr26229: Set loadparm context as opaque pointer in ldb...
2007-12-21 Stefan Metzmacherr25920: ndr: change NTSTAUS into enum ndr_err_code...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25553: Convert to standard bool type.
2007-10-10 Jelmer Vernooijr25430: Add the loadparm context to all parametric...
2007-10-10 Jelmer Vernooijr25035: Fix some more warnings, use service pointer...
2007-10-10 Jelmer Vernooijr25026: Move param/param.h out of includes.h
2007-10-10 Jelmer Vernooijr25001: Fix more C++ and other warnings, fix some of...
2007-10-10 Jelmer Vernooijr24780: More work allowing libutil to be used by extern...
2007-10-10 Andrew Bartlettr24731: Remove unused code - if we hit these error...
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Andrew Bartlettr23412: We don't need hdb.h here any more
2007-10-10 Andrew Tridgellr22969: fix some more places where we could end up...
2007-10-10 Stefan Metzmacherr21470: generate Primary:WDigest blob with precalculate...
2007-10-10 Stefan Metzmacherr21441: create a union for the PrimaryKerberosBlob...
2007-10-10 Stefan Metzmacherr21434: - get rid of "krb5Key"
2007-10-10 Stefan Metzmacherr21395: fix comments
2007-10-10 Stefan Metzmacherr21364: cosmetic change: it's nicer to use the KEYTYPE_...
2007-10-10 Stefan Metzmacherr21362: rename:
2007-10-10 Stefan Metzmacherr20902: don't crash if the object isn't there yet
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 Simo Sorcer19489: Change ldb_msg_add_value and ldb_msg_add_empty...
2007-10-10 Simo Sorcer19332: ldb_parse_tree leaks
2007-10-10 Andrew Tridgellr19329: fixed a leak in the password hash module
2007-10-10 Andrew Bartlettr19321: Merge from release branch:
2007-10-10 Andrew Bartlettr19308: Merge samsync fixes from SAMBA_4_0_RELEASE
2007-10-10 Andrew Bartlettr18240: Make it clearer when we store the plaintext...
2007-10-10 Andrew Bartlettr17955: Don't search for the dnsDomain attribute, it...
2007-10-10 Jelmer Vernooijr17930: Merge noinclude branch:
2007-10-10 Simo Sorcer17830: Set the default_basedn (hey, it comes from...
2007-10-10 Andrew Tridgellr17824: add a wrapper for the common partitions_basedn...
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 Simo Sorcer17505: we are setting the timeout with the provide...
2007-10-10 Andrew Bartlettr17288: Don't mess with entries in the local password...
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 Bartlettr16829: Fix a number of issues raised by the IBM checke...
2007-10-10 Simo Sorcer16784: - make some function in ldb static, they not...
2007-10-10 Andrew Bartlettr16769: Working on fixing the RPC-SAMR test against...
2007-10-10 Andrew Bartlettr16240: Add better error reporting in the password_hash...
2007-10-10 Simo Sorcer16036: Add a couple of new functions to corretly deal...
2007-10-10 Andrew Bartlettr15999: password_hash module changes:
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 Sorcer15932: Remove per request creds
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 Andrew Tridgellr15859: fixed a crash bug in the ldb password_hash...
2007-10-10 Simo Sorcer15804: Fix SAMLOGON test
2007-10-10 Simo Sorcer15795: Try to use the async code by default
2007-10-10 Simo Sorcer15782: More fixes for async cases
2007-10-10 Simo Sorcer15761: Fix-as-you-go ...
2007-10-10 Simo Sorcer15725: First shot at making password_hash async
2007-10-10 Andrew Bartlettr15511: Using this name causes less warnings on the...
next