-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kerberos smart card credentials handling #143
Kerberos smart card credentials handling #143
Commits on Aug 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bae70b9 - Browse repository at this point
Copy the full SHA bae70b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f59c379 - Browse repository at this point
Copy the full SHA f59c379View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff9b339 - Browse repository at this point
Copy the full SHA ff9b339View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2159b19 - Browse repository at this point
Copy the full SHA 2159b19View commit details -
feat(sspi): builders: implement the transform method for accept secur…
…oty context builder that allows us to transform builder into another with another authdata type
Configuration menu - View commit details
-
Copy full SHA for 752de6c - Browse repository at this point
Copy the full SHA 752de6cView commit details -
feat(sspi): builders: implement the transform method for acquire cred…
… handle builder that allows us to transform builder into another with another authdata type
Configuration menu - View commit details
-
Copy full SHA for 49cbaa0 - Browse repository at this point
Copy the full SHA 49cbaa0View commit details -
feat(sspi): builders: implement the transform method for init sec con…
…text builder that allows us to transform builder into another with another credshandle type
Configuration menu - View commit details
-
Copy full SHA for 5819366 - Browse repository at this point
Copy the full SHA 5819366View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f64ac4 - Browse repository at this point
Copy the full SHA 0f64ac4View commit details -
feat(sspi): negotiate: improved credentials passing: now we can pass …
…regular auth identity and smart card creds;
Configuration menu - View commit details
-
Copy full SHA for ad4c612 - Browse repository at this point
Copy the full SHA ad4c612View commit details -
feat(sspi): kerberos: improved credentials passing: now we can pass r…
…egular auth identity and smart card creds
Configuration menu - View commit details
-
Copy full SHA for 99b5767 - Browse repository at this point
Copy the full SHA 99b5767View commit details -
fix(sspi): builders: accept_sec_context: change lifetime too in full_…
…transform function for the created builder
Configuration menu - View commit details
-
Copy full SHA for bbe8c67 - Browse repository at this point
Copy the full SHA bbe8c67View commit details -
fix(sspi): builder: acq_cred_handle: change lifetime too in full_tran…
…sform function for the created builder; feat(sspi): builder: acq_cred_handle: implemnt `.transform` method for the AcquireCredentialsHandleResult;
Configuration menu - View commit details
-
Copy full SHA for 3291998 - Browse repository at this point
Copy the full SHA 3291998View commit details -
fix(sspi): builder: init_sec_context: change lifetime too in full_tra…
…nsform function for the created builder. Implement credentials_handle_mut function
Configuration menu - View commit details
-
Copy full SHA for 01f59ec - Browse repository at this point
Copy the full SHA 01f59ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28ceadd - Browse repository at this point
Copy the full SHA 28ceaddView commit details -
feat(sspi): credssp: improved credentials passing: now we can pass re…
…gular auth identity and smart card creds
Configuration menu - View commit details
-
Copy full SHA for ba8d7fa - Browse repository at this point
Copy the full SHA ba8d7faView commit details -
feat(sspi): sspi_cred_ssp: improved credentials passing: now we can p…
…ass regular auth identity and smart card creds
Configuration menu - View commit details
-
Copy full SHA for 9c71619 - Browse repository at this point
Copy the full SHA 9c71619View commit details -
feat(ffi): add support of the Credentials/CredentialsBuffers instead …
…of AuthIdentityu/AuthIdentityBuffers
Configuration menu - View commit details
-
Copy full SHA for c913293 - Browse repository at this point
Copy the full SHA c913293View commit details -
Configuration menu - View commit details
-
Copy full SHA for b78f390 - Browse repository at this point
Copy the full SHA b78f390View commit details -
Configuration menu - View commit details
-
Copy full SHA for 075ed41 - Browse repository at this point
Copy the full SHA 075ed41View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9b12c0 - Browse repository at this point
Copy the full SHA e9b12c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f76d84 - Browse repository at this point
Copy the full SHA 5f76d84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53c5e78 - Browse repository at this point
Copy the full SHA 53c5e78View commit details -
feat(credssp): ts_request: improve credentials encoding/decoding: use…
… general CredentialsBuffers structure. replace custom ber encoding with structures from the picky-krb crate;
Configuration menu - View commit details
-
Copy full SHA for 845832e - Browse repository at this point
Copy the full SHA 845832eView commit details -
feat(credssp): ts_request: tests: improved tests according to the cre…
…dentials changes;
Configuration menu - View commit details
-
Copy full SHA for 3591304 - Browse repository at this point
Copy the full SHA 3591304View commit details -
Configuration menu - View commit details
-
Copy full SHA for 195fdaa - Browse repository at this point
Copy the full SHA 195fdaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 351d746 - Browse repository at this point
Copy the full SHA 351d746View commit details -
feat(sspi): credssp: format code. improve credentials encoding: remov…
…e hardcoded values;
Configuration menu - View commit details
-
Copy full SHA for ab36b1e - Browse repository at this point
Copy the full SHA ab36b1eView commit details -
feat(sspi): auth_identity: add card_name, container_name, and csp_nam…
…e fileds to the smart card creds;
Configuration menu - View commit details
-
Copy full SHA for 2699233 - Browse repository at this point
Copy the full SHA 2699233View commit details -
Configuration menu - View commit details
-
Copy full SHA for 999c400 - Browse repository at this point
Copy the full SHA 999c400View commit details -
feat(sspi): cert_utils: implement smart card info (key container name…
…, reader_name, etc) extraction;
Configuration menu - View commit details
-
Copy full SHA for eaadcb5 - Browse repository at this point
Copy the full SHA eaadcb5View commit details -
feat(sspi): cert_utils: implememt user name extraction from the smart…
… card certificate;
Configuration menu - View commit details
-
Copy full SHA for 9407775 - Browse repository at this point
Copy the full SHA 9407775View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12f50af - Browse repository at this point
Copy the full SHA 12f50afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88c1062 - Browse repository at this point
Copy the full SHA 88c1062View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29cf34b - Browse repository at this point
Copy the full SHA 29cf34bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a3240c - Browse repository at this point
Copy the full SHA 6a3240cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff77833 - Browse repository at this point
Copy the full SHA ff77833View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab18461 - Browse repository at this point
Copy the full SHA ab18461View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fd02e7 - Browse repository at this point
Copy the full SHA 9fd02e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f46ddd - Browse repository at this point
Copy the full SHA 4f46dddView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf56850 - Browse repository at this point
Copy the full SHA bf56850View commit details -
Configuration menu - View commit details
-
Copy full SHA for 464641f - Browse repository at this point
Copy the full SHA 464641fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0d7131 - Browse repository at this point
Copy the full SHA a0d7131View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb9f5d0 - Browse repository at this point
Copy the full SHA bb9f5d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 055f2e6 - Browse repository at this point
Copy the full SHA 055f2e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for df7d1f0 - Browse repository at this point
Copy the full SHA df7d1f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdbc5fc - Browse repository at this point
Copy the full SHA fdbc5fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0880fc0 - Browse repository at this point
Copy the full SHA 0880fc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6de545b - Browse repository at this point
Copy the full SHA 6de545bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 032e1c6 - Browse repository at this point
Copy the full SHA 032e1c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7d949a - Browse repository at this point
Copy the full SHA d7d949aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 622e6d4 - Browse repository at this point
Copy the full SHA 622e6d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75edea3 - Browse repository at this point
Copy the full SHA 75edea3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c345505 - Browse repository at this point
Copy the full SHA c345505View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0707394 - Browse repository at this point
Copy the full SHA 0707394View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd3f9c9 - Browse repository at this point
Copy the full SHA dd3f9c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0614542 - Browse repository at this point
Copy the full SHA 0614542View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f02d9c - Browse repository at this point
Copy the full SHA 8f02d9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1171daa - Browse repository at this point
Copy the full SHA 1171daaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30ccb2d - Browse repository at this point
Copy the full SHA 30ccb2dView commit details -
feat(sspi): cert_utils: code and tests refactoring. add more comments…
…. remove unneeded logs;
Configuration menu - View commit details
-
Copy full SHA for 3b086f4 - Browse repository at this point
Copy the full SHA 3b086f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for df69f56 - Browse repository at this point
Copy the full SHA df69f56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bd7bd3 - Browse repository at this point
Copy the full SHA 9bd7bd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab38e33 - Browse repository at this point
Copy the full SHA ab38e33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b42210 - Browse repository at this point
Copy the full SHA 5b42210View commit details -
Configuration menu - View commit details
-
Copy full SHA for 793af2e - Browse repository at this point
Copy the full SHA 793af2eView commit details
Commits on Aug 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2159a7e - Browse repository at this point
Copy the full SHA 2159a7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e5ce34 - Browse repository at this point
Copy the full SHA 3e5ce34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12e0645 - Browse repository at this point
Copy the full SHA 12e0645View commit details
Commits on Aug 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4c90b88 - Browse repository at this point
Copy the full SHA 4c90b88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4652e80 - Browse repository at this point
Copy the full SHA 4652e80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33aab3e - Browse repository at this point
Copy the full SHA 33aab3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bcb1c3c - Browse repository at this point
Copy the full SHA bcb1c3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2d25cb - Browse repository at this point
Copy the full SHA d2d25cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 671a000 - Browse repository at this point
Copy the full SHA 671a000View commit details
Commits on Aug 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d20660d - Browse repository at this point
Copy the full SHA d20660dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75845a4 - Browse repository at this point
Copy the full SHA 75845a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b89ff48 - Browse repository at this point
Copy the full SHA b89ff48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e3eb9d - Browse repository at this point
Copy the full SHA 9e3eb9dView commit details
Commits on Aug 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ba71154 - Browse repository at this point
Copy the full SHA ba71154View commit details -
fix(ffi): replace auth_data_to_identity_buffers_q/w with auth_data_to…
…_identity_buffers
Configuration menu - View commit details
-
Copy full SHA for eafbbda - Browse repository at this point
Copy the full SHA eafbbdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9046202 - Browse repository at this point
Copy the full SHA 9046202View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0455a71 - Browse repository at this point
Copy the full SHA 0455a71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49e70c0 - Browse repository at this point
Copy the full SHA 49e70c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55d2f9c - Browse repository at this point
Copy the full SHA 55d2f9cView commit details -
Merge branch 'kerberos-smart-card-credentials' of ssh://jira.dev.loca…
…l:7999/wkn/sspi-rs into kerberos-smart-card-credentials
Configuration menu - View commit details
-
Copy full SHA for 0de5681 - Browse repository at this point
Copy the full SHA 0de5681View commit details -
Configuration menu - View commit details
-
Copy full SHA for ade277b - Browse repository at this point
Copy the full SHA ade277bView commit details