• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

autom4te.cache/H06-Aug-2020-12,20311,126

build-aux/H06-Aug-2020-5,9564,802

tests/H06-Aug-2020-1,9141,572

tools/H06-Aug-2020-177124

.gitignoreH A D06-Aug-2020383 3433

AUTHORSH A D06-Aug-2020517 2926

ChangeLogH A D06-Aug-202012.8 KiB350300

INSTALLH A D06-Aug-202011.6 KiB303227

LICENSEH A D06-Aug-20201.6 KiB3028

Makefile.amH A D06-Aug-20201.6 KiB6647

Makefile.inH A D06-Aug-202041.9 KiB1,2211,099

NEWSH A D06-Aug-202015 21

READMEH A D06-Aug-20201,005 2518

THANKSH A D06-Aug-2020684 1813

acinclude.m4H A D06-Aug-20201.3 KiB4845

aclocal.m4H A D06-Aug-202040.9 KiB1,1371,032

catgconf.cH A D06-Aug-20201.7 KiB8263

configureH A D06-Aug-2020153.3 KiB5,3044,375

configure.acH A D06-Aug-20202.9 KiB112101

debug.cH A D06-Aug-20206.5 KiB276246

debug.hH A D06-Aug-2020889 3422

dtls.cH A D06-Aug-202022.8 KiB686589

dtls.hH A D06-Aug-2020198 111

fticks.cH A D06-Aug-20205.1 KiB177152

fticks.hH A D06-Aug-2020410 168

fticks_hashmac.cH A D06-Aug-20203.1 KiB11570

fticks_hashmac.hH A D06-Aug-2020298 156

gconfig.cH A D06-Aug-202013 KiB559487

gconfig.hH A D06-Aug-20201 KiB3625

hash.cH A D06-Aug-20203.2 KiB133107

hash.hH A D06-Aug-20201.1 KiB4521

hostport.cH A D06-Aug-20209.7 KiB332285

hostport.hH A D06-Aug-20201 KiB2616

list.cH A D06-Aug-20203 KiB13692

list.hH A D06-Aug-20201.2 KiB5525

main.cH A D06-Aug-2020274 145

radmsg.cH A D06-Aug-202010.8 KiB420335

radmsg.hH A D06-Aug-20202 KiB6951

radsecproxy-hash.1H A D06-Aug-2020467 3021

radsecproxy-hash.cH A D06-Aug-20201.6 KiB8265

radsecproxy.1.inH A D06-Aug-20202.8 KiB9376

radsecproxy.cH A D06-Aug-202093.8 KiB3,0802,636

radsecproxy.conf-exampleH A D03-May-20228.5 KiB237217

radsecproxy.conf.5.inH A D06-Aug-202034.6 KiB919793

radsecproxy.hH A D06-Aug-20206.7 KiB270230

rewrite.cH A D06-Aug-202018 KiB620528

rewrite.hH A D06-Aug-20201.2 KiB4228

tcp.cH A D06-Aug-202010.9 KiB391334

tcp.hH A D06-Aug-2020195 91

tls.cH A D06-Aug-202018.7 KiB599516

tls.hH A D06-Aug-2020195 91

tlscommon.cH A D06-Aug-202028.8 KiB1,007883

tlscommon.hH A D06-Aug-20201.2 KiB4735

tlv11.cH A D06-Aug-20202.3 KiB123102

tlv11.hH A D06-Aug-2020590 2414

udp.cH A D06-Aug-202011 KiB373320

udp.hH A D06-Aug-2020195 91

util.cH A D06-Aug-20208 KiB283237

util.hH A D06-Aug-20201.2 KiB3319

README

1This is radsecproxy 1.8.2
2
3radsecproxy is a generic RADIUS proxy that supports both UDP and TLS
4(RadSec) RADIUS transports.  There is also experimental support for
5TCP and DTLS.
6
7It should build on most Unix like systems by simply typing
8
9    ./configure && make
10
11It is possible to specify which RADIUS transport the build should
12support.  Without any special options to configure, all transports
13supported by the system will be enabled.  See the output from
14"./configure --help" for how to change this.
15
16To use radsecproxy you need to create a config file which is normally found in
17/etc/radsecproxy.conf or /usr/local/etc/radsecproxy.conf.  You can also specify
18the location with the "-c" command line option (see below).  For further
19instructions, please see the enclosed example file and the manpages
20radsecproxy(1) and radsecproxy.conf(5)
21
22Note for Cygwin users:
23Due to a bug in openssl the tls option CACertificatePath is currently unusable.
24Use a certificate bundle with CACertificateFile instead.
25