note recent changes
[freeradius.git] / src / lib /
2016-12-07 Alan DeKokMerge pull request #1850 from spbnick/v3.0.x_openssl_1...
2016-12-07 Nikolai KondrashovMove func substitutes from rlm_eap to missing.c
2016-12-07 Nikolai KondrashovAdd a few OpenSSL fallback funcs
2016-11-28 Alan T. DeKoklimit FD to FD_SETSIZE
2016-11-23 Alan DeKokMerge pull request #1857 from jrouzierinverse/json...
2016-11-23 James RouzierCast byte as an unsigned char instead
2016-11-23 Alan T. DeKokuse unsigned, not signed
2016-11-15 Alan T. DeKokpass the correct length to hex2bin
2016-11-05 Arran Cudbard-BellMerge branch 'v3.0.x' into v3.0.x
2016-11-04 Alan T. DeKokNUL terminating strings is a good idea.
2016-10-31 Arran Cudbard-BellMerge branch 'v3.0.x' into v3.0.x-patch2
2016-10-25 Alan T. DeKoktypo
2016-09-28 Alan T. DeKokFix compile without ascend binary. fixes #1761
2016-09-26 Alan T. DeKokone last check to narrow down the possibilities
2016-09-26 Arran Cudbard-BellMerge pull request #1758 from TheMysteriousX/v3.0.x
2016-09-26 Alan T. DeKokAdd checks for Linux && OSX
2016-09-26 Alan T. DeKokfix typos
2016-09-26 Alan T. DeKokUse opendir(/proc/self/fd) when we don't have closefrom...
2016-09-26 Alan T. DeKokadded F_MAXFD
2016-09-26 Alan T. DeKokadded F_CLOSEM, which might work, too
2016-09-14 Alan DeKokMerge pull request #1727 from jrouzierinverse/feature...
2016-09-14 Alan DeKokMerge pull request #1728 from jrouzierinverse/feature...
2016-09-13 Alan T. DeKokmore checks
2016-09-13 James RouzierExpose dict_parent
2016-09-13 Alan T. DeKokcast to quiet compiler
2016-09-12 Alan T. DeKokRe-work dict_str2oid and dict_parent
2016-08-31 Alan T. DeKokcheck for enough room
2016-08-31 Alan T. DeKokhoist check for backslash-EOL to after backslash
2016-08-31 Alan T. DeKokhoist check for backslash to near the top of the loop
2016-08-31 Alan T. DeKokhoist check for quote to near the top of the loop
2016-08-31 Alan T. DeKokhoist unquoted case to top of the loop
2016-08-31 Alan T. DeKokclean up and re-arrangement
2016-08-31 Alan T. DeKokuse false, not zero
2016-06-08 Arran Cudbard-Bells/DFLT/DFL/
2016-06-08 Arran Cudbard-BellPrevent signal loop
2016-06-08 Arran Cudbard-BellRaise a signal if there's no panic action
2016-06-02 Matthew NewtonMerge pull request #1617 from qnet-herwin/v3.0.x-typo
2016-06-02 Herwin WeststrateFixed typo: lenth => length
2016-04-19 Arran Cudbard-BellMerge pull request #1583 from lytboris/v3.0.x
2016-04-19 Boris LytochkinENOTRECOVERABLE & EOWNERDEAD may not be defined on...
2016-04-18 Alan T. DeKokminor cleanup
2016-04-15 Alan T. DeKokEnsure da is parented from VP, not ctx
2016-04-15 Alan T. DeKoktalloc_parent(vp) == ctx
2016-04-15 Alan T. DeKokEnsure da is parented from VP, not ctx
2016-04-01 Alan T. DeKokPrint xlat types, too. Fixes #1574
2016-04-01 Alan T. DeKokUse xlat for regex comparison. Fixes #1574
2016-03-21 Alan T. DeKokAllow extended attrs to have "encrypt=2"
2016-03-14 Arran Cudbard-BellMerge pull request #1527 from herwinw/rlm_perl_robustne...
2016-03-08 Alan DeKokMerge pull request #1556 from mcnewton/wbcparams30
2016-03-08 Alan T. DeKokPass talloc context to function.
2016-03-05 Arran Cudbard-BellPrint more useful error
2016-03-04 Alan T. DeKokUse the shorter of the two lengths
2016-02-16 Alan T. DeKokmove MAX_PACKET_LEN to common header
2016-02-16 Alan T. DeKokBreak out early if we're at the end of the packet.
2016-02-16 Alan T. DeKokMore checks as per commit 39149c
2016-02-13 Alan T. DeKokmake code more consistent in API calls
2016-02-10 Alan T. DeKokGo to next attribute if we can't encode this one. ...
2016-02-10 Alan T. DeKokzero is unknown, too. Fixes #1533
2016-01-15 Alan T. DeKokallow Message-Authenticator, too.
2016-01-14 Alan T. DeKokfix last commit
2016-01-14 Alan T. DeKokSkip encoding zero-length attributes
2015-12-31 Alan T. DeKokfix for accounting packets
2015-12-30 Alan T. DeKokSimplify the code
2015-12-30 Alan T. DeKokEnsure that the authentication vectors are always updated
2015-12-30 Alan T. DeKokMake rad_print_hex take const
2015-12-20 Arran Cudbard-BellMerge pull request #1377 from skids/virtualize_state
2015-12-15 Alan T. DeKokbetter fix for #1456
2015-12-07 Arran Cudbard-BellMerge pull request #1429 from pwdng/freebsd_fix
2015-12-07 Philippe WoodingSome error codes aren't defined on FreeBSD
2015-11-25 Alan T. DeKokRemove extraneous message
2015-11-25 Alan T. DeKokSet src/dst ip/port for TCP connections
2015-11-18 Alan T. DeKokuse correct number...
2015-11-18 Alan T. DeKokCheck name, not number
2015-11-18 Arran Cudbard-BellVarious fixes for LEAP proxying
2015-11-18 Alan T. DeKok"localhost" is a valid host name
2015-11-17 Alan DeKokMerge pull request #1387 from jpereira/minor/warnings1
2015-11-16 Arran Cudbard-BellMinor fix
2015-11-16 Arran Cudbard-Bellfclose destroys file descriptor Closes #1390
2015-11-16 Arran Cudbard-BellMerge pull request #1389 from jpereira/fix/vdprintf1
2015-11-16 Jorge PereiraFixing the missing vdprintf()
2015-11-16 Arran Cudbard-BellProvide fdprintf if it's missing Closes #1366
2015-11-03 Alan DeKokMerge pull request #1365 from jpereira/fix/debug-with...
2015-11-03 Jorge Pereiraif the variable DEBUG could be 'no', so need to accept...
2015-11-02 Alan T. DeKokFix broken compilation
2015-11-02 Arran Cudbard-BellPrint the macro name in system errors
2015-10-20 Alan T. DeKokPrint attribute name, too
2015-10-17 Alan T. DeKokParse ipv4prefix correctly
2015-10-14 Alan T. DeKokMake fr_pair_list_copy_by_num() work like ...move...()
2015-10-09 Alan T. DeKokadd const
2015-10-02 Alan DeKokMerge pull request #1294 from mcnewton/lintian30x
2015-10-02 Matthew Newtontidy up a load of lintian warnings
2015-10-01 Alan DeKokMerge pull request #1270 from mcnewton/v3.0.x
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
next