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-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
2015-12-04
Remove dead code
Michael Steinert
2015-12-04
Update example code
Michael Steinert
2015-12-04
Fix a memory leak
Michael Steinert
2015-12-03
Stop passing Go pointers to C
Michael Steinert
2015-09-03
[ci skip] Update link to official documentation
Michael Steinert
2015-04-11
Update example
Michael Steinert
2015-04-10
Test some failure conditions
Michael Steinert
2015-04-10
Add Go Report Card badge
Michael Steinert
2015-04-10
Fix golint warnings
Michael Steinert
2015-04-09
Another stab at goveralls
Michael Steinert
2015-04-09
Add Coveralls.io
Michael Steinert
2015-04-09
Install cover before running tests
Michael Steinert
2015-04-09
Improve test coverage
Michael Steinert
2015-04-01
Add 2-clause BSD license
Michael Steinert
2015-03-31
Security fixes for conversation handler
Michael Steinert
2015-03-30
Small documentation updates
Michael Steinert
2015-03-30
Test coverage for SetItem/GetItem
Michael Steinert
2015-03-30
This looks a bit better
Michael Steinert
2015-03-30
Fix a silly bug and add test coverage
Michael Steinert
[next]