freeradius.git
2011-02-08 Alan T. DeKokAdded sample for dynamic clients from LDAP
2011-01-30 Alan T. DeKokFix compile warnings and check for !vp
2011-01-30 Alan T. DeKokCheck return value of lseek correctly
2011-01-30 Alan T. DeKokAdd %{string:...} for printable data
2011-01-30 Alan T. DeKokmake fr_print_string return the string length
2011-01-26 Alan T. DeKokClarify parse error for ascend attributes
2011-01-26 B. CandlerThis patch adds a 'key' parameter to rlm_fastusers...
2011-01-26 Alan T. DeKokFixed mismatch
2011-01-20 Alan T. DeKokAdd $(LIBRADIUS) to allow it to link
2011-01-20 Alan T. DeKokUpdate ignore files
2011-01-20 Alan T. DeKokUse _sysconfdir instead of /etc
2011-01-20 Alan T. DeKokCall write() rather than fwrite()
2011-01-20 Alan T. DeKokUpdated as per recent WiMAX specs
2011-01-18 Alexandre ChapellonUpdate to work with more recent versions of Oracle
2011-01-18 Alan T. DeKokMove request STOP logic from threads into event code
2011-01-18 Alan T. DeKokMore sanity checks on attribute numbers
2011-01-18 Alan T. DeKokEnable building without DHCP
2011-01-18 Gabriel Blanchardfixes seg fault whenever the redis server goes down
2011-01-13 Alan T. DeKokAPI fixes for 2.2
2011-01-13 Alan T. DeKokSample configuration for the "redis" module
2011-01-13 Alan T. DeKokAdded password support (untested)
2011-01-13 Alan T. DeKokMore fixes
2011-01-13 Gabriel BlanchardSample configuration for the rediswho module
2011-01-13 Gabriel Blanchardradwho using the redis database.
2011-01-13 Gabriel BlanchardModule which connects to a redis server.
2011-01-13 Alan T. DeKokFile contents .php3 -> .php
2011-01-13 Alan T. DeKokRenamed *.php3 to *.php
2011-01-11 Alan T. DeKokAdded more sample policies
2011-01-11 Alan T. DeKokFixed typo
2011-01-11 Alan T. DeKokAllow hints && huntgroup files to be NULL
2011-01-11 Alan T. DeKokRemoved notes on CVS
2011-01-11 Alan T. DeKokRemoved last use of explicit module configuration
2011-01-11 Alan T. DeKokMoved sqlippool.conf to modules
2011-01-11 Alan T. DeKokMoved sql.conf to raddb/modules
2011-01-11 Alan T. DeKokMoved eap.conf to raddb
2011-01-07 Alan T. DeKokFixes as posted by Stefan Winter
2011-01-07 Alan T. DeKokFixed typo
2011-01-06 Alan T. DeKokBe less aggressive about printing message
2011-01-06 Alan T. DeKokFix compile warnings
2011-01-06 Alan T. DeKokFix fd leak
2011-01-01 Alan T. DeKokAdd support for Apple Grand Central Dispatch
2010-12-30 Alan T. DeKokFixed printing of attributes
2010-12-30 Alan T. DeKokPrint error when foo=`..` is invalid
2010-12-30 Alan T. DeKokAdded "one shot" configuration
2010-12-30 Alan T. DeKokMore log messages
2010-12-26 Alan T. DeKokAdded %{listen:} to mirror %{client:}
2010-12-25 Alan T. DeKokCorrected example
2010-12-25 Alan T. DeKokGroup names can be empty.
2010-12-25 Alan T. DeKokMade calculations use "int64_t"
2010-12-23 Alan T. DeKokMoved items into security section
2010-12-23 Alan T. DeKokFix compile warning
2010-12-23 Alan T. DeKokFixed accounting_onoff_query
2010-12-23 Alan T. DeKokFix typo
2010-12-23 Alan T. DeKokHack for !*
2010-12-21 Alan T. DeKokFinal checked write for printing the VP
2010-12-21 Alan T. DeKokAdded %{integer:...}
2010-12-21 Alan T. DeKokNote "-f" for debugging
2010-12-20 Alan T. DeKokFix for 2.2 API
2010-12-19 Alan T. DeKokLook for, and use Event-Timestamp
2010-12-17 Alan T. DeKokRelease group list on error
2010-12-16 Alan T. DeKokTry to get it working for v6, too
2010-12-15 Alan T. DeKokRemoved extraneous nonsense
2010-12-14 Alan T. DeKokFix "checked_write" function
2010-12-14 Alan T. DeKokTry to work around v6 PKTINFO compatibility
2010-12-14 Alan T. DeKokReturn error code, not success
2010-12-14 Alan T. DeKokAdded dictionary from vendor.
2010-12-14 Alan T. DeKokAllow workstation trust accounts, too
2010-12-14 Alan T. DeKokFix minor typo
2010-12-14 Alan T. DeKok=NULL for UODATE, "IS NULL" for SELECT
2010-12-08 Alan T. DeKokUndocumented command to allow expired CRLs
2010-12-08 Alan T. DeKokAdded a few default variables with values
2010-12-08 Alan T. DeKokNot finding "modules" is a WARNING
2010-12-07 Alan T. DeKokCheck for truncated writes. Closes bug #130
2010-12-07 Alan T. DeKokUse fnmatch(), if it exists.
2010-12-06 Alan T. DeKokRead the dictionaries if we're printing text output
2010-12-06 Alan T. DeKokHuawei updates
2010-11-26 Alan T. DeKokMore checks on attr length
2010-11-26 Alan T. DeKokUse new formats
2010-11-25 Alan T. DeKokIf the continued data is for an unknown attribute,...
2010-11-25 Alan T. DeKokThe vendor may be unknown
2010-11-24 Alan T. DeKokMore ocsp build cleanups
2010-11-23 Alan T. DeKokAvoid pointer comparison overflows
2010-11-22 Alan T. DeKokCheck for <openssl/ocsp.h>
2010-11-22 Alan T. DeKokAdded "ocsp enable" functionality back
2010-11-22 Alan T. DeKokBe more careful about parsing raw attributes
2010-11-22 Alan T. DeKokParse raw attributes with 2-octet attribute numbers
2010-11-22 Alan T. DeKokCleanups for OCSP support
2010-11-22 Alex BergmannOCSP Support
2010-11-22 Alan T. DeKokThe dictionaries can't define raw attributes.
2010-11-22 Alan T. DeKokHandle zero-length attributes
2010-11-21 Alan T. DeKokHandle 16-bit attributes properly
2010-11-21 Alan T. DeKokDon't encode zero-length attributes
2010-11-21 Alan T. DeKokMore tests
2010-11-21 Alan T. DeKokFixes for CUI and "continued" attributes
2010-11-20 Alan T. DeKokHandle nested TLVs of 4 deep.
2010-11-20 Alan T. DeKokAllow encoding of last attribute result, too
2010-11-20 Alan T. DeKokCorrect bug in rad_tlv_ok(), and add more checks for...
2010-11-20 Alan T. DeKokPrint attributes as OIDs, not 32-bit numbers
2010-11-19 Alan T. DeKokDecode hex. More tests
2010-11-19 Alan T. DeKokAdded $INCLUDE and more examples.
next