r25430: Add the loadparm context to all parametric options.
[bbaumbach/samba-autobuild/.git] / source4 / dsdb / samdb / ldb_modules / password_hash.c
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...
2007-10-10 Jelmer Vernooijr15328: Move some functions around, remove dependencies.
2007-10-10 Andrew Bartlettr14662: To allow the RPC-SAMR test to pass, we need...
2007-10-10 Jelmer Vernooijr14464: Don't include ndr_BASENAME.h files unless stric...
2007-10-10 Jelmer Vernooijr14380: Reduce the size of structs.h
2007-10-10 Jelmer Vernooijr14363: Remove credentials.h from the global includes.
2007-10-10 Andrew Bartlettr14312: Formatting and comments.
2007-10-10 Andrew Tridgellr14293: fixed some errors found with beam
2007-10-10 Jelmer Vernooijr13924: Split more prototypes out of include/proto...
2007-10-10 Andrew Bartlettr13909: Make this code clearer.
2007-10-10 Jelmer Vernooijr13786: [merge] Add registration functions for LDB...
2007-10-10 Simo Sorcer13615: Make ldb_set_errstring get ldb instead of modul...
2007-10-10 Andrew Bartlettr13256: Free temporary memory on error cases, and try...
2007-10-10 Andrew Bartlettr12895: Error strings save lives.
2007-10-10 Jelmer Vernooijr12851: Fix some typos
2007-10-10 Simo Sorcer12743: Remove the ugly way we had to make a second...
2007-10-10 Simo Sorcer12733: Merge ldap/ldb controls into main tree
2007-10-10 Andrew Bartlettr12720: By metze's request, rename the ntPwdHistory...
2007-10-10 Andrew Bartlettr12719: Rename unicodePwd -> sambaPassword.
2007-10-10 Andrew Bartlettr12716: Tridge points out that the request argument...
2007-10-10 Jelmer Vernooijr12658: Couple of fixes related to shared module builds.
2007-10-10 Andrew Bartlettr12599: This new LDB module (and associated changes...