summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-15check return value of rad_converse()Walter de Jong
2014-08-15code style consistencyWalter de Jong
2014-08-15no semicolons here (empty statements)Walter de Jong
2014-08-06Merge pull request #8 from foolean/masterArran Cudbard-Bell
Added 'prompt' option
2014-08-06clear the responseWalter de Jong
Just making sure, it seems cleaner to make sure that the function can not exit with the response in some random/undefined state
2014-08-06use DPRINT for logging debug messagesWalter de Jong
2014-08-06fix wrong format string modifierWalter de Jong
2014-08-06only print debug messages when configuredWalter de Jong
2014-08-06protect against buffer overflowWalter de Jong
2014-06-17Added 'prompt' optionBennett Samowich
2014-05-25Don't need -Wl if were not passing any linker argumentsArran Cudbard-Bell
2014-05-25TypoArran Cudbard-Bell
2014-05-25Hack until we have time to write an autoconf checkArran Cudbard-Bell
2014-04-04Update README.rstArran Cudbard-Bell
2014-03-26Update README.rstArran Cudbard-Bell
2014-03-06Add basic autoconf scriptArran Cudbard-Bell
2014-03-03Convert README to rst and update itArran Cudbard-Bell
2014-03-03Add very basic .travis fileArran Cudbard-Bell
2014-03-03Include the FreeRADIUS .gitignoreArran Cudbard-Bell
2014-03-03Convert to standard FreeRADIUS formattingArran Cudbard-Bell
2014-03-02Use a combination of endian macrosArran Cudbard-Bell
2014-02-07Check GCC byte order macros as wellArran Cudbard-Bell
2013-12-30We probably don't want to just set the first 4/8 bytes of ctx to 0Arran Cudbard-Bell
2013-12-30Required for building on OSXArran Cudbard-Bell
2013-02-25Merge pull request #4 from gentoo/masterArran Cudbard-Bell
Build fixes from Gentoo
2013-02-23build: do not force flags, add to them instead.Diego Elio Pettenò
2013-02-23build: use GCC for build, and ensure that unneeded symbols are not exported.Diego Elio Pettenò
2013-02-23doc: don't use the full path to the module in the usage examples.Diego Elio Pettenò
The path depends on the bitness of the software, so it can't be used this way.
2013-02-23Fix warnings from compiler.Diego Elio Pettenò
userinfo is not a pointer-to-pointer, but just a simple pointer. recvfrom() accepts a generic pointer, rather than a char one, and requires a socklen_t argument, not an int one.
2012-10-27Fixes #1 Use __BYTE_ORDER when availableArran Cudbard-Bell
2012-10-24Commit of version 1.3.17Arran Cudbard-Bell