Moved group{}-handling into compile_modsingle so groups can be parsed
[freeradius.git] / src /
2001-01-23 pacmanMoved group{}-handling into compile_modsingle so groups...
2001-01-23 pamFixed couple of incorect ldap_msgfree() invocations...
2001-01-22 pamTwo fixes in free() of unintialized structures.
2001-01-21 aland Fix for bug #105.
2001-01-19 mmachadoFixed sql structure for mysql
2001-01-16 jcarnealMaking a vain attempt to sync oracle with current drive...
2001-01-16 jcarnealAdding misc changes from David Kerry's Oracle patch...
2001-01-16 jcarnealThe humble beginnings of ODBC support for FreeRadius.
2001-01-15 mmachadoForgot to clean up mutexes, semaphores and conditional...
2001-01-15 jcarnealCommitting part of Oracle patch for David Kerry <davidk...
2001-01-15 pacmanFix a little header problem
2001-01-15 pacmanMoved all radutmp functionality from radiusd into rlm_r...
2001-01-12 cmillerCommented-out leak patch. It may be the wrong thing...
2001-01-12 cmillerThis file was awfully ugly; lots of space-indenting...
2001-01-12 cmillerPlugged leak in INCLUDEing empty files.
2001-01-11 cmillerSet better defaults for user, group, and lookup_hostnam...
2001-01-11 mmachadoRemoved socket used time calculations becuase they...
2001-01-11 mmachadoPut current mysql code into drivers/ directory. Need...
2001-01-11 mmachadoOk, it works now with the new connection pool. Helps...
2001-01-11 pamNew version of the module.
2001-01-11 miquelsChanges to support PW_STATUS_SERVER (at least client...
2001-01-11 mmachadofew minor changes
2001-01-11 mmachadoSeperate conf file no longer needed
2001-01-11 mmachadoAdded threads to rlm_sql, make drivers directory in...
2001-01-10 cparker Initial commit of the 'rlm_attr_filter'. See the...
2001-01-09 miquelssynced checkrad.pl and README.simul with Cistron Radius
2001-01-08 aland don't echo the 'rm -rf' when doing a 'make clean'
2001-01-07 pacman fwrite returns the number of items written, not the...
2001-01-06 aland reverted debugging warning messages, until such time...
2001-01-06 hartwick * Fix a FIXME. Add some error checking and set the...
2001-01-03 aland bug-fix for nesting
2001-01-03 aland if debugging, output a WARNING message when we see...
2001-01-03 aland Patch from Kristina Pfaff-Harris <kristina@greatbasin...
2001-01-03 cparker Added new valuepair function 'simplepaircmp()' to...
2001-01-02 pacmanI was getting the "module name" from the wrong struct...
2000-12-30 aland Corrected my email address to aland@ox.org
2000-12-28 hartwick * Add an else to the if (p) block to catch the cases...
2000-12-28 hartwick * Minor formatting change
2000-12-27 cparker fixed bug in rad_process() that caused proxy access...
2000-12-27 cmiller Added or cleaned up copyright and license info. Cross...
2000-12-26 cparkercparker - cosmetic change to add the time of compilatio...
2000-12-22 aland allow %{Client-IP-Address} to decode the attribute...
2000-12-22 aland changed the cf_section_free && cf_pair_free to take...
2000-12-21 pacman This is the "configurable failover" patch, providing...
2000-12-21 pacman Fixed an error case that wasn't being handled properly...
2000-12-20 aland look up the NAS name by packet source IP address,...
2000-12-19 aland moved the pthread mutex locks into the module instance...
2000-12-19 pacman Export cf_sectiontoitem and cf_pairtoitem - the other two
2000-12-19 pacman Dead code removal
2000-12-19 pacman How'd that C++ comment slip in there? // -> /**/
2000-12-18 hartwick * Add xfree function to clear up some compile warnings.
2000-12-18 hartwick * Add a couple of prototypes for rad_checkfilename...
2000-12-17 hartwick * Fix a FIXME. Replace a call to rad_log() with DEBUG()
2000-12-17 cmiller Undoing my earlier m4ification of module configuration...
2000-12-16 cmillerPut comments in front of 'always' example, to help...
2000-12-16 cmillerAdded example for rlm_always.
2000-12-16 cmiller*sigh* These are the changes to the way radiusd.conf...
2000-12-16 cmillerCosmetic changes (spaces to tabs, removal of noop compi...
2000-12-16 cmillerCosmetic nonchange to radiusd.c and updates to request_...
2000-12-16 cmillerFixed a Unixism in log.c (NULL == 0) and a typo in...
2000-12-15 cparkercparker - Fixed a problem in which proxied requests...
2000-12-14 aland only install one binary per instance of $INSTALL.
2000-12-13 pacmanHere's authtype{} again, and I hope it's seen as cleane...
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 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 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-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 cmiller Found another possible NULL deref point. Alan's(...
2000-11-29 cmillerFixed NULL deref. Sorry, Jeff!
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-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.
next