rlm_rediswho: fix unlang conditional expansion
[freeradius.git] / src /
2013-02-14 Brian Candlerrlm_redis: fix segfaults on connect
2013-02-13 Alan T. DeKokJust call the normal attr2vp function
2013-02-13 Alan T. DeKokAdded -x, like other programs
2013-02-13 Alan T. DeKokFix typo.
2013-02-13 Arran Cudbard-BellQuiet doxygen
2013-02-13 Arran Cudbard-BellUse xlat for generating the OTP challenge reply-message
2013-02-13 Arran Cudbard-BellTypo
2013-02-12 Arran Cudbard-BellAdd CONST to functions that return DICT_ATTR
2013-02-12 Arran Cudbard-Bellfree_dict_attr should set pointer to NULL after freeing
2013-02-12 Arran Cudbard-BellAdd function to create unknown attributes from text...
2013-02-12 Arran Cudbard-BellFix indentation in pairparsevalue
2013-02-12 Arran Cudbard-BellAdditional dictionary functions for working with dynami...
2013-02-12 Alan T. DeKokActually print out encoded options in debug mode.
2013-02-12 Alan T. DeKokAdded radmin command "hup main.log". Closes issue...
2013-02-12 Alan T. DeKokClarify decoding code
2013-02-12 Alan T. DeKokAdded dict_attrbytype(attr, vendor, type)
2013-02-12 Alan T. DeKokUse hard-coded numbers for dictionary entries.
2013-02-12 Arran Cudbard-BellRename unknown_attr to is_unkown (like is_tlv)
2013-02-12 Alan T. DeKokCheck return code of dict_addattr, and use correct...
2013-02-12 Alan T. DeKokAdded "default" to switch statement
2013-02-12 Arran Cudbard-BellAdd dict_attrunknown function for when we don't have...
2013-02-12 Alan T. DeKokDecode extended TLVs correctly.
2013-02-12 Alan T. DeKokVP_TRACE using hex values for VID / attr
2013-02-12 Alan T. DeKokLook for extended attrs before RFC format ones
2013-02-12 Alan T. DeKokAdded dict_attrbyparent()
2013-02-12 Arran Cudbard-BellDefine value types as an enum
2013-02-11 Alan T. DeKokFix horrible code and memory leak
2013-02-10 Alan T. DeKokRemove maximum length checks in rad_packet_ok()
2013-02-08 Alan T. DeKokReorder xlat, too
2013-02-08 Alan T. DeKokTrack priorities for default action return
2013-02-08 Alan T. DeKokClarify handling of priority and result.
2013-02-07 Alan T. DeKokFree modules before mainconfig
2013-02-07 Alan T. DeKokmap -> vpm, to use the loop variable
2013-02-07 Arran Cudbard-Bellfix typo
2013-02-07 Alan T. DeKokAlways send Message-Authenticator for proxied Access...
2013-02-06 Alan T. DeKokLimit the number of entries in the cache. Closes #156
2013-02-06 Alan T. DeKokFix typo
2013-02-06 Alan T. DeKokUpdate sections inherit actions *and* priority
2013-02-06 Arran Cudbard-BellStartup check for mismatched OpenSSL library versions
2013-02-03 Arran Cudbard-BellRun post-auth on Access-Challenge if there's a Post...
2013-01-29 Alan T. DeKokHack to make rlm_perl RTLD_GLOBAL
2013-01-27 Arran Cudbard-BellUse dict_valnamebyattr to get Post-Proxy-Type value
2013-01-27 Arran Cudbard-BellMerge pull request #177 from olivierbeytrison/master
2013-01-27 Alan T. DeKokCheck for NULL pointers. Fixes #178
2013-01-27 Arran Cudbard-BellMerge pull request #175 from FabioPedretti/red-hat_radu...
2013-01-27 Arran Cudbard-Bell[fixes #176] Shouldn't return if we fail to create...
2013-01-24 Arran Cudbard-BellMerge pull request #171 from arr2036/master
2013-01-24 Arran Cudbard-BellSet initial rdebug level from debug_flag
2013-01-24 Arran Cudbard-BellSet sticky bit properly on dir creation
2013-01-24 Arran Cudbard-BellAdd docs
2013-01-23 Alan T. DeKokMake sure these are deleted, too
2013-01-22 Arran Cudbard-BellFix some typos
2013-01-22 Arran Cudbard-BellAdd doxygen headers to all module files
2013-01-22 Arran Cudbard-BellRemove rlm_acctlog
2013-01-21 Arran Cudbard-BellMake rlm_krb5 threadsafe.
2013-01-21 Arran Cudbard-BellEnable with_ntdomain_hack by default in mschap
2013-01-21 Arran Cudbard-BellUpdate src/main/version.c
2013-01-20 Arran Cudbard-BellUse of 'op' instead of 'operator', and declare it as...
2013-01-20 Arran Cudbard-BellRemove @version, doxygen seems to parse $id ok
2013-01-19 Alan T. DeKokDecode VSA TLVs, too
2013-01-17 Arran Cudbard-BellMerge pull request #169 from olivierbeytrison/master
2013-01-17 Olivier Beytrisonwrong logic for cache merge
2013-01-16 Arran Cudbard-BellDynamically resolve dictionary entrys for control attrs
2013-01-16 Arran Cudbard-BellFix minor issues
2013-01-16 Arran Cudbard-BellUpdate LDAP default config
2013-01-16 Arran Cudbard-BellSwitch to using explicit template types
2013-01-15 Arran Cudbard-BellFixup documentation for valuepair.c
2013-01-15 Arran Cudbard-BellUpdate rlm_cache to use the attrmap API
2013-01-15 Arran Cudbard-BellMinor formatting
2013-01-15 Arran Cudbard-BellUpdate attrmap functions to be more flexible, and add...
2013-01-15 Arran Cudbard-BellFix typo in cache config item name
2013-01-15 Arran Cudbard-BellAdd function for printing lists to request debug log
2013-01-14 Arran Cudbard-BellMerge pull request #166 from olivierbeytrison/master
2013-01-14 Olivier BeytrisonAdd missing cf_pair_operator to cache_verify
2013-01-11 Arran Cudbard-BellMove license declarations outside of file descriptions
2013-01-11 Arran Cudbard-BellDefine HAVE_JSON when generating docs
2013-01-11 Arran Cudbard-BellFix minor formatting issue
2013-01-11 Arran Cudbard-BellAdd documentation to modules.h
2013-01-08 Alan T. DeKokAdd stats on last packet sent / recv for home server
2013-01-07 Alan T. DeKokBe more graceful about reporting home server state
2013-01-07 Arran Cudbard-BellAdd documentation for the connection pool API
2013-01-07 Arran Cudbard-BellMerge pull request #161 from philmayers/sqlnull
2013-01-07 Phil Mayersspecify TARGET for rlm_sql_null
2013-01-04 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2013-01-02 Arran Cudbard-BellFix more null string checks docs_marker_master mail_marker_master
2012-12-31 Arran Cudbard-BellMinor fixes in rlm_rest
2012-12-31 Arran Cudbard-BellUpdate doxygen documentation
2012-12-30 Olivier Beytrisoninitial support for multi-valued attributes in rlm_cache
2012-12-30 Arran Cudbard-BellFix warning
2012-12-30 Arran Cudbard-BellAdd support for tags to remaining functions in lib...
2012-12-28 Alan T. DeKokAllow TLVs in the standard space, too.
2012-12-28 Alan T. DeKokComplain if we can't run radclient
2012-12-27 Alan T. DeKokRestructure how attributes are packed
2012-12-27 Alan T. DeKokSimplify "extended" handling.
2012-12-25 Alan T. DeKokRemove old unused code
2012-12-25 Alan T. DeKokCast to quiet compiler
2012-12-25 Alan T. DeKokCasts to quiet compiler
2012-12-21 Arran Cudbard-BellAlways respect Response-Packet-Type for authentication...
2012-12-21 Alan T. DeKokMove Message-Authenticator code
2012-12-21 Alan T. DeKokCan't compare pairs of two different types
next