summaryrefslogtreecommitdiff
path: root/source4/auth/unix_token.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-08auth: Make more liberal use of SID index constantsJoseph Sutton1-13/+13
2020-06-05s4-auth/unix_token: add new function auth_session_info_set_unix()Björn Baumbach1-0/+35
2020-06-05s4-auth/unix_token: separate out filling the unix_info elements in a struct s...Björn Baumbach1-17/+38
2020-02-06s4/auth: use talloc_alpha_strcpy() in auth_session_info_fill_unix()Ralph Boehme1-8/+5
2019-01-08auth4: Use dom_sid_str_bufVolker Lendecke1-9/+9
2018-10-11s4-auth: allow to pass original_user_name=NULL to auth_session_info_fill_unix()Björn Baumbach1-0/+4
2018-10-11s4-auth: allow to create unix token from system session infoBjörn Baumbach1-0/+15
2018-05-22auth: Use DBGC_AUTH as DBGC_CLASS for AD DC auth session code.Andrew Bartlett1-3/+6
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