1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/sys/netinet
henning 1d6ed2b266 add support for getsockopt(..., TCP_SIGNATURE_ENABLE
so you can check wether a just accept()ed connection is md5sig'd

ok deraadt@ markus@
2004-01-30 11:33:32 +00:00
..
icmp6.h convert __attribute__((__packed__)) to __packed so that parsers unaware 2003-11-16 20:30:06 +00:00
icmp_var.h Remove the advertising clause in the UCB license which Berkeley 2003-06-02 23:27:43 +00:00
if_arc.h Remove the advertising clause in the UCB license which Berkeley 2003-06-02 23:27:43 +00:00
if_atm.c de-register. deraadt ok 2003-12-10 07:22:42 +00:00
if_atm.h whitespace 2002-06-09 16:26:10 +00:00
if_ether.c Permit ethernet multicast addresses, as used by some HA/failover solutions. Suggested by and ok markus@. 2003-12-18 09:23:14 +00:00
if_ether.h Remove the advertising clause in the UCB license which Berkeley 2003-06-02 23:27:43 +00:00
igmp_var.h Remove the advertising clause in the UCB license which Berkeley 2003-06-02 23:27:43 +00:00
igmp.c put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros 2004-01-03 14:08:52 +00:00
igmp.h Remove the advertising clause in the UCB license which Berkeley 2003-06-02 23:27:43 +00:00
in4_cksum.c Remove the advertising clause in the UCB license which Berkeley 2003-06-02 23:27:43 +00:00
in_cksum.c de-register. deraadt ok 2003-12-10 07:22:42 +00:00
in_gif.c de-register. deraadt ok 2003-12-10 07:22:42 +00:00
in_gif.h First round of __P removal in sys 2002-03-14 01:26:25 +00:00
in_pcb.c use pool for pcb; with grange@ like netbsd; ok itojun@, cedric@ 2004-01-02 16:08:54 +00:00
in_pcb.h change in*_pcbnotify to return numbers of matches; ok itojun, mcbride, henning 2003-12-21 15:12:27 +00:00
in_proto.c Add initial support for pf state synchronization over the network. 2003-12-15 07:11:29 +00:00
in_systm.h Remove the advertising clause in the UCB license which Berkeley 2003-06-02 23:27:43 +00:00
in_var.h de-register. deraadt ok 2003-12-10 07:22:42 +00:00
in.c de-register. deraadt ok 2003-12-10 07:22:42 +00:00
in.h Change pfsync IP protocol and multicast group numbers. 2003-12-17 21:36:17 +00:00
ip6.h struct for IPv6 pseudo header checksum - nonstandard. from kame 2004-01-08 05:31:13 +00:00
ip_ah.c m_copyback()'s 4th arg is const void *, nuke (caddr_t) casts. 2003-08-14 19:00:12 +00:00
ip_ah.h Remove commons; inspired by netbsd. 2003-02-12 14:41:07 +00:00
ip_carp.c send RTM_IFINFO on carp state changes; with mpf@; ok mcbride@, mpf@ 2004-01-18 12:22:39 +00:00
ip_carp.h convert __attribute__((__packed__)) to __packed so that parsers unaware 2003-11-16 20:30:06 +00:00
ip_ecn.c bring in ECN support from KAME. 2002-05-16 14:10:51 +00:00
ip_ecn.h bring in ECN support from KAME. 2002-05-16 14:10:51 +00:00
ip_esp.c de-register. deraadt ok 2003-12-10 07:22:42 +00:00
ip_esp.h UDP encapsulation for ESP in transport mode (draft-ietf-ipsec-udp-encaps-XX.txt) 2003-12-02 23:16:28 +00:00
ip_ether.c add support for ifconfig clone/destroy; ok henning deraadt 2003-12-03 14:51:05 +00:00
ip_ether.h whitespace 2002-06-09 16:26:10 +00:00
ip_gre.c de-register. deraadt ok 2003-12-10 07:22:42 +00:00
ip_gre.h whitespace 2002-06-09 16:26:10 +00:00
ip_icmp.c do not flip ip_len/ip_off in netinet stack. deraadt ok. 2003-07-09 22:03:15 +00:00
ip_icmp.h Remove the advertising clause in the UCB license which Berkeley 2003-06-02 23:27:43 +00:00
ip_id.c niels kindly dropped clause 3/4 from the license. tnx! 2003-12-12 06:57:12 +00:00
ip_input.c de-register. deraadt ok 2003-12-10 07:22:42 +00:00
ip_ipcomp.c m_copyback()'s 4th arg is const void *, nuke (caddr_t) casts. 2003-08-14 19:00:12 +00:00
ip_ipcomp.h Grr, forgot to commit this earlier: add ipcomps_minlen 2003-02-19 19:19:54 +00:00
ip_ipip.c de-register. deraadt ok 2003-12-10 07:22:42 +00:00
ip_ipip.h whitespace 2002-06-09 16:26:10 +00:00
ip_ipsp.c in gettdbbysrcdst(): hash by SRC and lookup SA in the tdbsrc[] hash table 2004-01-27 09:29:22 +00:00
ip_ipsp.h add gettdbbysrcdst(), just like gettdb(), but compares tdb_src as well; ok mcbride@ 2004-01-22 14:38:28 +00:00
ip_mroute.c fix vlan destroy for MROUTING; report spamme@wouz.dk via tedu; ok itojun 2004-01-06 17:28:32 +00:00
ip_mroute.h whitespace 2002-06-09 16:26:10 +00:00
ip_output.c the previous change caused invalid checksums in some cases (rdr), 2003-11-06 16:57:41 +00:00
ip_spd.c Check for undersized IP header, found by jbm@, ok angelos@ 2002-11-12 13:38:41 +00:00
ip_var.h Remove the advertising clause in the UCB license which Berkeley 2003-06-02 23:27:43 +00:00
ip.h Remove the advertising clause in the UCB license which Berkeley 2003-06-02 23:27:43 +00:00
ipsec_input.c UDP encapsulation for ESP in transport mode (draft-ietf-ipsec-udp-encaps-XX.txt) 2003-12-02 23:16:28 +00:00
ipsec_output.c UDP encapsulation for ESP in transport mode (draft-ietf-ipsec-udp-encaps-XX.txt) 2003-12-02 23:16:28 +00:00
raw_ip.c use CIRCLEQ* for pcb's; ok deraadt, henning, mcbride, with help from canacar 2003-12-21 14:57:19 +00:00
tcp_debug.c typo (need to check ti6 instead of ti) 2003-06-09 10:12:52 +00:00
tcp_debug.h Remove the advertising clause in the UCB license which Berkeley 2003-06-02 23:27:43 +00:00
tcp_fsm.h Remove the advertising clause in the UCB license which Berkeley 2003-06-02 23:27:43 +00:00
tcp_input.c reset TCPT_KEEP to tcp_keepidle when switching to ESTABLISHED; 2004-01-29 17:02:56 +00:00
tcp_output.c add gettdbbysrcdst(), just like gettdb(), but compares tdb_src as well; ok mcbride@ 2004-01-22 14:38:28 +00:00
tcp_seq.h Remove the advertising clause in the UCB license which Berkeley 2003-06-02 23:27:43 +00:00
tcp_subr.c support for RFC3390 (Increasing TCP's Initial Window); ok deraadt, itojun 2004-01-29 11:55:28 +00:00
tcp_timer.c de-register. deraadt ok 2003-12-10 07:22:42 +00:00
tcp_timer.h Remove the advertising clause in the UCB license which Berkeley 2003-06-02 23:27:43 +00:00
tcp_usrreq.c add support for getsockopt(..., TCP_SIGNATURE_ENABLE 2004-01-30 11:33:32 +00:00
tcp_var.h support for RFC3390 (Increasing TCP's Initial Window); ok deraadt, itojun 2004-01-29 11:55:28 +00:00
tcp.h Remove the advertising clause in the UCB license which Berkeley 2003-06-02 23:27:43 +00:00
tcpip.h Remove the advertising clause in the UCB license which Berkeley 2003-06-02 23:27:43 +00:00
udp_usrreq.c in_pcbnotify() now returns number of matches. 2004-01-07 09:56:13 +00:00
udp_var.h Remove the advertising clause in the UCB license which Berkeley 2003-06-02 23:27:43 +00:00
udp.h Remove the advertising clause in the UCB license which Berkeley 2003-06-02 23:27:43 +00:00