History log of /openbsd-current/usr.sbin/iscsid/log.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_6_2_BASE
# 1.10 06-Apr-2017 gsoares

fix format string found by clang -Wformat-security
OK deraadt millert


Revision tags: OPENBSD_6_1_BASE
# 1.9 21-Mar-2017 bluhm

From a syslog perspective it does not make sense to log fatal and
warn with the same severity. Switch log_warn() to LOG_ERR and keep
fatal() at LOG_CRIT.
OK reyk@ florian@


# 1.8 23-Jan-2017 benno

copy log.c/h from bgpd.
ok claudio


# 1.7 02-Sep-2016 benno

work on making log.c similar in all daemons:

move daemon-local functions into new logmsg.c, and reduce
the (mostly whitespace) differences so that log.c's can be diffed easily.

ok claudio@


Revision tags: OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE
# 1.6 19-Apr-2014 claudio

COnveret the bcopy() to memcpy()


Revision tags: OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE
# 1.5 20-Aug-2011 sthen

Add support for -v (enable verbose logging on the command line).
Previously only available via iscsictl. ok claudio@


Revision tags: OPENBSD_5_0_BASE
# 1.4 27-Apr-2011 claudio

Add log_verbose() like all the other log.c users.


Revision tags: OPENBSD_4_9_BASE
# 1.3 04-Jan-2011 claudio

Print itt, cmdsn and expstatsn as unsigned when printing a PDU.


# 1.2 25-Sep-2010 sobrado

spacing, no binary changes.


# 1.1 24-Sep-2010 claudio

iSCSI Initiatior daemon using vscsi(4).
Currently implements the absolute minimum of the protocol to make
it work against targets. Many things still in flux but we're annoyed
to work outside of the tree. Commited from a source tree on an iSCSI
disk served via iscsid but it is not yet production ready.
OK dlg@, matthew@, deraadt@