Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 6abcf8210feae7590d401ca50884e17a683d954b
https://github.com/fabbione/kronosnet/commit/6abcf8210feae7590d401ca50884e1…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2013-01-08 (Tue, 08 Jan 2013)
Changed paths:
M TODO
M libknet/libknet.h
M libknet/logging.c
Log Message:
-----------
logging: move string to the beginning of msg
this allow (to some extents) to print log messages directly to
stdout and/or stderr without extra parsing.
NOTE:
- messages are sent from differnet threads and there for they are less readable
when they arrive all together
- there is no printing of message level and subsystem
for simple coding/debugging purposes this is useful, but otherwise
look at how ping_test.c or kronosnetd create a logpipe and read
sequencial messages from there.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 0333dfaf8cb059a3244857210f0363b4175e9ab3
https://github.com/fabbione/kronosnet/commit/0333dfaf8cb059a3244857210f0363…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2012-12-31 (Mon, 31 Dec 2012)
Changed paths:
M kronosnetd/Makefile.am
Log Message:
-----------
pam: use password-auth on systems like fedora that ship it
or passwd as a fallback (debian and others)
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>