summaryrefslogtreecommitdiff
path: root/source3/client/smbspool_krb5_wrapper.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-14smbspool_krb5_wrapper: let kerberos_get_default_ccache() use smb_force_krb5_c...Stefan Metzmacher1-1/+2
2024-05-14smbspool_krb5_wrapper: remove unused includesStefan Metzmacher1-4/+0
2023-10-13s3:client: Correctly call setgroups() (CID 1449449)Joseph Sutton1-1/+1
2021-10-14s3: smbspool. Remove last use of 'extern char **environ;'.Jeremy Allison1-4/+1
2019-12-09s3:smbspool: Leave early if we print as rootAndreas Schneider1-0/+5
2019-12-09s3:smbspool_krb5_wrapper: ignore unknown values of AUTH_INFO_REQUIREDMikhail Novosyolov1-7/+27
2019-12-09s3:smbspool_krb5_wrapper: Map AUTH_INFO_REQUIRED=none to anonymousAndreas Schneider1-5/+11
2019-05-23s3:smbspool: Fallback to default ccache if KRB5CCNAME is not setAndreas Schneider1-25/+54
2019-05-23s3:smbspool: Use %u format specifier to print uidAndreas Schneider1-3/+3
2019-05-23s3:smbspool: Add debug for finding KRB5CCNAMEAndreas Schneider1-0/+4
2019-05-23s3:smbspool: Add the 'lp' group to the users groupsAndreas Schneider1-0/+22
2019-03-18s3:client: Pass DEVICE_URI and AUTH_INFO_REQUIRED env to smbspoolAndreas Schneider1-3/+21
2017-11-22smbspool_krb5_wrapper: fix some error messagesUri Simchoni1-3/+4
2017-07-25s3:client: Use KRB5CCNAME in smbspool_krb5_wrapper if setAndreas Schneider1-0/+8
2017-07-15s3:client: The smbspool krb5 wrapper needs negotiate for authenticationAndreas Schneider1-10/+19
2017-02-17Modify smbspool_krb5_wrapper to just fall through to smbspool if AUTH_INFO_RE...Bryan Mason1-15/+17
2016-04-29s3:client:smbspool_krb5_wrapper: fix the non clearenv build.Günther Deschner1-2/+6
2016-04-29Provide fallback code for non-portable clearenv(3)Jérémie Courrèges-Anglas1-0/+6
2016-01-25s3-client: Add a KRB5 wrapper for smbspoolAndreas Schneider1-0/+210