summaryrefslogtreecommitdiffstats
path: root/source3/auth/user_info.c
Commit message (Expand)AuthorAgeFilesLines
* s3-auth: use auth.h where needed.Günther Deschner2011-03-301-0/+1
* s3-auth: remove global include of krb5pac.h.Günther Deschner2010-08-311-0/+1
* s3:auth Change 'make_user_info' to be talloc basedAndrew Bartlett2010-08-141-72/+58
* s3:auth Make Samba3 use the new common struct auth_usersupplied_infoAndrew Bartlett2010-08-141-19/+33
* s3:auth Rename user_info->domain -> user_info->mapped.domain_nameAndrew Bartlett2010-06-071-3/+3
* s3:auth Rename user_info->client_domain -> user_info->client.domain_nameAndrew Bartlett2010-06-071-3/+3
* s3:auth Rename user_info->internal_username -> user_info->mapped.account_nameAndrew Bartlett2010-06-071-3/+3
* s3:auth Rename user_info->smb_name -> user_info->client.account_nameAndrew Bartlett2010-06-071-5/+5
* s3:auth Rename wksta_name -> workstation_name in auth_usersupplied_infoAndrew Bartlett2010-06-011-4/+4
* s3: Apply some constVolker Lendecke2010-04-121-3/+5
* s3: Move [make|free]_user_info to auth/user_info.cVolker Lendecke2010-04-111-0/+131