0
I Use This!
Very Low Activity

Commits : Listings

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