No description
Find a file
Dominique Martinet 54be500888 bgp_write: fix sent data (offset) on partial write
&peer->outbuf->packet has a non-1 size, so &foo + offset would
incorrectly offset by sizeof(packet) * offset, while it is meant as a
byte offset.

Cast to char * to have a simple offset.

Reported-by: Coverity#375309
2022-11-05 21:29:02 +09:00
docs Use newer radius port 1812 by default 2022-05-28 09:33:05 +02:00
etc Merge branch 'default_radius_port' into 'master' 2022-07-02 12:15:30 +00:00
scripts ci: test L2TPNS version (Ref #11) 2022-08-24 13:16:43 +02:00
test Fix alarm management 2022-11-03 11:33:50 +01:00
.gitlab-ci.yml ci: test L2TPNS version (Ref #11) 2022-08-24 13:16:43 +02:00
arp.c sendarp: fix out of bound read on mac address 2022-11-05 21:25:31 +09:00
autosnoop.c Add DHCPv6 functionality. 2014-09-11 16:19:57 +02:00
autothrottle.c Add DHCPv6 functionality. 2014-09-11 16:19:57 +02:00
bgp.c bgp_write: fix sent data (offset) on partial write 2022-11-05 21:29:02 +09:00
bgp.h Merge branch 'common-cvs-git-upstream' into fdn-mods 2012-02-02 02:15:14 +01:00
Changes New release: 2.4.1 2022-09-03 01:10:37 +02:00
cli.c Add DHCPv6 functionality. 2014-09-11 16:19:57 +02:00
cluster.c Use 64bit counters for accounting 2022-01-24 00:40:26 +01:00
cluster.h Use 64bit counters for accounting 2022-01-24 00:40:26 +01:00
constants.c Import to git from cvs. Remove keywords. 2011-01-27 17:36:01 +11:00
constants.h Imported Upstream version 2.1.21 2011-07-07 12:45:05 +02:00
control.c Add DHCPv6 functionality. 2014-09-11 16:19:57 +02:00
control.h Imported Upstream version 2.1.21 2011-07-07 12:45:05 +02:00
COPYING Imported Upstream version 2.1.21 2011-07-07 12:45:05 +02:00
dhcp6.c Sending IPv6_ra more often. 2017-01-14 14:03:34 +01:00
dhcp6.h Add DHCPv6 functionality. 2014-09-11 16:19:57 +02:00
fake_epoll.h propagate select error 2007-06-28 07:22:50 +00:00
garden.c Add DHCPv6 functionality. 2014-09-11 16:19:57 +02:00
icmp.c Add of the RDNSS option to ICMPv6 Router Advertisement (RA). 2014-10-02 00:28:57 +02:00
INSTALL Imported Upstream version 2.1.21 2011-07-07 12:45:05 +02:00
INTERNALS Imported Upstream version 2.1.21 2011-07-07 12:45:05 +02:00
ipv6_u.c Add DHCPv6 functionality. 2014-09-11 16:19:57 +02:00
ipv6_u.h Add DHCPv6 functionality. 2014-09-11 16:19:57 +02:00
l2tplac.c Add DHCPv6 functionality. 2014-09-11 16:19:57 +02:00
l2tplac.h (main): Fix typo and misspellings errors 2020-11-06 00:49:23 +01:00
l2tpns.c processudp: fix memory leak 2022-11-05 21:18:36 +09:00
l2tpns.h Avoid warning 2022-11-03 11:51:43 +01:00
l2tpns.spec don't send interim records before session start (Daryl Tester) 2006-12-18 12:05:36 +00:00
ll.c Import to git from cvs. Remove keywords. 2011-01-27 17:36:01 +11:00
ll.h Imported Upstream version 2.1.21 2011-07-07 12:45:05 +02:00
Makefile build: Fix manpages location 2021-01-31 23:42:01 +01:00
md5.c minor cleanup 2006-12-05 05:22:59 +00:00
md5.h minor cleanup 2006-12-05 05:22:59 +00:00
nsctl.c Add DHCPv6 functionality. 2014-09-11 16:19:57 +02:00
plugin.h remove unused param_packet_[tr]x structures 2006-05-22 07:41:33 +00:00
ppp.c Fix state name 2022-11-03 11:50:39 +01:00
pppoe.c Add DHCPv6 functionality. 2014-09-11 16:19:57 +02:00
pppoe.h small performance improvement in download (internet -> customer) 2013-02-07 00:00:37 +01:00
radius.c (main): Fix typo and misspellings errors 2020-11-06 00:49:23 +01:00
README.md doc: a very simple readme 2020-11-02 00:31:04 +01:00
sessionctl.c Add DHCPv6 functionality. 2014-09-11 16:19:57 +02:00
setrxspeed.c Add DHCPv6 functionality. 2014-09-11 16:19:57 +02:00
snoopctl.c Add DHCPv6 functionality. 2014-09-11 16:19:57 +02:00
stripdomain.c Add DHCPv6 functionality. 2014-09-11 16:19:57 +02:00
tbf.c Add DHCPv6 functionality. 2014-09-11 16:19:57 +02:00
tbf.h Fix: wheezy warning compilation 2013-09-16 15:01:04 +02:00
THANKS New release: 2.4.0 2022-07-03 23:17:59 +02:00
throttlectl.c Add DHCPv6 functionality. 2014-09-11 16:19:57 +02:00
util.c Fix duplicate close 2022-11-03 13:23:59 +01:00
util.h Add PPPOE-SERVER functionality 2013-01-08 10:50:57 +01:00

Layer 2 tunneling protocol network server (LNS)