freeradius.git
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
2015-02-04 Arran Cudbard... Some minor additional debugging
2015-02-04 Arran Cudbard... Use C99 way of declaring a variable length field
2015-02-04 Arran Cudbard... Fixup MySQL copyright, and comments
2015-02-04 Arran Cudbard... Strip trailing spaces
2015-02-04 Arran Cudbard... Fix some slightly clumsy wording, mention Redis
2015-02-04 Arran Cudbard... Run clang static analyzer for at least one build in...
2015-02-03 Alan T. DeKokMake sockets blocking.
2015-02-03 Alan T. DeKokNote recent changes
2015-02-03 Alan T. DeKokAdd channels to radmin.
2015-02-03 Alan T. DeKokSet -DCPPCHECK on cppcheck builds
2015-02-03 Arran Cudbard... Deal with 0 retries in radeapclient
2015-02-03 Arran Cudbard... another redundant declaration
2015-02-03 Arran Cudbard... Add command to get queue stats
2015-02-03 Arran Cudbard... Formatting
2015-02-03 Arran Cudbard... Remove duplicate declaration
2015-02-03 Arran Cudbard... Update ChangeLog
2015-02-03 Arran Cudbard... The dynamic client server can return updated too.
2015-02-03 Arran Cudbard... Formatting
2015-02-03 Arran Cudbard... Move "extern const FR_NAME_NUMBER mod_rcode_table[...
2015-02-03 Arran Cudbard... Minor typos in changelog
2015-02-02 Alan T. DeKokQuiet cppcheck
2015-02-02 Arran Cudbard... Remove unneeded pcap.h include Closes #896
2015-02-02 Arran Cudbard... Update changelog
2015-02-02 Arran Cudbard... SQL server errors and SQL client errors share the same...
2015-02-02 Arran Cudbard... Be less forgiving about passing NULL handles into sql_q...
2015-02-02 Arran Cudbard... Why sometimes is marked as hupable
2015-02-02 Arran Cudbard... Always and sometimes are both hupsafe
2015-02-02 Arran Cudbard... Redundant Closes CID #1267792
2015-02-02 Arran Cudbard... Use the BOUND_CHECK macros in fr_connection_pool_init
2015-02-02 Arran Cudbard... Correct max_pending output
2015-02-02 Arran Cudbard... readvp2 should always initialise pfiledone in all cases
2015-02-02 Arran Cudbard... Fix MySQL query finaliser
2015-02-02 Arran Cudbard... Better error on library initialisation failure in rlm_s...
2015-02-02 Arran Cudbard... Downgrade the 'You probably need to increase \"spare...
2015-02-02 Arran Cudbard... Fix cosmetic issues in connection pool logging
2015-02-02 Arran Cudbard... Always call the query finaliser, even on error
2015-02-01 Alan T. DeKokcs may be NULL
2015-02-01 Alan T. DeKokdv might not exist if the dictionaries are butchered
2015-02-01 Arran Cudbard... Remove trailing new lines in input files
2015-02-01 Arran Cudbard... Not required
2015-02-01 Arran Cudbard... Doxygen
2015-02-01 Arran Cudbard... For rlm_sql_mysql and rlm_sql_sqlite distinguish betwee...
2015-02-01 Arran Cudbard... Ignore sqlite db
2015-02-01 Arran Cudbard... Add tests for rlm_sql_sqlite accounting
2015-02-01 Arran Cudbard... Add test_pass/test_fail policies
2015-02-01 Arran Cudbard... Change %{poke:} so it writes the previous value to...
2015-02-01 Arran Cudbard... cf_pair_replace returns -1 on error
2015-02-01 Arran Cudbard... Add usage text for -i
2015-02-01 Arran Cudbard... Consistency dammit
2015-02-01 Arran Cudbard... Hack always so it works correctly with %{poke:}
2015-02-01 Arran Cudbard... Use the mod_rcode_table to parse always rcodes into...
2015-02-01 Arran Cudbard... Document cf_pair_replace
2015-02-01 Arran Cudbard... Create the directory to *contain* the target, don't...
2015-02-01 Alan T. DeKokIt's $@, not %@
2015-02-01 Arran Cudbard... Move MySQL no warnings message
2015-02-01 Alan T. DeKokDelay may be NULL. Closes CID #1267741
2015-02-01 Alan T. DeKokMore tests for Attr-26
2015-01-31 Arran Cudbard... Move inst->config->xlat_name to inst->name
2015-01-31 Arran Cudbard... Enhance rlm_sql logging to pull more errors back from...
2015-01-31 Arran Cudbard... Remove junk boilerplate text and whitespace from sql...
2015-01-31 Arran Cudbard... We now allow unix sockets and other schemes as well
2015-01-31 Arran Cudbard... RERROR, RWARN, RINFO should all go to the main server...
2015-01-31 Arran Cudbard... Formatting
2015-01-31 Arran Cudbard... Ignore bad Acct-Delay-time values
2015-01-30 Alan T. DeKokDisallow creation of 'Vendor-Specific = ..' Fixes...
2015-01-30 Alan T. DeKokEnsure output is initialized. Closes CID #1267457
2015-01-29 Arran Cudbard... MySQL error messages contain single quotes, so don...
2015-01-29 Arran Cudbard... Print the user/group we were using when we tried to...
2015-01-29 Arran Cudbard... Error out if we can't set LDAP options
2015-01-29 Arran Cudbard... Add notes on disabling peercred auth
2015-01-28 Alan T. DeKokFilter out EAP-Message, too. Fixes #893
2015-01-28 Alan T. DeKokNotes on new tests
2015-01-28 Alan T. DeKokdoc cleanups
2015-01-28 Alan T. DeKokAdded simple dynamic xlat tests
2015-01-28 Arran Cudbard... We don't need to check for a User-Name in the request...
2015-01-28 Arran Cudbard... Fix -Winitialize in ippool tool
2015-01-28 Arran Cudbard... Because GCC 4.4.7 apparently doesn't support the 'noret...
2015-01-28 Arran Cudbard... Normalise indentation in rlm_ldap configure script
next