0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 15 minutes ago. based on code collected 17 minutes ago.
Aug 18, 2024 — Aug 18, 2025
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. More... over 20 years ago
- The renaming patch applied More... over 20 years ago
Increase buffer allocated for the attribute values to 253 bytes - max. length of attribute value. More... over 20 years ago
Prepare for 0.4.8. More... over 20 years ago
Revert 1.6, which was not very well thought out. More... over 20 years ago
Ensure that dynamically allocated memory is initialized before first use. More... over 20 years ago
Add file missed in the previous commit. More... over 20 years ago
Regen using more recent version of autotools. More... over 20 years ago
Prepare for 0.4.7 release. More... over 20 years ago
- CHANGES removed More... over 20 years ago
- keep the original radiusclient.h More... over 20 years ago
- regenerated with CVS substitution tags disabled More... over 20 years ago
- rename.patch added More... over 20 years ago
- Makefile.in added More... over 20 years ago
- rpm and debian directories added to distribution More... over 20 years ago
- debian control files added - radiusclient-ng.spec created More... over 20 years ago
Fix static storage which I've somehow managed to miss during initial re-entrancy conversion. More... almost 21 years ago
Don't forget to check return value of strdup(). More... almost 21 years ago
Forgot to mention: 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. More... almost 21 years ago
Prepare for 0.4.6 release. More... almost 21 years ago
Make sure that Delay-Time is filled in properly. 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. 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. More... almost 21 years ago
Prepare for new version 0.4.5. 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. More... almost 21 years ago
Reorder defines a bit to reduce diff to my local version. More... almost 21 years ago
Forgot to add to the previous commit: More... almost 21 years ago
Don't encrypt every VSA attribute with attribute id of 2. Only do it for non-VSA attributes. More... almost 21 years ago
For the record, previois commit was: More... almost 21 years ago