summaryrefslogtreecommitdiff
path: root/source4/auth/unix_token.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-26s4:auth/unix_token: remove unused tevent_context from auth_session_info_fill_...Stefan Metzmacher1-2/+1
2017-06-26s4:auth/unix_token: remove unused tevent_context from security_token_to_unix_...Stefan Metzmacher1-2/+1
2016-09-28wbclient: "ev" is no longer used in wbc_sids_to_xidsVolker Lendecke1-1/+1
2014-03-05auth4: auth_session_info_fill_unix only needs a tevent_contextVolker Lendecke1-2/+2
2014-03-05auth4: security_token_to_unix_token only needs a tevent_contextVolker Lendecke1-3/+3
2014-03-05source4: Use wbc_sids_to_xidsVolker Lendecke1-5/+1
2014-02-18Revert "source4: Use wbc_sids_to_xids"Volker Lendecke1-1/+5
2014-02-18Revert "auth4: security_token_to_unix_token only needs a tevent_context"Volker Lendecke1-3/+3
2014-02-18Revert "auth4: auth_session_info_fill_unix only needs a tevent_context"Volker Lendecke1-2/+2
2014-02-10auth4: auth_session_info_fill_unix only needs a tevent_contextVolker Lendecke1-2/+2
2014-02-10auth4: security_token_to_unix_token only needs a tevent_contextVolker Lendecke1-3/+3
2014-02-10source4: Use wbc_sids_to_xidsVolker Lendecke1-5/+1
2012-06-19auth: Use only security_token_is_system to determine that a user is SYSTEMAndrew Bartlett1-2/+0
2012-02-13auth: Pass in the SMB username (for %U) into generate_session_infoAndrew Bartlett1-3/+4
2011-11-18s4-auth log details about any token we fail to convert to a unix tokenAndrew Bartlett1-0/+17
2011-10-18s4:auth/unix_token: match s3 behavior and add uid/gid to the groups arrayStefan Metzmacher1-17/+31
2011-07-29s4-auth Fill in the remainder of the unix info in auth_session_infoAndrew Bartlett1-0/+38
2011-07-29s4-auth Move conversion of security_token to unix_token to authAndrew Bartlett1-0/+91