swap order of json libraries in debian package
[freeradius.git] / src /
2015-09-29 Alan T. DeKokclarify other message
2015-09-29 Alan DeKokMerge pull request #1278 from mcnewton/updatehelp
2015-09-29 Matthew Newtonupdate help to show equivalents for some options
2015-09-28 Alan T. DeKokDon't go to next sibling on empty case. Fixes #1274
2015-09-28 Alan T. DeKokFix checks for EVS
2015-09-26 Arran Cudbard-BellToo many spaces
2015-09-26 Arran Cudbard-BellDifferent bits needed for alternation and consumed
2015-09-26 Jorge PereiraShow who is sending the wrong packets
2015-09-25 Alan T. DeKokRevert "Don't do tlv checks on 'internal' attributes...
2015-09-25 Alan T. DeKokDon't do tlv checks on 'internal' attributes
2015-09-25 Alan T. DeKokCan't use sub-TLVs if the parent isn't a TLV
2015-09-25 Alan T. DeKokbetter implementation of dict_parent
2015-09-24 Herwin WeststrateInclude session-state in rlm_perl
2015-09-24 Alan T. DeKokIncrease default query length to 2048.
2015-09-24 Alan T. DeKokDon't print secrets for old realms. Fixes #1267
2015-09-23 Arran Cudbard-BellDst seems to be INADDR_ANY in some cases... Weird.
2015-09-23 Arran Cudbard-BellCorrect precedence for determining src ip of DHCP packet
2015-09-23 Alan T. DeKokMore fixes for virtual attributes
2015-09-23 Alan T. DeKokAllow checks for existence of virtual attrs. Fixes...
2015-09-23 Alan T. DeKokchange minimum pool size to be 2K
2015-09-22 Arran Cudbard-BellFix crash in rlm_ldap if server goes away whilst proces...
2015-09-22 Alan T. DeKokPut state name into request->component
2015-09-22 Alan DeKokMerge pull request #1262 from jpereira/fix/better-msg1
2015-09-22 Jorge PereiraShow the name of virtual-server
2015-09-21 Arran Cudbard-BellMerge pull request #1259 from jpereira/fix/realm1
2015-09-21 Jorge PereiraFix single space in report message
2015-09-21 Alan T. DeKokset request->module, too, when dequeuing a request
2015-09-21 Alan T. DeKokSimplify final state transitions with a macro
2015-09-21 Alan DeKokMerge pull request #1258 from qnet-herwin/typo_fixes
2015-09-21 Alan T. DeKokSet request->module to the request state
2015-09-21 Herwin WeststrateTypo fix: doesnot => does not
2015-09-19 Arran Cudbard-BellFix minor issues identified by clang-700.0.72
2015-09-19 Alan T. DeKokAdd @ in front of mkdir
2015-09-18 Alan T. DeKokDon't grab SIGUSR1 and SIGUSR2.
2015-09-18 Alan T. DeKokoutlen may be zero, too
2015-09-18 Alan T. DeKokUnify fr_prints() and fr_prints_len().
2015-09-18 Alan DeKokMerge pull request #1246 from mcnewton/v3.0.x
2015-09-17 Matthew Newtondon't segfault when asked for help
2015-09-17 Arran Cudbard-BellRevert "if try to load a wrong client from SQL, don...
2015-09-17 Alan DeKokMerge pull request #1242 from jpereira/fix/wrong-client-sql
2015-09-17 Jorge Pereiraif try to load a wrong client from SQL, don't start
2015-09-16 Alan T. DeKokAccidentally committed
2015-09-16 Alan DeKokMerge pull request #1241 from jpereira/fix/xlat-space
2015-09-16 Jorge Pereiraxlat_explode: trim white space
2015-09-16 Alan T. DeKokAllow virtual attrs in switch. Fixes #1240
2015-09-16 Alan T. DeKokForgot a return...
2015-09-16 Alan T. DeKokBe a bit more careful about thread transitions
2015-09-16 Alan T. DeKokProxying to a bad destination is a failure.
2015-09-15 Alan T. DeKokRemove extraneous debug
2015-09-15 Arran Cudbard-BellDocument and fix args
2015-09-15 Alan T. DeKokAllow dots in policy / module names. Fixes #1237
2015-09-15 Alan T. DeKokLower the default pool size
2015-09-14 Arran Cudbard-BellNo ocsp_ok label either
2015-09-14 Arran Cudbard-BellNo skipped label in v3.0.x
2015-09-14 Alan T. DeKokTry to open client socket in fr_server_domain_socket_perm()
2015-09-14 Arran Cudbard-BellShould skip the OCSP check
2015-09-14 Arran Cudbard-BellTypo
2015-09-14 Alan T. DeKokDon't unlink socket if we can't open it
2015-09-14 Alan T. DeKokTruncate to actual length, not by trailing zeros
2015-09-14 Arran Cudbard-BellIf there's no OCSP URLs in the certificates, and we...
2015-09-14 Alan T. DeKokFor encrypted attributes, set explicit length if given
2015-09-14 Alan T. DeKokEnforce more restraints, and allow "octets[24] encrypt=1"
2015-09-14 Alan T. DeKokThe MS-CHAP-MPPE-Keys attribute has 24 octets of data...
2015-09-13 Alan T. DeKokupdate explanation of what we're doing
2015-09-13 Alan T. DeKokMore debugging around session-state
2015-09-11 Arran Cudbard-BellNo need for if
2015-09-11 Alan T. DeKokDoxygen
2015-09-11 Arran Cudbard-BellDon't leak client_fd on error
2015-09-11 Arran Cudbard-BellFormatting
2015-09-11 Alan T. DeKokUse fr_pair_list_mcopy... instead of fr_pair_list_move...
2015-09-11 Alan T. DeKokAdd fr_pair_list_mcopy_by_num()
2015-09-11 Alan T. DeKokRevert "Copy VPs instead of talloc_stealing them"
2015-09-11 Alan T. DeKokCopy VPs instead of talloc_stealing them
2015-09-11 Alan T. DeKokCheck if the socket is in use before unlinking it
2015-09-11 Arran Cudbard-BellAdd __packed__ to structs which cast over packet buffers
2015-09-11 Alan T. DeKokSyntax errors are errors, not assertions
2015-09-11 Arran Cudbard-BellShould be AF_UNSPEC, because we don't *know* what type...
2015-09-11 Arran Cudbard-BellAdd support for "old" style clients back. This shouldn...
2015-09-11 Herwin WeststratePrevent possible memleak in regex
2015-09-11 Herwin WeststrateOptionally send rejects without a delay
2015-09-11 Herwin WeststrateAllow response_delay to be microseconds, too
2015-09-11 Alan BuxeyUpdate radiusd-example.txt
2015-09-11 Alan BuxeyUpdate xlat.c
2015-09-10 Arran Cudbard-BellCheck we're building with GLIBC before assuming the...
2015-09-09 Alan BuxeyUpdate radiusd-example.txt
2015-09-09 Alan BuxeyUpdate xlat.c
2015-09-09 Alan T. DeKokcompile warnings
2015-09-09 Alan T. DeKokDon't allow %{rand} is we require %{rand:...}
2015-09-09 Alan T. DeKokCount backslash - CHAR in node->len
2015-09-09 Arran Cudbard-BellMerge pull request #1217 from mcnewton/v3.0.x
2015-09-09 Alan T. DeKokAllow response_delay to be microseconds, too
2015-09-09 Alan T. DeKokifdef out unused functions
2015-09-09 Alan T. DeKoktypo
2015-09-09 Alan T. DeKokMore fixes to use SSL_export_keying_material
2015-09-08 Alan T. DeKokpacket->proto is int, not unsigned int
2015-09-08 Alan T. DeKokParse hex Ascend-Data-Filter correctly
2015-09-08 Alan T. DeKokUse the input length for printing, not output length
2015-09-06 Alan T. DeKokDebug TLVs when encoding, too
2015-09-05 Arran Cudbard-BellRemove old comment in rlm_example
2015-09-05 Arran Cudbard-BellAllow %} as an expansion for a literal } Closes #1209
next