CVS: cvs.openbsd.org: src

2008-07-08 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/07/08 07:14:59 Modified files: usr.sbin/bgpd : parse.y Log message: Use correct format string specifier for int argument. Don't try to print it as string. Fixes crash seen by Peter Bristow. "obviously

CVS: cvs.openbsd.org: src

2008-07-13 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/07/13 14:41:39 Modified files: sys/netinet6 : in6.c Log message: Do not specify the gateway on RTM_DELETE -- similar fix was done in the arp code. This fixes in6_ifloop_request warnings seen on carp i

CVS: cvs.openbsd.org: src

2008-07-19 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/07/19 15:31:39 Modified files: usr.sbin/ntpd : ntpd.c Log message: Use errx instead of fprintf, exit combo. Diff from Gleydson Soares gsoares (at) gmail (dot) com OK henning@

CVS: cvs.openbsd.org: src

2008-07-24 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/07/24 12:46:59 Modified files: usr.sbin/ospfd : kroute.c auth.c Log message: Use memcpy() and memcmp() like everywhere else in ospfd. OK norby@

CVS: cvs.openbsd.org: src

2008-07-27 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/07/27 04:06:10 Modified files: usr.sbin/inetd : inetd.c Log message: Use __progname instead of hand rolled version using argv[0]. Diff from Gleydson Soares gsoares at gmail dot com OK millert@

CVS: cvs.openbsd.org: src

2008-07-28 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/07/28 07:25:10 Modified files: sys/net: route.c Log message: Fix the tracking of RTF_MPATH. Until now the magic happend on the first route and not on the routes with the right prio. So pick up t

CVS: cvs.openbsd.org: src

2008-07-28 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/07/28 09:42:07 Modified files: usr.sbin/inetd : inetd.c Log message: Do not use __progname in inetd as it is not portable. Instead hardcode it to "inetd" in the few locations that print out the program

CVS: cvs.openbsd.org: src

2008-07-28 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/07/28 13:38:07 Modified files: sys/net: rtsock.c Log message: Align the route message length to the next natural boundary via ALIGN() to ensure that the next message is nicely aligned as well. S

CVS: cvs.openbsd.org: src

2009-09-30 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2009/09/30 05:59:39 Modified files: usr.sbin/ospfd : carp.c Log message: carp_demote_ioctl() can handle more then +/-1 steps so there is no need to loop in the shutdown case. OK henning@

CVS: cvs.openbsd.org: src

2009-09-30 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2009/09/30 05:59:00 Modified files: usr.sbin/bgpd : carp.c Log message: carp_demote_ioctl() can handle more then +/-1 steps so there is no need to loop in the shutdown case. OK henning@

CVS: cvs.openbsd.org: src

2009-09-30 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2009/09/30 06:08:52 Modified files: usr.sbin/ripd : carp.c Log message: carp_demote_ioctl() can handle more then +/-1 steps so there is no need to loop in the shutdown case. OK henning@

CVS: cvs.openbsd.org: src

2009-09-30 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2009/09/30 06:07:26 Modified files: usr.sbin/relayd: carp.c Log message: carp_demote_ioctl() can handle more then +/-1 steps so there is no need to loop in the shutdown case. OK henning@ Fix an error message

CVS: cvs.openbsd.org: src

2009-09-30 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2009/09/30 06:02:18 Modified files: usr.sbin/ospf6d: carp.c Log message: carp_demote_ioctl() can handle more then +/-1 steps so there is no need to loop in the shutdown case. OK henning@

CVS: cvs.openbsd.org: src

2009-09-30 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2009/09/30 06:22:03 Modified files: usr.sbin/ospf6d: carp.c usr.sbin/ospfd : carp.c usr.sbin/relayd: carp.c usr.sbin/ripd : carp.c Log message: Bring in sync with the bgpd version

CVS: cvs.openbsd.org: src

2009-09-30 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2009/09/30 08:30:24 Modified files: usr.sbin/ospfd : ospfe.c Log message: 0x -> MAX_METRIC. Idea by sthen@, I like it :)

CVS: cvs.openbsd.org: src

2009-09-30 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2009/09/30 08:39:07 Modified files: usr.sbin/ospfd : interface.c neighbor.c Log message: Oups, these changes should not have been commited. Revert.

CVS: cvs.openbsd.org: src

2009-09-30 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2009/09/30 08:37:11 Modified files: usr.sbin/ospfd : interface.c neighbor.c ospfe.c Log message: Announce a stub network LSA for backup carp interfaces. This should help when fail-over happens, since removin

CVS: cvs.openbsd.org: src

2009-11-11 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2009/11/11 00:59:10 Modified files: usr.sbin/ospfd : rde.c Log message: Fix an obvious use after free. Found by parfait. Reported and OK jsg@

CVS: cvs.openbsd.org: src

2009-11-11 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2009/11/11 06:48:35 Modified files: usr.sbin/bgpd : parse.y rde.c Log message: Plug two memory leaks in error pathes. Found by parfait. OK henning, jsg

CVS: cvs.openbsd.org: src

2009-11-12 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2009/11/12 15:19:33 Modified files: usr.sbin/ospfd : rde_spf.c Log message: get_rtr_link and get_net_link are not supposed to fail and returning NULL would be bad. So instead use a fatalx() in that impossibl

CVS: cvs.openbsd.org: src

2009-11-12 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2009/11/12 15:29:15 Modified files: usr.sbin/ospfd : rde_lsdb.c Log message: Add more paranoia in lsa_router_check(). There needs to be at least one router link in a type-1 LSA.

CVS: cvs.openbsd.org: src

2009-11-13 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2009/11/13 07:14:56 Modified files: sys/netinet: ip_output.c Log message: Packets generated by ip_fragment() need to inherit the rdomain from the original packet or they will trigger the diagnostic check

CVS: cvs.openbsd.org: src

2009-11-13 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2009/11/13 08:07:23 Modified files: sys/netatalk : aarp.c at_control.c Log message: Use TAILQ_ macros instead of handrolling them self. Tested by myself.

CVS: cvs.openbsd.org: src

2009-11-13 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2009/11/13 13:54:05 Modified files: sys/kern : uipc_domain.c sys/net: raw_cb.h raw_usrreq.c sys/netinet: in_pcb.c in_pcb.h ip_icmp.c ip_ipsp.h ipse