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
/
libtac
/
lib
Age
Commit message (
Expand
)
Author
2015-06-29
Fix missing semicolons
David Stapleton
2015-06-20
tac_login is a static array so it's never NULL
Paweł Krawczyk
2015-06-19
check open() result including 0 which is a valid return value
Paweł Krawczyk
2015-06-19
close socket if any operation fails
Paweł Krawczyk
2015-06-19
Merge branch 'master' of github.com:jeroennijhof/pam_tacplus
Paweł Krawczyk
2015-06-19
initialise the seed variable and update comments
Paweł Krawczyk
2015-06-18
Make socket creation errno verbose
Daniel Gollub
2014-11-26
close rfd
Pawel Krawczyk
2014-11-26
rewrite the PRNG logic to use urandom on srand() only and then return
Pawel Krawczyk
2014-11-20
Reduce loglevel for non-critical author messages
Daniel Gollub
2014-10-14
Close /dev/urandom to fix open file handler leak.
pwdng
2014-10-10
Add source addr parameter for tac_connect_single
Daniel Gollub
2014-09-18
allow authorization without protocol defined
Sergey Mironov
2013-04-28
/dev/urandom improvements, thanks Walter. Fixed active_server check
Jeroen Nijhof
2013-03-29
abort() on erroneous input parameters
Walter de Jong
2013-03-29
xstrcpy() belongs in libtac
Walter de Jong
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
added FIXME remark about leaking memory
Walter de Jong
2013-03-28
added FIXME remark for ifdef for existence of /dev/urandom
Walter de Jong
2013-03-28
magic is always inited
Walter de Jong
2013-03-28
handle read() errors
Walter de Jong
2013-03-27
same thing, but less confusing
Walter de Jong
2013-03-27
if key is set
Walter de Jong
2013-03-22
fix C++/C99 style comments
Walter de Jong
2012-10-02
errno = 0 on AIX with non-blocking IO, we need to fix this in a
Jeroen Nijhof
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
tac_encryption fully handled by libtac
Jeroen Nijhof
2012-06-12
Handle attributes which contains no value
Jeroen Nijhof
2012-05-19
Explicity setting *attr to NULL after free(), thanks to Anthony Low
Jeroen Nijhof
2012-03-18
Changed e-mail and improved accounting
Jeroen Nijhof
2011-08-23
magic.c: magic_inited only used with linux
chalcyon
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