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
path:
root
/
transaction_test.go
Age
Commit message (
Expand
)
Author
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 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: 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-09-23
Run go fmt
Michael Steinert
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)
2022-09-16
Integration test for confdir handling.
Didier Roche
2021-12-03
Attempt to modernize the repo
v1.0.0
Michael Steinert
2019-02-15
Update CI build matrix & fix some lint
Michael Steinert
2015-12-04
Remove dead code
Michael Steinert
2015-04-10
Test some failure conditions
Michael Steinert
2015-04-10
Fix golint warnings
Michael Steinert
2015-04-09
Improve test coverage
Michael Steinert
2015-03-30
Test coverage for SetItem/GetItem
Michael Steinert
2015-03-30
Fix a silly bug and add test coverage
Michael Steinert
2015-03-30
Rework pam_getenvlist so it doesn't leak
Michael Steinert
2015-03-29
Add a test suite
Michael Steinert