Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r9654: introduce the samdb_search_dn call | Simo Sorce | 1 | -8/+6 |
2007-10-10 | r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting... | Simo Sorce | 1 | -14/+17 |
2007-10-10 | r8983: The KVNO (Kerberos key version number) should be incremented with | Andrew Bartlett | 1 | -0/+4 |
2007-10-10 | r7860: switch our ldb storage format to use a NDR encoded objectSid. This is | Andrew Tridgell | 1 | -4/+6 |
2007-10-10 | r7756: Don't segfault by trying to search for the NULL DN, if the wrong | Andrew Bartlett | 1 | -5/+7 |
2007-10-10 | r7582: Better way to have a fast path searching for a specific DN. | Simo Sorce | 1 | -7/+6 |
2007-10-10 | r5988: Fix the -P option (use machine account credentials) to use the Samba4 | Andrew Bartlett | 1 | -6/+6 |
2007-10-10 | r5437: Allow Samba4 to be compiled by tcc (www.tinycc.org). It still crashes ... | Jelmer Vernooij | 1 | -4/+4 |
2007-10-10 | r5309: removed ads.h from includes.h | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the | Andrew Tridgell | 1 | -4/+4 |
2007-10-10 | r4707: w2k3 don't restict passwords on | Stefan Metzmacher | 1 | -8/+17 |
2007-10-10 | r4650: - make more use of bitmap and enum's | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r4487: fixed the use of ldb_msg_add_*() in the samr password backend | Andrew Tridgell | 1 | -18/+28 |
2007-10-10 | r3977: fixed the lmPwdHash change in the rpc server (we were not fetching the | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3953: the lm verifier key in passwoed ChangePasswordUser3 is based on the nt | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3952: added validation of the lm and nt verifiers to our server side passwor... | Andrew Tridgell | 1 | -2/+41 |
2007-10-10 | r3804: Add more comparison tests in RPC-SAMSYNC. | Andrew Bartlett | 1 | -5/+5 |
2007-10-10 | r3783: - don't use make proto for ldb anymore | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r3724: Rename a number of structures, for better consistance between SAMR and | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r3468: split out dcerpc_server.h | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3462: separate out the crypto includes | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3447: more include/system/XXX.h include files | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3428: switched to using minimal includes for the auto-generated RPC code. | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r2537: Add static and use strlen_m instead of str_charnum(). | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r2458: Rename policy handle parameters for the SAMR pipe. Parameters now | Tim Potter | 1 | -1/+1 |
2007-10-10 | r2290: Fix 'lsakey' for the server-side, it is static for | Andrew Bartlett | 1 | -10/+8 |
2007-10-10 | r2280: fixed the session key choice for ncacn_np and ncacn_ip_tcp in the rpc ... | Andrew Tridgell | 1 | -10/+2 |
2007-10-10 | r2051: switched the samdb over to using the new destructor and reference | Andrew Tridgell | 1 | -14/+2 |
2007-10-10 | r1294: A nice, large, commit... | Andrew Bartlett | 1 | -3/+8 |
2007-10-10 | r1078: the dxesrv_crypto_* implementations should now explicit set | Stefan Metzmacher | 1 | -2/+14 |
2007-10-10 | r1060: check for an invalid session key in samr_set_password() | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r1025: Rename (across the samr and netlogon pipes, so far) | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r1009: Make all users of NT and LM passwords use the samr_Password structure. | Andrew Bartlett | 1 | -19/+30 |
2007-10-10 | r995: - renamed many of our crypto routines to use the industry standard | Andrew Tridgell | 1 | -4/+4 |
2007-10-10 | r903: used samdb_result_passwords() in samr_ChangePasswordUser2() and fix the... | Andrew Tridgell | 1 | -16/+14 |
2007-10-10 | r897: - user/group creation needs to create unique names across both the | Andrew Tridgell | 1 | -0/+47 |
2007-10-10 | r896: - use andrews samdb_result_passwords() for the remaining password chang... | Andrew Tridgell | 1 | -33/+39 |
2007-10-10 | r884: convert samba4 to use [u]int32_t instead of [u]int32 | Stefan Metzmacher | 1 | -5/+5 |
2007-10-10 | r873: converted samba4 to use real 64 bit integers instead of | Andrew Tridgell | 1 | -19/+205 |
2007-10-10 | r871: add a comment about how samdb_set_password() works | Andrew Tridgell | 1 | -0/+6 |
2007-10-10 | r839: password set/change in the samr server is complex enough that it | Andrew Tridgell | 1 | -0/+508 |