Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revive radsecproxy.h and hostport_types.h and move rsp_* into radsecproxy/. | Linus Nordberg | 2013-01-22 | 1 | -0/+1 |
| | |||||
* | Define WITHOUT_OPENSSL if we don't have openssl. | Linus Nordberg | 2012-12-19 | 1 | -0/+4 |
| | | | | | | | This is for radius/client.h. We will want an alternative way of getting MD5. Include md5.[ch] from FreeBSD? Link with libnettle? | ||||
* | Merge libradsec-new-client. | Linus Nordberg | 2012-04-27 | 1 | -3/+3 |
|\ | |||||
| * | port new RADIUS library to Windows | Luke Howard | 2011-11-14 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | Conflicts: lib/configure.ac lib/include/radsec/radsec.h lib/radius/client.h | ||||
| * | port to new RADIUS client library | Luke Howard | 2011-11-14 | 1 | -2/+1 |
| | | |||||
* | | Conditionally compile TLS-PSK code (--enable-tls-psk). | Linus Nordberg | 2012-04-23 | 1 | -0/+8 |
| | | | | | | | | Also, allow for PSK-only configuration, i.e. don't barf on missing cert stuff. | ||||
* | | Don't say RADPROT_TLS when we mean RAD_TLS. | Linus Nordberg | 2012-04-19 | 1 | -2/+2 |
|/ | | | | | RADPROT_TLS is legacy from radsecproxy and will go away. It happens to be defined to 1, the same as RAD_TLS, so it happens to work. | ||||
* | Change version 0.0.2-dev --> 0.0.2.dev. | Linus Nordberg | 2011-10-14 | 1 | -1/+1 |
| | | | | | | Sam Hartman: "I propose changing the version from 0.1-dev or whatever to 0.1.dev or whetever because RPM versions (and really debian versions too) cannot contain dashes" | ||||
* | Change version to libradsec-0.0.2-dev. | Linus Nordberg | 2011-03-24 | 1 | -1/+1 |
| | |||||
* | Ready for libradsec-0.0.1.libradsec-0.0.1 | Linus Nordberg | 2011-03-24 | 1 | -1/+1 |
| | |||||
* | Make autogen.sh actually work -- were missing ltmain.sh. | Linus Nordberg | 2011-02-15 | 1 | -2/+3 |
| | | | | | | Add Automake/Libtool files to biuld-aux and set AC_CONFIG_AUX_DIR. Use LT_INIT rather than deprecated AC_PROG_LIBTOOL. | ||||
* | Generate tests/Makefile. | linus | 2011-01-21 | 1 | -1/+2 |
| | |||||
* | Build even when not configured with `--enable-tls'. | Linus Nordberg | 2010-11-11 | 1 | -12/+10 |
| | |||||
* | Bringing up TLS connections working. | Linus Nordberg | 2010-11-11 | 1 | -3/+14 |
| | | | | | | | NOTE: Clean up of resources not yet sane. Expect resource leakages. NOTE: Most failure cases are not handled properly. With the wind at your back and the sun shining, it might work. | ||||
* | Revert "Require Autoconf 2.68 since 2.65 doesn't work on OSX." | Linus Nordberg | 2010-10-16 | 1 | -1/+1 |
| | | | | | | | That was wrong -- 2.65 is _not_ known to not work on OSX. (2.61 is known to not work on OSX but we don't care.) This reverts commit d726d4a61e0516b18df5903088e58d015c7cd1b8. | ||||
* | Require Autoconf 2.68 since 2.65 doesn't work on OSX. | Linus Nordberg | 2010-10-16 | 1 | -1/+1 |
| | | | | | | | | | With 2.65 on OSX, libradsec isn't linked correctly with libfreeradius-radius and libevent-core. The effect is that a program linking with -lradsec need to add the other two libraries on the link line as well. Whether 2.66 or 2.67 works on OSX is unknown. | ||||
* | Fail at configure time rather than build time when missing a library. | Linus Nordberg | 2010-10-09 | 1 | -3/+6 |
| | |||||
* | More info to README and HACKING. | Linus Nordberg | 2010-10-05 | 1 | -1/+1 |
| | |||||
* | Autotoolize. | Linus Nordberg | 2010-10-05 | 1 | -0/+35 |