Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-26 | Quell warnings for isdigit. | Benny Siegert | |
Explicitly cast the arg to isdigit to an unsigned char. | |||
2015-09-08 | Allow src_ip to be set | Alan T. DeKok | |
2015-07-13 | export CFLAGS | Alan T. DeKok | |
2015-07-13 | More descriptive messages | Alan T. DeKok | |
2015-07-13 | More build checks. | Alan T. DeKok | |
If configure fails, don't build anything | |||
2015-07-13 | Build objects in src directory | Alan T. DeKok | |
Which is a bit better practice | |||
2015-07-09 | Send password to next layer on fail, too | Alan T. DeKok | |
2015-05-21 | Use "length", which has been limited in size | Alan T. DeKok | |
2015-04-22 | Bump version, minor changes. | Alan T. DeKok | |
2015-04-22 | Bump to 1.4.1 | Alan T. DeKok | |
2015-01-16 | Updates for Solaris. Fixes #872 | Alan T. DeKok | |
2014-12-17 | Note 1.4.0 | Alan T. DeKok | |
2014-12-17 | Updates to release process | Alan T. DeKok | |
2014-12-02 | Use port 0 instead of trying to be stupid about it | Alan T. DeKok | |
2014-11-26 | Merge pull request #14 from JensKuehnel/master | Alan DeKok | |
add force_prompt option to enforce new password prompt for use with Toke... | |||
2014-11-26 | add force_prompt option to enforce new password prompt for use with Token | Jens Kuehnel | |
2014-09-03 | Add Calling-Station-Id to Access-Request after challenge. Closes #13 | Alan T. DeKok | |
2014-08-29 | Updated text on retry | Alan T. DeKok | |
2014-08-29 | Merge pull request #12 from sara-nl/limit_challenges | Alan DeKok | |
new parameter max_challenge limits number of Access-Challenges | |||
2014-08-29 | new parameter max_challenge limits number of Access-Challenges | Walter de Jong | |
Force authentication failure when a certain amount of challenges has been reached. This is a workaround for buggy servers that keep issueing challenges, when they should really send Access-Reject. The limit is configurable through parameter "max_challenge". The default is 0, which means the workaround is disabled. An invalid or negative value also disables this workaround. | |||
2014-08-28 | Merge pull request #10 from sara-nl/surfsara | Arran Cudbard-Bell | |
SURFsara fixes and changes | |||
2014-08-15 | check return value of rad_converse() | Walter de Jong | |
2014-08-15 | code style consistency | Walter de Jong | |
2014-08-15 | no semicolons here (empty statements) | Walter de Jong | |
2014-08-06 | Merge pull request #8 from foolean/master | Arran Cudbard-Bell | |
Added 'prompt' option | |||
2014-08-06 | clear the response | Walter 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-06 | use DPRINT for logging debug messages | Walter de Jong | |
2014-08-06 | fix wrong format string modifier | Walter de Jong | |
2014-08-06 | only print debug messages when configured | Walter de Jong | |
2014-08-06 | protect against buffer overflow | Walter de Jong | |
2014-06-17 | Added 'prompt' option | Bennett Samowich | |
2014-05-25 | Don't need -Wl if were not passing any linker arguments | Arran Cudbard-Bell | |
2014-05-25 | Typo | Arran Cudbard-Bell | |
2014-05-25 | Hack until we have time to write an autoconf check | Arran Cudbard-Bell | |
2014-04-04 | Update README.rst | Arran Cudbard-Bell | |
2014-03-26 | Update README.rst | Arran Cudbard-Bell | |
2014-03-06 | Add basic autoconf script | Arran Cudbard-Bell | |
2014-03-03 | Convert README to rst and update it | Arran Cudbard-Bell | |
2014-03-03 | Add very basic .travis file | Arran Cudbard-Bell | |
2014-03-03 | Include the FreeRADIUS .gitignore | Arran Cudbard-Bell | |
2014-03-03 | Convert to standard FreeRADIUS formatting | Arran Cudbard-Bell | |
2014-03-02 | Use a combination of endian macros | Arran Cudbard-Bell | |
2014-02-07 | Check GCC byte order macros as well | Arran Cudbard-Bell | |
2013-12-30 | We probably don't want to just set the first 4/8 bytes of ctx to 0 | Arran Cudbard-Bell | |
2013-12-30 | Required for building on OSX | Arran Cudbard-Bell | |
2013-02-25 | Merge pull request #4 from gentoo/master | Arran Cudbard-Bell | |
Build fixes from Gentoo | |||
2013-02-23 | build: do not force flags, add to them instead. | Diego Elio Pettenò | |
2013-02-23 | build: use GCC for build, and ensure that unneeded symbols are not exported. | Diego Elio Pettenò | |
2013-02-23 | doc: 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-23 | Fix 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. |