index
:
go-pam.git
master
Go wrapper module for the Pluggable Authentication Modules (PAM) API
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-11-29
Merge pull request #17 from msteinert/update-example
v2.0.0
Mike Steinert
2023-11-29
Update example code to call Transaction.End
Michael Steinert
2023-11-29
Merge pull request #15 from 3v1n0/safer-transaction
Mike Steinert
2023-11-30
transaction: Fix comment typo
Marco Trevisan (Treviño)
2023-11-30
transaction: Skip some tests requiring confdir if not available
Marco Trevisan (Treviño)
2023-11-30
transaction_test: Add tests checking the loaded services match
Marco Trevisan (Treviño)
2023-11-30
transaction: Add missing default PAM item types
Marco Trevisan (Treviño)
2023-11-30
transaction: Mark Item, Flags and Style const values as Item, Flags and Style...
Marco Trevisan (Treviño)
2023-11-30
transaction: Add a test finalizer checking if transaction has ended
Marco Trevisan (Treviño)
2023-11-30
transaction: Add End() method and Remove Transaction finalizer
Marco Trevisan (Treviño)
2023-11-30
transaction: Do not make Transaction to implement error interface anymore
Marco Trevisan (Treviño)
2023-11-30
transaction: Never return Transaction as error
Marco Trevisan (Treviño)
2023-11-30
transaction: Use Atomic to store/load the status
Marco Trevisan (Treviño)
2023-11-30
transaction: Add an helper function to handle pam functions return status
Marco Trevisan (Treviño)
2023-11-30
transaction: Return errors wrapping pam.Error values on failure
Marco Trevisan (Treviño)
2023-11-30
transaction: Add tests for all the possible Status (and error) values
Marco Trevisan (Treviño)
2023-11-30
transaction: Add PAM Error types Go definitions
Marco Trevisan (Treviño)
2023-11-30
ci: Use golang-ci linter
Marco Trevisan (Treviño)
2023-09-23
Run go fmt
Michael Steinert
2023-09-22
Merge pull request #9 from 3v1n0/binary-protocol
v1.2.0
Mike Steinert
2023-09-22
transaction: Add support for Binary conversation
Marco Trevisan (Treviño)
2023-09-21
Merge pull request #11 from msteinert/transaction
Mike Steinert
2023-09-21
bugfix: Allocate after sanitizing inputs
Michael Steinert
2023-09-21
Format transaction.c with clang-format
Michael Steinert
2023-09-20
Merge pull request #10 from msteinert/ci-matrix
Mike Steinert
2023-09-20
Update CI configuration
Michael Steinert
2023-09-20
Merge pull request #8 from 3v1n0/simpler-callbacks
Mike Steinert
2023-09-20
Merge pull request #7 from 3v1n0/rootless-tests
Mike Steinert
2023-09-19
transaction: Use cgo.Handle to pass callback data to PAM
Marco Trevisan (Treviño)
2023-09-19
transaction_test: Add root-less tests to check pam conversation
Marco Trevisan (Treviño)
2023-09-19
transaction_test: Add more authentication tests to run as user
Marco Trevisan (Treviño)
2023-09-19
transaction_test: Enable conf-dir tests without root
Marco Trevisan (Treviño)
2023-09-19
tests: Move services to a subdirectory
Marco Trevisan (Treviño)
2023-04-04
Merge pull request #6 from msteinert/deps
Mike Steinert
2023-04-04
Update dependencies
Michael Steinert
2022-09-17
Merge pull request #5 from didrocks/start_confdir
v1.1.0
Mike Steinert
2022-09-16
Integration test for confdir handling.
Didier Roche
2022-09-16
Allow to define confdir
Didier Roche
2022-08-03
Update CI build matrix
Michael Steinert
2021-12-03
Attempt to modernize the repo
v1.0.0
Michael Steinert
2020-11-30
Update CI build matrix
Michael Steinert
2020-08-10
Merge pull request #3 from andy-js/solaris-fix
Mike Steinert
2020-08-10
Fix build on Solaris
Andrew Stormont
2019-02-15
Update CI build matrix & fix some lint
Michael Steinert
2017-08-30
Update CI build matrix
Michael Steinert
2017-07-05
Merge pull request #2 from msteinert/skip-coverage
Mike Steinert
2017-07-05
Skip coverage report for pull requests
Michael Steinert
2017-06-12
Update CI build matrix
Michael Steinert
2015-12-04
[ci skip] Update documentation
Michael Steinert
2015-12-04
Fix lint
Michael Steinert
[next]