ttls chbind: update VSA to use
[freeradius.git] / src /
2013-08-13 Sam Hartmanttls chbind: update VSA to use
2013-08-13 Kevinmake eap channel bindings functional (at least with...
2013-08-13 Kevinbugfix for loop
2013-08-13 Kevineap channel binding fixes
2013-08-13 Sam Hartmanrlm_eap: add eap_chbind.c to build
2013-08-13 Sam Hartmanrlm_eap: fix channel binding errors
2013-08-13 Margaret WassermanInitial code for EAP Channel Binding support.
2013-08-13 KevinEap channel binding support code
2013-08-13 Margaret WassermanAdded attribute and values for EAP channel binding...
2013-08-13 Sam HartmanSkeleton of trust router integration
2013-08-13 Sam Hartmanrealms_realm_add
2013-08-13 Sam Hartmanrealms_pool_add
2013-08-13 Sam HartmanExpose home_server addition
2013-07-11 Alan T. DeKokRe-enable [n] [#] and [*]. Closes #354.
2013-07-11 Alan T. DeKokBuffer may be NULL. Closes #358
2013-07-10 Arran Cudbard-BellRestructure map2request and dependencies to return...
2013-07-10 Arran Cudbard-BellRemove invalid assert, this could fail for VALUE_PAIR...
2013-07-10 Arran Cudbard-BellSet map operator on copied filtered attributes
2013-07-10 Arran Cudbard-BellFix messed up macro
2013-07-10 Arran Cudbard-BellAlways set command to NULL after calling ct_cancel
2013-07-10 Arran Cudbard-BellIf we know the destination is a list, copy all instance...
2013-07-10 Arran Cudbard-BellCurrently not finding an attribute causes an abort...
2013-07-10 Arran Cudbard-BellFix exec support in update sections. Fixes #355
2013-07-10 Arran Cudbard-BellFixes #356
2013-07-10 Arran Cudbard-BellMissed colon
2013-07-10 Arran Cudbard-BellEverywhere else just uses <core>
2013-07-10 Arran Cudbard-BellDisable recurssion for nested attributes until the...
2013-07-10 Arran Cudbard-BellShouldn't allocate in the NULL context
2013-07-10 Arran Cudbard-BellDie bubble die (radsniff)
2013-07-10 Arran Cudbard-BellFix debug output alignment in radsniff
2013-07-10 Arran Cudbard-BellFix double quoted VALUE_PAIR definitions
2013-07-09 Arran Cudbard-BellFix PCRE checks, and make code build cleanly without...
2013-07-09 Arran Cudbard-BellWe use extended regexps when available, this is no...
2013-07-09 Arran Cudbard-Bellregcomp whitespace changes
2013-07-09 Arran Cudbard-BellTypo
2013-07-09 Arran Cudbard-BellFix all the update list debug output
2013-07-09 Arran Cudbard-BellSimplify paircopy functions and fix them so they can...
2013-07-09 Arran Cudbard-BellSprinkle vp->type = VT_DATA in more places, this will...
2013-07-09 Arran Cudbard-BellFix support for list copy
2013-07-09 Arran Cudbard-BellAdd functions for validating a list of VALUE_PAIRs...
2013-07-09 Arran Cudbard-BellAdd merge sort for VALUE_PAIRs
2013-07-09 Arran Cudbard-BellAdd pairremove, which removes a pair from a linked...
2013-07-09 Arran Cudbard-BellCall talloc_set_log_stderr() in all utilities, so we...
2013-07-08 Alan T. DeKokZero-length strings are permitted Closes #352
2013-07-08 Arran Cudbard-BellMerge pull request #349 from alanbuxey/master
2013-07-07 Arran Cudbard-BellAs with unixodbc, let the destructor take care of freei...
2013-07-07 Arran Cudbard-BellLet destructor handle freeing all resources
2013-07-05 Alan DeKokMerge pull request #348 from arr2036/zero_length_exp
2013-07-05 Arran Cudbard-BellSet dbc and env to NULL to avoid double free
2013-07-05 Arran Cudbard-BellConsistently return a zero length buffer from xlat_proc...
2013-07-05 Arran Cudbard-BellDon't generate errors on zero length expansions
2013-07-05 Arran Cudbard-BellFix quoting style in debug messages, should be double...
2013-07-04 Arran Cudbard-BellOnly list one deprecated alternative to avoid users...
2013-07-04 Alan T. DeKokSet the destructor only when necessary. Closes #347
2013-07-04 Arran Cudbard-Bellre-align utility help output
2013-07-03 Arran Cudbard-BellFormatting
2013-07-03 Arran Cudbard-BellAnother missed default
2013-07-03 Arran Cudbard-BellOnly call paircompare register once per instance of...
2013-07-03 Arran Cudbard-BellEverything else uses attribute
2013-07-03 Arran Cudbard-BellLast tranche of config item name standardisation (in...
2013-07-03 Arran Cudbard-BellUse EXIT_FAILURE and EXIT_SUCCESS macros
2013-07-03 Arran Cudbard-BellFix return codes in radiusd
2013-07-03 Arran Cudbard-BellFix memory check on -C -m|-M
2013-07-03 Alan T. DeKokFix up uses of talloc
2013-07-02 Arran Cudbard-BellBe nice, and print out the name of the new config item...
2013-07-02 Arran Cudbard-BellRemove default for depricated config item
2013-07-02 Arran Cudbard-Bellrlm_expiration no longer takes any configuration items
2013-07-02 Arran Cudbard-BellMissed removing config for rlm_expiration
2013-07-02 Arran Cudbard-BellBe consistent in our inconsistency
2013-07-02 Arran Cudbard-BellTypo
2013-07-02 Arran Cudbard-Belldeprecate minimum-timeout in longin time, now minimum_t...
2013-07-02 Arran Cudbard-BellRemove support for reply-message from expiration, this...
2013-07-02 Arran Cudbard-BellReplace remaining instances of safe-characters with...
2013-07-02 Arran Cudbard-BellUse standard TLS config item names across all modules
2013-07-02 Arran Cudbard-BellAttribute should be singular not plaural
2013-07-02 Arran Cudbard-BellSupport 'children' scope
2013-07-02 Arran Cudbard-Bellnas_query is deprecated, replaced by client_query
2013-07-02 Arran Cudbard-Bellsafe-charcters is deprecated, replaced by safe_characters
2013-07-02 Arran Cudbard-BellCleanup things in modcall and fix missing closing brace
2013-07-02 Arran Cudbard-BellSQL functions now use ssize_t so that they can indicate...
2013-07-02 Alan T. DeKokDon't shadow a global symbol
2013-07-02 Arran Cudbard-BellReorder arguments to radius_exec_program so they make...
2013-07-02 Arran Cudbard-BellMerge pull request #342 from fajarnugraha/master-suse...
2013-07-01 Arran Cudbard-BellAdd PW_TYPE_FILE_INPUT (which verifies the file exists...
2013-07-01 Arran Cudbard-BellWhitespace changes rlm_exec
2013-07-01 Arran Cudbard-BellAdd PW_TYPE_EXISTS
2013-07-01 Arran Cudbard-BellMark more things as filenames
2013-07-01 Arran Cudbard-Bellloc is not options
2013-06-30 Arran Cudbard-BellDon't start if the configuration contains deprecated...
2013-06-30 Alan T. DeKokNon-existent attrs expand to "". Closes #308
2013-06-30 skidsAlways fixup after deleting a black child node in rbtree
2013-06-30 skidsUse a consistent callback return code
2013-06-30 skidsFix obvious pasto in PostOrder walk.
2013-06-29 Alan T. DeKokWhen a socket is closed, just mark the requests as...
2013-06-29 Alan T. DeKokMake auto_limit_acct probabalistic
2013-06-29 Alan T. DeKokMinor cleanup to cleanup code
2013-06-29 Alan T. DeKokMake requests NULL talloc context
2013-06-28 Arran Cudbard-BellBe consistent with common config_item names
2013-06-28 Alan T. DeKokRemove debug macro
2013-06-28 Alan T. DeKokAlways set reply timestamp.
next