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
about 23 hours
ago. based on code collected
about 23 hours
ago.
Aug 16, 2024 — Aug 16, 2025
Showing page 7 of 12
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Update spec to work with current release and current versions of SUSE
pnixon
More...
over 17 years ago
Add example login program thanks to SUSE
pnixon
More...
over 17 years ago
Kill INT4 type, nothing in code uses it.
sobomax
More...
over 17 years ago
Add md5.h just in the case.
sobomax
More...
over 17 years ago
Make it possible to distinguish between radius authentication failures on the server from other failures (i.e. configuration problems).
sobomax
More...
over 17 years ago
Add missed ${DESTDIR} into uninstall-local target to match install-local target.
sobomax
More...
over 17 years ago
Valid attribute length could not be less than 2. Previously, mailformed packet containing attribute with the length 0 could cause infinite loop.
sobomax
More...
over 17 years ago
Add missing #include <stdlib.h> to src/radembedded.c
cparker
More...
almost 18 years ago
Remove typedef error ( no need to typedef uint32_t to uint32_t ).
cparker
More...
almost 18 years ago
More type cleanups: u_char -> uint8_t u_short -> uint16_t
cparker
More...
about 18 years ago
Change UINT4 to uint32_t. It's time to use C99 at least.
cparker
More...
about 18 years ago
Removing checks for stdint.h since we're not doing anything with that.
cparker
More...
about 18 years ago
Add check for solaris to include -lsocket.
cparker
More...
about 18 years ago
Added comment about the stdint vs inttypes include issue on Solaris. This will work for now, until we come up with a better method to handle this.
cparker
More...
about 18 years ago
Correct typo. } in place of ).
cparker
More...
about 18 years ago
Need to find a different method to fix the stdint.h issue on Solaris systems which lack stdint.h and instead define uintX_t types in inttypes.h. Undoing the change.
cparker
More...
about 18 years ago
Solaris 8 doesn't have stdint.h so check for it at configure and conditionally include.
cparker
More...
about 18 years ago
Updated pre-processor macro wrappers.
cparker
More...
about 18 years ago
Another Solaris check for -lnsl for gethost/name_r detection
cparker
More...
about 18 years ago
More auto* updates to allow proper building/detection on Solaris
cparker
More...
about 18 years ago
More changes to allow autoconf magic to work on more platforms
cparker
More...
about 18 years ago
Update the get(host|name) portability checks to actually work, due to odd autotools syntax.
cparker
More...
about 18 years ago
Improved portability for the get(host|name)by() wrappers in the ip_utils file.
cparker
More...
about 18 years ago
Added note on hostname lookup issue.
cparker
More...
about 18 years ago
Clean up code:
cparker
More...
about 18 years ago
Updated build after 'autoreconf'
cparker
More...
about 18 years ago
Regenerated configure from configure.in to add header checks for additional files.
cparker
More...
about 18 years ago
Check for null value before copying secret.
cparker
More...
about 18 years ago
Corrected macro type for SNPRINTF
cparker
More...
about 18 years ago
Added more #ifdef wrappers around included headers. Changed var args macro def to be c99 conformant.
cparker
More...
about 18 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