GitHub / dotnet/Kerberos.NET / commits
A Kerberos implementation built entirely in managed code.
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| b55166eb | merge Merge pull request #432 from dotnet/bugfix/custom-nametypes |
Steve Syfuhs <s****e@s****t>
Committed by: GitHub <n****y@g****m> |
about 2 months ago | |
| ea97caa1 | Add support for vendor name types | Steve Syfuhs <s****e@s****t> | about 2 months ago | |
| 3a23160c | Added Local KDC Sample | Steve Syfuhs <s****e@s****t> | 2 months ago | |
| df3faec9 | merge Merge pull request #424 from dotnet/feature/iakerb2 |
Steve Syfuhs <s****e@s****t>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 9ae55d3f | merge Merge pull request #425 from dotnet/feature/asn |
Steve Syfuhs <s****e@s****t>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 9350f4d6 | ignore test | Steve Syfuhs <s****e@s****t> | 4 months ago | |
| fc6a839a |
Fix CS0168 warnings in generated code for unused explicitReader
Co-authored-by: Copilot <2****t@u****m> |
Steve Syfuhs <s****e@s****t> | 4 months ago | |
| 6c295501 |
Migrate internal code from obsolete ASN.1 property aliases to new names
Co-authored-by: Copilot <2****t@u****m> |
Steve Syfuhs <s****e@s****t> | 4 months ago | |
| 64fa3f1f |
Add standalone source generator unit tests
Co-authored-by: Copilot <2****t@u****m> |
Steve Syfuhs <s****e@s****t> | 5 months ago | |
| 4e942a30 |
Add source generator migration tests
Co-authored-by: Copilot <2****t@u****m> |
Steve Syfuhs <s****e@s****t> | 5 months ago | |
| 158e079e |
Replace XML/XSLT ASN.1 code generation with Roslyn source generator
Co-authored-by: Copilot <2****t@u****m> |
Steve Syfuhs <s****e@s****t> | 5 months ago | |
| d9c2922c |
Fix ASN.1 source generator code generation bugs
Co-authored-by: Copilot <2****t@u****m> |
Steve Syfuhs <s****e@s****t> | 5 months ago | |
| 995cbab7 | We support IAKerb now | Steve Syfuhs <s****e@s****t> | 5 months ago | |
| f41e7dfe | merge Merge pull request #422 from thadumi/cbt-validation |
Steve Syfuhs <s****e@s****t>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| 01c39088 | removed ChannelBinding from ValidatoinActions.All | Theo Dumitrescu (from Dev Box) <t****u@m****m> | 6 months ago | |
| f0d71945 | removed channel bindings from KDC | Theo Dumitrescu (from Dev Box) <t****u@m****m> | 6 months ago | |
| 44d78f30 | renamed DelegationInfo.ChannelBinding in DelegationInfo.ChannelBindingHash | Theo Dumitrescu (from Dev Box) <t****u@m****m> | 6 months ago | |
| 1e48486c | nullcheck | Theo Dumitrescu (from Dev Box) <t****u@m****m> | 6 months ago | |
| c102ce14 | moved ExpectedRawChannelBindings --> SetExpectedChannelBindingsFromSecChannel... | Theo Dumitrescu (from Dev Box) <t****u@m****m> | 6 months ago | |
| 73021817 | Add GSS channel binding (CBT) support for TGS-REQ validation | Theo Dumitrescu (from Dev Box) <t****u@m****m> | 7 months ago | |
| b37441a2 | out of support for SSPI buffers | Theo Dumitrescu (from Dev Box) <t****u@m****m> | 7 months ago | |
| f610c234 | Add GSS channel binding support per RFC 4121 section 4.1.1.2 for AP-REQ | Theo Dumitrescu (from Dev Box) <t****u@m****m> | 7 months ago | |
| dda497e9 | merge Merge pull request #420 from dotnet/bugfix/419-ping-blocked |
Steve Syfuhs <s****e@s****t>
Committed by: GitHub <n****y@g****m> |
9 months ago | |
| 8a66990c | Put ping check behind configuration | Steve Syfuhs <s****e@s****t> | 9 months ago | |
| 958ef49b | merge Merge pull request #418 from MaximeKjaer/pac-cname |
Steve Syfuhs <s****e@s****t>
Committed by: GitHub <n****y@g****m> |
9 months ago | |
| 38649e23 | Move TryGetPac to an extension method | Maxime Kjaer <m****r@m****m> | 9 months ago | |
| 519647b1 | Fix PAC ClientInfo Name | Maxime Kjaer <m****r@m****m> | 9 months ago | |
| 2aae08e8 | Improve TGS-REP validation in KrbKdcRepTests | Maxime Kjaer <m****r@m****m> | 9 months ago | |
| cc13fb9f | Add convenience method on KrbEncTicketPart to get PAC | Maxime Kjaer <m****r@m****m> | 9 months ago | |
| c99d1302 | Add test case covering PAC generation code | Maxime Kjaer <m****r@m****m> | 9 months ago | |
| 1722f82b | Simplify FakePrincipalService.Find | Maxime Kjaer <m****r@m****m> | 9 months ago | |
| 0079da32 | merge Merge pull request #412 from dotnet/bugfix/deleg-client |
Steve Syfuhs <s****e@s****t>
Committed by: GitHub <n****y@g****m> |
9 months ago | |
| decd2d43 | merge Merge pull request #415 from 0xced/SelectedPreferredInstance-Fastest |
Steve Syfuhs <s****e@s****t>
Committed by: GitHub <n****y@g****m> |
9 months ago | |
| 95c800c2 | merge Merge pull request #416 from TTEMMA/bugfix/general-string-as-utf8 |
Steve Syfuhs <s****e@s****t>
Committed by: GitHub <n****y@g****m> |
9 months ago | |
| 9ba0214c | Changing encoding for GeneralString to UTF8 | TTEMMA <T****3@g****m> | 9 months ago | |
| 3bf4b3da | Select the fastest (Kdc/Kpasswd) instance instead of at random | Cédric Luthi <c****i@g****m> | 10 months ago | |
| 77e10aa6 | merge Merge pull request #414 from dotnet/bugfix/mac-cryptofix |
Steve Syfuhs <s****e@s****t>
Committed by: GitHub <n****y@g****m> |
10 months ago | |
| 429e4b39 | Switch to overridable platform check | Steve Syfuhs <s****e@s****t> | 10 months ago | |
| be09a681 | Allow caller to pass client to authenticator | Steve Syfuhs <s****e@s****t> | 10 months ago | |
| 9422d22c | merge Merge pull request #407 from MaximeKjaer/cname-copy |
Steve Syfuhs <s****e@s****t>
Committed by: GitHub <n****y@g****m> |
10 months ago | |
| cda9b288 | Add old behavior under feature flag | Maxime Kjaer <m****r@m****m> | 11 months ago | |
| 73db490f | Make SamAccountName obsolete | Maxime Kjaer <m****r@m****m> | 11 months ago | |
| fad79cbb | Rework cname canonicalization | Maxime Kjaer <m****r@m****m> | 11 months ago | |
| da52236c | merge Merge pull request #408 from MaximeKjaer/isolate-exception |
Steve Syfuhs <s****e@s****t>
Committed by: GitHub <n****y@g****m> |
11 months ago | |
| c443f1f1 | merge Merge pull request #406 from MaximeKjaer/fix-cname-crealm-cleartext |
Steve Syfuhs <s****e@s****t>
Committed by: GitHub <n****y@g****m> |
11 months ago | |
| 6a83b991 | Add unit test | Maxime Kjaer <m****r@m****m> | 11 months ago | |
| ff029ad5 | Copy cname from request in order to be spec compliant | Maxime Kjaer <m****r@m****m> | 11 months ago | |
| ea6ea747 | Remove unnecessary ClientRealm field from context | Maxime Kjaer <m****r@m****m> | 11 months ago | |
| 7433d224 | Factor out and reuse TGS-REP validations | Maxime Kjaer <m****r@m****m> | 11 months ago | |
| af60d042 | Factor out and reuse AS-REP validations | Maxime Kjaer <m****r@m****m> | 11 months ago | |
| 0b6cac07 | Add more asserts to AS-REP checks | Maxime Kjaer <m****r@m****m> | 11 months ago | |
| a8a9ffa0 | Refactor to make TGT crealm, cname, srealm clear | Maxime Kjaer <m****r@m****m> | 11 months ago | |
| c2909b1d | Add failing test for referral TGT | Maxime Kjaer <m****r@m****m> | 11 months ago | |
| b0eb32a3 | Add test coverage of KdcHandler cname/crealm | Maxime Kjaer <m****r@m****m> | 11 months ago | |
| 08a2548a | Fix difference between cleartext and ticket enc cname/crealm | Maxime Kjaer <m****r@m****m> | 11 months ago | |
| 22618129 | Add compatibility flag check before throwing exception on missing ClientRealm... | Maxime Kjaer <m****r@m****m> | 12 months ago | |
| efaf178c | merge Merge pull request #403 from MaximeKjaer/fix-encpart-crealm |
Steve Syfuhs <s****e@s****t>
Committed by: GitHub <n****y@g****m> |
12 months ago | |
| bc9ca9ef | Fix IsolateRealmsConsistently behavior in ticket enc-part | Maxime Kjaer <m****r@m****m> | 12 months ago | |
| 1f81ec2f | merge Merge pull request #402 from petrsnd/portable-dns-linux-support |
Steve Syfuhs <s****e@s****t>
Committed by: GitHub <n****y@g****m> |
12 months ago | |
| 0a45b9bf | Drop moniker and platform id for packaging | Steve Syfuhs <s****e@s****t> | 12 months ago | |
| 49ab904c | merge Merge pull request #387 from Youssef1313/patch-1 |
Steve Syfuhs <s****e@s****t>
Committed by: GitHub <n****y@g****m> |
12 months ago | |
| 76b54806 | Replace sequence number validation with manual | Steve Syfuhs <s****e@s****t> | 12 months ago | |
| f8f2a556 | merge Merge pull request #400 from petrsnd/issue-398-gss-api-mutual-auth |
Steve Syfuhs <s****e@s****t>
Committed by: GitHub <n****y@g****m> |
12 months ago | |
| abb2a626 | Make sure that Krb5ConfigDefaults uses correct values on each supported platform | petrsnd <p****d@g****m> | 12 months ago | |
| 707afe97 | Remove sequence number validation from DecryptedKrbApRep.Validate() | petrsnd <p****d@g****m> | 12 months ago | |
| bf0a96c6 | merge Merge branch 'develop' of https://github.com/dotnet/Kerberos.NET into develop | Steve Syfuhs <s****e@s****t> | 12 months ago | |
| 81d69fce | Fix flaky test | Steve Syfuhs <s****e@s****t> | 12 months ago | |
| 23f75b40 | merge Merge pull request #401 from nil4/develop |
Steve Syfuhs <s****e@s****t>
Committed by: GitHub <n****y@g****m> |
12 months ago | |
| beb28931 | merge Merge pull request #397 from dotnet/bugfix/ref-realm |
Steve Syfuhs <s****e@s****t>
Committed by: GitHub <n****y@g****m> |
12 months ago | |
| 72c3a929 | Clean up build.yaml by removing unused stages |
Steve Syfuhs <s****e@s****t>
Committed by: GitHub <n****y@g****m> |
12 months ago | |
| e7769083 | Add packaging step to dotnet CI workflow |
Steve Syfuhs <s****e@s****t>
Committed by: GitHub <n****y@g****m> |
12 months ago | |
| 91f2bb03 | Change artifact upload path for nupkg files |
Steve Syfuhs <s****e@s****t>
Committed by: GitHub <n****y@g****m> |
12 months ago | |
| d4dd0594 | Refactor GitHub Actions workflow for .NET |
Steve Syfuhs <s****e@s****t>
Committed by: GitHub <n****y@g****m> |
12 months ago | |
| 91c87ee4 | Update working directory for dotnet commands |
Steve Syfuhs <s****e@s****t>
Committed by: GitHub <n****y@g****m> |
12 months ago | |
| eb2a204a | Disable annoying test for now | Steve Syfuhs <s****e@s****t> | 12 months ago | |
| e9d005b3 | Update dotnet build and test commands for release |
Steve Syfuhs <s****e@s****t>
Committed by: GitHub <n****y@g****m> |
12 months ago | |
| 035017c5 | Change upload-artifact to download-artifact in workflow |
Steve Syfuhs <s****e@s****t>
Committed by: GitHub <n****y@g****m> |
12 months ago | |
| c1a3d91d | Remove placeholder comments for Azure secrets |
Steve Syfuhs <s****e@s****t>
Committed by: GitHub <n****y@g****m> |
12 months ago | |
| f6836992 | Enable `bruce` tool to run with .NET SDK 5.0 or later | nil4 <n****4@u****m> | about 1 year ago | |
| c08a20a0 | Update base directory and file list in dotnet.yml |
Steve Syfuhs <s****e@s****t>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 46810c54 | Upgrade upload-artifact action to version 4 |
Steve Syfuhs <s****e@s****t>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 6863b81d | Upgrade upload-artifact action to version 4 |
Steve Syfuhs <s****e@s****t>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 54bd3bfe | Update artifact actions from v3 to v4 |
Steve Syfuhs <s****e@s****t>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 21e364eb | Enhance CI with signing job for artifacts |
Steve Syfuhs <s****e@s****t>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| d1710309 | Configure checkout action to avoid shallow clone |
Steve Syfuhs <s****e@s****t>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| c3e09ffd | Change build runner from Ubuntu to Windows |
Steve Syfuhs <s****e@s****t>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| b4c46efe | Add GitHub Actions workflow for .NET build |
Steve Syfuhs <s****e@s****t>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 01888e3d | Compat flag isolation | Steve Syfuhs <s****e@s****t> | about 1 year ago | |
| 7811d43b | Use nullable regions for code that has introduced nullable | petrsnd <p****d@g****m> | about 1 year ago | |
| 31cc9653 | AP-REP not AP_REP | petrsnd <p****d@g****m> | about 1 year ago | |
| f80f9e54 | Try all keys to decrypt AP-REP, remove seq validation | petrsnd <p****d@g****m> | about 1 year ago | |
| 79db305e | Add properties for each key to enable implementations that don't use subkey |
Cody Batt <C****t@u****m>
Committed by: petrsnd <p****d@g****m> |
about 1 year ago | |
| dd2f1ac6 | Flow client and target names and realms separately | Steve Syfuhs <s****e@s****t> | about 1 year ago | |
| 45e38b0a | merge Merge pull request #393 from dotnet/bugfix/find-ley |
Steve Syfuhs <s****e@s****t>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 0a29b6cc | Added config comments and variable expansion | petrsnd <p****d@g****m> | over 1 year ago | |
| bbf1d798 | Attrs must be constants, use conditional compilation | petrsnd <p****d@g****m> | over 1 year ago | |
| e094d330 | Use XDG_CONFIG_HOME by default | petrsnd <p****d@g****m> | over 1 year ago | |
| 02340925 | Fix help command alias printing | petrsnd <p****d@g****m> | over 1 year ago | |
| 4724ccea | Don't detect line endings as diffs on Linux | petrsnd <p****d@g****m> | over 1 year ago | |
| f80cc9f9 | Conditionally remove Windows Forms code | petrsnd <p****d@g****m> | over 1 year ago |