freeradius.git
2014-11-17 Arran Cudbard... Move radius_event_init and modules_init to after the...
2014-11-17 Arran Cudbard... Better debug messages for kqueue event insertion and...
2014-11-17 Arran Cudbard... Formatting
2014-11-17 Arran Cudbard... Explicitly free children of rlm_sql and rlm_cache insta...
2014-11-17 Arran Cudbard... lldb doesn't like this
2014-11-16 Arran Cudbard... More reformatting
2014-11-16 Arran Cudbard... dlclose driver handles on mod_detach (rlm_sql and rlm_c...
2014-11-16 Alan T. DeKokMake tlsv1.2 and tlsv1.2 conditional on having them
2014-11-16 Alan T. DeKokAllow for selective disabling of TLSv1.1 and TLSv1.2
2014-11-16 Arran Cudbard... Minor formatting fixups
2014-11-15 Alan T. DeKokA better name
2014-11-15 Alan T. DeKokFix typo
2014-11-15 Alan T. DeKokDocument retry_delay
2014-11-15 Arran Cudbard... Use C99 field labels when initialising driver structs
2014-11-14 Arran Cudbard... Update ChangeLog
2014-11-14 Arran Cudbard... Update ChangeLog
2014-11-14 Arran Cudbard... Backport rlm_cache merge fixes from master
2014-11-14 Arran Cudbard... Rename LDAP connection functions to be consistent with...
2014-11-14 Arran Cudbard... Remove redundant connection pool indirection in rlm_sql
2014-11-14 Arran Cudbard... Add note on status-server behaviour
2014-11-14 Alan T. DeKokCheck sections in "instantiate"
2014-11-13 Arran Cudbard... Make map_afrom_attr_str more caller friendly
2014-11-13 Arran Cudbard... Should be vp_aprints not vp_aprint
2014-11-13 Alan T. DeKokCleanups and better tests for foreach / return
2014-11-13 Alan T. DeKokIn foreach, check "next" stack for break / return
2014-11-12 Alan T. DeKokTest for "return" in a "foreach" loop
2014-11-11 Alan T. DeKokEnable kqueue for the main event loop
2014-11-11 Alan T. DeKokLook for kqueue() and sys/event.h
2014-11-11 Alan T. DeKokDon't leak memory on exit
2014-11-11 Alan T. DeKokRemove the listener when the last request is done with it
2014-11-11 Arran Cudbard... Merge pull request #831 from mcnewton/patch-ocsp-host...
2014-11-11 Arran Cudbard... Merge pull request #832 from mcnewton/patch-softfail...
2014-11-11 Matthew Newtonadd HTTP Host: header in OCSP request
2014-11-10 Matthew Newtondisable softfail by default (in line with documentation)
2014-11-10 Arran Cudbard... pairfind_da -> pairfind_by_da
2014-11-10 Arran Cudbard... Convert some pairfind calls to pairfind_da calls
2014-11-10 Alan T. DeKokFix header file layout
2014-11-09 Alan T. DeKokCompiler warning
2014-11-09 Alan T. DeKokGlue state into more places
2014-11-09 Alan T. DeKokFix link / cleanup code
2014-11-08 Alan T. DeKokVerify the state, too
2014-11-07 Alan T. DeKokMore debugging
2014-11-07 Arran Cudbard... Display CFLAGS etal with -xv
2014-11-06 Arran Cudbard... Fix evaluating IP type check items in the users file
2014-11-06 Arran Cudbard... Update ChangeLog
2014-11-06 Arran Cudbard... Add not on why we return invalid if there are no cached...
2014-11-06 Arran Cudbard... Make cached group checks work when the user is the...
2014-11-06 Alan T. DeKokFix initialization check
2014-11-06 Arran Cudbard... Use paircmp_op for comparing cached group memberships
2014-11-06 Alan T. DeKokSlightly better checks which include "pending"
2014-11-06 Alan T. DeKokAllow multiple creates at the same time
2014-11-06 Arran Cudbard... Set correct type for vpt->name
2014-11-06 Arran Cudbard... Fix expanded switch value being freed before it's done...
2014-11-06 Arran Cudbard... Formatting
2014-11-06 Arran Cudbard... Add support for DEBUG environmental variable
2014-11-06 Arran Cudbard... Parent vpt->name correctly
2014-11-06 Arran Cudbard... Build on travis WITH_EVAL_DEBUG
2014-11-05 Arran Cudbard... Typo
2014-11-05 Arran Cudbard... Check number strings fed into dynamic regular expressio...
2014-11-05 Arran Cudbard... Add test for paircmp
2014-11-05 Arran Cudbard... Return string 0 for &Attr[#] where no attributes exist
2014-11-05 Arran Cudbard... Split apart some integer tests
2014-11-05 Arran Cudbard... Fix printing of tmpl_num in tmpl_prints
2014-11-05 Herwin WeststrateUpdated a check in cbtls_msg
2014-11-05 Herwin WeststrateRemoved some redundant not-null checks
2014-11-05 Herwin WeststrateFixed potential null pointer dereferences
2014-11-04 Alan T. DeKokRemove old example
2014-11-04 Alan T. DeKokSQL, not MySQL
2014-11-04 Alan T. DeKokTie "originate coa" into the session-state handler
2014-11-04 Alan T. DeKokNote TLS 1.1 and 1.2
2014-11-04 Arran Cudbard... Cleanup formatting in radiusd.c
2014-11-04 Arran Cudbard... Update ChangeLog
2014-11-04 Arran Cudbard... Update ChangeLog
2014-11-04 Arran Cudbard... Formatting
2014-11-04 Arran Cudbard... Fix assumption in radius_compare_vps that the check...
2014-11-04 Arran Cudbard... Process the *expanded* check items for rlm_files
2014-11-04 Arran Cudbard... Fixup mysql driver script to work with libmysqlclient...
2014-11-04 Arran Cudbard... Formatting in mysql driver
2014-11-04 Arran Cudbard... Helpful if it's info so it shows up in the main log
2014-11-04 Arran Cudbard... Merge pull request #827 from leprechau/tokener-cleanup
2014-11-04 Arran Cudbard... Link to libcap to determine process capabilities
2014-11-04 Arran Cudbard... Add libcap-dev dependency for travis and debian packages
2014-11-04 Alan T. DeKokFix fr_utf8_strchar() and tests
2014-11-03 Aaron Hurt* use the same json token parsing function everywhere
2014-11-03 Alan T. DeKokFix fr_utf8_strchar() and tests
2014-11-03 Alan T. DeKokAllow TLS 1.1 and 1.2
2014-11-03 Arran Cudbard... Another typo
2014-11-03 Alan T. DeKokFix compile error
2014-11-03 Alan T. DeKokAllow all UTF-8 characters
2014-11-03 Arran Cudbard... Typo
2014-11-03 Alan T. DeKokAdd reply attributes, not over-write them
2014-11-03 Arran Cudbard... Quiet GCC
2014-11-03 Arran Cudbard... More fixes for fr_debugger_attached
2014-11-03 Alan T. DeKokBetter checks for duplicates.
2014-11-03 Arran Cudbard... Debugging info to help find out why the ptrace attach...
2014-11-03 Arran Cudbard... Fix infinite loop in fr_fault if initial pattach fails...
2014-11-02 Arran Cudbard... Quiet GCC
2014-11-02 Arran Cudbard... Fix %{escape:} and %{unecape:} to work correctly with...
2014-11-02 Alan T. DeKokIDs are signed for DHCP. Closes #797.
2014-11-02 Alan T. DeKokLoad internal dictionary, for Packet-Src-IP-Address...
next