r9654: introduce the samdb_search_dn call
[sfrench/samba-autobuild/.git] / source / rpc_server / samr / samr_password.c
2007-10-10 Simo Sorcer9654: introduce the samdb_search_dn call
2007-10-10 Simo Sorcer9391: Convert all the code to use struct ldb_dn to...
2007-10-10 Andrew Bartlettr8983: The KVNO (Kerberos key version number) should...
2007-10-10 Andrew Tridgellr7860: switch our ldb storage format to use a NDR encod...
2007-10-10 Andrew Bartlettr7756: Don't segfault by trying to search for the NULL...
2007-10-10 Simo Sorcer7582: Better way to have a fast path searching for...
2007-10-10 Andrew Bartlettr5988: Fix the -P option (use machine account credentia...
2007-10-10 Jelmer Vernooijr5437: Allow Samba4 to be compiled by tcc (tinycc.org...
2007-10-10 Andrew Tridgellr5309: removed ads.h from includes.h
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Stefan Metzmacherr4707: w2k3 don't restict passwords on
2007-10-10 Stefan Metzmacherr4650: - make more use of bitmap and enum's
2007-10-10 Andrew Tridgellr4487: fixed the use of ldb_msg_add_*() in the samr...
2007-10-10 Andrew Tridgellr3977: fixed the lmPwdHash change in the rpc server...
2007-10-10 Andrew Tridgellr3953: the lm verifier key in passwoed ChangePasswordUs...
2007-10-10 Andrew Tridgellr3952: added validation of the lm and nt verifiers...
2007-10-10 Andrew Bartlettr3804: Add more comparison tests in RPC-SAMSYNC.
2007-10-10 Stefan Metzmacherr3783: - don't use make proto for ldb anymore
2007-10-10 Andrew Bartlettr3724: Rename a number of structures, for better consis...
2007-10-10 Andrew Tridgellr3468: split out dcerpc_server.h
2007-10-10 Andrew Tridgellr3462: separate out the crypto includes
2007-10-10 Andrew Tridgellr3447: more include/system/XXX.h include files
2007-10-10 Andrew Tridgellr3428: switched to using minimal includes for the auto...
2007-10-10 Andrew Bartlettr2537: Add static and use strlen_m instead of str_charn...
2007-10-10 Tim Potterr2458: Rename policy handle parameters for the SAMR...
2007-10-10 Andrew Bartlettr2290: Fix 'lsakey' for the server-side, it is static for
2007-10-10 Andrew Tridgellr2280: fixed the session key choice for ncacn_np and...
2007-10-10 Andrew Tridgellr2051: switched the samdb over to using the new destruc...
2007-10-10 Andrew Bartlettr1294: A nice, large, commit...
2007-10-10 Stefan Metzmacherr1078: the dxesrv_crypto_* implementations should now...
2007-10-10 Andrew Tridgellr1060: check for an invalid session key in samr_set_pas...
2007-10-10 Andrew Bartlettr1025: Rename (across the samr and netlogon pipes,...
2007-10-10 Andrew Bartlettr1009: Make all users of NT and LM passwords use the...
2007-10-10 Andrew Tridgellr995: - renamed many of our crypto routines to use...
2007-10-10 Andrew Tridgellr903: used samdb_result_passwords() in samr_ChangePassw...
2007-10-10 Andrew Tridgellr897: - user/group creation needs to create unique...
2007-10-10 Andrew Tridgellr896: - use andrews samdb_result_passwords() for the...
2007-10-10 Stefan Metzmacherr884: convert samba4 to use [u]int32_t instead of ...
2007-10-10 Andrew Tridgellr873: converted samba4 to use real 64 bit integers...
2007-10-10 Andrew Tridgellr871: add a comment about how samdb_set_password()...
2007-10-10 Andrew Tridgellr839: password set/change in the samr server is complex...