freeradius.git
2005-10-09 bjordanovChanged size of start pool to fit one on experimental...
2005-10-08 nbk Don't free the check items in proxy_receive(): simulta...
2005-10-07 aland Foundational work for building C++ modules.
2005-10-07 aland Added EAP-PSK from:
2005-10-07 aland Don't set things twice
2005-10-07 fcusack fix unsigned vs signed comparison
2005-10-06 pnixonspelling fix
2005-10-06 pnixonspelling fixes
2005-10-06 aland Handle regex comparisons. Patch from Joe Maimon
2005-10-06 pnixonspelling fixes
2005-10-05 fcusack add maxtwin() cardops method to allow dynamic twin...
2005-10-05 fcusack pass 'when' and 'twin' to updatecsd(), so that time...
2005-10-05 nbk Delete #include "autoconf.h" from other header files...
2005-10-04 aland As posted to the list
2005-10-03 fcusack add some comments about twin2authtime() usage
2005-10-03 fcusack twin2authtime() should return time_t, not int32_t
2005-10-02 pnixonspelling fixes
2005-10-02 pnixonspelling fix
2005-10-02 pnixonsmall fixup
2005-10-01 fcusack - add 'ewin' arg to cardops challenge() method, for...
2005-09-29 nbk Add an attribute to the unused parameters.
2005-09-29 nbk Fix function declaration.
2005-09-29 nbk Include "request_list.h", too.
2005-09-29 fcusack pass 'when' arg to cardops nullstate() method, for...
2005-09-29 fcusack Add 'challenge' arg to cardops updatecsd() method...
2005-09-29 fcusack style: document buffer sizes for char[] args
2005-09-29 fcusack otp_keystring2keyblock(): add range checking
2005-09-29 fcusack - Add nexttwin() cardops method, for help with...
2005-09-28 aland Set src ip/port for auth & acct, too.
2005-09-28 aland When including conf files, reference 'cs' rather than...
2005-09-28 aland Set proxy packet src IP & port.
2005-09-28 aland Make the hashing a little better
2005-09-28 nbk config.h is auto-generated by configure, therefore...
2005-09-28 nbk Delete unused #defines.
2005-09-28 nbk Include headers that were missing.
2005-09-28 nbk Fix typos.
2005-09-28 nbk Add the attribute UNUSED to parameters that need it.
2005-09-27 nbk Delete unused variables.
2005-09-27 aland Fix potential hash collision issues by a yucky hack.
2005-09-27 aland Added 'default' module rcode, which sets a whack of...
2005-09-27 nbk Install the libradius headers in /usr/include/freeradi...
2005-09-27 nbk Get the variable $(includedir) from autoconf, too.
2005-09-25 nbk Fix some compilation warnings.
2005-09-25 nbk Fix previous commit: Don't use the macros defined...
2005-09-25 nbk Add the attribute "noreturn" to the functions that...
2005-09-23 nbk Check whether strings were allocated already.
2005-09-23 nbk Limit the length of string radiusd_conf always to...
2005-09-23 nbk If strftime(3) returns 0, the contents of the string...
2005-09-23 fcusack Update csd on successful auth or rwindow candidate...
2005-09-23 fcusack var name change p->dbc
2005-09-23 fcusack warn if hardfail <= softfail (effectively disab...
2005-09-23 fcusack pass csd to challenge() method
2005-09-23 fcusack add updatecsd() cardops method
2005-09-22 nbk Now that rlm_perl is stable, we need libperl-dev in...
2005-09-22 fcusack otp_get_random(): fd is unused in FR
2005-09-22 fcusack - cardops: Pass options to nullstate(), for...
2005-09-21 nbk Move prototypes for {sn,vsn}printf to missing.h
2005-09-21 nbk Add more prototypes for replacement functions.
2005-09-21 nbk Fix compilation errors.
2005-09-21 fcusack change i,j to t,e ... what a big difference...
2005-09-21 fcusack typo
2005-09-21 fcusack fix a bug in async auth path where 'i' was...
2005-09-21 fcusack add a helper function, isconsecutive(), to...
2005-09-21 fcusack otp_pw_valid(): get time once on entry rather...
2005-09-21 fcusack Swap the twindow and ewindow loops when testing...
2005-09-21 fcusack change ewindow2 to rwindow everywhere except...
2005-09-21 fcusack don't pass ewin to cardops challenge() method...
2005-09-21 nbk Fix compilation warnings.
2005-09-21 fcusack twindow support
2005-09-21 fcusack pass csd to cardops response() method and updat...
2005-09-21 fcusack rollback challenge -> user_state change
2005-09-20 fcusack remove lingering text about state (claiming...
2005-09-20 nbk Build strlcpy and strlcat files, too.
2005-09-20 nbk Get strlcat from OpenBSD libc.
2005-09-20 nbk Get strlcpy from OpenBSD libc.
2005-09-20 nbk Regenerate from configure.in 1.220
2005-09-20 nbk Check the functions strlcpy and strlcat, too.
2005-09-20 fcusack pass all of user_state to cardops challenge...
2005-09-20 fcusack support nullstate in cardops layer, but no...
2005-09-20 fcusack otp_state_put(): off-by-one when reporting...
2005-09-20 fcusack otp_state_put(): reset locked flag on successfu...
2005-09-18 nbk Add rlm_perl and rlm_sqlcounter.
2005-09-18 fcusack fix HMAC error report
2005-09-18 fcusack pass log_prefix to cardops challenge() and...
2005-09-18 fcusack add hotp support
2005-09-17 fcusack typo
2005-09-17 fcusack remove state file documentation (now found...
2005-09-17 nbk Fix annoying format string errors.
2005-09-17 fcusack otp_state_getfd(): add type for log_prefix arg to...
2005-09-16 aland Use closefrom(), which is guaranteed to close all...
2005-09-16 nbk The Makefile is auto-generated by configure, thereore it
2005-09-15 fcusack update copyright (assign to TRI-D instead of...
2005-09-15 fcusack update style
2005-09-15 fcusack otp_get_user_info(): Return error if keystring...
2005-09-15 fcusack int format is %d not %i
2005-09-15 fcusack fix quoting for "valid but in (hard|soft)fail...
2005-09-15 fcusack fix FreeRADIUS idiotic warnings
2005-09-15 fcusack last_auth_time -> user_state.authtime for FR...
2005-09-15 fcusack missed a s/strvalue/vp_strvalue/
2005-09-15 fcusack otp_state_putfd() needs log_prefix arg
next