openbsd
2021-01-20 claudioCleanup, fix and add a few more test cases. Make sure...
2021-01-20 bluhmTest path MTU discovery with IPv6 TCP packets tunneled...
2021-01-20 bluhmIf pledge "wroute" is missing for setsockopt SO_RTABLE...
2021-01-20 bluhmCheck the rewritten address output from tcpdump -e...
2021-01-20 bluhmPrint rewritten addresses in tcpdump(8) logged with...
2021-01-20 kettenisReprogram outbound windows to match the device tree...
2021-01-20 sthentypo; spotted by jmc
2021-01-20 jmatthewCheck management capabilities before trying to attach...
2021-01-20 knPledge before authentication when possible
2021-01-20 nicmChange so that window_flags escapes # automatically...
2021-01-20 tbDrop unneeded cast in seal_record_protected_cipher
2021-01-19 bluhmpflog(4) tried to log the translated packet with rdr...
2021-01-19 dlgblacklist com on m3000s. our com code causes faults...
2021-01-19 kettenisImplement intx support.
2021-01-19 mvspipex(4): convert ifunit() to if_unit(9)
2021-01-19 mvsswitch(4): convert ifunit to if_unit(9)
2021-01-19 mvspppoe(4): convert ifunit() to if_unit(9)
2021-01-19 mvspipex(4): convert ifunit() to if_unit(9)
2021-01-19 mvskern/subr_disk.c: convert ifunit() to if_unit(9)
2021-01-19 mvsnfs/nfs_boot.c: convert ifunit() to if_unit(9)
2021-01-19 kettenisEnable athn(4)
2021-01-19 jsingAdd code to handle change of cipher state in the new...
2021-01-19 jsingProvide functions to determine if TLSv1.2 record protec...
2021-01-19 jsingProvide record layer overhead for DTLS.
2021-01-19 jsingFactor out code for explicit IV length, block size...
2021-01-19 ketteniss/KHz/kHz/ and reduce dmesg spam a bit
2021-01-19 ketteniss/KHZ/kHz/ and reduce dmesg spam a bit
2021-01-19 deraadt/etc/malloc.conf path-approval in pledge is no longer...
2021-01-19 florianGet rid of inet_net_pton and inet_net_ntop.
2021-01-19 florianMake imsg event structs static to fix -fno-common.
2021-01-19 florianMove control_state and ctl_conns to control.c, it's...
2021-01-19 florianNo need for a global rad_process; unbreaks -fno-common.
2021-01-19 florianMake imsg event structs static to fix -fno-common.
2021-01-19 florianMove control_state and ctl_conns to control.c, it's...
2021-01-19 florianPrevent more yacc clashes; fixes -fno-common.
2021-01-19 florianReduce scope of routesock unbreaking -fno-common.
2021-01-19 florianNo need for a global uw_process; unbreaks -fno-common.
2021-01-19 florianMake imsg event structs static to fix -fno-common.
2021-01-19 florianMove control_state and ctl_conns to control.c, it's...
2021-01-19 florianNo need for a global slaacd_process; unbreaks -fno...
2021-01-19 florianPrevent an overflow in inet_net_pton(3) when the passed...
2021-01-19 antonusb_init_task() wants a struct usb_task as the first...
2021-01-19 claudioFirst bits of a regress test that ensures that the...
2021-01-19 claudioLike ospfd allocate the recv buffer with malloc() on...
2021-01-19 claudioLike ospfd allocate the recv buffer with malloc() on...
2021-01-19 claudioLike ospfd allocate the recv buffer with malloc() on...
2021-01-19 claudioAllocate the recv buffer with malloc() on first call...
2021-01-19 claudioAdjust the disc_recv_packet() code to not use IBUF_READ...
2021-01-19 claudioKill log_procnames and properly define ldpd_process.
2021-01-19 claudioDo the same control cleanup as in other daemons. Move...
2021-01-19 mpi(re)Introduce locking for amaps & anons.
2021-01-19 claudioMake struct imsgev static like in the other routing...
2021-01-19 kettenisRemove some unused #defines and remove some commented...
2021-01-19 claudioKill dvrmpd_process and log_procnames. Unneeded abstrac...
2021-01-19 claudioCleanup control like in the other routing daemons....
2021-01-19 claudioLike dvrmpd there is no need for a static pkt buffer...
2021-01-19 claudioAnother pkt_ptr cleanup. There is actually no need...
2021-01-19 claudioLike all other log.c just exit(1) in fatal()
2021-01-19 claudioKill global eigrpd_process and instead pass the proc...
2021-01-19 claudioUse log_procname instead of log_procnames[eigrpd_proces...
2021-01-19 claudioSame control cleanup that was done for ospfd and ripd...
2021-01-19 claudioLike in ospfd use a static pkt_ptr buffer
2021-01-19 claudioForgot one IBUF_READ_SIZE to READ_BUF_SIZE change.
2021-01-19 claudioDo not use IBUF_READ_SIZE for the packet read buffer...
2021-01-19 claudioMake the struct imsgev structs static and with that...
2021-01-19 claudioRemove the PROC_* enums and ripd_process, they are...
2021-01-19 claudioLike in all other log.c file just use exit(1) in fatal...
2021-01-19 claudioMove the interface demote out of if_del and into the...
2021-01-19 claudioLike in ospfd make the pkt_ptr a local static buffer.
2021-01-19 claudioApply same cleanup to the control code as in ospfd.
2021-01-19 claudioMake the struct imsgev static. With this ospf6d compile...
2021-01-19 claudioUse ospfe_imsg_compose_rde() instead of exporting iev_r...
2021-01-19 claudioLike in ospfd rename nconf to noeconf in the ospf engin...
2021-01-19 claudioProperly define ospfd_process as an extern in the heade...
2021-01-19 claudioLike in ospfd use a static pkt_ptr buffer.
2021-01-19 claudioDo the same control cleanup as in ospfd. Move control_s...
2021-01-19 claudioMake the imsg event structures static, properly define...
2021-01-19 claudioInternalize a few more things into the control code...
2021-01-19 claudioUse a static pkt_ptr buffer instead of allocating it...
2021-01-19 claudioUse ospfe_imsg_compose_rde() instead of calling imsg_co...
2021-01-19 claudioDo the KAME embedded scope fixup in the two places...
2021-01-19 claudioFix the embedded scope hack. They way this was written...
2021-01-19 mvsgre(4): convert ifunit() to if_unit(9)
2021-01-19 mvstpmr(4): convert ifunit() to if_unit(9)
2021-01-19 mvsbpe(4): convert ifunit() to if_unit(9)
2021-01-19 mvsaggr(4): convert ifunit() to if_unit(9)
2021-01-18 tbFix httpd example config
2021-01-18 mvsMark `ps_oppid' as atomic.
2021-01-18 mvsregen
2021-01-18 mvsRevert wrong commit.
2021-01-18 mvsConvert ifunit() to if_unit(9).
2021-01-18 mvsregen
2021-01-18 mvsUnlock getppid(2).
2021-01-18 florianRemove c++ comment that snuck in and remove useless...
2021-01-18 florianRemove unused variable in an effort to make this -fno...
2021-01-18 sthenadd IPPROTO_SCTP, ok claudio@
2021-01-18 claudioAdjust code to the change of struct bgpd_addr in bgpd.
2021-01-18 claudioChange struct bgpd_addr VPN encoding. Instead of includ...
2021-01-18 dtuckerFix long->int for convtime tests here too. Spotted...
2021-01-18 nicmHide some warnings on newer GCC versions, GitHUb issue...
next