summaryrefslogtreecommitdiff
path: root/source4/libcli/util/smbdes.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r305: - added IDL and test code for samr_RidToSid()Andrew Tridgell1-8/+22
- completed the IDL and test code for the various set user password mechanisms in samr. Three password mechanisms are now working, the UserInfo24 method, the OemChangePasswordUser2() method (which only sets the LM password) and the ChangePasswordUser2() method which sets both the LM and NT passwords. - updated some crypto routines to support the password change tests (This used to be commit 051efa2abf9d1fbbf783df411c02f2714027f813)
2007-10-10r101: added lsa_SetSecret() and lsa_QuerySecret()Andrew Tridgell1-1/+1
this required some crypto infrastructure and some sid utilities (This used to be commit 37d0efa9c2af8532536bea88412f0dd3ed39ecfc)
2003-12-01 * another small API change in the credentials codeAndrew Tridgell1-42/+40
* don't use static variables in the smbdes code (This used to be commit e6e09064646c347169852fa162c72fc0542c6d5c)
2003-08-13first public release of samba4 codeAndrew Tridgell1-0/+415
(This used to be commit b0510b5428b3461aeb9bbe3cc95f62fc73e2b97f)