index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
syslogd
/
syslogd.h
Age
Commit message (
Expand
)
Author
2017-10-05
I have touched more than half the source code lines of syslogd(8).
Alexander Bluhm
2017-08-08
Kernel sendsyslog(2), libc syslog(3), and syslogd(8) restrict and
Alexander Bluhm
2017-04-05
The global variable Startup is not used anymore and can be deleted.
Alexander Bluhm
2017-04-05
As we did not have nice log functions before, ttymsg() had to return
Alexander Bluhm
2017-04-05
Replace logdebug() with generic log_debug() from log.c. Implement
Alexander Bluhm
2017-03-16
Start to replace the home grown syslogd(8) internal debug and logging
Alexander Bluhm
2016-10-17
Remove the artificial maximum number of unix domain sockets in
Alexander Bluhm
2016-10-16
Use closefrom(4) in privsep parent and avoid some global file
Alexander Bluhm
2016-10-06
Do an exec on itself in the privileged syslogd(8) parent process
Alexander Bluhm
2015-10-23
If writing to a tty blocks, syslogd forked and tried to write again
Alexander Bluhm
2015-10-21
Do some cleanup in syslogd ttymsg(). Add a debug message when the
Alexander Bluhm
2015-10-15
In syslogd replace the dprintf() macro with a logdebug() function
Alexander Bluhm
2015-10-09
If syslogd is started with -S, it accepts TLS connections to receive
Alexander Bluhm
2015-07-07
When syslogd is invoked with -T listen_address, it creates a TCP
Alexander Bluhm
2015-07-06
Remove some unneeded includes. OK deraadt@
Todd C. Miller
2015-06-30
Add a -U command line switch for syslogd to specify an explict bind
Alexander Bluhm
2014-10-05
Switch syslogd from using poll(2) to libevent.
Alexander Bluhm
2014-10-03
Cleanup the reporting socket code in syslogd.
Alexander Bluhm
2014-09-10
Remove redundant null check and rename vars consistently in syslogd
Doug Hogan
2014-09-08
Fix a syslogd regression when specifying all 20 additional log paths
Doug Hogan
2014-08-25
Allow to restrict syslogd to a protocol family with -4 and -6 command
Alexander Bluhm
2014-08-20
Replace gethostbyaddr(3) with getnameinfo(3). Remove the sigprocmask()
Alexander Bluhm
2014-08-20
Add missing OpenBSD RCS id.
Alexander Bluhm
2014-08-20
Rename priv_gethostserv() to priv_getaddrinfo() as this is what the
Alexander Bluhm
2013-08-19
put do { } while (0) around the dprintf macro to make it less scary
David Gwynne
2010-04-30
shuffle some things around to deal with incomplete types
Jonathan Gray
2007-05-02
- use getaddrinfo() instead of gethostbyname/getservbyname
Jason Wright
2005-06-06
memory leak on SIGHUP for memory buffer logs, based on fix by Stephen Marley;
Damien Miller
2004-07-03
support @hostname:port syntax in syslog.conf, prompted by msf@ at c2k4;
Damien Miller
2004-01-04
Buffered logging for syslogd. Logs may be stored in memory buffers and
Damien Miller
2003-12-29
convert from select() to poll() for main event loop; tested millert@, deraadt@
Damien Miller
2003-07-31
Privilege separated syslog daemon. The child listening to log requests drops
Anil Madhavapeddy