Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-14 | s3:auth Add error paths for invalid password_state values | Andrew Bartlett | 1 | -1/+4 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-08-14 | s3:auth Make Samba3 use the new common struct auth_usersupplied_info | Andrew Bartlett | 1 | -7/+33 | |
This common structure will make it much easier to produce an auth module for s3compat that calls Samba4's auth subsystem. In order the make the link work properly (and not map twice), we mark both that we did try and map the user, as well as if we changed the user during the mapping. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-06-07 | s3:auth Rename user_info->domain -> user_info->mapped.domain_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->internal_username -> user_info->mapped.account_name | Andrew Bartlett | 1 | -3/+3 | |
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 | -2/+2 | |
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 | -1/+1 | |
2010-05-29 | s3:auth make it easier to trace auth modules | Simo Sorce | 1 | -0/+2 | |
2010-04-11 | s3: Remove the make_auth_methods routine | Volker Lendecke | 1 | -4/+7 | |
This was just TALLOC_ZERO_P | |||||
2010-01-10 | s3: Remove the typedef for "auth_serversupplied_info" | Volker Lendecke | 1 | -1/+1 | |
2010-01-10 | s3: Remove the typedef for "auth_usersupplied_info" | Volker Lendecke | 1 | -1/+1 | |
2009-02-25 | s3: Fix 'assignment differ in signedness' warning | Tim Prouty | 1 | -1/+1 | |
2009-02-24 | s3: Rename auth_onefs_wb and pdb_onefs_sam | Dan Sledz | 1 | -0/+150 | |
auth_onefs_wb.c -> auth_wbc.c pdb_onefs_sam.c -> pdb_wbc_sam.c No changes to functionality |