summaryrefslogtreecommitdiff
path: root/source3/auth/check_samsec.c
AgeCommit message (Collapse)AuthorFilesLines
2010-06-01s3:auth Rename wksta_name -> workstation_name in auth_usersupplied_infoAndrew Bartlett1-3/+3
2010-05-28s3:auth Free sampass as soon as we have server_infoSimo Sorce1-5/+2
We don't keep sampass in server_info anymore So it makes no sense to keep it around. Signed-off-by: Günther Deschner <gd@samba.org>
2010-05-21Fix bug #7448 - smbd crash when sambaLMPassword and sambaNTPassword entries ↵Roel van Meer1-0/+3
missing from ldap. Protect SMBsesskeygen_ntv1() from a NULL pointer.
2010-04-11s3: Move check_sam_security to auth/check_sam.cVolker Lendecke1-0/+512