freeradius.git
2000-12-13 pacmanBreaking up a large function - cosmetic change only.
2000-12-13 pacmanThe rlm_always module is meant for use in tests of...
2000-12-09 jcarnealMinor tweak on usercollide. User wasn't matching when...
2000-12-06 cparkercparker - Fixed bug that caused proxy replies to be...
2000-12-02 jcarnealFixed teensy memory leaks on char *compat_mode.
2000-12-02 jcarnealIntroduced memory leak when I put in preacct stuff...
2000-12-02 mmachadoAdded BINARY_FILTERS ifdef from ICRADIUS for not clobbe...
2000-12-01 jcarnealOnly log multiple auth-types if debugging. This was...
2000-12-01 aland added smux_failures && smux_max_failures to 'rad_snmp'
2000-12-01 aland oops... pass a pointer, not an int
2000-12-01 aland documentation on how to submit patches to the server...
2000-12-01 aland removed the definition of INCLTDL. It's defined prope...
2000-11-30 aland minor updates (alignment, etc), based on warnings...
2000-11-30 jcarnealRemoving some debugging stuff I left in.
2000-11-30 jcarnealAdded INCLTDL so modules.c will compile on Solaris.
2000-11-30 jcarnealSeveral changes:
2000-11-30 jcarnealBugfix. Don't want to overwrite 'i' when updating
2000-11-30 cmillerFixed a buglet in the add() code and finished the next...
2000-11-30 cmillerAdded explicit rules for request_{tree,list}.o , for...
2000-11-30 hartwick * Remove all references to %y which was removed from...
2000-11-30 aland massive changes to enable smarter configure script...
2000-11-30 aland made more variables 'const'
2000-11-30 aland added 'const'
2000-11-30 aland corrected typo in SNMP data structure
2000-11-30 aland Added some more comments.
2000-11-29 cmiller Added a next() routine to the request_tree schtick.
2000-11-29 aland The VP pointed to by 'tailto' may have been deleted...
2000-11-29 aland If we're NOT using developer C flags, then define...
2000-11-29 cmiller Found another possible NULL deref point. Alan's(...
2000-11-29 cmillerFixed NULL deref. Sorry, Jeff!
2000-11-28 aland corrected minor typo
2000-11-28 aland single-threaded ldap code from Weston Bustraan <weston...
2000-11-27 aland initial implementation of mschap, from patch supplied...
2000-11-27 cmillerRemoved REQUEST struct's reference to next and prev...
2000-11-27 cmiller Added my as-yet lame tree storage method. Need to...
2000-11-27 cmiller Generalized REQUEST structure so that core code really...
2000-11-27 cmiller rlm_preprocess uses auth_name(), so it can't be static.
2000-11-27 aland made one more function 'static' to the only source...
2000-11-26 cmiller Completed debian changes. (Built first package.)
2000-11-26 cmiller Fixed misplaced space in CFLAGS generation.
2000-11-24 aland added '--with-developer'. For people with CVS directo...
2000-11-24 aland made attrib_nmc compiled in by default. There's no...
2000-11-24 aland belated set of updates
2000-11-24 aland made USR (attrib_nmc) attributes compiled in by default.
2000-11-24 aland removed no longer used build flags from the version...
2000-11-24 aland Correct the method fo rsnipping attributes to length.
2000-11-24 aland corrected typo with USR attributes
2000-11-24 aland rad_send() now packs multiple vendor attributes into...
2000-11-24 cmiller Repaired make expansion of $$foo to $${foo}.
2000-11-24 aland add MD5 to the list of targets
2000-11-24 cmiller Updated stuff needed to build a debian package.
2000-11-24 cmiller Added $(R)=root setting.
2000-11-23 cmillerRan automake, sorta.
2000-11-23 aland defined new function: AC_CHECK_TYPE_INCLUDE, which...
2000-11-23 aland added more people to the official list of credits
2000-11-23 aland Applied patch from Chad Miller <cmiller@surfsouth...
2000-11-23 jcarnealJeff Carneal <jeff@apex.net>
2000-11-22 aland moved the LTDL_SET_PRELOADED_SYMBOLS() call to *before...
2000-11-22 aland removed un-needed variable
2000-11-22 aland include libradius.h at the top of the include file...
2000-11-22 aland properly build ONLY the static module, if it's one...
2000-11-22 aland new configure option: --with-static-modules...
2000-11-22 jcarnealJeff Carneal <jeff@apex.net>
2000-11-22 aland define USE_SHARED_LIBS and USE_STATIC_LIBS in the...
2000-11-22 aland micro-patch from David Kerry <dk@snti.com>
2000-11-22 aland added missing #endif
2000-11-22 aland if we do NOT have setlinebuf, but we DO have setvbuf...
2000-11-22 aland check for setvbuf, too
2000-11-22 jcarnealJeff Carneal <jeff@apex.net>
2000-11-22 jcarnealJeff Carneal <jeff@apex.net>
2000-11-22 jcarnealJeff Carneal <jeff@apex.net>
2000-11-21 jcarnealJeff Carneal <jeff@apex.net>
2000-11-21 aland removed 'allowed' and 'trusted' attributes from the...
2000-11-21 aland pull the definition for CC out of the top-level Make...
2000-11-21 aland more examples of realms
2000-11-21 aland minor re-formatting.
2000-11-21 aland radclient now does it's own encryption of the Password and
2000-11-21 aland when doing a rad_send(), do NOT encode the PW_PASSWORD...
2000-11-21 aland patch from David Kerry <dk@snti.com> to properly defin...
2000-11-21 aland ALWAYS use our own 'install-sh' program, as we cannot...
2000-11-21 aland updated dependencies on include files
2000-11-21 aland convince the thrice-damned ltldl code to actually...
2000-11-21 aland use the new 'request->number' to uniquely tag each...
2000-11-20 aland <whew>! Finally made the 'request_list' structure...
2000-11-20 aland removed old code handling stripped-user-name from...
2000-11-20 aland minor cleanups & touchups, to make the code simpler
2000-11-20 aland added comment header with description of GPL.
2000-11-20 aland updated arguments to pairfree()
2000-11-20 aland changes as per latest discussion on the list
2000-11-20 aland added a 'number' element to the REQUEST structure...
2000-11-20 aland walk over 255 or 256 ID's
2000-11-20 aland updated arguments to pairfree() and rad_free()
2000-11-20 aland updated the arguments to pairfree()
2000-11-20 aland updated arguments to pairfree()
2000-11-20 aland made pairfree() take a VALUE_PAIR**, not a VALUE_PAIR...
2000-11-20 aland made a request_free() and rad_free() take a '**' point...
2000-11-18 jcarnealJeff Carneal <jeff@apex.net>
2000-11-18 jcarnealJeff Carneal <jeff@apex.net>
2000-11-18 jcarnealJeff Carneal <jeff@apex.net>
2000-11-17 aland new function: rl_num_requests(), which returns the...
next