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
15 minutes
ago. based on code collected
17 minutes
ago.
Aug 18, 2024 — Aug 18, 2025
Showing page 10 of 12
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
- autoreconf executed to get rid of old filenames in Makefile.in and configure.
janakj
More...
over 20 years ago
- The renaming patch applied
janakj
More...
over 20 years ago
Increase buffer allocated for the attribute values to 253 bytes - max. length of attribute value.
sobomax
More...
over 20 years ago
Prepare for 0.4.8.
sobomax
More...
over 20 years ago
Revert 1.6, which was not very well thought out.
sobomax
More...
over 20 years ago
Ensure that dynamically allocated memory is initialized before first use.
sobomax
More...
over 20 years ago
Add file missed in the previous commit.
sobomax
More...
over 20 years ago
Regen using more recent version of autotools.
sobomax
More...
over 20 years ago
Prepare for 0.4.7 release.
sobomax
More...
over 20 years ago
- CHANGES removed
janakj
More...
over 20 years ago
- keep the original radiusclient.h
janakj
More...
over 20 years ago
- regenerated with CVS substitution tags disabled
janakj
More...
over 20 years ago
- rename.patch added
janakj
More...
over 20 years ago
- Makefile.in added
janakj
More...
over 20 years ago
- rpm and debian directories added to distribution
janakj
More...
over 20 years ago
- debian control files added - radiusclient-ng.spec created
janakj
More...
over 20 years ago
Fix static storage which I've somehow managed to miss during initial re-entrancy conversion.
sobomax
More...
almost 21 years ago
Don't forget to check return value of strdup().
sobomax
More...
almost 21 years ago
Forgot to mention:
sobomax
More...
almost 21 years ago
Add missing * into sizeof when trying to get size for allocation. On 32-bit machines it is non-issue since sizeof(void *) == sizeof(int), but can be a problem on other platforms where it is not true.
sobomax
More...
almost 21 years ago
Prepare for 0.4.6 release.
sobomax
More...
almost 21 years ago
Make sure that Delay-Time is filled in properly.
sobomax
More...
almost 21 years ago
In rc_avpair_get() strip out highest bits of attrid argument to increase portability with applications that assume previous API behaviour.
sobomax
More...
almost 21 years ago
Fix build on system that don't have fgetln() API by providing portable rc_fgetln() function, which we can later on re-use in other parts of the library.
sobomax
More...
almost 21 years ago
Prepare for new version 0.4.5.
sobomax
More...
almost 21 years ago
Add new switch `-s', which if specified enables special mode of operation. In this mode radiusclient reads set of attributes, sends then to server and vrites result as well as received attributes to the stdout. Empty string signals that input it complete and radiusclient should process with authentification or accounting.
sobomax
More...
almost 21 years ago
Reorder defines a bit to reduce diff to my local version.
sobomax
More...
almost 21 years ago
Forgot to add to the previous commit:
sobomax
More...
almost 21 years ago
Don't encrypt every VSA attribute with attribute id of 2. Only do it for non-VSA attributes.
sobomax
More...
almost 21 years ago
For the record, previois commit was:
sobomax
More...
almost 21 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