openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
freeradius-client
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
2 days
ago. based on code collected
2 days
ago.
Aug 19, 2024 — Aug 19, 2025
Showing page 9 of 12
Search / Filter on:
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.
sobomax
More...
about 19 years ago
Include stdint.h to get C99 [u]int32_t types.
sobomax
More...
over 19 years ago
Fix problems with 64bit arches - long is 64bit there, not 32.
sobomax
More...
over 19 years ago
Provide le32toh and h32tole macros for big endian platforms.
sobomax
More...
over 19 years ago
Regen after last configure.in changes.
sobomax
More...
over 19 years ago
We no longer need this file.
sobomax
More...
over 19 years ago
Add missed debian/Makefile.
sobomax
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;
sobomax
More...
over 19 years ago
MaxOS X i386 fixes:
sobomax
More...
over 19 years ago
- Removed debian directory from dist
janakj
More...
over 19 years ago
Prepare for 0.5.2.
sobomax
More...
almost 20 years ago
Regen with enabled dependency-tracking.
sobomax
More...
almost 20 years ago
o Drop commented out code;
sobomax
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.
sobomax
More...
almost 20 years ago
Regen using automake 1.9.
sobomax
More...
almost 20 years ago
Fix compilation problems on solaris/sparc.
sobomax
More...
almost 20 years ago
Change default bindaddr from localhost to *. This should work for most of people.
sobomax
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.
sobomax
More...
about 20 years ago
o Kill unused variable;
sobomax
More...
about 20 years ago
Make number of parameters in the formatch match real number of parameters.
sobomax
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).
sobomax
More...
about 20 years ago
Update version number to 0.5.1 in few more places.
sobomax
More...
about 20 years ago
Our version is now 0.5.1 not 0.4.8.
sobomax
More...
about 20 years ago
Regen after version bump to 0.5.1.
sobomax
More...
about 20 years ago
Bump version to 0.5.1
sobomax
More...
about 20 years ago
- changelog updated
janakj
More...
about 20 years ago
o Try harder to prevent overruning fixed-size buffers;
sobomax
More...
over 20 years ago
Add `sizeof' keyword which somehow got missed.
sobomax
More...
over 20 years ago
Fix possible crash when logging unusually long unknown attribute.
sobomax
More...
over 20 years ago
Regen for upcoming 0.5.0.
sobomax
More...
over 20 years ago
←
1
2
3
4
5
6
7
8
9
10
11
12
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree