CVSROOT:/cvs
Module name:src
Changes by: yasu...@cvs.openbsd.org 2010/01/13 00:49:44
Modified files:
usr.sbin/npppd/l2tp: l2tp_call.c l2tp_ctrl.c l2tpd.c
usr.sbin/npppd/npppd: Makefile chap_ms.c mppe.c npppd.c npppd.h
npppd_auth.c npp
CVSROOT:/cvs
Module name:src
Changes by: yasu...@cvs.openbsd.org 2010/01/13 00:23:38
Modified files:
sys/net: if_tun.c pipex.c pipex_local.h
Log message:
cleanup pipex code. ok henning@
CVSROOT:/cvs
Module name:src
Changes by: henn...@cvs.openbsd.org 2010/01/13 00:05:28
Modified files:
sys/netinet: in.c in_var.h ip_input.c
Log message:
we don't need broadcast for the classful network AND broadcast for the
subnet of the classful network. at least, not
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2010/01/12 23:12:48
Modified files:
sys/dev/pci: pci.c
Log message:
Don't whack conflicting BARs if they are enabled.
Makes the IBM eServer x336 work. Tested by sthen@ and na...@.
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2010/01/12 23:09:44
Modified files:
sys/arch/hp300/dev: mb89352.c
sys/arch/luna88k/dev: mb89352.c
sys/arch/mac68k/dev: ncr5380.c
sys/arch/macppc/dev: mesh.c
sys/dev/ic :
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2010/01/12 23:05:47
Modified files:
sys/net: pipex.c pipex_local.h
Log message:
replace static on functions with Static so openbsd can define it away
to nothing. this lets us see functions in ddb, wh
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2010/01/12 23:02:37
Modified files:
usr.sbin/bgpd : bgpd.h control.c parse.y rde.c rde.h
rde_prefix.c rde_rib.c rde_update.c util.c
Log message:
Add support for BGP MPLS VPN aka RF
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2010/01/12 23:04:00
Modified files:
usr.sbin/bgpctl: parser.c
Log message:
Add VPNv4 to the understood address families in bgpctl.
OK henning@, reyk@
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2010/01/12 22:27:19
Modified files:
sys/netinet: if_ether.c
Log message:
Remove special bridge code in in_arpinput() this is no longer needed since
we now correctly broadcast packets to all local ports.
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2010/01/12 22:25:06
Modified files:
sys/net: if_bridge.c
Log message:
Preliminary rdomain support in bridge(4). Make sure that m->m_pkthdr.rdomain
is set whenever we changing the rcvif. It is still n
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2010/01/12 22:20:10
Modified files:
sbin/pfctl : parse.y
Log message:
Move tokens before productions into more consistant places
ok mcbride
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2010/01/12 22:09:07
Modified files:
sbin/pfctl : pfctl_parser.c
Log message:
repair a double-free suggested by parfait; ok mcbride
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2010/01/12 22:08:56
Modified files:
sys/scsi : scsi_base.c
Log message:
when checking an xs for errors, first check if the device the xs is for
is dying. if so, return ENXIO.
this should make detach o
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2010/01/12 21:10:50
Modified files:
usr.bin/ssh: sftp.c
Log message:
don't append a space after inserting a completion of a directory (i.e.
a path ending in '/') for a slightly better user experience; ok
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2010/01/12 20:48:13
Modified files:
usr.bin/ssh: servconf.c servconf.h sshd.c
Log message:
avoid run-time failures when specifying hostkeys via a relative
path by prepending the cwd in these cases; bz#12
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2010/01/12 20:09:05
Modified files:
sys/scsi : scsi_base.c
Log message:
scsi_xs_sync uses the xs cookie and done pointers, so users of scsi_xs_sync
cannot. panic if theyre set before scsi_xs_sync is ca
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2010/01/12 19:47:37
Modified files:
distrib/sets/lists/base: md.alpha md.amd64 md.armish md.hp300
md.hppa md.hppa64 md.i386 md.landisk
md.mac
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2010/01/12 19:46:19
Modified files:
sys/scsi : scsi_base.c
Log message:
Oops. Restore decrement of xs->retries I optimized away. Not everything
is dlg@'s fault.
ok dlg@
CVSROOT:/cvs
Module name:src
Changes by: henn...@cvs.openbsd.org 2010/01/12 19:26:49
Modified files:
sys/net: if.c if.h
Log message:
maintain a global RB tree of all local addresses in the system. this
includes AF_LINK addresses (aka mac addresses in the ethernet
CVSROOT:/cvs
Module name:src
Changes by: henn...@cvs.openbsd.org 2010/01/12 19:29:51
Modified files:
sys/net: if.c
Log message:
make ifa_ifwithaddr use the shiny new ifaddr RB tree instead of traversing
the list of all interfaces and traversing the list of all add
CVSROOT:/cvs
Module name:src
Changes by: henn...@cvs.openbsd.org 2010/01/12 19:13:12
Modified files:
sys/net: if.c if.h
sys/netinet: in.c
sys/netinet6 : in6.c in6_ifattach.c
sys/netatalk : at_control.c
Log message:
instead of fid
CVSROOT:/cvs
Module name:src
Changes by: henn...@cvs.openbsd.org 2010/01/12 19:02:43
Modified files:
sys/netinet6 : in6.c
Log message:
adding an empty ifaddr struct to the per-interface ifaddr list and
somewhen later eventually filling the address in is NOT nice.
set ad
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2010/01/12 18:54:38
Modified files:
sys/net: pfvar.h
Log message:
Remove extern reference to pf_pabuf which uses a struct
which no longer exists. Makes gcc4 kernels compile again.
ok henning@
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2010/01/12 18:51:20
Modified files:
sys/scsi : ss_mustek.c ss_scanjet.c
Log message:
Fix SCSIDEBUG compiles.
Pointed out and original diff by j...@.
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2010/01/12 18:40:16
Modified files:
usr.bin/ssh: sftp-common.c sftp-common.h sftp-server.c
sftp.1 sftp.c
usr.bin/ssh/sftp-server: Makefile
Log message:
support '-h' (hu
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2010/01/12 18:41:58
Modified files:
sbin/pfctl : pfctl.c pfctl_parser.c
Log message:
fix some leaks found by parfait
ok mcbride@ henning@
CVSROOT:/cvs
Module name:src
Changes by: henn...@cvs.openbsd.org 2010/01/12 18:26:28
Modified files:
sys/netinet: igmp.c in.c in_var.h ip_carp.c ip_input.c
Log message:
let's admit it's not 1992 any more. CIDR is around for a long time, even
that router vendor doesn't
CVSROOT:/cvs
Module name:src
Changes by: dtuc...@cvs.openbsd.org 2010/01/12 18:20:21
Modified files:
usr.bin/ssh: canohost.c ssh-keysign.c sshconnect2.c
Log message:
Make HostBased authentication work with a ProxyCommand. bz #1569, patch
from imorgan at nas nasa gov,
CVSROOT:/cvs
Module name:src
Changes by: dtuc...@cvs.openbsd.org 2010/01/12 18:10:56
Modified files:
usr.bin/ssh: key.c
Log message:
Ignore and log any Protocol 1 keys where the claimed size is not equal to
the actual size. Noted by Derek Martin, ok djm@
CVSROOT:/cvs
Module name:src
Changes by: mcbr...@cvs.openbsd.org 2010/01/12 18:08:38
Modified files:
regress/sbin/pfctl: pf13.loaded pf13.ok pf13.optimized
pf17.loaded pf17.ok pf17.optimized
pf18.loaded pf18.optimize
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2010/01/12 18:08:14
Modified files:
libexec/tftp-proxy: filter.c
Log message:
pfr.rule.*.addr.type must be initialized to PF_ADDR_NONE for things that
are not used. bzero() of the rule structure is not enoug
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2010/01/12 18:07:34
Modified files:
usr.sbin/ftp-proxy: filter.c
Log message:
pfr.rule.*.addr.type must be initialized to PF_ADDR_NONE for things that
are not used. bzero() of the rule structure is not enoug
CVSROOT:/cvs
Module name:src
Changes by: mcbr...@cvs.openbsd.org 2010/01/12 17:57:49
Modified files:
sbin/pfctl : pf_print_state.c
Log message:
In some cases the netmask gets set to a full 128 bit mask even if no
address family is selected; don't print the v6 mask if
CVSROOT:/cvs
Module name:src
Changes by: mcbr...@cvs.openbsd.org 2010/01/12 17:56:14
Modified files:
sbin/pfctl : parse.y
Log message:
Allow /netmask notation in redir spec, fix the rest of the regress
tests for illegal conditions in translation/routing.
CVSROOT:/cvs
Module name:src
Changes by: mcbr...@cvs.openbsd.org 2010/01/12 17:52:14
Modified files:
regress/sbin/pfctl: Makefile
Log message:
Remove random component of auto-generated table names in loaded rules.
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2010/01/12 17:49:24
Modified files:
sys/scsi : scsi_base.c
Log message:
typo in panic message
CVSROOT:/cvs
Module name:src
Changes by: c...@cvs.openbsd.org2010/01/12 17:31:04
Modified files:
sys/dev/i2o: iop.c
Log message:
Change M_WAITOK --> M_WAITOK | M_CANFAIL
With input from oga@
While there, remove dead assignment and newly created
unused variable (
CVSROOT:/cvs
Module name:src
Changes by: dtuc...@cvs.openbsd.org 2010/01/12 17:19:04
Modified files:
usr.bin/ssh: auth.c sshconnect.c
Log message:
Fix a couple of typos/mispellings in comments
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2010/01/12 17:15:26
Modified files:
distrib/miniroot: install.sub
Log message:
match the 'use 127.0.0.1/8 instead of 127.0.0.1 for clarity' change in netstart
sure henning@
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2010/01/12 16:38:02
Modified files:
sys/net: if_pfsync.c if_pfsync.h
Log message:
factor m_pulldown out of the message handlers up into pfsync_input now
that it knows how big the messages are.
rewor
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org 2010/01/12 16:38:37
Modified files:
faq: current.html
Log message:
Mention the incompatible change with IPsec SHA-256/384/512.
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2010/01/12 16:33:57
Modified files:
sys/scsi : cd.c st.c ss.c
Log message:
bring sd.c r1.180 over to the other drivers now using the antisemaphore,
ie, dont clear the WAITING flag when restarting the x
CVSROOT:/cvs
Module name:src
Changes by: yasu...@cvs.openbsd.org 2010/01/12 16:33:24
Modified files:
sys/netinet: in_proto.c ip_gre.c ip_gre.h
Log message:
Add input and user protocol hook to handle GRE packets by pipex.
ok @dlg
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2010/01/12 16:27:23
Modified files:
usr.sbin/relayd: pfe_filter.c
Log message:
when generating rdr rules, ensure the nat address is PF_ADDR_NONE to avoid
confusing pf.
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2010/01/12 16:22:14
Modified files:
lib/libcurses : Caps Makefile SigAction.h capdefaults.c
curs_addch.3tbl curs_addchstr.3 curs_addstr.3
curs_attr.3tbl cur
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2010/01/12 15:36:38
Modified files:
usr.bin/tip: cmds.c
Log message:
save errno wrapping in a signal handler
CVSROOT:/cvs
Module name:src
Changes by: ratc...@cvs.openbsd.org 2010/01/12 14:42:59
Modified files:
usr.bin/aucat : aproc.c safile.c
Log message:
check for bogus clock ticks sent by the device; helps tracking
bugs in device drivers.
CVSROOT:/cvs
Module name:src
Changes by: ratc...@cvs.openbsd.org 2010/01/12 14:39:39
Modified files:
usr.bin/aucat : dev.c
Log message:
When attaching a new stream, if the "extra" latency is zero, then
don't trigger a zero-length clock tick. Fixes duplicate start
ticks s
CVSROOT:/cvs
Module name:src
Changes by: dr...@cvs.openbsd.org 2010/01/12 13:31:22
Modified files:
sys/dev/ic : pckbc.c
Log message:
Fix for a legacy free PC, where the keyboard controller doesn't behave.
Clues on how to fix it from miod. ok miod@, Sure deraadt@
CVSROOT:/cvs
Module name:src
Changes by: es...@cvs.openbsd.org 2010/01/12 13:14:09
Modified files:
usr.sbin/pkg_add: pkg_add
Log message:
allow 'update-only' installs
CVSROOT:/cvs
Module name:src
Changes by: jas...@cvs.openbsd.org 2010/01/12 12:30:53
Modified files:
bin/chmod : chmod.c
Log message:
sync comment with reality, -f won't be documented.
as discussed with jmc@, otto@ and millert@
ok otto@ millert@
CVSROOT:/cvs
Module name:src
Changes by: mcbr...@cvs.openbsd.org 2010/01/12 12:18:55
Modified files:
sbin/pfctl : parse.y
Log message:
We actually have to keep the translate/route spec addresses around after
collapsing into tables, so that we can handle all possible a
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2010/01/12 11:42:36
Modified files:
share/man/man4 : pppoe.4
share/man/man5 : pf.conf.5
Log message:
better word MSS in pf.conf.5, from Lars Nooden;
the changes in pppoe.4 are just to keep things co
CVSROOT:/cvs
Module name:src
Changes by: mcbr...@cvs.openbsd.org 2010/01/12 08:57:47
Modified files:
regress/sbin/pfctl: pf46.in
Log message:
{ if0, if1 } is ambiguous in a route spec, and this should have been
rejected before (I'm surprised this worked)
CVSROOT:/cvs
Module name:src
Changes by: mcbr...@cvs.openbsd.org 2010/01/12 09:22:49
Modified files:
sbin/pfctl : parse.y
Log message:
Set roundrobin flag correctly, and don't treat a bare interface
like a dynamic one in the routespec.
CVSROOT:/cvs
Module name:src
Changes by: mcbr...@cvs.openbsd.org 2010/01/12 09:00:00
Modified files:
regress/sbin/pfctl: pf70.in pf71.in pf72.in
Log message:
no nat is no longer legal
convert nat/rdr/binat rules to nat-to/rdr-to/binat-to
CVSROOT:/cvs
Module name:src
Changes by: mcbr...@cvs.openbsd.org 2010/01/12 08:52:07
Modified files:
sbin/pfctl : parse.y
Log message:
Add restrictions to make @if illegal in outside of routing specs;
Fix binat-to sanity checks.
CVSROOT:/cvs
Module name:src
Changes by: mcbr...@cvs.openbsd.org 2010/01/12 08:56:23
Modified files:
regress/sbin/pfctl: pf41.in
Log message:
nat-anchor, rdr-anchor, binat-anchor are no longer legal in the grammar.
CVSROOT:/cvs
Module name:src
Changes by: mcbr...@cvs.openbsd.org 2010/01/12 09:21:24
Modified files:
sbin/pfctl : pfctl_parser.c
Log message:
Only print route specs with @if notation if there is an IP address.
CVSROOT:/cvs
Module name:src
Changes by: mcbr...@cvs.openbsd.org 2010/01/12 08:49:43
Modified files:
sbin/pfctl : pfctl_parser.c
Log message:
Unbreak 10/8 and friends.
CVSROOT:/cvs
Module name:src
Changes by: mcbr...@cvs.openbsd.org 2010/01/12 07:44:26
Modified files:
sbin/pfctl : parse.y pfctl_parser.c
Log message:
Fix some issues in redir spec handling, discovered thanks to dlg testing
- purge irrelevant addresses from the lists b
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2010/01/12 04:37:09
Modified files:
sys/net: if_vether.c
Log message:
delete more left-over stuff from vether development
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2010/01/12 04:31:23
Modified files:
sys/net: if_vether.c
Log message:
the bridge does bpf for us, so we do not need bpf.h
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2010/01/12 04:29:35
Modified files:
sys/net: if_vether.c
Log message:
delete the unused debug macros
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2010/01/12 04:28:09
Modified files:
sys/net: if_tun.c if_vether.c
Log message:
do not need rndvar.h anymore
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2010/01/12 03:59:44
Modified files:
distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion
md.hp300 md.hppa md.hppa64 md.i386
md.land
CVSROOT:/cvs
Module name:src
Changes by: es...@cvs.openbsd.org 2010/01/12 03:57:05
Modified files:
usr.sbin/pkg_add: pkg_add
Log message:
bump this to updater, so that progress is shown again.
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2010/01/12 03:21:38
Modified files:
sys/net: if_pfsync.c
Log message:
check the new pfsync_subheader len field on input.
this makes sure there is enough of the message to try and parse it, and
allow
CVSROOT:/cvs
Module name:src
Changes by: es...@cvs.openbsd.org 2010/01/12 03:14:37
Modified files:
usr.sbin/pkg_add/OpenBSD: PackageLocation.pm
usr.sbin/pkg_add/pod: OpenBSD::PkgSpec.pod
Log message:
more auto-cache goodness
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2010/01/12 01:33:19
Modified files:
sys/scsi : sd.c
Log message:
dont let the antisemaphore clear the WAITING flag so NO_CCB doesnt cause
us to loop forever.
follow sdstart through to to an adapters s
CVSROOT:/cvs
Module name:src
Changes by: dtuc...@cvs.openbsd.org 2010/01/12 01:33:17
Modified files:
usr.bin/ssh: session.c
Log message:
Add explicit stat so we reliably detect nologin with bad perms. ok djm markus
CVSROOT:/cvs
Module name:src
Changes by: jas...@cvs.openbsd.org 2010/01/12 01:15:51
Modified files:
lib/libkvm : kvm_private.h
Log message:
the comment is right, this can indeed go away.
it's unused inside libkvm, and nothing else is allowed to use it.
ok guenther@
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2010/01/12 01:11:46
Modified files:
usr.bin/calendar/calendars: calendar.history calendar.ushistory
Log message:
two corrections from David A. Holland (netbsd -r1.24 of calendar.history);
73 matches
Mail list logo