freeradius.git
2013-06-04 Alan T. DeKokA better fix for checking single-character expansions release_3_0_0_beta1
2013-06-04 Alan T. DeKokMinor cleanup
2013-06-04 Alan DeKokMerge pull request #297 from sionescu/wip-fix-postgres...
2013-06-04 Stelian IonescuFix module name in debug message
2013-06-04 Arran Cudbard... Remove rlm_eap2
2013-06-04 Arran Cudbard... Initialise head as NULL
2013-06-04 Arran Cudbard... Formatting
2013-06-04 Alan T. DeKok%{...} is allowed, too
2013-06-04 Alan T. DeKokvp may be NULL
2013-06-03 Alan T. DeKokAdded more VERIFY
2013-06-03 Alan T. DeKokInitialize variable before using it.
2013-06-01 Alan T. DeKokUse correct pointer for de-referencing
2013-05-31 Arran Cudbard... Revert "Remove -rdynamic"
2013-05-31 Arran Cudbard... We don't need to export CFLAGS
2013-05-31 Alan T. DeKokRemove -rdynamic
2013-05-31 Arran Cudbard... Better fix for GCC stupidity
2013-05-31 Alan T. DeKokCheck for -Wdocumentation and -Qunused-arguments ONLY...
2013-05-31 Alan T. DeKokUse correct dependencies when re-building "configure"
2013-05-31 Alan T. DeKokAdd "skip_duplicate_checks" for detail && tcp listeners
2013-05-31 Alan T. DeKokDocument the "limit" section, and move max_pps there
2013-05-31 Alan T. DeKokRemove extraneous brackets
2013-05-30 Arran Cudbard... and just use cflags
2013-05-30 Arran Cudbard... Probably need to pass -Werror for compiler argument...
2013-05-30 Arran Cudbard... -Wdocumentation doesn't warn about unrecognised tags
2013-05-30 Arran Cudbard... Fixup doxygen comments to pass new check
2013-05-30 Arran Cudbard... Update main autoconf
2013-05-30 Arran Cudbard... Need more cursors
2013-05-30 Arran Cudbard... And one more...
2013-05-30 Arran Cudbard... Fix reference issues hidden by cast
2013-05-29 Arran Cudbard... Macro
2013-05-29 Arran Cudbard... VERIFY must only be be called on non-NULL pointers
2013-05-29 Arran Cudbard... Fix use after free when iterating over pairlists to...
2013-05-29 Arran Cudbard... Use paircursor for iteration where appropriate
2013-05-24 Alan T. DeKokif len==0, buff may be NULL
2013-05-24 Alan T. DeKokThe "opaque" data belongs to handler, not to reply
2013-05-24 Alan T. DeKokAllow forcible empty expansions
2013-05-22 Arran Cudbard... Merge pull request #295 from leprechau/master
2013-05-22 Aaron Hurtfix compilation error
2013-05-21 Alan T. DeKokUpdates
2013-05-21 Alan T. DeKokremoved old comment
2013-05-21 Alan T. DeKokInfinite loops are bad.
2013-05-17 Alan T. DeKokA better way of getting empty alternations
2013-05-16 Alan T. DeKok'A' is a valid base64 character
2013-05-16 Alan T. DeKokTests for xlat output
2013-05-16 Alan T. DeKokSave the parsed array reference
2013-05-16 Alan T. DeKokAllow RHS of xlat alternation to be empty
2013-05-15 Alan T. DeKokClose FD before returning
2013-05-15 Alan T. DeKokUse correct version of radius_xlat
2013-05-15 Alan T. DeKokA more robust way of statically removing "if (false...
2013-05-15 Alan T. DeKokNever mind... we'll get to this later
2013-05-15 Alan T. DeKokMinor fixes
2013-05-15 Alan T. DeKokIgnore subsections which statically evaluate to "false"
2013-05-15 Alan T. DeKokMoved "exec_trigger" to threads.c
2013-05-14 Alan T. DeKokMove many common functions to a common library
2013-05-14 Alan T. DeKokRemove use of global variable
2013-05-14 Alan T. DeKokMake other programs use evaluate.c, too.
2013-05-14 Alan T. DeKokEvaluate some conditions at parse time.
2013-05-14 Alan T. DeKokAdded 'true' and 'false' as top-level concepts.
2013-05-14 Alan T. DeKokParse literals into VALUE_PAIR_DATA at compile time.
2013-05-14 Alan T. DeKokPrint names for enumerated types
2013-05-14 Alan T. DeKokAdded template "data" type
2013-05-13 Alan T. DeKokMake radlog available in the "init" function of the...
2013-05-13 Alan T. DeKokChecks for empty expansions
2013-05-13 Alan T. DeKokStart of type checks on RHS of conditions
2013-05-12 Alan T. DeKokDisallow RHS bare words for string attributes
2013-05-12 Alan T. DeKokAdd single quotes around literals for attributes of...
2013-05-12 Alan T. DeKokAbstract cidr comparison into common function
2013-05-12 Alan T. DeKokAllow CIDR comparisons for v4 in paircmp_op
2013-05-12 Alan T. DeKokUse better field for printing IP addresses
2013-05-12 Alan T. DeKokRedundant casts get squashed
2013-05-12 Alan T. DeKokBe more aggressive about freeing intermediate strings.
2013-05-12 Alan T. DeKokAdded -M for talloc report
2013-05-12 Alan T. DeKokLog function prototypes belong in log.h
2013-05-12 Alan T. DeKokMore tests for conditions and =* and =*
2013-05-12 Alan T. DeKokChecks for existence / non-existince on strings are...
2013-05-12 Alan T. DeKokFix order of arguments to paircmp_op
2013-05-12 Alan T. DeKokFix compiler warnings
2013-05-12 Alan T. DeKokdon't use strlcpy for binary buffers
2013-05-12 Alan T. DeKoktrack pointer properly
2013-05-12 Alan T. DeKokuse talloc for strings
2013-05-12 Alan T. DeKokdon't call pairfind when we have the vp
2013-05-12 Alan T. DeKokuse correct ptr for pool name
2013-05-12 Alan T. DeKokRemove dead code
2013-05-12 Alan T. DeKokMade "cidr" a synonym for ipv4prefix
2013-05-12 Arran Cudbard... Digest buffer for sha1 xlat must be 20 bytes (not 16)
2013-05-12 Arran Cudbard... Missing va_end
2013-05-12 Arran Cudbard... Coverity - missing va_end
2013-05-12 Arran Cudbard... Coverity - Dealock in firebird
2013-05-11 Alan T. DeKokDoxygen
2013-05-11 Alan T. DeKokAllow casting for LHS of conditions.
2013-05-10 Alan T. DeKokSample configuration for new rlm_idn
2013-05-10 Alan T. DeKokMatch the module configuration
2013-05-10 Alan T. DeKokstrnlen isn't necessary
2013-05-10 Arran Cudbard... Should be libidn11
2013-05-09 skidsRemove unneeded lookups in pool_check_home_server
2013-05-09 Arran Cudbard... Add dependency for rlm_idn to travis
2013-05-09 skidsAdd rlm_idn
2013-05-09 Alan T. DeKokUpdated for v3
2013-05-09 Alan T. DeKokRFC 6930 and dictionary
2013-05-09 Alan T. DeKokRFC 6911 and dictionary
next