Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-05 | Provide magic function when compiling against openssl | Philip Prindeville | |
2016-07-23 | Fix warnings | Paweł Krawczyk | |
Fix various declaration inconsistencies that were throwing compiler warnings | |||
2016-07-22 | Rewrite the getrandom(2) usage | Paweł Krawczyk | |
The getrandom(2) is experimental (on Linux at least) and the presence of headers doesn't guarantee it's usable. It seems to be available from 3.17 kernels only as syscall. | |||
2016-07-22 | check for sys/random.h as well for Solaris | Paweł Krawczyk | |
2016-05-03 | use OpenSSL for MD5 and random numbers | Paweł Krawczyk | |
2013-03-29 | removed double xcalloc() function; do not leak memory for these small ↵ | Walter de Jong | |
buffers; added safe xstrcpy() | |||
2013-03-28 | server is a struct { address, key } | Walter de Jong | |
2012-09-16 | Rearrange header file include for libtac | Jeroen Nijhof | |
2012-06-12 | Handle attributes which contains no value | Jeroen Nijhof | |
2012-03-18 | Changed e-mail and improved accounting | Jeroen Nijhof | |
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 | |
Removed first_hit option because you can get the same behaviour by using only one server. Added multiple secret support, you can now specify different secrets (keys) for different servers. connect.c: improved connection error handling by using getpeername() to check if connection is still valid. This was needed since we are using non-blocking sockets. Properly handle multiple servers when authenticating, patch from Gregg Nemas, thanks! | |||
2010-12-22 | Initial commit | Jeroen Nijhof | |