CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2014/04/19 22:45:09
Modified files:
lib/libssl/src/crypto/ts: ts_rsp_verify.c
Log message:
reset imprint to NULL to avoid double free. from mancha1 at zoho
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2014/04/19 20:49:32
Modified files:
usr.bin/ssh: compat.c
Log message:
add a canonical 6.6 + curve25519 bignum fix fake version that I can
recommend people use ahead of the openssh-6.7 release
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2014/04/19 20:30:25
Modified files:
usr.bin/ssh: misc.c misc.h umac.c
Log message:
use get/put_u32 to load values rather than *((UINT32 *)p) that breaks on
strict-alignment architectures; reported by and
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2014/04/19 18:50:18
Modified files:
sys/scsi : mpath_hds.c
Log message:
make the status handler more like rdac and emc. the big functional change
is to check xs->status on completion to make sure it wo
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2014/04/19 18:08:26
Modified files:
sys/arch/amd64/conf: GENERIC
sys/arch/hppa/conf: GENERIC
sys/arch/i386/conf: GENERIC
sys/arch/macppc/conf: GENERIC
sys/arch/sparc64/conf:
CVSROOT:/cvs
Module name:src
Changes by: na...@cvs.openbsd.org 2014/04/19 13:44:23
Modified files:
share/man/man4 : sk.4
Log message:
Hardware receive IP checksum offload for IPv4 is no longer supported.
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2014/04/19 13:40:11
Modified files:
lib/libssl/src/ssl: s3_pkt.c
Log message:
release buffers fix was lost in merge. put it back.
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2014/04/19 12:44:25
Modified files:
usr.sbin/lpr/lpd: lpd.8
Log message:
remove hosts.equiv xr
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2014/04/19 12:42:19
Modified files:
usr.bin/ssh: ssh.1
Log message:
delete .xr to hosts.equiv. there's still an unfortunate amount of
documentation referring to rhosts equivalency in here.
CVSROOT:/cvs
Module name:www
Changes by: jtur...@cvs.openbsd.org 2014/04/19 12:41:38
Modified files:
faq: current.html
Log message:
Fix up some html in TOC and remove extra html that crept in
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2014/04/19 12:39:51
Modified files:
share/man/man5 : Makefile
Removed files:
share/man/man5 : hosts.equiv.5
Log message:
stop talking about hosts.equiv
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2014/04/19 12:31:33
Modified files:
usr.sbin/iscsid: vscsi.c util.c pdu.c log.c initiator.c
control.c
Log message:
COnveret the bcopy() to memcpy()
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2014/04/19 12:31:24
Modified files:
distrib/miniroot: install.sub
Log message:
populateusrlocal() is used only once in finish_up(). Just fold it in there.
OK krw@ halex@
CVSROOT:/cvs
Module name:src
Changes by: henn...@cvs.openbsd.org 2014/04/19 12:29:39
Modified files:
sys/dev/pci: if_sk.c
Log message:
kill checksum offloading in sk.
it was RX only, nothing on the TX side
rather complex, might eat up (or more) offloading benefits in
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2014/04/19 12:19:57
Modified files:
usr.sbin/iscsid: initiator.c
Log message:
Replace a magic number.
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2014/04/19 12:15:16
Modified files:
usr.bin/ssh: sshd.8
Log message:
remove some really old rsh references
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2014/04/19 12:11:19
Modified files:
lib/libc/net : rcmd.3 rcmdsh.3
usr.bin/rdist : rdist.1
usr.bin/rdistd : rdistd.1
Log message:
change some rsh references to ssh. poke by jmc
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2014/04/19 12:02:36
Modified files:
lib/libssl/src/ssl: t1_clnt.c t1_enc.c
Log message:
More KNF.
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org 2014/04/19 12:01:01
Modified files:
usr.sbin/smtpd : table.c
Log message:
these snprintf() calls can't possibly truncate because they copy data from
buffers that are already protected against truncation and
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2014/04/19 11:56:49
Modified files:
lib/libssl/src/ssl: t1_meth.c t1_reneg.c t1_srvr.c
Log message:
More KNF.
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org 2014/04/19 11:47:40
Modified files:
usr.sbin/smtpd : queue_api.c
Log message:
(void) cast snprintf() that cannot truncate
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org 2014/04/19 11:45:05
Modified files:
usr.sbin/smtpd : mproc.c
Log message:
(void) cast snprintf() call used to craft fatalx() message from within
smtpd, buffer is large enough and truncation harmless, we want
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org 2014/04/19 11:42:18
Modified files:
usr.sbin/smtpd : mda.c
Log message:
(void) cast snprintf calls that cannot truncate or for which earlier checks
ensure the copy won't fail
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2014/04/19 11:40:49
Modified files:
lib/libssl/src/crypto/asn1: tasn_dec.c
Log message:
another attempt at fixing stale x509 data. since we don't know where the
initial storage came from, we can't free it. j
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org 2014/04/19 11:36:54
Modified files:
usr.sbin/smtpd : ioev.c
Log message:
(void) cast snprintf() calls that cannot truncate (and would be harmless
otherwise)
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org 2014/04/19 11:35:48
Modified files:
usr.sbin/smtpd : filter_api.c
Log message:
remove dead code ... in code that's not plugged in yet ;-)
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org 2014/04/19 11:32:58
Modified files:
usr.sbin/smtpd : esc.c
Log message:
(void) cast snprintf that cannot truncate
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org 2014/04/19 11:31:35
Modified files:
usr.sbin/smtpd : delivery_maildir.c
Log message:
(void) cast snprintf calls that cannot truncate
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org 2014/04/19 11:29:56
Modified files:
usr.sbin/smtpd : config.c
Log message:
(void) cast snprintf call that cannot truncate
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org 2014/04/19 11:27:40
Modified files:
usr.sbin/smtpd : bounce.c
Log message:
(void) cast snprintf() calls that cannot truncate
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org 2014/04/19 11:24:59
Modified files:
usr.sbin/smtpd : delivery_lmtp.c
Log message:
replace warnx message
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org 2014/04/19 11:23:19
Modified files:
usr.sbin/smtpd : parse.y
Log message:
add missing strlcpy() check in create_filter_chain() that would cause smtpd
to fatal at startup if truncation occured and we had enab
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org 2014/04/19 11:21:19
Modified files:
usr.sbin/smtpd : parse.y
Log message:
add missing strlcpy() checks in create_filter() that would cause smtpd to
fatal at startup if truncation occured and we had enabled f
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org 2014/04/19 11:18:58
Modified files:
usr.sbin/smtpd : parse.y
Log message:
add missing strlcpy() check in is_if_in_group() to detect and warn about
the truncation rather than failing the ioctl() call that fol
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org 2014/04/19 11:12:02
Modified files:
usr.sbin/smtpd : parse.y
Log message:
add missing strlcpy() check when parsing "backup hostname" in smtpd.conf,
it could lead to smtpd not finding itself in a MX lookup if
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org 2014/04/19 11:08:49
Modified files:
usr.sbin/smtpd : parse.y
Log message:
(void) cast strlcpy() calls that cannot truncate
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2014/04/19 11:07:35
Modified files:
lib/libssl/src/ssl: s23_clnt.c s23_lib.c s23_meth.c s23_pkt.c
s23_srvr.c
Log message:
More KNF.
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2014/04/19 11:05:00
Modified files:
lib/libssl/src/ssl: tls1.h tls_srp.c
Log message:
More KNF.
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org 2014/04/19 11:04:42
Modified files:
usr.sbin/smtpd : smtp_session.c
Log message:
knf
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2014/04/19 11:03:41
Modified files:
lib/libssl/src/ssl: kssl.c kssl.h
Log message:
More KNF.
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org 2014/04/19 11:03:42
Modified files:
usr.sbin/smtpd : smtp_session.c
Log message:
add a missing strlcpy() check in MAIL FROM's DSN parameters parsing, the
truncation would lead to a failure later in the code
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org 2014/04/19 10:56:34
Modified files:
usr.sbin/smtpd : smtp_session.c
Log message:
(void) cast strlcpy() calls that cannot truncate (copies between buffers of
same size with a truncation check on the initial b
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org 2014/04/19 10:55:15
Modified files:
usr.sbin/smtpd : smtpd.h
Log message:
certs are looked up by hostname, the size of the buffer should use the
max hostname len, not max pathname len as before
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org 2014/04/19 10:52:20
Modified files:
usr.sbin/smtpd : smtp_session.c
Log message:
(void) cast a strlcpy() that cannot truncate because lka.c ensures the
reply will fit in the buffer before returning the answe
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2014/04/19 10:50:53
Modified files:
distrib/miniroot: install.sh install.sub
Log message:
Simplify things by using the return code of ask_yn() directly instead
of looking in resp. No need to specify 'no' as
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2014/04/19 10:50:46
Modified files:
lib/libc/string: strncat.3
Log message:
tweak previous;
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2014/04/19 10:50:47
Modified files:
lib/libssl/src/ssl: bio_ssl.c
Log message:
More KNF.
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org 2014/04/19 10:50:28
Modified files:
usr.sbin/smtpd : smtp_session.c
Log message:
(void) cast strlcpy() that cannot truncate, dns.c ensures the reply will
fit in the buffer before returning the answer
CVSROOT:/cvs
Module name:src
Changes by: henn...@cvs.openbsd.org 2014/04/19 10:49:13
Modified files:
etc: sysctl.conf
Log message:
stop "advertising" disabling pmtud and window size increasing
very rarely if ever needed any more. we should not trick people int
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2014/04/19 10:48:41
Modified files:
lib/libc/stdio : printf.3
Log message:
need to escape %U, since it is used in Re/Rs blocks;
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2014/04/19 10:48:06
Modified files:
distrib/sets/lists/base: mi
distrib/sets/lists/man: mi
Log message:
sync
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2014/04/19 10:46:08
Modified files:
lib/libssl/src/apps: apps.h ocsp.c s_client.c s_server.c
s_socket.c s_time.c
Log message:
remove the openssl_fdset wrapper, and a variety of
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2014/04/19 10:46:32
Modified files:
lib/libc/net : inet_lnaof.3
Log message:
zap trailing whitespace;
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2014/04/19 10:44:36
Modified files:
lib/libssl/src/crypto/objects: objects.h
Log message:
KNF.
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org 2014/04/19 10:44:01
Modified files:
usr.sbin/smtpd : smtp_session.c
Log message:
(void) cast strlcpy() calls that cannot truncate or where the source data
has a length check right before the copy
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2014/04/19 10:42:26
Modified files:
lib/libssl/src/crypto/objects: o_names.c obj_dat.c obj_err.c
obj_lib.c obj_xref.c
Log message:
KNF.
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2014/04/19 10:38:04
Modified files:
lib/libssl/src/apps: s_socket.c
Log message:
Remove a gethostbyname() cache layer. The internet works better these
days. Initially fixed this, but Ted asked for it to di
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2014/04/19 10:31:51
Modified files:
lib/libssl/src/apps: apps.c apps.h s_client.c s_server.c
Log message:
ReadFile() and GetStdHandle() are not very POSIX.
ok beck jsing
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org 2014/04/19 10:26:24
Modified files:
usr.sbin/smtpd : smtp_session.c
Log message:
(void) cast a snprintf() call that cannot truncate
CVSROOT:/cvs
Module name:src
Changes by: lo...@cvs.openbsd.org 2014/04/19 10:20:08
Modified files:
sbin/sysctl: sysctl.8
lib/libc/gen : sysctl.3
Log message:
Add missing description for IPv6 mtudisctimeout sysctl and
rework the wording for both IPv4 and I
CVSROOT:/cvs
Module name:src
Changes by: mlar...@cvs.openbsd.org 2014/04/19 10:19:07
Modified files:
sys/kern : subr_hibernate.c
Log message:
Dead stores in subr_hibernate.c
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2014/04/19 10:18:22
Modified files:
lib/libssl/src/apps: apps.c enc.c req.c s_time.c
Log message:
truncation check some snprintf calls (over-cautiously in case)
ok jsing beck
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org 2014/04/19 10:17:51
Modified files:
faq: current.html
Log message:
bye bye altq
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2014/04/19 10:12:39
Modified files:
lib/libssl/src/crypto/asn1: tasn_dec.c
Log message:
can't actually do this. cause unknown.
CVSROOT:/cvs
Module name:src
Changes by: henn...@cvs.openbsd.org 2014/04/19 10:08:14
Removed files:
sys/altq : altq.h altq_cbq.c altq_cbq.h altq_classq.h
altq_hfsc.c altq_hfsc.h altq_priq.c altq_priq.h
altq_red.c alt
CVSROOT:/cvs
Module name:src
Changes by: henn...@cvs.openbsd.org 2014/04/19 10:07:09
Modified files:
etc: rc
Log message:
use "!received-on any" to absolutely ensure that we're not forwarding
carp, rpc or nfs traffic in the initial ruleset active during networ
CVSROOT:/cvs
Module name:src
Changes by: henn...@cvs.openbsd.org 2014/04/19 10:02:17
Modified files:
sys/net: hfsc.h
Log message:
disgusting altq compat hack goes away
CVSROOT:/cvs
Module name:src
Changes by: henn...@cvs.openbsd.org 2014/04/19 10:01:36
Modified files:
distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7
md.aviion md.hppa md.hppa64 md.i386
md.land
CVSROOT:/cvs
Module name:src
Changes by: henn...@cvs.openbsd.org 2014/04/19 09:58:12
Modified files:
sys/net: hfsc.c
Log message:
now that if_snd is a proper ifqueue, this cast dies
CVSROOT:/cvs
Module name:src
Changes by: henn...@cvs.openbsd.org 2014/04/19 09:58:56
Modified files:
include: Makefile
Log message:
stop installing altq includes
CVSROOT:/cvs
Module name:src
Changes by: henn...@cvs.openbsd.org 2014/04/19 09:57:25
Modified files:
sys/net: if_var.h
Log message:
ifnet's if_snd becomes a regular ifqueue instead of ifaltq, the need to
keep ifqueue and ifaltq in sync is gone and thus the comment
CVSROOT:/cvs
Module name:src
Changes by: henn...@cvs.openbsd.org 2014/04/19 09:54:39
Modified files:
sys/net: bridgestp.c
Log message:
minus altq tentacles, plus missing IF_DROP here as well
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2014/04/19 09:43:17
Modified files:
usr.sbin/bgpd : mrt.c
Log message:
Try to be clear why struct mrt_config nodes are allocated and
assigned to struct mrt pointers. I may need to rethink this later
but let
CVSROOT:/cvs
Module name:src
Changes by: b...@cvs.openbsd.org2014/04/19 09:37:35
Modified files:
lib/libssl/src/apps: ca.c
Log message:
Fix some serious pointer-arithmatic-magic-number-unchecked-return eyebleed
that I stumbled into here and got stuck with. If modern
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2014/04/19 09:30:17
Modified files:
lib/libssl/src/crypto/dso: dso.h dso_dlfcn.c dso_err.c dso_lib.c
dso_null.c dso_openssl.c
Log message:
KNF.
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2014/04/19 09:29:35
Modified files:
distrib/sets/lists/comp: mi
Log message:
sync
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2014/04/19 09:27:10
Modified files:
lib/libssl/src/apps: apps.c
Log message:
Repair some indent to be more KNF, and break instead of fallthrough to
default which does break
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2014/04/19 09:19:20
Modified files:
lib/libc/crypt : bcrypt.c
Log message:
one small tweak to avoid ever going off the end of a string.
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2014/04/19 09:17:59
Modified files:
lib/libc/crypt : bcrypt.c
Log message:
improved checking for invalid hashes. from solar designer
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2014/04/19 08:58:50
Removed files:
usr.bin/rsh: Makefile pathnames.h rsh.1 rsh.c
Log message:
Once great men lived here... giants... gods... once, but long ago.
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2014/04/19 08:56:17
Modified files:
usr.bin: Makefile
Log message:
the valkyries have come for rsh as well
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2014/04/19 08:53:48
Modified files:
usr.bin/ssh: ssh-keysign.c sshd.c
Log message:
Delete futile calls to RAND_seed. ok djm
CVSROOT:/cvs
Module name:src
Changes by: henn...@cvs.openbsd.org 2014/04/19 08:47:51
Modified files:
sys/dev/pci: if_vr.c
Log message:
sigh, another driver fiddling with altq outside #ifdef ALTQ
CVSROOT:/cvs
Module name:src
Changes by: henn...@cvs.openbsd.org 2014/04/19 08:39:26
Modified files:
sys/net: if_bridge.c
Log message:
kill altq bits here as well
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org 2014/04/19 08:37:45
Modified files:
usr.sbin/smtpd : aldap.c
Log message:
(void) cast strlcpy() call that uses truncation as part of its parsing
logic to extract at most sizeof buf - 1 bytes from source
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2014/04/19 08:36:35
Modified files:
lib/libssl/src/crypto/x509: by_dir.c by_file.c x_all.c
Log message:
More KNF.
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org 2014/04/19 08:32:03
Modified files:
usr.sbin/smtpd : util.c
Log message:
(void) cast a strlcpy that cannot truncate
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org 2014/04/19 08:27:29
Modified files:
usr.sbin/smtpd : to.c
Log message:
(void) cast strlcpy/strlcat/snprintf calls that cannot truncate
CVSROOT:/cvs
Module name:src
Changes by: henn...@cvs.openbsd.org 2014/04/19 08:22:32
Modified files:
sbin/pfctl : Makefile parse.y pfctl.8 pfctl.c pfctl.h
pfctl_parser.h pfctl_queue.c
Removed files:
sbin/pfctl : pfctl_altq.c pfctl_
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org 2014/04/19 08:21:26
Modified files:
usr.sbin/smtpd : table_socketmap.c
Log message:
(void) cast strlcpy() calls that cannot truncate
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org 2014/04/19 08:19:17
Modified files:
usr.sbin/smtpd : table.c
Log message:
(void) cast strlcat() and snprintf() that cannot truncate
be a bit more strict with an strlcat() truncation by causing it to fail in
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org 2014/04/19 08:11:55
Modified files:
usr.sbin/smtpd : stat_ramstat.c
Log message:
(void) cast strlcpy() calls that cannot truncate
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org 2014/04/19 08:09:19
Modified files:
usr.sbin/smtpd : ssl.c
Log message:
(void) cast a snprintf() call that can't possibly truncate unless we
suddenly supported a cipher with a name that's > 200 bytes long ..
CVSROOT:/cvs
Module name:src
Changes by: flor...@cvs.openbsd.org 2014/04/19 08:06:10
Modified files:
usr.sbin/traceroute: traceroute.c
Log message:
Fix display of destination IP when host is an IP address.
Pointed out by and OK benno@
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org 2014/04/19 08:00:45
Modified files:
usr.sbin/smtpd : smtpd.c
Log message:
(void) cast snprintf calls that cannot truncate
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org 2014/04/19 07:57:17
Modified files:
usr.sbin/smtpd : smtpctl.c
Log message:
(void) cast a strlcpy() that cannot truncate
(void) cast a few snprintf()/strlcat() that cannot truncate and that would
be harmless
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org 2014/04/19 07:52:49
Modified files:
usr.sbin/smtpd : smtp.c
Log message:
(cast) void two strlcpy() and a snprintf() that cannot truncate
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2014/04/19 07:51:05
Modified files:
lib/libc/net : Makefile.inc
Log message:
kill a stray \
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org 2014/04/19 07:51:24
Modified files:
usr.sbin/smtpd : scheduler_ramqueue.c
Log message:
(void) cast strlcpy/strlcat/snprintf calls that cannot truncate (and would
be harmless in this case if they could)
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org 2014/04/19 07:48:57
Modified files:
usr.sbin/smtpd : queue_fs.c
Log message:
(void) cast strlcpy/strlcat/snprintf that cannot truncate
1 - 100 of 150 matches
Mail list logo