| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
lib/HACKING
lib/Makefile.am
lib/README
lib/compat.h
lib/conf.c
lib/configure.ac
lib/conn.c
lib/conn.h
lib/err.c
lib/err.h
lib/event.c
lib/event.h
lib/examples/Makefile.am
lib/examples/client-blocking.c
lib/examples/client.conf
lib/include/radsec/radsec-impl.h
lib/include/radsec/radsec.h
lib/include/radsec/request-impl.h
lib/include/radsec/request.h
lib/packet.c
lib/packet.h
lib/peer.c
lib/peer.h
lib/request.c
lib/send.c
lib/tcp.c
lib/tests/Makefile.am
lib/tls.c
lib/udp.c
lib/util.c
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Adapted from
commit 8ff4e9ab2308fc6ee1e9b140d85ba45eff5287ce
Author: Sam hartman <hartmans@painless-security.com>
Date: Mon Oct 10 15:25:11 2011 +0100
Conflicts:
lib/Makefile.am
lib/configure.ac
|
| | |
|
| | |
|
|/ |
|
| |
|
|
|
|
|
|
|
| |
This is for radius/client.h.
We will want an alternative way of getting MD5. Include md5.[ch] from
FreeBSD? Link with libnettle?
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
|
| |
|
|
|