CVS commit: src/dist/pf/sbin/pfctl

2020-04-22 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Apr 22 23:40:40 UTC 2020 Modified Files: src/dist/pf/sbin/pfctl: pfctl.c Log Message: Externalize variables owned logically by pf_ruleset.c To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/dist/pf/sbin/pfctl/pf

CVS commit: src/dist/pf/share/man

2018-08-17 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Fri Aug 17 12:36:53 UTC 2018 Modified Files: src/dist/pf/share/man/man4: pflog.4 pfsync.4 src/dist/pf/share/man/man5: pf.conf.5 pf.os.5 Log Message: Add a deprecation note in each of the PF man pages (instead of just pf.4),

CVS commit: src/dist/pf/sbin/pflogd

2018-08-07 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Tue Aug 7 21:11:19 UTC 2018 Modified Files: src/dist/pf/sbin/pflogd: pflogd.8 Log Message: Escape Dx which otherwise gets interpreted as DragonFly. via r1.49 in OpenBSD. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.

CVS commit: src/dist/pf/share/man/man4

2018-08-01 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Aug 1 13:30:14 UTC 2018 Modified Files: src/dist/pf/share/man/man4: pf.4 Log Message: Add a bold note to say our PF is obsolete. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/dist/pf/share/man/man4/pf.4 P

CVS commit: src/dist/pf/sbin/pfctl

2018-02-04 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Feb 4 08:44:36 UTC 2018 Modified Files: src/dist/pf/sbin/pfctl: pfctl_altq.c pfctl_optimize.c Log Message: fix two issues found by GCC 6.4: - cbq_compute_idletime() had a fprintf() not in the intended missing {}. - skip_cmp_dst_

CVS commit: src/dist/pf/etc

2017-12-15 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sat Dec 16 07:52:08 UTC 2017 Modified Files: src/dist/pf/etc: pf.os Log Message: Add DragonFly BSD fingerprints. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/dist/pf/etc/pf.os Please note that diffs are not pu

CVS commit: src/dist/pf/etc

2017-12-15 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sat Dec 16 07:36:26 UTC 2017 Modified Files: src/dist/pf/etc: pf.os Log Message: Synchronise with r1.27 from OpenBSD To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/dist/pf/etc/pf.os Please note that diffs are no

CVS commit: src/dist/pf/sbin/pfctl

2016-05-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon May 30 17:21:07 UTC 2016 Modified Files: src/dist/pf/sbin/pfctl: pfctl_optimize.c Log Message: PR 50709 David Binderman: memory leak To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/dist/pf/sbin/pfctl/pfctl_

CVS commit: src/dist/pf/sbin/pflogd

2015-08-28 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Aug 28 12:17:41 UTC 2015 Modified Files: src/dist/pf/sbin/pflogd: pflogd.c Log Message: Fix obviously broken condition. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/dist/pf/sbin/pflogd/pflogd.c Please not

CVS commit: src/dist/smbfs

2013-12-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Dec 25 22:14:53 UTC 2013 Removed Files: src/dist/smbfs: COPYRIGHT CREDITS FREEBSD-upgrade HISTORY INSTALL Makefile Makefile.inc README config.mk.in configure src/dist/smbfs/examples: dot.nsmbrc smbfs.sh.sa

CVS commit: src/dist/smbfs/lib/smb

2013-12-15 Thread Arnaud Ysmal
Module Name:src Committed By: stacktic Date: Sun Dec 15 21:48:56 UTC 2013 Modified Files: src/dist/smbfs/lib/smb: nb_name.c Log Message: nb_name_len does not increase size when nn_scope contains only a \0, do the same on nb_name_encode to avoid a buffer overflow To gener

CVS commit: src/dist/smbfs/lib/smb

2013-12-15 Thread Arnaud Ysmal
Module Name:src Committed By: stacktic Date: Sun Dec 15 21:45:07 UTC 2013 Modified Files: src/dist/smbfs/lib/smb: nb_name.c Log Message: Make sure we keep enough space to encode the type To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/dist/smbfs/lib/smb/n

CVS commit: src/dist

2013-11-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Nov 28 22:38:01 UTC 2013 Removed Files: src/dist/nvi: Changes LICENSE README README.1st README.DB3 TODO nvi2netbsd src/dist/nvi/build.unix: README README.LynxOS README.Solaris src/dist/nvi/catalog:

CVS commit: src/dist/nvi/common

2013-11-18 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Nov 18 20:03:02 UTC 2013 Modified Files: src/dist/nvi/common: api.c Log Message: Change content of string, don't overwrite the newly allocated pointer. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/dist/nvi/

CVS commit: src/dist/smbfs/lib/smb

2013-10-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 21 15:32:41 UTC 2013 Modified Files: src/dist/smbfs/lib/smb: rap.c Log Message: add a gcc XXX initialization To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/dist/smbfs/lib/smb/rap.c Please note that di

CVS commit: src/dist/smbfs/lib/smb

2013-10-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 21 14:57:56 UTC 2013 Modified Files: src/dist/smbfs/lib/smb: rap.c subr.c Log Message: remove unused variables To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/dist/smbfs/lib/smb/rap.c \ src/dist/smb

CVS commit: src/dist/pppd/pppd

2013-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 20 21:16:05 UTC 2013 Modified Files: src/dist/pppd/pppd: auth.c cbcp.c utils.c Log Message: fix unused variable warnings To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/dist/pppd/pppd/auth.c cvs rdiff -

CVS commit: src/dist/nvi

2013-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 18 20:40:15 UTC 2013 Modified Files: src/dist/nvi/cl: cl_funcs.c cl_screen.c src/dist/nvi/common: exf.c key.c src/dist/nvi/ex: ex.c ex_args.c ex_argv.c ex_bang.c ex_display.c ex_global.c ex_pri

CVS commit: src/dist/pppd/pppd

2013-09-13 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Sep 13 21:07:54 UTC 2013 Modified Files: src/dist/pppd/pppd: eap.c Log Message: wkmodulus is only used with USE_SRP, so conditionalize it. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/dist/pppd/pppd/eap.c

CVS commit: src/dist/dhcp

2013-06-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jun 20 18:39:16 UTC 2013 Removed Files: src/dist/dhcp: ANONCVS CHANGES COPYRIGHT LICENSE Makefile Makefile.conf Makefile.dist README RELNOTES configure site.conf src/dist/dhcp/client: Makefile.dist clparse

CVS commit: src/dist/pdisk

2013-03-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 23 16:32:07 UTC 2013 Removed Files: src/dist/pdisk: ATA_media.c ATA_media.h DoSCSICommand.c DoSCSICommand.h HISTORY MacSCSICommand.h README SCSI_media.c SCSI_media.h bitfield.c bitfield.h convert.c

CVS commit: src/dist/nvi/common

2013-01-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 23 18:51:51 UTC 2013 Modified Files: src/dist/nvi/common: conv.c Log Message: It is ridiculous to truncate files on character conversions without warning and a chance for recovery. This patch sets the handler to copy the

CVS commit: src/dist/pf/usr.sbin/ftp-proxy

2012-12-23 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Mon Dec 24 01:14:41 UTC 2012 Modified Files: src/dist/pf/usr.sbin/ftp-proxy: npf.c Log Message: ftp-proxy: disable NPF bits for now; it will be re-done. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/dist/pf/usr.

CVS commit: src/dist/pppd/chat

2012-11-19 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Mon Nov 19 22:31:34 UTC 2012 Modified Files: src/dist/pppd/chat: chat.8 Log Message: Protect a few more quotes in chat script examples. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/dist/pppd/chat/chat.8 Please

CVS commit: src/dist/pf/usr.sbin/ftp-proxy

2012-09-15 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sat Sep 15 17:42:43 UTC 2012 Modified Files: src/dist/pf/usr.sbin/ftp-proxy: ipf.c Log Message: reinstate "Update ftp-proxy for changes to ipnat_t" from Darren Reed To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src

CVS commit: src/dist/nvi/common

2012-07-15 Thread S.P.Zeidler
Module Name:src Committed By: spz Date: Sun Jul 15 09:13:59 UTC 2012 Modified Files: src/dist/nvi/common: exf.c Log Message: Use after free (Coverity 273146) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/dist/nvi/common/exf.c Please note that diffs are

CVS commit: src/dist/pdisk

2012-06-25 Thread David Brownlee
Module Name:src Committed By: abs Date: Mon Jun 25 16:47:03 UTC 2012 Modified Files: src/dist/pdisk: partition_map.c Log Message: Casting an uint32_t pointer to (long *) may have been acceptable in the eighties but that time has long past. Minimally invasive fix using a te

CVS commit: src/dist/pdisk

2012-04-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 8 21:18:46 UTC 2012 Modified Files: src/dist/pdisk: pdisk.c Log Message: print sizeof() with %zu To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/dist/pdisk/pdisk.c Please note that diffs are not pub

CVS commit: src/dist/pdisk

2012-04-08 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Apr 8 20:41:18 UTC 2012 Modified Files: src/dist/pdisk: pdisk.c Log Message: Cast argument to unsigned long for i386. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/dist/pdisk/pdisk.c Please note that diffs

CVS commit: src/dist/pdisk

2012-04-08 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Apr 8 17:04:19 UTC 2012 Modified Files: src/dist/pdisk: pdisk.c Log Message: Fix a format string error clang found. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/dist/pdisk/pdisk.c Please note that diffs a

CVS commit: src/dist/pdisk

2012-04-08 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Apr 8 17:04:07 UTC 2012 Modified Files: src/dist/pdisk: errors.h io.h Log Message: Sprinkle __dead and __printflike for clang. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/dist/pdisk/errors.h cvs rdiff -u -r

CVS commit: src/dist/pdisk

2012-04-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 6 22:41:47 UTC 2012 Modified Files: src/dist/pdisk: ATA_media.c DoSCSICommand.c DoSCSICommand.h MacSCSICommand.h SCSI_media.c bitfield.c bitfield.h convert.c cvt_pt.c deblock_media.c deblock_media

CVS commit: src/dist/pdisk

2012-03-23 Thread Havard Eidnes
Module Name:src Committed By: he Date: Fri Mar 23 14:49:55 UTC 2012 Modified Files: src/dist/pdisk: errors.c io.c pdisk.c Log Message: More c89 prototypes, mostly just filling in void where needed. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/dist/pdis

CVS commit: src/dist/pdisk

2012-03-22 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Mar 22 08:56:52 UTC 2012 Modified Files: src/dist/pdisk: dump.c Log Message: Add a void to make function declaration c89. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/dist/pdisk/dump.c Please note that diff

CVS commit: src/dist/pf/sbin/pflogd

2012-02-29 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Feb 29 23:42:29 UTC 2012 Modified Files: src/dist/pf/sbin/pflogd: pflogd.c pflogd.h Log Message: Fix format string usage. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/dist/pf/sbin/pflogd/pflogd.c cvs rdiff

CVS commit: src/dist/nvi

2012-02-24 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Feb 25 00:13:00 UTC 2012 Modified Files: src/dist/nvi/ex: ex_tag.c src/dist/nvi/vi: vs_msg.c Log Message: Don't use loops with empty body. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/dist/nvi/ex/

CVS commit: src/dist/openpam

2012-02-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 18 19:21:00 UTC 2012 Removed Files: src/dist/openpam: CREDITS HISTORY INSTALL LICENSE Makefile.am Makefile.in README RELNOTES aclocal.m4 autogen.sh compile config.guess config.h.in config.sub confi

CVS commit: src/dist/ipf/lib

2012-02-02 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Feb 3 04:28:55 UTC 2012 Modified Files: src/dist/ipf/lib: load_http.c Log Message: Really skip the current line only if the comment is at the start. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/dist/ipf/li

CVS commit: src/dist/ipf/tools

2012-02-02 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Thu Feb 2 19:18:51 UTC 2012 Modified Files: src/dist/ipf/tools: ipfcomp.c Log Message: Compiler warning on a for loop that does not terminate correctly To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/dist/ipf/t

CVS commit: src/dist/ipf/tools

2012-01-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jan 31 09:06:12 UTC 2012 Modified Files: src/dist/ipf/tools: ipftest.c Log Message: More printf format fixes To generate a diff of this commit: cvs rdiff -u -r1.1.1.7 -r1.2 src/dist/ipf/tools/ipftest.c Please note that diff

CVS commit: src/dist/ipf/tools

2012-01-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jan 31 08:57:36 UTC 2012 Modified Files: src/dist/ipf/tools: ipfstat.c Log Message: More printf format fixes To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/dist/ipf/tools/ipfstat.c Please note that diffs

CVS commit: src/dist/ipf/lib

2012-01-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jan 31 08:43:45 UTC 2012 Modified Files: src/dist/ipf/lib: printactivenat.c printaps.c Log Message: Fix printf formats (those who can't decide wether to use casts or PRI* macros do both in bogus combination) To generate a di

CVS commit: src/dist/ipf/ipsend

2012-01-30 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Mon Jan 30 20:10:27 UTC 2012 Modified Files: src/dist/ipf/ipsend: sbpf.c Log Message: Correct merge error from import. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/dist/ipf/ipsend/sbpf.c Please note that di

CVS commit: src/dist/ipf/tools

2012-01-30 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Mon Jan 30 20:08:31 UTC 2012 Modified Files: src/dist/ipf/tools: ipmon.c Log Message: Merge error - stale code from HEAD not removed. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/dist/ipf/tools/ipmon.c Ple

CVS commit: src/dist/ipf

2012-01-30 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Mon Jan 30 19:38:45 UTC 2012 Added Files: src/dist/ipf: bpf_filter.c Log Message: Lost on import To generate a diff of this commit: cvs rdiff -u -r0 -r1.4 src/dist/ipf/bpf_filter.c Please note that diffs are not public domain;

CVS commit: src/dist/ipf

2012-01-30 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Mon Jan 30 19:34:57 UTC 2012 Update of /cvsroot/src/dist/ipf In directory ivanova.netbsd.org:/tmp/cvs-serv22439 Log Message: Lost on import of 5.1.1 Status: Vendor Tag: DARRENR Release Tags: v5-1-1 C src/dist/ipf

CVS commit: src/dist/ipf

2012-01-30 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Mon Jan 30 17:54:34 UTC 2012 Added Files: src/dist/ipf: IPFILTER.LICENCE Log Message: Lost on import To generate a diff of this commit: cvs rdiff -u -r0 -r1.4 src/dist/ipf/IPFILTER.LICENCE Please note that diffs are not public

CVS commit: src/dist/ipf

2012-01-30 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Mon Jan 30 17:43:34 UTC 2012 Update of /cvsroot/src/dist/ipf In directory ivanova.netbsd.org:/tmp/cvs-serv6771 Log Message: Add the licence file back in. Status: Vendor Tag: DARRENR Release Tags: v5-1-1 U src/dis

CVS commit: src/dist/pf/usr.sbin/ftp-proxy

2012-01-30 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Mon Jan 30 16:14:27 UTC 2012 Modified Files: src/dist/pf/usr.sbin/ftp-proxy: ipf.c Log Message: Update ftp-proxy for changes to ipnat_t To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/dist/pf/usr.sbin/ftp-proxy/

CVS commit: src/dist/ipf

2012-01-30 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Mon Jan 30 16:12:05 UTC 2012 Modified Files: src/dist/ipf: HISTORY ip_fil.c ip_lookup.c ip_lookup.h ip_scan.c ipf.h ipt.h kmem.h snoop.h todo src/dist/ipf/etc: protocols services src/dist/ipf/iplang: ip

CVS commit: src/dist/ipf

2012-01-30 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Mon Jan 30 16:04:14 UTC 2012 Update of /cvsroot/src/dist/ipf In directory ivanova.netbsd.org:/tmp/cvs-serv11061 Log Message: Import IPFilter 5.1.1 Status: Vendor Tag: DARRENR Release Tags: v5-1-1 U src/dist/ipf/i

CVS commit: src/dist/nvi

2012-01-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 27 16:41:23 UTC 2012 Modified Files: src/dist/nvi/common: common.h cut.c delete.c src/dist/nvi/ex: ex_move.c Log Message: PR/45881: Chavdar Ivanov: nvi copy command copies empty lines. Move ENTIRE_LINE definition

CVS commit: src/dist/nvi/common

2012-01-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 21 19:56:46 UTC 2012 Modified Files: src/dist/nvi/common: cut.c Log Message: remove error(1) line. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/dist/nvi/common/cut.c Please note that diffs are not p

CVS commit: src/dist/nvi/common

2012-01-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 21 19:49:56 UTC 2012 Modified Files: src/dist/nvi/common: cut.c delete.c Log Message: make the previous patch compile. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/dist/nvi/common/cut.c cvs rdiff -u

CVS commit: src/dist/nvi/common

2012-01-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 21 19:35:02 UTC 2012 Modified Files: src/dist/nvi/common: delete.c Log Message: PR/10367: Second part. Restore lost fix: http://mail-index.netbsd.org/source-changes/2001/09/09/0043.html Fix a test condition for EOF. T

CVS commit: src/dist/nvi/common

2012-01-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 21 19:32:37 UTC 2012 Modified Files: src/dist/nvi/common: cut.c Log Message: PR/10367: Restore lost fix: http://mail-index.netbsd.org/source-changes/2001/09/09/0042.html Define ENTIRE_LINE to be -1 instead of 0 sin

CVS commit: src/dist/nvi

2012-01-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 21 19:29:41 UTC 2012 Modified Files: src/dist/nvi/common: delete.c src/dist/nvi/vi: getc.c Log Message: undo previous, it is wrong. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/dist/nvi/commo

CVS commit: src/dist/nvi

2012-01-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 21 17:12:56 UTC 2012 Modified Files: src/dist/nvi/common: delete.c src/dist/nvi/vi: getc.c Log Message: PR/10367: Mason Loring Bliss: fix delete word near end of file. Patch from tnozaki. To generate a diff of

CVS commit: src/dist/ipf/ipsend

2012-01-01 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Jan 2 00:35:02 UTC 2012 Modified Files: src/dist/ipf/ipsend: iptest.1 Log Message: Fix typo, from Abhinav Upadhyay. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/dist/ipf/ipsend/iptest.1 Please note that dif

CVS commit: src/dist/nvi

2011-11-23 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Wed Nov 23 19:25:28 UTC 2011 Modified Files: src/dist/nvi/cl: cl_term.c src/dist/nvi/common: cut.c extern.h put.c screen.h src/dist/nvi/ex: ex.c ex.h ex_at.c src/dist/nvi/vi: v_at.c v_ch.c v_txt.c Log Mess

CVS commit: src/dist/nvi

2011-11-23 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Wed Nov 23 19:18:53 UTC 2011 Modified Files: src/dist/nvi/ex: ex_script.c src/dist/nvi/vi: v_z.c Log Message: use e_key_t instead of u_int. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/dist/nvi/ex/ex_

CVS commit: src/dist/nvi

2011-11-23 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Wed Nov 23 15:43:39 UTC 2011 Modified Files: src/dist/nvi/common: multibyte.h src/dist/nvi/regex: regex2.h Log Message: don't use WEOF directly, for --disable-widechar. To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/dist/nvi/ex

2011-11-23 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Wed Nov 23 14:14:44 UTC 2011 Modified Files: src/dist/nvi/ex: ex.c Log Message: don't use L prefix directly, for --disable-widechar. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/dist/nvi/ex/ex.c Please note

CVS commit: src/dist/nvi/regex

2011-11-19 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Sat Nov 19 17:45:11 UTC 2011 Modified Files: src/dist/nvi/regex: engine.c regcomp.c regex2.h Log Message: reliability fix, merge libc/regex fix to avoid memory exhaust problem. To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/dist/nvi/vi

2011-11-16 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Wed Nov 16 14:24:43 UTC 2011 Modified Files: src/dist/nvi/vi: vs_line.c Log Message: use ARG_CHAR_T instead of CHAR_T for integer promotion. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/dist/nvi/vi/vs_line.c

CVS commit: src/dist/nvi/common

2011-11-14 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Mon Nov 14 13:29:07 UTC 2011 Modified Files: src/dist/nvi/common: key.h Log Message: nvi cannot display international character(west european accented chars). reported by Ian D. Leroux at current-users, thanks a lot! To generat

CVS commit: src/dist/nvi/docs/vi.ref

2011-11-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Nov 13 19:53:53 UTC 2011 Modified Files: src/dist/nvi/docs/vi.ref: vi.texi Log Message: add dircategory/direntry for vi, so texinfo stops complaining To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/dist/nvi/docs

CVS commit: src/dist/openpam/lib

2011-11-09 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Nov 9 20:26:41 UTC 2011 Modified Files: src/dist/openpam/lib: openpam_configure.c Log Message: Don't allow '/' characters in the "service" argument to pam_start() The "service" is blindly appended to config directories ("/e

CVS commit: src/dist/openpam/lib

2011-10-08 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Oct 8 20:40:06 UTC 2011 Modified Files: src/dist/openpam/lib: openpam_dispatch.c Log Message: If a module doesn't implement a primitive, don't just ignore it; set r = PAM_SYSTEM_ERR and let later code check the flags before deci

CVS commit: src/dist/pppd/pppd

2011-10-07 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Oct 7 10:42:54 UTC 2011 Modified Files: src/dist/pppd/pppd: auth.c Log Message: Simplify. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/dist/pppd/pppd/auth.c Please note that diffs are not public domain; t

CVS commit: src/dist/nvi/cl

2011-09-24 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Sat Sep 24 18:57:47 UTC 2011 Modified Files: src/dist/nvi/cl: cl_term.c Log Message: Work around PR#43839, by calling resizeterm() on SIGWINCH. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/dist/nvi/cl/cl_term.c

CVS commit: src/dist/smbfs/lib/smb

2011-09-22 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Sep 22 16:08:49 UTC 2011 Modified Files: src/dist/smbfs/lib/smb: subr.c Log Message: Also eliminate now-no-longer-used local variable. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/dist/smbfs/lib/smb/subr.c Pl

CVS commit: src/dist/smbfs/lib/smb

2011-09-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 22 12:43:09 UTC 2011 Modified Files: src/dist/smbfs/lib/smb: subr.c Log Message: Eliminate unchecked malloc (Maksymilian Arciemowicz) To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/dist/smbfs/lib/smb/s

CVS commit: src/dist/dhcp/dst

2011-09-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 22 12:38:34 UTC 2011 Modified Files: src/dist/dhcp/dst: prandom.c Log Message: check the result of malloc (Maksymilian Arciemowicz) To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/dist/dhcp/dst/prandom.

CVS commit: src/dist/nvi

2011-09-16 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Sep 16 16:13:41 UTC 2011 Modified Files: src/dist/nvi/cl: cl_main.c src/dist/nvi/common: gs.c Log Message: Use __dead To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/dist/nvi/cl/cl_main.c cvs rdiff -u

CVS commit: src/dist/bzip2

2011-08-29 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Aug 29 20:41:22 UTC 2011 Modified Files: src/dist/bzip2: bzip2recover.c Log Message: Use __dead To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/dist/bzip2/bzip2recover.c Please note that diffs are not public

CVS commit: src/dist/bzip2

2011-08-29 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Aug 29 13:51:38 UTC 2011 Modified Files: src/dist/bzip2: bzip2.c Log Message: Sprinkle NORETURN. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/dist/bzip2/bzip2.c Please note that diffs are not public domain

CVS commit: src/dist/pdisk

2011-08-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 25 16:51:48 UTC 2011 Modified Files: src/dist/pdisk: io.c Log Message: fix non-literal format string To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/dist/pdisk/io.c Please note that diffs are not publi

CVS commit: src/dist/nvi

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 12:56:55 UTC 2011 Modified Files: src/dist/nvi/common: msg.c src/dist/nvi/ex: ex_tag.c Log Message: fix raw string formats To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/dist/nvi/common/msg.

CVS commit: src/dist/openpam/lib

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 09:55:41 UTC 2011 Modified Files: src/dist/openpam/lib: openpam_dispatch.c Log Message: fix gcc-4.5 cast warning To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/dist/openpam/lib/openpam_dispatch.c P

CVS commit: src/dist/dhcp/client

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 08:06:38 UTC 2011 Modified Files: src/dist/dhcp/client: dhclient.c Log Message: Instead of printing the raw suspect value instead of the name (!?!?), print the name and the suspect value vis encoded. To generate a d

CVS commit: src/dist/dhcp

2011-08-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 16 16:36:38 UTC 2011 Modified Files: src/dist/dhcp/common: dns.c src/dist/dhcp/dhcpctl: omshell.c src/dist/dhcp/server: ddns.c Log Message: gcc-4.5 fixes To generate a diff of this commit: cvs rdiff -u

CVS commit: src/dist/dhcp

2011-08-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 15 21:12:44 UTC 2011 Modified Files: src/dist/dhcp/common: discover.c options.c src/dist/dhcp/server: dhcp.c Log Message: Fix CVS-2011-2748, malformed packets can cause server to crash causing a DoS. To generat

CVS commit: src/dist/smbfs/lib/smb

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 12:35:35 UTC 2011 Modified Files: src/dist/smbfs/lib/smb: rap.c Log Message: fix gcc45 warnings To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/dist/smbfs/lib/smb/rap.c Please note that diffs are no

CVS commit: src/dist/nvi/ex

2011-06-21 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Jun 22 03:57:47 UTC 2011 Modified Files: src/dist/nvi/ex: ex_cscope.c Log Message: initialise from_cs[1] instead of from_cs[0] twice. from GCC 4.5.3. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/dist/nvi/ex/

CVS commit: src/dist/dhcp/dst

2011-06-21 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Jun 22 03:57:20 UTC 2011 Modified Files: src/dist/dhcp/dst: dst_support.c Log Message: don't write "(u_char) NULL". To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/dist/dhcp/dst/dst_support.c Please note that d

CVS commit: src/dist/bind

2011-06-05 Thread S.P.Zeidler
Module Name:src Committed By: spz Date: Sun Jun 5 17:15:40 UTC 2011 Removed Files: src/dist/bind: Atffile src/dist/bind/bin/tests/hashes: Makefile.in t_hashes.c src/dist/bind/bin/tests/system/dlv/ns1: root.db.in sign.sh src/dist/bind/bin/tests/syste

CVS commit: src/dist/bzip2

2011-05-24 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue May 24 12:18:03 UTC 2011 Modified Files: src/dist/bzip2: bzip2recover.c Log Message: Use portable macros To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/dist/bzip2/bzip2recover.c Please note that diffs are no

CVS commit: src/dist/dhcp/client

2011-04-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 6 20:24:17 UTC 2011 Modified Files: src/dist/dhcp/client: dhclient.c Log Message: CVE-2011-0997 dhclient: insufficient sanitization of certain DHCP response values. Apply patch by hand from the 3.1-ESV-R1 release. To

CVS commit: src/dist/nvi

2011-03-21 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Mon Mar 21 14:53:04 UTC 2011 Modified Files: src/dist/nvi/clib: mkstemp.c src/dist/nvi/common: cut.c cut.h extern.h gs.h key.c key.h msg.c multibyte.h options.c seq.c util.c src/dist/nvi/ex: ex.c ex_abb

CVS commit: src/dist/ipf/tools

2011-02-24 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Thu Feb 24 18:33:06 UTC 2011 Modified Files: src/dist/ipf/tools: ipmon.c Log Message: format string needs end of statement ; for previous commit To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/dist/ipf/tools/ip

CVS commit: src/dist/ipf/tools

2011-02-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 24 14:33:23 UTC 2011 Modified Files: src/dist/ipf/tools: ipmon.c Log Message: define the format as a constant so that we don't break if sprintf is a macro. XXX: make it so that sprintf is not a macro. To generate a dif

CVS commit: src/dist/ipf/man

2011-01-21 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Jan 21 09:15:21 UTC 2011 Modified Files: src/dist/ipf/man: ipftest.1 Log Message: Fix typo reported in PR 44429 by Ryo HAYASAKA. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/dist/ipf/man/ipftest.1 Please not

CVS commit: src/dist/pf/sbin/pflogd

2010-12-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 13 01:45:39 UTC 2010 Modified Files: src/dist/pf/sbin/pflogd: pflogd.c privsep.c Log Message: warns=4 To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/dist/pf/sbin/pflogd/pflogd.c cvs rdiff -u -r1.6 -r1.

CVS commit: src/dist

2010-12-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 11 23:36:52 UTC 2010 Removed Files: src/dist/libpcap: .cvsignore CHANGES CREDITS FILES INSTALL.txt LICENSE Makefile.in README README.Win32 README.aix README.dag README.hpux README.linux README.maco

CVS commit: src/dist/libpcap

2010-12-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 5 05:20:29 UTC 2010 Modified Files: src/dist/libpcap: pcap.h Log Message: Adjust to the new libpcap prototypes for compatibility. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/dist/libpcap/pcap.h Pl

CVS commit: src/dist/nvi/common

2010-11-14 Thread Eric Schnoebelen
Module Name:src Committed By: schnoebe Date: Sun Nov 14 20:53:54 UTC 2010 Modified Files: src/dist/nvi/common: options.c Log Message: bin/44088 Change the initialization state of gtagsmode to 0, (unset). This brings about least astonishment for users, permittings tags fu

CVS commit: src/dist/nvi/vi

2010-10-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 28 18:12:47 UTC 2010 Modified Files: src/dist/nvi/vi: v_search.c Log Message: PR/44006: Ralph G: vi: CTRL-A does not handle end-of-word correctly End-of-word was not included in search regexp leading to false positives.

CVS commit: src/dist/bzip2

2010-09-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 20 19:39:20 UTC 2010 Modified Files: src/dist/bzip2: decompress.c Log Message: avoid integer overflow that can lead to buffer overflow To generate a diff of this commit: cvs rdiff -u -r1.1.1.3 -r1.2 src/dist/bzip2/deco

CVS commit: src/dist/nvi/docs/vi.man

2010-08-30 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Aug 30 10:41:54 UTC 2010 Modified Files: src/dist/nvi/docs/vi.man: vi.1 Log Message: refering -> referring, per PR 43814. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/dist/nvi/docs/vi.man/vi.1 Please note th

  1   2   >