0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
o Fix an off-by-one bug in rc_avpair_parse(), which results in string attributes to be limited by 252 symbols, not 253. More... about 19 years ago
Include stdint.h to get C99 [u]int32_t types. More... over 19 years ago
Fix problems with 64bit arches - long is 64bit there, not 32. More... over 19 years ago
Provide le32toh and h32tole macros for big endian platforms. More... over 19 years ago
Regen after last configure.in changes. More... over 19 years ago
We no longer need this file. More... over 19 years ago
Add missed debian/Makefile. More... over 19 years ago
o Replace ancient version of md5(3) with recent FreeBSD version taken from src/lib/libmd/md5c.c, rev.1.17. The latter should be 64-bit clear and also a bit faster (reportedly up to 30%) on modern arches; More... over 19 years ago
MaxOS X i386 fixes: More... over 19 years ago
- Removed debian directory from dist More... over 19 years ago
Prepare for 0.5.2. More... almost 20 years ago
Regen with enabled dependency-tracking. More... almost 20 years ago
o Drop commented out code; More... almost 20 years ago
Add a space between -m option and its argument, since some version of install tools can't handle space-less version of syntax. More... almost 20 years ago
Regen using automake 1.9. More... almost 20 years ago
Fix compilation problems on solaris/sparc. More... almost 20 years ago
Change default bindaddr from localhost to *. This should work for most of people. More... about 20 years ago
When no bindaddr is specified or when bindaddr is INADDR_ANY (*) use different method for discovering IP address to fill into NAS_IP_ADDRESS. Instead of using resolving create temporary socket, connect it to the remote address and use getsockname(2) to get local IP address. This method is slower, but allows radiusclient to work OOB and in the cases when hostname is not set or can't be resolved. More... about 20 years ago
o Kill unused variable; More... about 20 years ago
Make number of parameters in the formatch match real number of parameters. More... about 20 years ago
Trim any space from the end of the option value, otherwise it becomes part of the value leading to the hard to diagnose problems (for example when this value represents file name). More... about 20 years ago
Update version number to 0.5.1 in few more places. More... about 20 years ago
Our version is now 0.5.1 not 0.4.8. More... about 20 years ago
Regen after version bump to 0.5.1. More... about 20 years ago
Bump version to 0.5.1 More... about 20 years ago
- changelog updated More... about 20 years ago
o Try harder to prevent overruning fixed-size buffers; More... over 20 years ago
Add `sizeof' keyword which somehow got missed. More... over 20 years ago
Fix possible crash when logging unusually long unknown attribute. More... over 20 years ago
Regen for upcoming 0.5.0. More... over 20 years ago