Home | History | Annotate | Download | only in libradius
History log of /src/lib/libradius/radlib.c
RevisionDateAuthorComments
 1.12  05-Feb-2018  christos Adjust to openssl 1.1
 1.11  19-Jan-2009  jmmv Fix build by making split return a size_t:
src/lib/libradius/radlib.c(1053): warning: conversion from 'unsigned long'
to 'int' may lose accuracy [132]
 1.10  19-Jan-2009  lukem fix -Wsign-compare issues
 1.9  09-Nov-2006  christos no point in using alloca here.
 1.8  25-Nov-2005  christos add more casts.
 1.7  25-Nov-2005  christos Adjust to the new openssl build; bump version. Also if we are compiling
with SSL, link against libcrypto to pick up the proper versions of the
symbols needed.
 1.6  31-Mar-2005  christos Fix compilation both with and without SSL. The buffer argument is different
type, not just the length.
 1.5  16-Mar-2005  he GCC 2.95.3 doesn't like macros to be called with no argument when
the definition has an argument. Cheesily add a 0 argument to the
srandomdev() invocation (which gets defined as null on NetBSD).
Restores our vax port to a buildable state.
 1.4  20-Feb-2005  he Make conversions from unsigned long to int explicit via casts,
rather than imiplicit, which causes lint heart burn ("conversion
from 'unsigned long' to 'int' may lose accuracy).
 1.3  20-Feb-2005  christos Fix lint on 64 bit machines.
 1.2  20-Feb-2005  christos Pass lint and WARNS=3
 1.1  19-Feb-2005  manu branches: 1.1.1;
Initial revision
 1.1.1.1  19-Feb-2005  manu Import FreeBSD's libradius as of 2005/02/20, plus minor tweaks to build
o nNetBSD and a Makefile for NetBSD.

RSS XML Feed