r16784: - make some function in ldb static, they not need to be exported anywhere
[samba.git] / source4 / dsdb / samdb / ldb_modules / password_hash.c
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...