| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-02-05 | Adjust to openssl 1.1 | christos | |
| 2009-01-19 | Fix build by making split return a size_t: | jmmv | |
| src/lib/libradius/radlib.c(1053): warning: conversion from 'unsigned long' to 'int' may lose accuracy [132] | |||
| 2009-01-19 | fix -Wsign-compare issues | lukem | |
| 2006-11-09 | no point in using alloca here. | christos | |
| 2005-11-25 | add more casts. | christos | |
| 2005-11-25 | Adjust to the new openssl build; bump version. Also if we are compiling | christos | |
| with SSL, link against libcrypto to pick up the proper versions of the symbols needed. | |||
| 2005-03-31 | Fix compilation both with and without SSL. The buffer argument is different | christos | |
| type, not just the length. | |||
| 2005-03-16 | GCC 2.95.3 doesn't like macros to be called with no argument when | he | |
| 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. | |||
| 2005-02-20 | Make conversions from unsigned long to int explicit via casts, | he | |
| rather than imiplicit, which causes lint heart burn ("conversion from 'unsigned long' to 'int' may lose accuracy). | |||
| 2005-02-20 | Fix lint on 64 bit machines. | christos | |
| 2005-02-20 | Pass lint and WARNS=3 | christos | |
| 2005-02-19 | Import FreeBSD's libradius as of 2005/02/20, plus minor tweaks to build | manu | |
| o nNetBSD and a Makefile for NetBSD. | |||
