FR-AD-003 - Pass correct statement length into sqlite3_prepare[_v2]
[freeradius.git] / src / lib /
2017-07-17 Alan T. DeKokFR-GV-305 read the correct offset instead of uninitiali...
2017-07-17 Alan T. DeKokFR-GV-302 - do checks based on pointers, not on decoded...
2017-07-17 Alan T. DeKokmake data2vp_extended() be more like data2vp_wimax()
2017-07-17 Alan T. DeKokFR-GV-301 - handle malformed WiMAX attributes
2017-07-17 Alan T. DeKokFR-GV-201 - check input / output length in make_secret()
2017-06-29 Alan T. DeKokDLT_LINUX_SLL isn't defined everywhere
2017-06-05 Alan T. DeKokfix printing of long hex values
2017-05-20 Stefan PaetowMerge branch 'v3.0.x' into v3.0.x
2017-05-19 Alan T. DeKokcheck ptr before dereferencing it. Found by PVS-Studio
2017-05-19 Alan T. DeKokremove redundant check. Found by PVS-Studio
2017-05-19 Alan T. DeKokdon't use i for inner and outer loop. Found by PVS...
2017-05-19 Alan T. DeKokremove duplicate checks. Found by PVS-Studio
2017-02-28 Alan T. DeKokquiet compiler
2017-02-28 Nikolai KondrashovFix buffer overflow in fr_pton_port
2017-02-27 Alan DeKokMerge pull request #1592 from spbnick/dlopen_actual_lib...
2017-02-21 Arran Cudbard-BellMerge pull request #1919 from spbnick/fr_pton4_hostname_fix
2017-02-21 Nikolai KondrashovHandle hostnames in fr_pton4/6
2017-02-14 Alan DeKokMerge pull request #1859 from njm506/v3.0.x
2017-02-07 Alan T. DeKokreject packets which contain multiple kinds of authenti...
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-30 njm506Merge branch 'v3.0.x' into v3.0.x
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()
next