Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-19 | transaction: Use cgo.Handle to pass callback data to PAM | Marco Trevisan (TreviƱo) | |
Go provides a nicer way to handle Go structs lifetime when they are passed to C now, so use this instead of a custom implementation that requires to store them in a map | |||
2015-12-04 | Fix a memory leak | Michael Steinert | |
2015-12-03 | Stop passing Go pointers to C | Michael Steinert | |