freeradius.git
2014-03-21 Alan T. DeKokMinor tweaks before the release release_3_0_2
2014-03-21 Alan T. DeKokMake Simultaneous-Use "access denied" message configurable
2014-03-20 Alan T. DeKokportmasters copy of the livingston site is no longer...
2014-03-20 Alan T. DeKokAdd "retry_delay".
2014-03-20 Arran Cudbard... Add ToC
2014-03-20 Alan T. DeKokMinor tweaks
2014-03-20 Arran Cudbard... Another typo
2014-03-20 Alan T. DeKoklast re-arrangement
2014-03-20 Alan T. DeKokRe-organization for clarity
2014-03-20 Arran Cudbard... Add ToC
2014-03-20 Arran Cudbard... Document all new modules
2014-03-20 Alan T. DeKokDocument unlang changes, and other cleanups
2014-03-20 Alan T. DeKokNote changes
2014-03-20 Alan T. DeKokoreect Message-Authenticator calculation for CoA packets.
2014-03-20 Arran Cudbard... Fix a few more minor issues
2014-03-19 Alan T. DeKokIf the module was optional (-sql) it's real name is...
2014-03-19 Arran Cudbard... Fixup formatting of SQL queries
2014-03-19 Alan T. DeKokRemove extraneous ?. It's ugly
2014-03-19 Alan T. DeKokDon't indent debugging messages so much
2014-03-19 Alan T. DeKokSuppress more xlat debugging
2014-03-19 Arran Cudbard... Replace NOW() with date('now') in sqlite accounting...
2014-03-19 Alan T. DeKokUse "next" instead of "node"
2014-03-19 Alan DeKokMerge pull request #555 from mcnewton/v3.0.x
2014-03-19 Matthew Newtonsqlite doesn't have NOW() or INTERVAL
2014-03-19 Alan T. DeKokNote recent changes
2014-03-19 Arran Cudbard... Fix prototype for radius_vpt_get_vp
2014-03-19 Alan T. DeKokWe only need 2 %% now that we've fixed xlat
2014-03-19 Alan T. DeKokParsing 'foo%%s' requires an intermediate literal of "%"
2014-03-19 Alan T. DeKokMake XLAT_DEBUG output clearer
2014-03-19 Alan T. DeKokHard-code sql dialect
2014-03-19 Alan T. DeKokRename queries to new standard
2014-03-19 Alan DeKokMerge pull request #553 from mcnewton/v3.0.x
2014-03-19 Arran Cudbard... Add radius_copy_vp
2014-03-19 Arran Cudbard... Update ChangeLog
2014-03-19 Arran Cudbard... Remove duplicate escaping/special rules in sqlippool_expand
2014-03-19 Arran Cudbard... Fix log message types, formatting and examples in rlm_u...
2014-03-19 Matthew Newtonbasic config for dhcp IP allocation using sqlite
2014-03-19 Alan T. DeKok%% is a LITERAL, not a PERCENT expansion
2014-03-19 Alan T. DeKokNote rlm_unpack
2014-03-19 Alan T. DeKokAdded rlm_unpack
2014-03-18 Arran Cudbard... Escape %s in sqlite counter queries
2014-03-18 Arran Cudbard... Remove redundant escaping from sqlcounter
2014-03-18 Alan DeKokMerge pull request #552 from mcnewton/v3.0.x
2014-03-18 Matthew Newtonallocate-update should be allocate_update for dhcp_sqli...
2014-03-18 Alan T. DeKokFix for latest functionality of the format script
2014-03-18 Arran Cudbard... Update ChangeLog
2014-03-18 Arran Cudbard... Doxygen
2014-03-18 Arran Cudbard... Deal with HTTP 100 responses correctly
2014-03-18 Arran Cudbard... Improve error messages in HTTP header parser
2014-03-18 Arran Cudbard... Tweak buffer allocation to alloc double the previous...
2014-03-18 Arran Cudbard... Fix issue in fr_prints_string
2014-03-18 Arran Cudbard... Output what we expected and got it unittest.c
2014-03-18 Arran Cudbard... Modify functions in print.c to return > than outlen...
2014-03-18 Arran Cudbard... Formatting in rlm_rest
2014-03-18 Arran Cudbard... We should not set a default connect_uri
2014-03-17 Arran Cudbard... Use the same names for variables as the rest of the...
2014-03-17 Alan T. DeKokFix typo
2014-03-17 Arran Cudbard... Increment p *then* set last full attribute pointer...
2014-03-17 Arran Cudbard... Remove weird pipe substitution hack for JSON data
2014-03-17 Arran Cudbard... Avoid calling json_object_array_get_idx on non-array...
2014-03-17 Arran Cudbard... More formatting
2014-03-17 Arran Cudbard... Strip trailing & in post data
2014-03-17 Arran Cudbard... Work around Perl's weird crap
2014-03-17 Arran Cudbard... Order of operations...
2014-03-16 Arran Cudbard... Fix GCC warnings
2014-03-16 Arran Cudbard... Fixup weird formatting, uneeded allocs, and duplicate...
2014-03-16 Arran Cudbard... Remove duplicate fr_strerror_printf declaration
2014-03-16 Arran Cudbard... Fix parsing of JSON attributes returned by REST application
2014-03-16 Arran Cudbard... radius_parseattr should output errors with fr_strerror_...
2014-03-16 Arran Cudbard... Change order of arguments in radius_parse_attr
2014-03-16 Arran Cudbard... Backport additional types VALUEPAIR union types 'byte...
2014-03-16 Arran Cudbard... Disable -Wunused-function for macro generated 'get...
2014-03-16 Arran Cudbard... Backport fr_cursor name changes
2014-03-14 Arran Cudbard... Return error if we don't have sufficient buffer space...
2014-03-14 Arran Cudbard... Fix "not responding" debug message in DHCP
2014-03-14 Alan DeKokMerge pull request #548 from mcnewton/v3.0.x
2014-03-14 Matthew NewtonAdd more incoming DHCP packet types to config
2014-03-14 Alan T. DeKokUpdate documentation for DHCP unknown packet types
2014-03-14 Alan T. DeKokCheck for client/home entries. Fixes #547
2014-03-14 Alan T. DeKokRemove warnings that DHCP is experimental
2014-03-13 Alan T. DeKokIf relay IP is 0.0.0.0, don't use it
2014-03-13 Alan T. DeKokIf the request was unicast, the reply can be unicast...
2014-03-13 Alan T. DeKokRe-added missing line
2014-03-13 Alan T. DeKokNote recent changes
2014-03-13 Alan T. DeKokDocument src_ipaddr
2014-03-13 Alan T. DeKokSet src IP on more situations.
2014-03-13 Arran Cudbard... Fix new warnings emitted by clang
2014-03-13 Arran Cudbard... Update ChangeLog
2014-03-12 Arran Cudbard... Formatting and extra debugging in rlm_attr_filter
2014-03-12 Arran Cudbard... Compare da not just attribute number (fix clashing...
2014-03-12 Arran Cudbard... Correct comment
2014-03-12 Alan T. DeKokFix typos
2014-03-12 Alan T. DeKokRe-arrange normalization code in parser
2014-03-12 Alan T. DeKokPrint out more information with -xx
2014-03-12 Alan T. DeKokNormalize literals in conditions
2014-03-12 Alan T. DeKokUpdated example
2014-03-12 Arran Cudbard... Merge pull request #546 from mcnewton/v3.0.x
2014-03-12 Matthew Newtondhcp config comments about mac2ip
2014-03-12 Matthew Newtonadd comments about dhcp listen section
2014-03-12 Alan DeKokMerge pull request #545 from mcnewton/v3.0.x
next