summaryrefslogtreecommitdiff
path: root/radmsg.c
Commit message (Expand)AuthorAgeFilesLines
* Don't risk calling _validauth() with sec == NULL.Linus Nordberg2017-08-011-1/+1
* Use libnettle instead of libcrypto (from openssl) for MD5 and HMAC(MD5).Linus Nordberg2016-09-211-68/+39
* EVP_MD_CTX and HMAC_CTX are now pointers.Linus Nordberg2016-09-211-49/+48
* Have radmsg_copy_attrs() return error in all error cases.Linus Nordberg2013-09-061-4/+2
* Make a _copy_ of the attributes when copying them.Linus Nordberg2013-09-061-1/+1
* Keep Proxy-State attributes in all replies to clients.Linus Nordberg2013-09-051-0/+51
* Adjust copyright lines to reflect git (svn) history of each and every file.Linus Nordberg2012-11-121-2/+1
* Formatting changes.Linus Nordberg2012-09-251-2/+2
* Remove the second copyright line, with both UNINETT and NORDUnet.Linus Nordberg2012-09-171-1/+0
* Remove Stig from first copyright line.Linus Nordberg2012-09-171-1/+1
* Update copyright and licensing information.Linus Nordberg2012-09-141-7/+4
* Add Emacs local variable for stroustrup style.linus2010-03-231-0/+4
* Reindent and remove trailing whitespace.linus2010-03-081-13/+13
* minor changes for solarisvenaas2009-01-071-0/+4
* fixed some bugs, improved duplicate detectionvenaas2008-09-181-3/+7
* trying to avoid some silly compiler warningsvenaas2008-09-171-1/+1
* cleaning up codevenaas2008-09-141-0/+26
* various code improvementsvenaas2008-09-111-36/+78
* lots of changes to radsrv/reply and use of new radmsg stuffvenaas2008-09-111-0/+238