wincred

Go wrapper around the Windows Credential Manager API functions

MIT License

Stars
117

Bot releases are visible (Hide)

wincred - v1.2.1 Latest Release

Published by danieljoos 10 months ago

  • Updated dependency golang.org/x/sys to version 0.15.0
  • Updated dependency github.com/stretchr/testify to version 1.8.4
  • Added error constant ErrBadUsername that can be used when dealing with domain password credentials.
wincred -

Published by danieljoos over 1 year ago

  • Calling SyscallN directly when dealing with pointer-pointers (#42) to try to address issue #32.
  • Bumped required Go version to 1.18.
  • Bumped dependency to golang.org/x/sys to version 0.8.0.
wincred - Use golang.org/x/sys

Published by danieljoos about 3 years ago

  • Removes the syscall package to use the golang.org/x/sys one.
  • See #22 for details
wincred - Updates test module dependencies

Published by danieljoos over 3 years ago

  • This updates the dependency to github.com/stretchr/testify
wincred - Fixes error handling on non-english Windows installations

Published by danieljoos over 4 years ago

  • Using error codes instead of english error strings
  • Exposing two error codes as constants
  • Adds go module
  • Requires at least go1.13
wincred - Fixed test to work with go1.14

Published by danieljoos over 4 years ago

wincred - Build on non-Windows platforms

Published by danieljoos over 5 years ago

The library can also be build on non-Windows platforms.
All operations will return a Operation not supported error on those platforms.

wincred - Fixed wrong usage of unsafe.Pointer

Published by danieljoos over 7 years ago

Corrected some usages of unsafe.Pointer according to the golang
documentation. Used go vet to verify.

This also adds and updates the package documentation.
Some examples have been added to the documentation.

wincred - First major release

Published by danieljoos about 8 years ago