Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-07 | s3:auth Rename user_info->client_domain -> user_info->client.domain_name | Andrew Bartlett | 1 | -1/+1 | |
This is closer to the structure I want for a common struct auth_usersupplied_info. Andrew Bartlett | |||||
2010-06-07 | s3:auth Rename user_info->internal_username -> user_info->mapped.account_name | Andrew Bartlett | 1 | -2/+2 | |
This is closer to the structure I want for a common struct auth_usersupplied_info. Andrew Bartlett | |||||
2010-06-07 | s3:auth Rename user_info->smb_name -> user_info->client.account_name | Andrew Bartlett | 1 | -1/+1 | |
This is closer to the structure I want for a common struct auth_usersupplied_info. Andrew Bartlett | |||||
2010-06-01 | s3:auth Rename wksta_name -> workstation_name in auth_usersupplied_info | Andrew Bartlett | 1 | -3/+3 | |
2010-05-28 | s3:auth Free sampass as soon as we have server_info | Simo Sorce | 1 | -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-21 | Fix bug #7448 - smbd crash when sambaLMPassword and sambaNTPassword entries ↵ | Roel van Meer | 1 | -0/+3 | |
missing from ldap. Protect SMBsesskeygen_ntv1() from a NULL pointer. | |||||
2010-04-11 | s3: Move check_sam_security to auth/check_sam.c | Volker Lendecke | 1 | -0/+512 | |