jfjallid / go-smb

A client library to interact with Windows RPC services such as MS-SRVS and MS-RRP.
MIT License
40 stars 9 forks source link

Implemented support for Kerberos authentication with the help of gokrb5. #15

Closed jfjallid closed 1 month ago

jfjallid commented 1 month ago

Performed some refactoring and updates to the GSS and SPNEGO code. Fixed some problems with signing and performed some cleanup of the code.