| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
lib/configure.ac
lib/include/radsec/radsec.h
lib/radius/client.h
|
| | |
|
| |
| |
| |
| | |
Also, allow for PSK-only configuration, i.e. don't barf on missing cert stuff.
|
|/
|
|
|
| |
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.
|
|
|
|
|
|
| |
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"
|
| |
|
| |
|
|
|
|
|
|
| |
Add Automake/Libtool files to biuld-aux and set AC_CONFIG_AUX_DIR.
Use LT_INIT rather than deprecated AC_PROG_LIBTOOL.
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|