Re: syslogd log_info

2017-04-05 Thread Todd C. Miller
On Wed, 05 Apr 2017 22:36:36 +0200, Alexander Bluhm wrote: > On Wed, Apr 05, 2017 at 02:29:46PM -0600, Todd C. Miller wrote: > > On Wed, 05 Apr 2017 22:23:58 +0200, Alexander Bluhm wrote: > > > > > The function logmsg() was used to generate local messages and to > > > process incomming messages.

Re: syslogd log_info

2017-04-05 Thread Alexander Bluhm
On Wed, Apr 05, 2017 at 02:29:46PM -0600, Todd C. Miller wrote: > On Wed, 05 Apr 2017 22:23:58 +0200, Alexander Bluhm wrote: > > > The function logmsg() was used to generate local messages and to > > process incomming messages. Split this functionality into log_info() > > and logline(). Sort the

Re: syslogd log_info

2017-04-05 Thread Todd C. Miller
On Wed, 05 Apr 2017 22:23:58 +0200, Alexander Bluhm wrote: > The function logmsg() was used to generate local messages and to > process incomming messages. Split this functionality into log_info() > and logline(). Sort the parameters like they appear in the syslog > line. Shouldn't vlogmsg() be

Re: syslogd log_info

2017-04-05 Thread Alexander Bluhm
On Fri, Mar 17, 2017 at 02:09:35AM +0100, Alexander Bluhm wrote: > This is the next step for refactoring internal syslogd(8) logging. The function logmsg() was used to generate local messages and to process incomming messages. Split this functionality into log_info() and logline(). Sort the para