1
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 11 hours ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- now it is _using_ the timeout value More... over 19 years ago
- added void addAttributes(AttributeList list) More... over 19 years ago
- void add(AttributeList list) More... over 19 years ago
*** empty log message *** More... over 19 years ago
*** empty log message *** More... over 19 years ago
*** empty log message *** More... over 19 years ago
- as the default, build the default FreeRADIUS dictionary More... over 19 years ago
*** empty log message *** More... over 19 years ago
*** empty log message *** More... over 19 years ago
fixed handlesType result when no handle types are defined More... over 19 years ago
*** empty log message *** More... over 19 years ago
*** empty log message *** More... over 19 years ago
- see doc/RadClient.txt - javadoc fixups More... over 19 years ago
*** empty log message *** More... over 19 years ago
Added support for 'handle' tag in packethandler config. 'handle' contains 'type' elements, containing names of request types that the packethandler should process. Names are 'authorize', 'authenticate', 'accounting' etcetera. When no 'handle' element is present, packethandler handles all types (it's backwards compatible). More... over 19 years ago
removed DebugHandler because it is equal in functionality to NOOPHandler. More... over 19 years ago
*** empty log message *** More... over 19 years ago
- radclient doc and fixups More... over 19 years ago
- RadClient supporting MSCHAPv2 (alpha) - now also require gnu.getopt (see getJars) - cleanups More... over 19 years ago
obvious: moved radiusRequestPacket() and radiusReplyPacket() from PacketHandler to FreeRadiusRequest, where they belong. More... over 19 years ago
- the beginnings of a "standards checker" to check the compliance with defined standards. Implemented WISPr best practices attribute checker. More... over 19 years ago
- allow null value in setValue(byte[]) More... over 19 years ago
- seed on the current time in milliseconds More... over 19 years ago
- check length of packet array before returning packet in radiusRequestPacket; - add radiusReplyPacket method More... over 19 years ago
- includes gnu crypto java libs More... over 19 years ago
- a random number generator for jradius More... over 19 years ago
- adding some utils borrowed from jradius-client More... over 19 years ago
- UDP packing/parsing More... over 19 years ago
- fix UPD packing bug More... over 19 years ago
- bug UDP parsing bug More... over 19 years ago