freeradius.git
2015-07-24 Jorge PereiraFix missing %{Packet-Src-IPv6-Address} in the linelog
2015-07-24 Arran Cudbard... Correct ldap config note
2015-07-24 Alan BuxeyUpdate ldap
2015-07-24 Jorge PereiraAdd 'Alc-Ascend-Data-Filter-Host-Spec' for Alcatel7750
2015-07-22 Jorge PereiraFix missing %{Packet-Src-IPv6-Address} in the policy...
2015-07-22 Arran Cudbard... Update ChangeLog
2015-07-22 Arran Cudbard... Merge pull request #1160 from jpereira/dict/alcatel7750-1
2015-07-22 Arran Cudbard... Don't check pointer in FR_TIMEVAL_TO_MS
2015-07-22 Herwin WeststrateAdd NULL check in originate-coa
2015-07-22 Jorge PereiraAdd 'Alc-Nas-Filter-Rule-Shared' for Alcatel7750
2015-07-22 Arran Cudbard... Merge pull request #1159 from qnet-herwin/servicetype_a...
2015-07-22 Herwin WeststrateUse define for Service-Type value check
2015-07-21 Arran Cudbard... Update ChangeLog
2015-07-21 Arran Cudbard... Avoid modifying dst until we're sure unescaping has...
2015-07-20 Arran Cudbard... Always set error messages in ip_hton
2015-07-20 Arran Cudbard... Update ChangeLog
2015-07-20 Arran Cudbard... Move radclient to use fr_pton_port for its host and...
2015-07-20 Arran Cudbard... Fix v6 address printing in from/to messages
2015-07-20 Arran Cudbard... Allow an af to be specified for fr_pton
2015-07-20 Arran Cudbard... Add fr_pton_port which parses a v4/v6 ipaddress or...
2015-07-20 Arran Cudbard... Use temporary value buffer in fr_pton4/6
2015-07-20 Arran Cudbard... Rename json_fr_pair_make back to json_pair_make
2015-07-20 Arran Cudbard... Need libsasl to build SASL capable rlm_ldap
2015-07-20 Arran Cudbard... Check for sasl/sasl.h too
2015-07-19 Arran Cudbard... Formatting
2015-07-19 Arran Cudbard... Only check if config items are deprecated if they exist
2015-07-19 Arran Cudbard... Use inst->pool not inst->conn_pool
2015-07-19 Arran Cudbard... Normalise conn field names in iodbc
2015-07-19 Arran Cudbard... Additional macros to simplify timeval to ms conversions...
2015-07-17 Alan T. DeKokGlobbing across directories is not supported. Fixes...
2015-07-16 Arran Cudbard... s/fr_pair_make_any/fr_pair_make_unknown
2015-07-16 Arran Cudbard... Use modern list names
2015-07-16 Alan T. DeKokIf proxying to public IPs, skip link local sockets...
2015-07-16 Nicolas Cfixed message "hex string is not even"
2015-07-16 Alan T. DeKokMore byte fixes
2015-07-16 Alan T. DeKokMore short fixes
2015-07-16 Nicolas Cdhcp secs is a short
2015-07-15 Arran Cudbard... Merge pull request #1133 from jpereira/devel/add-sql_fi...
2015-07-15 Alan T. DeKoknote recent changes
2015-07-15 Alan T. DeKokClarify message
2015-07-15 Arran Cudbard... Alternate where we write errors in fr_strerror_printf...
2015-07-15 Arran Cudbard... Formatting in getaddrinfo.c
2015-07-15 Arran Cudbard... s/fr_isbase64/fr_is_base64
2015-07-14 Arran Cudbard... Rename functions in pair.c to be consistent with the...
2015-07-14 Arran Cudbard... Remove module_safe grouping
2015-07-14 Jorge PereiraUpdating man rlm_attr_filter
2015-07-14 Arran Cudbard... Add the module creation guide to the CONTRIBUTING file
2015-07-14 Arran Cudbard... Mark v1.x.x and 2.x.x as EOL in doxygen docs
2015-07-14 Alan T. DeKokFix files module so there's no collisions.
2015-07-14 Alan T. DeKokSet lineno correctly
2015-07-14 Alan T. DeKokWe can use "lineno" instead of "order"
2015-07-14 Alan T. DeKokRemove unused field
2015-07-14 Alan T. DeKokRemove default cistron compatibility.
2015-07-14 Alan T. DeKoknote recent changes
2015-07-13 Arran Cudbard... Add PW_TYPE to data type mapping table
2015-07-13 Arran Cudbard... Add doxygen headers for some important enums
2015-07-13 Arran Cudbard... Mention the Git tutorial
2015-07-13 Arran Cudbard... Whitespace
2015-07-13 Arran Cudbard... Mention putting log output in backticks
2015-07-13 Arran Cudbard... Refine the contributing document a little
2015-07-13 Arran Cudbard... Add contributing document
2015-07-12 Arran Cudbard... Add notes to README.rst about commercial support and...
2015-07-10 Alan T. DeKokMore optimizations
2015-07-10 Alan T. DeKokStandardize warning messages
2015-07-10 Alan T. DeKokcheck_config is now in conffile.c
2015-07-10 Alan T. DeKokMove check_config to conffile.c
2015-07-10 Alan T. DeKokDon't complain on deprecated. Closes #1131
2015-07-10 Jorge PereiraAdd sql_fields function for freetds refs #993
2015-07-09 Alan T. DeKokDon't convert RHS to data if RHS is empty
2015-07-09 Alan T. DeKokDon't convert LIST to ATTRIBUTE
2015-07-09 Alan T. DeKokDo more optimizations
2015-07-09 Alan T. DeKokAlways recurse in pass2
2015-07-09 Alan T. DeKokExplictly handle more condition types
2015-07-09 Alan T. DeKoklabel should always be defined
2015-07-09 Alan T. DeKokDon't include the '}' in the xlat name
2015-07-09 Alan T. DeKokManual clean up on error.
2015-07-09 Alan T. DeKokBump for 3.0.10
2015-07-09 Arran Cudbard... Always free clients list if we allocated it Closes...
2015-07-08 Alan T. DeKokBump for 3.0.10
2015-07-08 Arran Cudbard... map_to_request handles indentation already
2015-07-08 Arran Cudbard... Cached memberships go in control
2015-07-08 Alan T. DeKoknote recent changes release_3_0_9
2015-07-08 Alan T. DeKokAdded file. Part of #1126
2015-07-08 Arran Cudbard... Use standard VP debugging format when adding cached...
2015-07-08 Arran Cudbard... Don't double indent debug output
2015-07-08 Arran Cudbard... Split out group tests
2015-07-08 Alan T. DeKokBe more careful about talloc parent. Fixes #1129
2015-07-08 Arran Cudbard... bind_dn references need to be double quoted else they...
2015-07-07 Arran Cudbard... Fix leak that wasn't really a leak Closes #1122
2015-07-07 Alan DeKokMerge pull request #1124 from jpereira/devel/radattr...
2015-07-07 Alan DeKokMerge pull request #1117 from jpereira/doc/radsniff1
2015-07-07 Alan T. DeKokDefine HAVE_DLADDR
2015-07-06 Jorge PereiraAdded the option -h for 'radattr' tool. refs #1123
2015-07-06 Arran Cudbard... Merge pull request #1121 from jpereira/bug/wrong-message1
2015-07-05 Jorge PereiraFix wrong message for -dl check
2015-07-03 Jorge PereiraUpdate radsniff man
2015-07-03 Alan T. DeKokdladdr() isn't posix. Fixes #1113
2015-07-03 Alan T. DeKokShow where we load the modules from. Fixes #1113
2015-07-01 Hua ZhongAdd dictionary for Arista Networks
2015-07-01 Arran Cudbard... Rename to .txt to .mib
next