Up to [cvs.netbsd.org] / src / usr.sbin / syslogd
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.23 / (download) - annotate - [select for diffs], Wed Jun 9 21:55:42 2010 UTC (23 months, 2 weeks ago) by riz
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-pagecache,
netbsd-6-base,
netbsd-6,
matt-mips64-premerge-20101231,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2,
HEAD
Changes since 1.22: +3 -1
lines
Diff to previous 1.22 (colored)
Allow syslogd to compile when MKCRYPTO=no. No promises as to whether it works or not, as this has been broken since late 2008, when the "encrypted connections" support was added to syslogd.
Revision 1.21.2.1 / (download) - annotate - [select for diffs], Wed May 13 19:20:41 2009 UTC (3 years ago) by jym
Branch: jym-xensuspend
Changes since 1.21: +1 -2
lines
Diff to previous 1.21 (colored) next main 1.22 (colored)
Sync with HEAD. Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
Revision 1.22 / (download) - annotate - [select for diffs], Wed Apr 22 15:23:08 2009 UTC (3 years, 1 month ago) by lukem
Branch: MAIN
CVS Tags: matt-premerge-20091211,
jym-xensuspend-nbase,
jym-xensuspend-base
Changes since 1.21: +1 -2
lines
Diff to previous 1.21 (colored)
Enable WARNS=4 by default, except for: cpuctl dumplfs hprop ipf iprop-log kadmin kcm kdc kdigest kimpersonate kstash ktutil makefs ndbootd ntp pppd quot racoon racoonctl rtadvd sntp sup tcpdchk tcpdmatch tcpdump traceroute traceroute6 user veriexecgen wsmoused zic (Mostly third-party applications)
Revision 1.21 / (download) - annotate - [select for diffs], Fri Oct 31 16:12:19 2008 UTC (3 years, 6 months ago) by christos
Branch: MAIN
Branch point for: jym-xensuspend
Changes since 1.20: +11 -5
lines
Diff to previous 1.20 (colored)
Import syslogd SoC project by Martin Schuette: - new syslog protocol api syslogp(3) that supports structured data and draft-rfc timestamps - reliable tcp connections with queueing - encrypted connections
Revision 1.20 / (download) - annotate - [select for diffs], Mon May 28 12:06:42 2007 UTC (4 years, 11 months ago) by tls
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-pf42,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
netbsd-5-base,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
mjf-devfs2-base,
mjf-devfs2,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2,
matt-mips64-base,
matt-mips64,
matt-armv6-prevmlocking,
matt-armv6-nbase,
matt-armv6-base,
matt-armv6,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base,
hpcarm-cleanup,
cube-autoconf-base,
cube-autoconf
Changes since 1.19: +3 -1
lines
Diff to previous 1.19 (colored)
Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the FORTIFY_SOURCE feature of libssp, thus checking the size of arguments to various string and memory copy and set functions (as well as a few system calls and other miscellany) where known at function entry. RedHat has evidently built all "core system packages" with this option for some time. This option should be used at the top of Makefiles (or Makefile.inc where this is used for subdirectories) but after any setting of LIB. This is only useful for userland code, and cannot be used in libc or in any code which includes the libc internals, because it overrides certain libc functions with macros. Some effort has been made to make USE_FORT=yes work correctly for a full-system build by having the bsd.sys.mk logic disable the feature where it should not be used (libc, libssp iteself, the kernel) but no attempt has been made to build the entire system with USE_FORT and doing so will doubtless expose numerous bugs and misfeatures. Adjust the system build so that all programs and libraries that are setuid, directly handle network data (including serial comm data), perform authentication, or appear likely to have (or have a history of having) data-driven bugs (e.g. file(1)) are built with USE_FORT=yes by default, with the exception of libc, which cannot use USE_FORT and thus uses only USE_SSP by default. Tested on i386 with no ill results; USE_FORT=no per-directory or in a system build will disable if desired.
Revision 1.19 / (download) - annotate - [select for diffs], Mon Jan 10 02:58:59 2005 UTC (7 years, 4 months ago) by lukem
Branch: MAIN
CVS Tags: wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
netbsd-4-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0,
netbsd-4,
netbsd-3-base,
netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0,
netbsd-3,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Changes since 1.18: +5 -2
lines
Diff to previous 1.18 (colored)
Only compile in IPv6 support if ${USE_INET6} != "no"
MKINET6 is for providing IPv6 infrastructure.
USE_INET6 is for compiling IPv6 support into the programs (needs MKINET6).
Revision 1.18 / (download) - annotate - [select for diffs], Wed Sep 18 03:54:37 2002 UTC (9 years, 8 months ago) by lukem
Branch: MAIN
CVS Tags: thorpej-syslogd-hack-branch,
thorpej-syslogd-hack-base,
netbsd-2-base,
netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1,
netbsd-2-0-base,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE,
netbsd-2-0,
netbsd-2,
fvdl_fs64_base
Changes since 1.17: +5 -3
lines
Diff to previous 1.17 (colored)
use NETBSDSRCDIR as appropriate
Revision 1.17 / (download) - annotate - [select for diffs], Fri Aug 2 02:23:49 2002 UTC (9 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.16: +4 -1
lines
Diff to previous 1.16 (colored)
add utmpx support;
Revision 1.16 / (download) - annotate - [select for diffs], Sun Jun 9 19:59:55 2002 UTC (9 years, 11 months ago) by itojun
Branch: MAIN
Changes since 1.15: +1 -4
lines
Diff to previous 1.15 (colored)
no need for KAME_SCOPEID any longer
Revision 1.15 / (download) - annotate - [select for diffs], Sun Jul 1 16:23:42 2001 UTC (10 years, 10 months ago) by itojun
Branch: MAIN
CVS Tags: netbsd-1-6-base,
netbsd-1-6-RELEASE,
netbsd-1-6-RC3,
netbsd-1-6-RC2,
netbsd-1-6-RC1,
netbsd-1-6-PATCH002-RELEASE,
netbsd-1-6-PATCH002-RC4,
netbsd-1-6-PATCH002-RC3,
netbsd-1-6-PATCH002-RC2,
netbsd-1-6-PATCH002-RC1,
netbsd-1-6-PATCH002,
netbsd-1-6-PATCH001-RELEASE,
netbsd-1-6-PATCH001-RC3,
netbsd-1-6-PATCH001-RC2,
netbsd-1-6-PATCH001-RC1,
netbsd-1-6-PATCH001,
netbsd-1-6
Changes since 1.14: +5 -1
lines
Diff to previous 1.14 (colored)
-DLIBWRAP will enable libwrap-based filtering on UDP socket messages. PR 13348
Revision 1.13.6.1 / (download) - annotate - [select for diffs], Mon Dec 27 18:38:10 1999 UTC (12 years, 5 months ago) by wrstuden
Branch: wrstuden-devbsize
Changes since 1.13: +5 -1
lines
Diff to previous 1.13 (colored) next main 1.14 (colored)
Pull up to last week's -current.
Revision 1.14 / (download) - annotate - [select for diffs], Thu Dec 2 16:17:29 1999 UTC (12 years, 5 months ago) by itojun
Branch: MAIN
CVS Tags: wrstuden-devbsize-base,
wrstuden-devbsize-19991221,
netbsd-1-5-base,
netbsd-1-5-RELEASE,
netbsd-1-5-PATCH003,
netbsd-1-5-PATCH002,
netbsd-1-5-PATCH001,
netbsd-1-5-BETA2,
netbsd-1-5-BETA,
netbsd-1-5-ALPHA2,
netbsd-1-5,
minoura-xpg4dl-base,
minoura-xpg4dl
Changes since 1.13: +5 -1
lines
Diff to previous 1.13 (colored)
IPv6 support in syslogd. actually we need library update as well. NetBSD PR #8934 from Feico Dillema <dillema@acm.org> (with memory leak fix).
Revision 1.13 / (download) - annotate - [select for diffs], Fri Mar 19 00:43:03 1999 UTC (13 years, 2 months ago) by perry
Branch: MAIN
CVS Tags: netbsd-1-4-base,
netbsd-1-4-RELEASE,
netbsd-1-4-PATCH003,
netbsd-1-4-PATCH002,
netbsd-1-4-PATCH001,
netbsd-1-4,
comdex-fall-1999-base,
comdex-fall-1999
Branch point for: wrstuden-devbsize
Changes since 1.12: +3 -1
lines
Diff to previous 1.12 (colored)
symlink /var/run/log to /dev/log for transition period.
Revision 1.12 / (download) - annotate - [select for diffs], Tue Feb 10 03:50:24 1998 UTC (14 years, 3 months ago) by mrg
Branch: MAIN
Changes since 1.11: +1 -1
lines
Diff to previous 1.11 (colored)
nit: order rcsid/sccsids
Revision 1.11 / (download) - annotate - [select for diffs], Sat Oct 18 06:42:59 1997 UTC (14 years, 7 months ago) by lukem
Branch: MAIN
CVS Tags: netbsd-1-3-base,
netbsd-1-3-RELEASE,
netbsd-1-3-PATCH003-CANDIDATE2,
netbsd-1-3-PATCH003-CANDIDATE1,
netbsd-1-3-PATCH003-CANDIDATE0,
netbsd-1-3-PATCH003,
netbsd-1-3-PATCH002,
netbsd-1-3-PATCH001,
netbsd-1-3-BETA,
netbsd-1-3
Changes since 1.10: +1 -2
lines
Diff to previous 1.10 (colored)
enable WARNS=1 by default, but disable in unclean 3rd party code
Revision 1.10 / (download) - annotate - [select for diffs], Tue Jul 1 20:50:58 1997 UTC (14 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Add WARNS=1
Revision 1.9 / (download) - annotate - [select for diffs], Sun Jun 29 18:57:44 1997 UTC (14 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.8: +4 -3
lines
Diff to previous 1.8 (colored)
- Fix warnings - Use ttymsg from libutil.
Revision 1.8 / (download) - annotate - [select for diffs], Thu May 8 21:12:45 1997 UTC (15 years ago) by gwr
Branch: MAIN
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Back out the .PATH.c changes. The .depend problem (and others) will be fixed using the new .NOPATH make feature instead.
Revision 1.7 / (download) - annotate - [select for diffs], Tue May 6 20:46:39 1997 UTC (15 years ago) by gwr
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Use .PATH.c: ...
Revision 1.6 / (download) - annotate - [select for diffs], Tue Jan 2 17:30:27 1996 UTC (16 years, 4 months ago) by perry
Branch: MAIN
CVS Tags: netbsd-1-2-base,
netbsd-1-2-RELEASE,
netbsd-1-2-PATCH001,
netbsd-1-2-BETA,
netbsd-1-2
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Merge/sync with 4.4lite2 -- just a change in version numbers and RCS id strings.
Revision 1.1.1.2 / (download) - annotate - [select for diffs] (vendor branch), Thu Dec 28 16:58:27 1995 UTC (16 years, 5 months ago) by perry
Branch: WFJ-920714,
CSRG
CVS Tags: lite-2
Changes since 1.1.1.1: +1 -2
lines
Diff to previous 1.1.1.1 (colored)
imported from 44lite2
Revision 1.5 / (download) - annotate - [select for diffs], Thu Dec 22 11:43:28 1994 UTC (17 years, 5 months ago) by cgd
Branch: MAIN
CVS Tags: netbsd-1-1-base,
netbsd-1-1-RELEASE,
netbsd-1-1-PATCH001,
netbsd-1-1
Changes since 1.4: +2 -3
lines
Diff to previous 1.4 (colored)
specify man pages the new way.
Revision 1.4 / (download) - annotate - [select for diffs], Fri Jan 28 01:05:30 1994 UTC (18 years, 4 months ago) by cgd
Branch: MAIN
CVS Tags: netbsd-1-0-base,
netbsd-1-0-RELEASE,
netbsd-1-0-PATCH1,
netbsd-1-0-PATCH06,
netbsd-1-0-PATCH05,
netbsd-1-0-PATCH04,
netbsd-1-0-PATCH03,
netbsd-1-0-PATCH02,
netbsd-1-0-PATCH0,
netbsd-1-0
Changes since 1.3: +1 -3
lines
Diff to previous 1.3 (colored)
don't need -lutil
Revision 1.3 / (download) - annotate - [select for diffs], Fri Jul 30 20:50:51 1993 UTC (18 years, 10 months ago) by mycroft
Branch: MAIN
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
Add RCS identifiers.
Revision 1.2 / (download) - annotate - [select for diffs], Tue Jun 15 23:25:20 1993 UTC (18 years, 11 months ago) by mycroft
Branch: MAIN
CVS Tags: netbsd-0-9-base,
netbsd-0-9-RELEASE,
netbsd-0-9-BETA,
netbsd-0-9-ALPHA2,
netbsd-0-9-ALPHA,
netbsd-0-9
Changes since 1.1: +1 -0
lines
Diff to previous 1.1 (colored)
And a few more...
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Mar 21 09:45:37 1993 UTC (19 years, 2 months ago) by cgd
Branch: WFJ-920714,
CSRG
CVS Tags: patchkit-0-2-2,
netbsd-alpha-1,
netbsd-0-8,
WFJ-386bsd-01
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
initial import of 386bsd-0.1 sources
Revision 1.1 / (download) - annotate - [select for diffs], Sun Mar 21 09:45:37 1993 UTC (19 years, 2 months ago) by cgd
Branch: MAIN
Initial revision