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.go
Age
Commit message (
Expand
)
Author
2024-01-19
transaction: Ignore unused variable warnings
Marco Trevisan (Treviño)
2023-11-30
transaction: Fix comment typo
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 PAM Error types Go definitions
Marco Trevisan (Treviño)
2023-11-30
ci: Use golang-ci linter
Marco Trevisan (Treviño)
2023-09-22
transaction: Add support for Binary conversation
Marco Trevisan (Treviño)
2023-09-19
transaction: Use cgo.Handle to pass callback data to PAM
Marco Trevisan (Treviño)
2022-09-16
Allow to define confdir
Didier Roche
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
Fix a memory leak
Michael Steinert
2015-12-03
Stop passing Go pointers to C
Michael Steinert
2015-04-10
Fix golint warnings
Michael Steinert
2015-03-30
Small documentation updates
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
2015-03-30
Rework pam_getenvlist so it doesn't leak
Michael Steinert
2015-03-29
Add a test suite
Michael Steinert
2015-03-28
Update interface
Michael Steinert