summaryrefslogtreecommitdiff
path: root/source4/auth/unix_token.c
Commit message (Expand)AuthorAgeFilesLines
* s4-auth/unix_token: add new function auth_session_info_set_unix()Björn Baumbach2020-06-051-0/+35
* s4-auth/unix_token: separate out filling the unix_info elements in a struct s...Björn Baumbach2020-06-051-17/+38
* s4/auth: use talloc_alpha_strcpy() in auth_session_info_fill_unix()Ralph Boehme2020-02-061-8/+5
* auth4: Use dom_sid_str_bufVolker Lendecke2019-01-081-9/+9
* s4-auth: allow to pass original_user_name=NULL to auth_session_info_fill_unix()Björn Baumbach2018-10-111-0/+4
* s4-auth: allow to create unix token from system session infoBjörn Baumbach2018-10-111-0/+15
* auth: Use DBGC_AUTH as DBGC_CLASS for AD DC auth session code.Andrew Bartlett2018-05-221-3/+6
* 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