index
:
pam_tacplus.git
master
(mirror of https://github.com/vyos/pam_tacplus.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pam_tacplus.c
Age
Commit message (
Expand
)
Author
2015-06-19
remove obsolete comment about PAM_DISALLOW_NULL_AUTHTOK
Paweł Krawczyk
2014-10-10
Add source addr parameter for tac_connect_single
Daniel Gollub
2014-09-18
allow authorization without protocol defined
Sergey Mironov
2014-02-19
cleanup redundant code
Walter de Jong
2014-02-19
bugfix: do not try other server when AUTHEN_STATUS_FAIL
Walter de Jong
2014-02-19
delete extraneous whitespace
Walter de Jong
2013-04-28
active_server can not be a pointer, data lost after authentication.
Jeroen Nijhof
2013-04-28
/dev/urandom improvements, thanks Walter. Fixed active_server check
Jeroen Nijhof
2013-03-29
removed double xcalloc() function; do not leak memory for these small buffers...
Walter de Jong
2013-03-28
fixes various memory leaks, really
Walter de Jong
2013-03-28
server is a struct { address, key }
Walter de Jong
2013-03-28
more stuff belongs in headers
Walter de Jong
2013-03-28
stuff belongs in an include file
Walter de Jong
2013-03-28
remove unnecessary ifdef __platform__ constructions
Walter de Jong
2013-03-27
#defines are not short integers
Walter de Jong
2012-09-16
Rearrange header file include for libtac
Jeroen Nijhof
2012-09-08
Bumped version to 1.3.8 and renamed rem_addr to r_addr
Jeroen Nijhof
2012-07-25
Fixed connection handling in _pam_account, thanks James Allwright
Jeroen Nijhof
2012-07-25
tac_encryption fully handled by libtac
Jeroen Nijhof
2012-06-08
Moved debug message after active_server validation
Jeroen Nijhof
2012-03-18
Changed e-mail and improved accounting
Jeroen Nijhof
2011-08-20
Added _pam_get_rhost() and _pam_get_user()
Jeroen
2011-08-19
Finally got rid of all goto illness!
Jeroen
2011-08-19
Major contribution by Darren Besler
Jeroen
2011-04-25
Removed encrypt option just check if there is a secret (key).
Jeroen
2010-12-22
Initial commit
Jeroen Nijhof