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
2024-01-31
Merge pull request #22 from 3v1n0/prevent-unused-var
HEAD
master
Mike Steinert
2024-01-19
transaction: Ignore unused variable warnings
Marco Trevisan (Treviño)
2024-01-19
ci: Update repositories information before installing packages
Marco Trevisan (Treviño)
2024-01-19
test: Only install pam modules from archives
Marco Trevisan (Treviño)
2023-11-30
Update README for v2
Michael Steinert
2023-11-30
Merge pull request #21 from msteinert/v2
Mike Steinert
2023-11-30
Update module version to v2
Michael Steinert
2023-11-29
Merge pull request #19 from msteinert/codecov
Mike Steinert
2023-11-29
Another try at adding codecov
Michael Steinert
2023-11-29
Merge pull request #18 from msteinert/codecov
Mike Steinert
2023-11-29
Add codecov configuration
Michael Steinert
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
[next]