freeradius.git
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
2005-09-15 fcusack otp_detach(): syncdir is now lsmd_rp
2005-09-15 fcusack FR support for state manager (connection pool)
2005-09-15 fcusack fix detach member of module_t (broken in previo...
2005-09-15 fcusack strvalue -> vp_strvalue (wiped out change in...
2005-09-15 fcusack s/pin_adjust/pin_offset/
2005-09-15 fcusack new error messages for hardfail/softfail
2005-09-15 fcusack Set authtime on failed auth attempts. Previously...
2005-09-15 fcusack - remove refs to local state data
2005-09-15 fcusack otp_state_unparse(): PUT command is 'P', not 'U'....
2005-09-15 fcusack otp_state_unparse(): don't include state in PUT messag...
2005-09-15 fcusack xread(): 0 byte read means disconnect
2005-09-15 fcusack otp_state_parse(): advance p past ':' terminato...
2005-09-15 fcusack routines to talk to state manager
2005-09-15 fcusack otp_state_put() needs log_prefix
2005-09-15 fcusack Interface changes to use state manager instead of...
2005-09-15 fcusack When testing sync responses, document the fact that...
2005-09-15 aland Add new hash table function so that small amounts...
2005-09-14 aland Make thread queue use new hash function, instead of...
2005-09-14 aland Catch the case where rl_add() fails.
2005-09-14 aland Clean up the request list. "request->container" is...
2005-09-14 nbk Walk the whole string in ldap_escape_func().
2005-09-14 pnixonAdd new SQL IPPool module to tree. Config files to...
2005-09-14 aland Allow inserts or deletes to happen during walk function
2005-09-14 aland If there's nothing to add, don't loop over the input...
2005-09-14 aland More random changes to random
2005-09-14 aland Allow NULL as the log destination, in which case logs...
2005-09-13 aland Move request list to using hashes. It ends up being...
2005-09-13 aland As posted to the list ny Jonathon De Graeve
2005-09-13 aland Update checks to match the code a few lines down
2005-09-13 aland On an error, dptr may not be free'd
2005-09-13 nbk Don't include unneeded headers.
2005-09-13 fcusack install otp.conf
2005-09-12 aland Don't call pairmake(), it's slow.
2005-09-12 aland Fix typo
2005-09-12 aland Move hash functions to hash.c
2005-09-12 nbk Compile hash.c, too.
2005-09-12 nbk Fix typos.
2005-09-09 aland As posted to the list
2005-09-09 aland Added more functions
2005-09-08 aland Don't call inet_ntop() for IP addresses by default...
2005-09-08 aland Move attribute hacking to the "authenticate" section...
2005-09-08 aland respect replace_flag
2005-09-08 aland Added digest test
2005-09-08 aland Check buffer len, just to be safe
2005-09-08 nbk Include "autoconf.h", too.
2005-09-08 aland Added hash table implement that mirrors rbtree stuff...
2005-09-04 nbk Don't use vsprintf() anymore, but the replacement...
2005-09-02 aland Clear out socket information after we've allocated it.
2005-09-02 aland New function: rl_yank(). It works like rl_delete...
2005-09-02 kkalevChange the order of OID's used in snmpfinger for cisco...
2005-09-01 aland Update the way we handle parsing subsections, to avoid...
2005-09-01 aland Updated vp_filter.
2005-09-01 aland octets fixes
2005-09-01 aland octets fixes
2005-09-01 aland octets fixes
2005-09-01 aland Octets fixes.
2005-09-01 aland octets fixes
2005-09-01 aland More octets fixes
2005-09-01 aland Use octets in more places
2005-09-01 aland Use vp_octets in more places. "char" may be signed...
2005-09-01 aland s/->strvalue/->vp_strvalue/g
2005-09-01 aland Churn the random pool less often
2005-09-01 aland Don't make values with high bit set, it confuses rad_c...
2005-09-01 nbk #ifdef HAVE_VSNPRINTF isn't needed, as we have a repla...
2005-09-01 nbk snprintf() and vsnprintf() replacements were not compi...
2005-08-31 aland Don't return NULL from a function that returns 'int'
2005-08-31 aland Compiler warning fixes
next