summaryrefslogtreecommitdiff
path: root/source4/auth/unix_token.c
Commit message (Expand)AuthorAgeFilesLines
* s4:auth/unix_token: remove unused tevent_context from auth_session_info_fill_...Stefan Metzmacher2017-06-261-2/+1
* s4:auth/unix_token: remove unused tevent_context from security_token_to_unix_...Stefan Metzmacher2017-06-261-2/+1
* wbclient: "ev" is no longer used in wbc_sids_to_xidsVolker Lendecke2016-09-281-1/+1
* auth4: auth_session_info_fill_unix only needs a tevent_contextVolker Lendecke2014-03-051-2/+2
* auth4: security_token_to_unix_token only needs a tevent_contextVolker Lendecke2014-03-051-3/+3
* source4: Use wbc_sids_to_xidsVolker Lendecke2014-03-051-5/+1
* Revert "source4: Use wbc_sids_to_xids"Volker Lendecke2014-02-181-1/+5
* Revert "auth4: security_token_to_unix_token only needs a tevent_context"Volker Lendecke2014-02-181-3/+3
* Revert "auth4: auth_session_info_fill_unix only needs a tevent_context"Volker Lendecke2014-02-181-2/+2
* auth4: auth_session_info_fill_unix only needs a tevent_contextVolker Lendecke2014-02-101-2/+2
* auth4: security_token_to_unix_token only needs a tevent_contextVolker Lendecke2014-02-101-3/+3
* source4: Use wbc_sids_to_xidsVolker Lendecke2014-02-101-5/+1
* auth: Use only security_token_is_system to determine that a user is SYSTEMAndrew Bartlett2012-06-191-2/+0
* auth: Pass in the SMB username (for %U) into generate_session_infoAndrew Bartlett2012-02-131-3/+4
* s4-auth log details about any token we fail to convert to a unix tokenAndrew Bartlett2011-11-181-0/+17
* s4:auth/unix_token: match s3 behavior and add uid/gid to the groups arrayStefan Metzmacher2011-10-181-17/+31
* s4-auth Fill in the remainder of the unix info in auth_session_infoAndrew Bartlett2011-07-291-0/+38
* s4-auth Move conversion of security_token to unix_token to authAndrew Bartlett2011-07-291-0/+91