CVS: cvs.openbsd.org: src

2014-04-18 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2014/04/18 04:48:23 Modified files: regress/sbin/pfctl: Makefile pf35.in pf35.ok pfail53.in pfail53.ok Removed files: regress/sbin/pfctl: pf33.in pf33.loaded pf33.ok

CVS: cvs.openbsd.org: src

2014-04-18 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2014/04/18 05:15:21 Removed files: regress/sbin/pfctl: pf43.in pf43.loaded pf43.ok Log message: missed these

CVS: cvs.openbsd.org: src

2014-04-18 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2014/04/18 05:18:40 Modified files: share/man/man4 : pf.4 Log message: stop talking about altq this manpage needs a bigger sync with reality...

CVS: cvs.openbsd.org: src

2014-04-18 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2014/04/18 05:19:45 Modified files: share/man/man4 : options.4 Log message: stop mentioning altq

CVS: cvs.openbsd.org: src

2014-04-18 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2014/04/18 05:36:06 Modified files: usr.bin/systat : pftop.c Log message: no more altq

CVS: cvs.openbsd.org: src

2014-04-18 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2014/04/18 05:41:10 Modified files: share/man/man7 : hier.7 Log message: no more altq hier^Where either

CVS: cvs.openbsd.org: src

2014-04-18 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2014/04/18 08:34:24 Modified files: regress/etc/MAKEDEV: Makefile Log message: cut altq here

CVS: cvs.openbsd.org: src

2014-04-18 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2014/04/18 08:56:59 Modified files: sys/dev/ic : dc.c Log message: reaching into altq unconditionally (and w/o ifdef ALTQ) is bad, mmkay?

CVS: cvs.openbsd.org: src

2014-04-18 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2014/04/18 09:13:01 Modified files: sys/net: pf.c Log message: pf_send_tcp: ask the stack to do the cksum instead of doing it manually ok benno lteo naddy (back in january)

CVS: cvs.openbsd.org: src

2014-04-18 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2014/04/18 09:14:25 Modified files: sys/netinet: tcp_subr.c Log message: tcp_respond: let the stack worry about the cksum instead of doing it manually, ok naddy (in january)

CVS: cvs.openbsd.org: src

2014-04-18 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2014/04/18 09:20:00 Modified files: sys/net: if_tun.c Log message: reaching into altq outside #ifdef ALTQ is bad, mmkay? ok claudio

CVS: cvs.openbsd.org: src

2014-03-28 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2014/03/28 10:47:06 Modified files: usr.bin/mg : theo.c Log message: let's talk about shit

CVS: cvs.openbsd.org: www

2014-03-15 Thread Henning Brauer
CVSROOT:/cvs Module name:www Changes by: henn...@cvs.openbsd.org 2014/03/15 21:23:06 Modified files: papers : index.html Log message: link my asiabsdcon slides

CVS: cvs.openbsd.org: www

2014-03-15 Thread Henning Brauer
CVSROOT:/cvs Module name:www Changes by: henn...@cvs.openbsd.org 2014/03/15 21:22:46 Modified files: . : events.html Log message: move asiabsdcon to the past and link my slides

CVS: cvs.openbsd.org: src

2014-02-12 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2014/02/12 06:01:50 Modified files: sys/net: rtsock.c Log message: Add rtlabel to rt_newaddrmsg, From: Florian Riehm mail at friehm dot de ok bluhm claudio

CVS: cvs.openbsd.org: src

2014-01-24 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2014/01/24 02:48:37 Modified files: sys/net: if_pflow.c Log message: computing the ip csum just before the bpf mtap and only if there is a consumer just to please tcpdump is stupid and not done

CVS: cvs.openbsd.org: src

2014-01-24 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2014/01/24 05:07:50 Modified files: sys/net: pf.c Log message: in pf_check_proto_cksum, updtae the swcksum counters if we cksummed in software. ok naddy (this is pbly the ultimate commit'n'run)

CVS: cvs.openbsd.org: src

2014-01-24 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2014/01/24 11:54:58 Modified files: sys/net: if_bridge.c sys/netinet: ip_input.c tcp_input.c udp_usrreq.c Log message: clearing the _CSUM_IN_OK flags is now utterly pointless, was only

CVS: cvs.openbsd.org: src

2014-01-23 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2014/01/23 16:51:29 Modified files: sys/net: if_bridge.c pf.c sys/netinet: ip_input.c ip_output.c ip_var.h tcp_input.c tcp_var.h udp_usrreq.c udp_var.h

CVS: cvs.openbsd.org: src

2014-01-23 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2014/01/23 16:51:53 Modified files: usr.bin/netstat: inet.c Log message: hardware cecksummed counters - software checksummed counters

CVS: cvs.openbsd.org: src

2014-01-23 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2014/01/23 23:18:33 Modified files: sys/netinet: udp_var.h Log message: make the udpstat counters u_int32_t, for consistency with tcpstat ok krw phessler

CVS: cvs.openbsd.org: src

2014-01-21 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2014/01/21 15:25:56 Modified files: usr.bin/mg : theo.c Log message: fulfilling theo's wishes

CVS: cvs.openbsd.org: src

2014-01-21 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2014/01/21 17:21:17 Modified files: sbin/iked : parse.y sbin/ipsecctl : parse.y sbin/pfctl : parse.y usr.sbin/bgpd : parse.y usr.sbin/dvmrpd: parse.y

CVS: cvs.openbsd.org: src

2014-01-21 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2014/01/21 21:33:34 Modified files: sys/net: pf.c pf_if.c Log message: 7x bcopy - memcpy, impossibility of overlaps verified. ok benno dlg

CVS: cvs.openbsd.org: src

2014-01-21 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2014/01/21 21:34:25 Modified files: sys/net: pf_norm.c Log message: one more absolutely obvious bcopy - memcpy

CVS: cvs.openbsd.org: src

2014-01-20 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2014/01/20 18:50:07 Modified files: sys/net: pf_if.c pfvar.h Log message: introduce a way to match any interface, excluding loopback ones. pfi_kif_get annotates the kif with a flag indicating it is

CVS: cvs.openbsd.org: src

2014-01-20 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2014/01/20 18:52:18 Modified files: share/man/man5 : pf.conf.5 Log message: document how any matches any non-loopback interface, ok benno

CVS: cvs.openbsd.org: src

2014-01-20 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2014/01/20 18:51:55 Modified files: sbin/pfctl : parse.y Log message: if_item can be any now. allows things like block out on $someif received-on any to prevent packets to get forwarded to $someif

CVS: cvs.openbsd.org: src

2014-01-19 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2014/01/19 16:45:34 Modified files: usr.bin/systat : pftop.c Log message: newqueue support for the queue view, code mostly from pfctl. lifting done by Arto Jonsson ajonsson at kapsi dot fi, many thanks!

CVS: cvs.openbsd.org: src

2014-01-19 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2014/01/19 19:57:50 Modified files: sys/net: pf.c pf_ioctl.c pfvar.h Log message: support negated matches on the rcvif, ok dlg benno

CVS: cvs.openbsd.org: src

2014-01-19 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2014/01/19 19:59:13 Modified files: sbin/pfctl : parse.y pfctl_parser.c Log message: support !received-on interface, ok dlg benno

CVS: cvs.openbsd.org: src

2014-01-19 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2014/01/19 19:59:56 Modified files: share/man/man5 : pf.conf.5 Log message: document !received-on, ok dlg benno

CVS: cvs.openbsd.org: www

2013-12-16 Thread Henning Brauer
CVSROOT:/cvs Module name:www Changes by: henn...@cvs.openbsd.org 2013/12/16 06:52:12 Modified files: papers : index.html Log message: link my slides

CVS: cvs.openbsd.org: www

2013-12-16 Thread Henning Brauer
CVSROOT:/cvs Module name:www Changes by: henn...@cvs.openbsd.org 2013/12/16 07:32:02 Modified files: papers : index.html Log message: add a coment reminding idiots like me to update events.html too

CVS: cvs.openbsd.org: www

2013-12-16 Thread Henning Brauer
CVSROOT:/cvs Module name:www Changes by: henn...@cvs.openbsd.org 2013/12/16 07:33:52 Modified files: . : events.html Log message: slides link here as well, reminded by theo

CVS: cvs.openbsd.org: src

2013-11-26 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/11/26 04:27:41 Modified files: sys/netinet: ip_icmp.c Log message: instead of calculating the icmp checksum here, just set the flag that it is needed and the lower parts of the stack will take care

CVS: cvs.openbsd.org: src

2013-11-26 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/11/26 04:33:34 Modified files: usr.sbin/ldapd : imsgev.c Log message: deal with msgbuf_write EAGAIN, ok gilles benno

CVS: cvs.openbsd.org: src

2013-11-26 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/11/26 04:59:38 Modified files: usr.sbin/ldpd : control.c lde.c ldpd.c ldpe.c packet.c Log message: deal with msgbuf_write EAGAIN, ok gilles benno

CVS: cvs.openbsd.org: src

2013-11-26 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/11/26 05:00:19 Modified files: usr.sbin/ripd : ripe.c Log message: msgbuf_write EAGAIN, ok gilles benno

CVS: cvs.openbsd.org: src

2013-11-26 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/11/26 05:01:40 Modified files: usr.sbin/smtpd : enqueue.c Log message: deal with msgbuf_write EAGAIN, ok gilles benno

CVS: cvs.openbsd.org: src

2013-11-26 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/11/26 05:02:23 Modified files: usr.sbin/snmpd : control.c Log message: remove clever shortcut that might bite later, ok gilles benno

CVS: cvs.openbsd.org: src

2013-11-26 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/11/26 05:02:59 Modified files: usr.sbin/ypldap: ldapclient.c Log message: msgbuf_write EAGAIN, ok gilles benno all of these from a long train ride

CVS: cvs.openbsd.org: src

2013-11-01 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/11/01 04:40:15 Modified files: usr.bin/systat : systat.1 Log message: not just altq queues, queues From: Arto Jonsson ajonsson at kapsi.fi

CVS: cvs.openbsd.org: src

2013-11-01 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/11/01 04:42:38 Modified files: sbin/ipsecctl : ipsec.conf.5 sbin/iked : iked.conf.5 Log message: altq - new queue in examples From: Arto Jonsson ajonsson at kapsi.fi

CVS: cvs.openbsd.org: www

2013-10-30 Thread Henning Brauer
CVSROOT:/cvs Module name:www Changes by: henn...@cvs.openbsd.org 2013/10/30 05:22:37 Modified files: . : events.html Log message: fix vbsdcon slide link. thx jturner for fixing my omission

CVS: cvs.openbsd.org: www

2013-10-27 Thread Henning Brauer
CVSROOT:/cvs Module name:www Changes by: henn...@cvs.openbsd.org 2013/10/27 13:01:22 Modified files: papers : index.html Log message: link to our vbsdcon slides

CVS: cvs.openbsd.org: src

2013-10-21 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/10/21 03:39:24 Modified files: sys/net: pf.c Log message: pf_translate: missing conditonal pf_check_proto_cksum calls before mucking with the icmpid. impact of the bug is quite limited, only

CVS: cvs.openbsd.org: src

2013-10-20 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/10/20 07:42:36 Modified files: sys/net: pf.c Log message: in pf_cksum, set the icmp/icmp6 cksums to 0, for comsistency with tcp/udp with ok bluhm

CVS: cvs.openbsd.org: src

2013-10-20 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/10/20 07:44:24 Modified files: sys/netinet: ip_output.c sys/netinet6 : ip6_output.c Log message: no need to make the icmp cksum offloading case special insofar that the cksum needs to be

CVS: cvs.openbsd.org: src

2013-10-19 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/10/19 04:38:55 Modified files: sys/netinet: ip_output.c tcp_output.c tcp_subr.c udp_usrreq.c Log message: make in_proto_cksum_out not rely on the pseudo header checksum to

CVS: cvs.openbsd.org: src

2013-10-19 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/10/19 04:47:53 Modified files: sys/net: pf.c Log message: pf_cksum doesn't need to compute the pseudo hdr cksum any more. ok lteo florian

CVS: cvs.openbsd.org: src

2013-10-19 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/10/19 04:49:31 Modified files: sys/net: if_pflow.c Log message: simplify: no need to muck with the pseudo hdr cksum any more ok lteo florian

CVS: cvs.openbsd.org: src

2013-10-19 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/10/19 04:51:41 Modified files: sys/net: pipex.c Log message: simplify checksum handling. no need to compute the pseudo hdr cksum in the v4 case any more, and computing the cksum in the v6 case

CVS: cvs.openbsd.org: src

2013-10-17 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/10/17 13:59:54 Modified files: sbin/pfctl : parse.y pfctl.c Log message: cannot have queue definitions inside anchors. don't attempt to load them and err out if we run into one ran into by Gregor

CVS: cvs.openbsd.org: src

2013-10-12 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/10/12 06:17:32 Modified files: usr.bin/systat : pftop.c Log message: adopt to queueing changes

CVS: cvs.openbsd.org: src

2013-10-12 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/10/12 06:02:03 Modified files: sys/conf : files Log message: hook in hfsc.c/h looked over tested by many, ok phessler sthen

CVS: cvs.openbsd.org: src

2013-10-12 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/10/12 06:31:37 Modified files: share/man/man5 : pf.conf.5 Log message: document new queueing. with lots of help from jmc. glanced over by many, ok phessler sthen

CVS: cvs.openbsd.org: src

2013-10-12 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/10/12 05:55:46 Modified files: sys/net: if_bridge.c pf_ioctl.c pfkeyv2_convert.c pfvar.h Log message: give tagname2tag and its siblings an extra create parameter. if

CVS: cvs.openbsd.org: src

2013-10-12 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/10/12 05:39:18 Added files: sys/net: hfsc.c hfsc.h Log message: standalone hfsc implementation with new interface to the consumers, for the new bandwidth shaping subsystem. looked over tested

CVS: cvs.openbsd.org: src

2013-10-12 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/10/12 06:16:13 Modified files: sbin/pfctl : Makefile parse.y pfctl.c pfctl.h pfctl_altq.c pfctl_parser.c pfctl_parser.h pfctl_qstats.c Added files: sbin/pfctl :

CVS: cvs.openbsd.org: src

2013-10-12 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/10/12 06:13:12 Modified files: sys/altq : if_altq.h sys/net: if.h pf.c pf_ioctl.c pfvar.h Log message: new bandwidth shaping subsystem, kernel side uses hfsc behind the scenes;

CVS: cvs.openbsd.org: src

2013-10-12 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/10/12 06:18:55 Modified files: regress/sbin/pfctl: pf33.in pf33.ok pf35.in pf35.ok pf37.in pf37.ok pf42.in pf42.ok pf43.in pf43.ok pf45.in

CVS: cvs.openbsd.org: www

2013-10-07 Thread Henning Brauer
CVSROOT:/cvs Module name:www Changes by: henn...@cvs.openbsd.org 2013/10/07 10:32:26 Modified files: papers : index.html Log message: link my eurobsdcon slides

CVS: cvs.openbsd.org: src

2013-08-19 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/08/19 03:16:25 Modified files: sys/net: pf.c Log message: in pf_test_rule, when dealing with a match rule, obey the match rule's quick flag to decide wether to abort ruleset eval instead of the

CVS: cvs.openbsd.org: src

2013-06-26 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/06/26 03:12:40 Modified files: sys/net: if_bridge.c if_pflog.c pf.c pf_norm.c pfvar.h sys/netinet: ip_input.c ip_output.c sys/netinet6 : in6.h ip6_divert.c ip6_forward.c

Re: CVS: cvs.openbsd.org: src

2013-06-26 Thread Henning Brauer
* Mike Belopuhov m...@belopuhov.com [2013-06-26 11:14]: On 26 June 2013 11:12, Henning Brauer henn...@cvs.openbsd.org wrote: CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/06/26 03:12:40 Modified files: sys/net: if_bridge.c

CVS: cvs.openbsd.org: src

2013-06-04 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/06/04 12:58:29 Modified files: sys/net: pf.c Log message: make pf_change_ap() usable without a port. if the port pointer is NULL, just return after being done with the address. ok bluhm ryan

CVS: cvs.openbsd.org: src

2013-06-04 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/06/04 13:03:12 Modified files: sys/net: pf.c pfvar.h Log message: add a pointer to the protocol checksum header field to pf_pdesc and set it up in pf_setup_pdesc(). ok ryan benno mikeb bluhm

CVS: cvs.openbsd.org: src

2013-06-04 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/06/04 13:07:59 Modified files: sys/net: pf.c Log message: fold pf_test_state_{tcp,udp,other} into one pf_test_state. the _icmp variant stays because it is completely different. factor out the

CVS: cvs.openbsd.org: src

2013-06-04 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/06/04 18:56:35 Modified files: sys/net: pf.c Log message: after the pf_test_state folding, in pf_test in the proto switch, the udp and the default case are 100% identical, tcp does a little

CVS: cvs.openbsd.org: src

2013-06-03 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/06/03 09:00:00 Modified files: sys/net: pfvar.h Log message: put back the match member to the anchor stack struct - userland (pfctl) uses it. that is so incedibly wrong... sorry for the

CVS: cvs.openbsd.org: src

2013-06-02 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/06/02 17:06:36 Modified files: sys/net: pf.c Log message: set up osport and odport (original src/dst port) in pf_setup_pdesc instead of late in pf_test_rule - need that for upcoming changes. ok

CVS: cvs.openbsd.org: src

2013-06-02 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/06/02 17:12:23 Modified files: sys/netinet: tcp.h Log message: increase heat in the hackathon room by making sure everybody has to recompile even more of the kernel fix formatting ugliness,

CVS: cvs.openbsd.org: src

2013-06-02 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/06/02 19:41:04 Modified files: sys/net: pfvar.h pf.c Log message: fix anchor quick with nested anchors. we lost the quick flag as soon as we stepped into a child anchor. simplify the logic, get

CVS: cvs.openbsd.org: src

2013-06-01 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/06/01 15:18:02 Modified files: sys/net: pf.c pfvar.h Log message: pf_step_{into,out_of}_anchor() are only ever called from pf_test_rule() these days, so: -move the prototypes from pfvar.h to

CVS: cvs.openbsd.org: src

2013-06-01 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/06/01 15:51:54 Modified files: sbin/pfctl : parse.y Log message: remove set-tos backwards compat, moved into the set {} block a year ago ok ryan

CVS: cvs.openbsd.org: src

2013-05-30 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/05/30 13:22:48 Modified files: usr.sbin/ifstated: ifstated.c Log message: setsockopt to see messages for interfaces in all routing domains again instead of just the primary one. problem reported along

CVS: cvs.openbsd.org: www

2013-03-23 Thread Henning Brauer
CVSROOT:/cvs Module name:www Changes by: henn...@cvs.openbsd.org 2013/03/23 11:56:07 Modified files: papers : index.html Log message: link my asiabsdcon stuffz

CVS: cvs.openbsd.org: src

2013-01-16 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/01/16 17:48:04 Modified files: sys/dev/pci: if_oce.c sys/net: if_gif.c if_llc.h pfvar.h sys/netinet: tcp_input.c Log message: first or second coming, commie or not

CVS: cvs.openbsd.org: src

2013-01-15 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/01/15 18:49:20 Modified files: share/man/man5 : pf.conf.5 sbin/pfctl : parse.y pfctl_parser.c Log message: for consistency with prio etc, the queue assignment really belongs into the set

CVS: cvs.openbsd.org: www

2013-01-15 Thread Henning Brauer
CVSROOT:/cvs Module name:www Changes by: henn...@cvs.openbsd.org 2013/01/15 19:10:13 Modified files: faq: current.html Log message: bonjour miod, c'est 2013

CVS: cvs.openbsd.org: www

2013-01-15 Thread Henning Brauer
CVSROOT:/cvs Module name:www Changes by: henn...@cvs.openbsd.org 2013/01/15 19:15:06 Modified files: faq: current.html Log message: queue - set queue

CVS: cvs.openbsd.org: src

2013-01-15 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/01/15 19:43:24 Modified files: share/man/man5 : pf.conf.5 Log message: move the set queue block a bit down so that a) things are in alphabetical order again b) the described below in the set prio

CVS: cvs.openbsd.org: www

2013-01-13 Thread Henning Brauer
CVSROOT:/cvs Module name:www Changes by: henn...@cvs.openbsd.org 2013/01/13 16:40:26 Modified files: papers : index.html Log message: link to my eurobsdcon presentation was missing, pointed out by chl@

CVS: cvs.openbsd.org: src

2012-11-06 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2012/11/06 05:32:42 Modified files: sys/net: if_bridge.c if_pflog.c pf.c pf_norm.c pfvar.h sys/netinet: ip_input.c ip_output.c sys/netinet6 : in6.h ip6_divert.c ip6_forward.c

CVS: cvs.openbsd.org: src

2012-11-02 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2012/11/02 07:14:05 Modified files: sys/netinet6 : ip6_output.c Log message: unbreak ramdisks, we need to include tcp/udp.h unconditionally now and not dependent on ipsec. puzzled how this went by since I

CVS: cvs.openbsd.org: src

2012-11-01 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2012/11/01 01:55:56 Modified files: sys/net: if_bridge.c if_pflog.c pf.c pf_norm.c pfvar.h sys/netinet: ip_input.c ip_output.c sys/netinet6 : in6.h ip6_divert.c ip6_forward.c

CVS: cvs.openbsd.org: src

2012-10-10 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2012/10/10 05:14:08 Modified files: sys/net: if_bridge.c Log message: make bridge_rtflush and bridge_flushrule void functions, as they never return anything but 0 anyways From: Michael W.

Re: CVS: cvs.openbsd.org: src

2012-09-20 Thread Henning Brauer
* Claudio Jeker cje...@diehard.n-r-g.com [2012-09-20 12:48]: On Thu, Sep 20, 2012 at 12:26:54PM +0200, Henning Brauer wrote: * Alexander Bluhm bl...@cvs.openbsd.org [2012-09-19 21:21]: CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2012/09/19 13:20:34

CVS: cvs.openbsd.org: src

2012-09-19 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2012/09/19 09:29:53 Modified files: sys/net: if.h if_vlan.c Log message: defina an IFCAP_CSUM_MASK, covering IFCAP_CSUM_*, and use it in if_vlan.c to replace the list of them. this actually makes

CVS: cvs.openbsd.org: src

2012-09-19 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2012/09/19 09:31:24 Modified files: sys/netinet: ip_carp.c Log message: inherit IFCAP_CSUM_* from the parent interface in my tree for a while and I forgot what exactly triggered it, but in one way or

CVS: cvs.openbsd.org: src

2012-09-19 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2012/09/19 10:30:39 Modified files: usr.sbin/ntpd : ntpd.8 Log message: clarify which process writes out stats upong SIGINFO reception. pointed out by Frank Brodbeck fab at guug.de, actual change with ok

CVS: cvs.openbsd.org: src

2012-09-18 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2012/09/18 04:11:53 Modified files: sbin/pfctl : parse.y pfctl_parser.c sys/net: pf.c pf_ioctl.c pfvar.h usr.sbin/ftp-proxy: filter.c usr.sbin/relayd: pfe_filter.c Log

CVS: cvs.openbsd.org: src

2012-07-28 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2012/07/28 06:35:14 Modified files: share/man/man4 : pflog.4 Log message: sync struct pfloghdr with reality, pt out Johan Ryberg johan at securit.se

CVS: cvs.openbsd.org: src

2012-07-13 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2012/07/13 05:14:04 Modified files: sys/net: pfvar.h Log message: remove confuzzling comment :dlg: the xxx can go ..and this time commit to the real repo and not the one on my laptop

Re: CVS: cvs.openbsd.org: src

2012-07-10 Thread Henning Brauer
, it's not usable until then. nice try, but as long as it has joins it isn't webscale. need NoSQL monGoDB PoWerpoInT LiEm Arket Ing. Inc Bros enteRprice edition I'm off to that pig farm in idaho now. -- Henning Brauer, h...@bsws.de, henn...@openbsd.org BS Web Services, http://bsws.de, Full-Service

CVS: cvs.openbsd.org: src

2012-07-10 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2012/07/10 03:13:41 Modified files: sbin/pfctl : parse.y pfctl_parser.c Log message: set { ... } - set ( ... ) brought up by ryan, discussed with him and theo and they convinced me

CVS: cvs.openbsd.org: src

2012-07-10 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2012/07/10 03:23:56 Modified files: sbin/pfctl : pfctl_parser.c Log message: intermediate hack^Wugly fix to prevent spurious scrub () prints + XXX comment as reminder to clean this up for good

CVS: cvs.openbsd.org: src

2012-07-10 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2012/07/10 03:38:22 Modified files: sys/net: pfvar.h Log message: define a PFSTATE_SCRUBMASK. relying on numeric order of flags is stupid and bound to break sooner or later.

CVS: cvs.openbsd.org: src

2012-07-10 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2012/07/10 03:39:26 Modified files: sbin/pfctl : pfctl_parser.c Log message: use PFSTATE_SCRUBMASK whenever you see (flags = ONE_OF_THE_FLAGS), run. that must break sooner or later.

<    1   2   3   4   5   6   7   >