Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add md5.[ch] for when we are configured without OpenSSL. | Linus Nordberg | 2013-01-22 | 1 | -20/+4 |
| | | | | | | | | | | | This is Solar Designers implementation from http://openwall.info/wiki/people/solar/software/public-domain-source-code/md5 . RS_MD5Transform goes away since it's not in md5.h. It's not used in lib/radius/. Might want to move this into lib/radius/ if we end up not using it in lib/. | ||||
* | Fix typos. | Linus Nordberg | 2012-12-19 | 1 | -2/+2 |
| | | | | #error messages. | ||||
* | Include <sys/types.h> for Junos. | Linus Nordberg | 2012-12-18 | 1 | -0/+1 |
| | | | | Fix from Luke Howard. | ||||
* | add MS-Windows-Group-Sid | Luke Howard | 2011-12-01 | 1 | -0/+1 |
| | |||||
* | add rs_attr_display_name/rs_attr_parse_name | Luke Howard | 2011-11-14 | 2 | -0/+24 |
| | |||||
* | port new RADIUS library to Windows | Luke Howard | 2011-11-14 | 9 | -22/+115 |
| | | | | | | | | Conflicts: lib/configure.ac lib/include/radsec/radsec.h lib/radius/client.h | ||||
* | don't use GCC extensions in generated code | Luke Howard | 2011-11-14 | 2 | -25/+37 |
| | |||||
* | port to new RADIUS client library | Luke Howard | 2011-11-14 | 23 | -2410/+427 |
| | |||||
* | add new RADIUS client library | Luke Howard | 2011-11-13 | 32 | -0/+10504 |