summaryrefslogtreecommitdiff
path: root/source3/auth/user_info.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-09pdb: Reduce code duplication in make_user_info()Volker Lendecke1-26/+16
2017-03-29rpc: Always supply both the remote and local address to the auth subsystemGary Lockyer1-0/+10
2017-03-29auth: Fill in user_info->service_description from all callersAndrew Bartlett1-0/+7
2014-04-02s3-auth: Finally change make_user_info_*() use a parent talloc contextAndrew Bartlett1-14/+3
2014-03-05Remove a number of NT_STATUS_HAVE_NO_MEMORY_AND_FREE macros from the codebase.Garming Sam1-11/+44
2011-07-04s3-auth: Pass the remote_address down to user_info.Andreas Schneider1-0/+5
2011-03-30s3-auth: use auth.h where needed.Günther Deschner1-0/+1
2010-08-31s3-auth: remove global include of krb5pac.h.Günther Deschner1-0/+1
2010-08-14s3:auth Change 'make_user_info' to be talloc basedAndrew Bartlett1-72/+58
2010-08-14s3:auth Make Samba3 use the new common struct auth_usersupplied_infoAndrew Bartlett1-19/+33
2010-06-07s3:auth Rename user_info->domain -> user_info->mapped.domain_nameAndrew Bartlett1-3/+3
2010-06-07s3:auth Rename user_info->client_domain -> user_info->client.domain_nameAndrew Bartlett1-3/+3
2010-06-07s3:auth Rename user_info->internal_username -> user_info->mapped.account_nameAndrew Bartlett1-3/+3
2010-06-07s3:auth Rename user_info->smb_name -> user_info->client.account_nameAndrew Bartlett1-5/+5
2010-06-01s3:auth Rename wksta_name -> workstation_name in auth_usersupplied_infoAndrew Bartlett1-4/+4
2010-04-12s3: Apply some constVolker Lendecke1-3/+5
2010-04-11s3: Move [make|free]_user_info to auth/user_info.cVolker Lendecke1-0/+131