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

..03-May-2022-

doc/H03-May-2022-361281

etc/H03-May-2022-1,2341,067

include/H24-Jul-2007-1,184845

lib/H24-Jul-2007-4,8563,307

login.radius/H24-Jul-2007-1,4611,013

man/H24-Jul-2007-358279

patches/H24-Jul-2007-543429

rpm/H24-Jul-2007-440342

src/H24-Jul-2007-1,8371,404

BUGSH A D15-Sep-2004928 2015

CHANGESH A D16-Feb-20075 KiB13098

COPYRIGHTH A D01-Nov-20047.2 KiB136116

Makefile.amH A D15-May-2006506 237

Makefile.inH A D16-Feb-200719.7 KiB652561

READMEH A D03-Mar-2005362 1811

README.radexampleH A D15-Sep-2004543 139

aclocal.m4H A D16-Feb-2007256.5 KiB7,2736,520

config.guessH A D26-Nov-200442.2 KiB1,4421,245

config.h.inH A D17-May-20066.2 KiB235159

config.subH A D26-Nov-200430.5 KiB1,5531,412

configureH A D03-May-2022776.2 KiB24,95420,118

configure.inH A D24-Jul-20075.3 KiB229201

depcompH A D15-Sep-200411.8 KiB412275

install-shH A D15-Sep-20045.5 KiB252153

ltmain.shH A D26-Nov-2004179.6 KiB6,4275,058

missingH A D15-Sep-20048.6 KiB284224

mkinstalldirsH A D15-Sep-2004725 4123

README

1$Id: README,v 1.2 2005/03/01 14:58:44 janakj Exp $
2
3Please view doc/instop.html with your favourite WWW browser, e.g lynx or
4netscape.
5
6Currently radiusclient-ng will compile on the following platforms:
7
8	Compiled on:
9
10		i386-pc-bsdi2.1
11		sparc-unknown-netbsd1.2.1
12		i386-unknown-freebsd2.2.6
13
14	Compiled and tested on:
15
16		i486-pc-linux
17		sparc-sun-solaris2.5.1
18

README.radexample

1$Id: README.radexample,v 1.1.1.1 2003/12/02 10:39:17 sobomax Exp $
2
3In src/radexample.c is a small example on how to use the library
4lib/libradclient.a.
5
6You only need to include radiusclient.h into your applications and link
7against the library. For this example to work your radiusclient config file
8has to be setup right.
9
10I make no guarantees that the library interface stays the same as
11radiusclient evolves, but I think that the whole thing is so simple that the
12changes to source code which uses this library should always be trivial.
13