index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
syslogd
/
syslogd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Constify 'name' field in struct funix. This commit makes syslogd(8)
delphij
2008-12-19
1
-1
/
+1
*
Fixing !INET6 builds after bumping WARNS to 3.
avatar
2008-12-18
1
-2
/
+8
*
Use passed parameter rather than the #define.
obrien
2008-12-17
1
-2
/
+2
*
Rather than hardcode the 'struct iovec iov' array size, use a #define.
obrien
2008-12-17
1
-10
/
+12
*
Add a flag, -T, that tells syslogd to always replace the timestamp on
dwmalone
2008-09-25
1
-7
/
+12
*
Remove extraneous NULL pointer check - the pointer is guaranteed to be non-NULL.
obrien
2008-09-01
1
-2
/
+1
*
Allow comment to be placed at the end of a configuration line.
sobomax
2008-07-09
1
-0
/
+11
*
Add a -8 switch to syslogd to prevent it from mangling 8-bit data.
brian
2008-05-14
1
-3
/
+7
*
Two no-op fixes to improve corretness of syslogd code:
dwmalone
2008-02-20
1
-3
/
+4
*
+ Open ctty in non-blocking mode to avoid hangs during open and close(waiting
obrien
2007-12-11
1
-9
/
+20
*
style(9)
obrien
2007-12-05
1
-15
/
+15
*
Sync usage() with manpage's SYNOPSIS.
ru
2006-09-29
1
-2
/
+2
*
Add the ability to log to an arbitrary udp port as well as the
julian
2006-04-17
1
-6
/
+40
*
Currently, if writing out a log entry fails, we unlink that log entry from our
csjp
2006-03-30
1
-5
/
+12
*
By default (for security reasons) syslogd(8) doesn't create log files
pjd
2006-03-06
1
-3
/
+7
*
style(9) nitlet:
imp
2005-10-17
1
-1
/
+2
*
setsockopt() will return -1 on error, not 0.
cognet
2005-09-28
1
-1
/
+1
*
Use SO_REUSEADDR on the socket, to make the use of syslogd in jails easier.
cognet
2005-09-28
1
-1
/
+7
*
Use pidfile(3) in syslogd(8).
pjd
2005-08-24
1
-9
/
+16
*
Add cases for ENOBUFS and ENETDOWN. We need to make sure that we
csjp
2005-05-19
1
-0
/
+2
*
NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 defines
ume
2005-05-13
1
-17
/
+5
*
Add -S option which allows to change the pathname of the privileged
hrs
2005-04-13
1
-1
/
+6
*
Check that supplied facility is not bigger than LOG_NFACILITIES.
glebius
2005-03-28
1
-0
/
+7
*
Allow ':' and '%' in hostname specifications so that we can specify IPv6
dwmalone
2004-12-28
1
-1
/
+1
*
Some syslog messages delimit the program tag with whitespace rather
dwmalone
2004-12-28
1
-2
/
+2
*
Fix a minor comment typo: priveleged = privileged.
keramida
2004-11-18
1
-1
/
+1
*
Really revert the whitespace change to usage().
ru
2004-11-11
1
-3
/
+3
*
Change TABs back to spaces in usage string constants.
glebius
2004-11-11
1
-3
/
+3
*
Whitespace.
glebius
2004-11-11
1
-11
/
+11
*
Double receive buffer size on sockets.
glebius
2004-11-11
1
-1
/
+18
*
Protect against local flooder of /var/run/log. Do not loop forever in
glebius
2004-11-04
1
-3
/
+7
*
- Use stailqueue for sockets instead of socket buffer. Thus
glebius
2004-11-04
1
-38
/
+74
*
Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived software
imp
2004-08-07
1
-4
/
+0
*
Fix dofsync() declaration.
cperciva
2004-07-04
1
-1
/
+1
*
Where syslogd would have fsync()ed a file in the past, instead set a flag
cperciva
2004-07-04
1
-3
/
+25
*
Also terminate program names if we hit a '/' - this is to be slightly
dwmalone
2004-05-30
1
-1
/
+2
*
A log file name may now be prefixed by a '-' if it should not be
dwmalone
2004-05-30
1
-2
/
+12
*
Try to be more careful about using using the file descriptor f_file.
dwmalone
2004-05-30
1
-7
/
+13
*
Some string fixes.
dwmalone
2004-05-29
1
-4
/
+9
*
Exit with a warning if the path to one of the logging sockets is
dwmalone
2004-05-29
1
-0
/
+4
*
Fix some bugs that don't manifest themselves in practice.
dwmalone
2004-05-29
1
-3
/
+6
*
Update a couple of comments.
dwmalone
2004-05-29
1
-2
/
+2
*
Silence some constness and printf type warnings. Most of the
dwmalone
2004-05-26
1
-12
/
+14
*
Use strtol to parse the <%d> tags in printline() and printsys().
iedowse
2004-01-31
1
-18
/
+18
*
Be much more strict about parsing tagged log messages from /dev/klog;
iedowse
2004-01-26
1
-10
/
+20
*
logerror is used in syslogd to log errors from syslogd itself. It
dwmalone
2003-11-16
1
-0
/
+6
*
Remove an argument to printf that is unused.
dwmalone
2003-11-16
1
-1
/
+1
*
Avoid a corrupt timestamp on the console
gshapiro
2003-05-17
1
-2
/
+6
*
Avoid code duplication by using libutil's trimdomain() instead of
gshapiro
2003-05-17
1
-10
/
+4
*
Cleanup hostname matching in syslogd:
gshapiro
2003-05-04
1
-17
/
+24
[next]