freeradius.git
2015-02-19 Alan T. DeKokFix date release_3_0_7
2015-02-19 Alan T. DeKokUpdate for release
2015-02-19 Alan T. DeKokManually order sqlite tests
2015-02-19 Alan T. DeKokAllow control:MS-CHAPv2-Challenge in rlm_eap_mschapv2
2015-02-19 Alan T. DeKokTests for comments
2015-02-19 Arran Cudbard... Fix formatting in rlm_eap_mschapv2
2015-02-19 Arran Cudbard... Typo
2015-02-18 Alan T. DeKokRemove unused variable
2015-02-18 Alan T. DeKokRemove debug code
2015-02-18 Alan T. DeKokNote recent changes
2015-02-18 Alan T. DeKokClean up "users" file parsing.
2015-02-18 Alan T. DeKokUse correct macro
2015-02-18 Alan T. DeKokNote recent changes
2015-02-18 Arran Cudbard... Add alternative to peercred auth for Unix control sockets
2015-02-18 Arran Cudbard... Move ERROR calls to fr_strerror_printf
2015-02-17 Arran Cudbard... Update yubikey docs, and print attribute debug messages...
2015-02-17 Arran Cudbard... Add stub functions for rad_suid_set_down_uid
2015-02-16 Arran Cudbard... Update ChangeLog
2015-02-16 Arran Cudbard... Add support for non-interactive SASL mechs in rlm_ldap
2015-02-16 Arran Cudbard... Formatting
2015-02-16 Alan T. DeKokFix for master
2015-02-15 Alan T. DeKokIf State is too long, warn instead of assert
2015-02-15 Alan T. DeKokFix typo
2015-02-15 Alan T. DeKokUse 16h, which looks better than hhhhhhhhhhhhhh
2015-02-15 Alan T. DeKokAllow numbers in random expansions
2015-02-15 Alan T. DeKokDocument State creation
2015-02-14 Alan T. DeKokA little more clarification
2015-02-13 Arran Cudbard... Always need to \0 terminate json output buffer
2015-02-13 Alan T. DeKokRemove last cppcheck complaint
2015-02-13 Alan T. DeKokSimplify code in udpfromto_init
2015-02-13 Alan T. DeKokSuppress invalidscanf in cppcheck
2015-02-13 Alan T. DeKokRemove support for ephemeral RSA keys.
2015-02-13 Alan T. DeKokuse correct assert macro
2015-02-13 Alan T. DeKokQuiet clang scanner
2015-02-13 Alan T. DeKokplist files might be directories
2015-02-12 Alan T. DeKokDon't call cursor functions inside of the cursor code
2015-02-12 Arran Cudbard... NDEBUG makes assertions go away, so wrapping critical...
2015-02-12 Alan T. DeKokAdd accounting attributes only for accounting packets
2015-02-12 Arran Cudbard... Don't attempt to add clients which specify subnets...
2015-02-12 Arran Cudbard... Spawn should be bool
2015-02-12 Arran Cudbard... Only prevent parallel spawn if we've previously failed...
2015-02-12 Arran Cudbard... Don't need two talloc_free calls in rlm_cache_memcached
2015-02-11 Arran Cudbard... Ignore dynamically generated rfc*.h files
2015-02-11 Arran Cudbard... Rework LDAP cacheable groups code
2015-02-11 Arran Cudbard... fr_cursor_merge should do nothing if add is NULL
2015-02-11 Arran Cudbard... Don't need to use pools in rlm_ldap now the REQUEST...
2015-02-10 Alan T. DeKokMake pairfind() call the cursor functions.
2015-02-10 Alan T. DeKokAllow Error-Cause in Accounting-Response
2015-02-10 Alan T. DeKokAllow Error-Cause in Access-Reject
2015-02-10 Alan T. DeKokNote recent changes
2015-02-10 Alan T. DeKokLimits on talloc pool size
2015-02-10 Alan T. DeKokDon't call pairfree() in request_finish()
2015-02-10 Alan T. DeKokRun radlog_request(...debug) ONLY if debug_flag is set
2015-02-10 Alan T. DeKokMove talloc pool config to "resources" section
2015-02-10 Alan T. DeKokSet talloc pool size
2015-02-10 Alan T. DeKokUse talloc pools for RADIUS packets
2015-02-10 Alan T. DeKokWrapper for request_free()
2015-02-10 Alan T. DeKokMake rad_recv() take a TALLOC_CTX
2015-02-10 Alan T. DeKokMake request_receive() take a TALLOC_CTX
2015-02-10 Alan T. DeKokUpdated the copyright date
2015-02-10 Alan T. DeKokNew dictionary
2015-02-10 Alan T. DeKoknote recent changes
2015-02-10 Alan T. DeKokAuto-generate PW_FOO_BAR from "Attribute Foo-Bar"....
2015-02-10 Alan T. DeKokPW_USER_PASSWORD, not PW_PASSWORD
2015-02-10 gureedomore attributes
2015-02-10 Herwin WeststrateFixed a number of double semicolons in source
2015-02-10 Herwin WeststrateFix typo in comments in radmin.c
2015-02-09 Alan T. DeKokNote recent changes
2015-02-09 Alan T. DeKokMinor typo in help message
2015-02-09 Alan T. DeKokPrint out error for non-server "authorize" etc. sections
2015-02-09 Alan T. DeKokDo pass2 compilation on "authorize" outside of a server...
2015-02-09 Alan T. DeKokIf this module is done pass2, go to the next one
2015-02-09 Arran Cudbard... Remove whitespace from simultaneous use messages
2015-02-09 Arran Cudbard... Formatting
2015-02-08 Arran Cudbard... No quotes around attribute names
2015-02-08 Arran Cudbard... In LDAP attrmap print the value that failed parsing...
2015-02-08 Arran Cudbard... Formatting
2015-02-06 Alan T. DeKokMove assertion
2015-02-06 Alan T. DeKokAssert to catch catastriphic errors
2015-02-05 Alan T. DeKokSimpler method of deleting connections from a pool
2015-02-05 Alan T. DeKokRun-time check, not assertion
2015-02-05 Alan T. DeKokWarnings for non-debug builds
2015-02-05 Alan T. DeKokFix typo
2015-02-05 Alan T. DeKokLook for sockets which match our UID / GID
2015-02-04 Alan T. DeKokInitialize socket magic
2015-02-04 Alan T. DeKokAllow for "help del client", which now works
2015-02-04 Alan T. DeKokMore docs for home server
2015-02-04 Alan T. DeKokAllow you to look up clients by listener, too
2015-02-04 Alan T. DeKokMake listener_find_client_list() take proto
2015-02-04 Alan T. DeKokAllow finding client lists for CoA sockets, too
2015-02-04 Alan T. DeKokBetter error message
2015-02-04 Alan T. DeKokDefine standard types known by the server
2015-02-04 Alan T. DeKokRemove leading tabs. They're not needed
2015-02-04 Alan T. DeKokMark ntlm_auth as expanded, too
2015-02-04 Arran Cudbard... mysql_warning_count() doesn't appear to be reliable
2015-02-04 Arran Cudbard... We can now fail in rlm_sql
2015-02-04 Philippe WoodingDon't include rlm_test in package
2015-02-04 Philippe WoodingRPM spec file: add missing files + bug bix
2015-02-04 Arran Cudbard... Minor tweaks to error messages
2015-02-04 Arran Cudbard... Default should be to error out
next