CVS commit: src/sbin/iscsid

2012-12-29 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Dec 29 08:28:20 UTC 2012 Modified Files: src/sbin/iscsid: iscsid_driverif.c iscsid_lists.c iscsid_main.c iscsid_targets.c Log Message: Handle invalid messages more gracefully, handle sessions with no valid connect

CVS commit: src/sbin/iscsid

2011-10-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 29 16:54:50 UTC 2011 Modified Files: src/sbin/iscsid: iscsid.h iscsid_discover.c iscsid_driverif.c iscsid_globals.h iscsid_lists.c iscsid_main.c iscsid_targets.c Log Message: cleanup some messy casts and type

CVS commit: src/sbin/iscsid

2012-05-27 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Sun May 27 16:50:32 UTC 2012 Modified Files: src/sbin/iscsid: iscsid_driverif.c iscsid_lists.c iscsid_targets.c Log Message: Don't try to print pointers as integers, use %p instead and don't cast. To generate a diff of this commit:

CVS commit: src/sbin/iscsid

2012-05-27 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Sun May 27 17:27:34 UTC 2012 Modified Files: src/sbin/iscsid: iscsid_globals.h Log Message: When ISCSI_NOTHREAD is defined, make UNLOCK_SESSIONS a different kind of noop, so that things build. To generate a diff of this commit: cvs

CVS commit: src/sbin/iscsid

2012-05-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 27 19:52:51 UTC 2012 Modified Files: src/sbin/iscsid: Makefile iscsid.8 iscsid_main.c Log Message: make the debug level available on the command line. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sbi

CVS commit: src/sbin/iscsid

2012-05-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 27 20:05:05 UTC 2012 Modified Files: src/sbin/iscsid: Makefile iscsid.8 iscsid.h iscsid_driverif.c iscsid_lists.c iscsid_main.c Log Message: use -n for nothreads. To generate a diff of this commit: cvs rdif

CVS commit: src/sbin/iscsid

2012-05-27 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Sun May 27 20:11:58 UTC 2012 Modified Files: src/sbin/iscsid: iscsid.8 Log Message: Use Fl for the flags. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sbin/iscsid/iscsid.8 Please note that diffs are not public d

CVS commit: src/sbin/iscsid

2012-05-27 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Sun May 27 22:03:16 UTC 2012 Modified Files: src/sbin/iscsid: iscsid_globals.h iscsid_main.c Log Message: Implement the remaining bits of unthreaded operation. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sbin/is

CVS commit: src/sbin/iscsid

2012-05-27 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Sun May 27 23:54:45 UTC 2012 Modified Files: src/sbin/iscsid: iscsid_lists.c Log Message: Fix a bug introduced in rev 1.2: return "curr", like the debugging says we're doing, because it, unlike "t", will propely be NULL when the tar

CVS commit: src/sbin/iscsid

2012-05-27 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Mon May 28 00:13:19 UTC 2012 Modified Files: src/sbin/iscsid: Makefile iscsid_globals.h iscsid_main.c Log Message: Make the debugging printouts actually work when setting the debug level, and allow the level to be set numerically fro

CVS commit: src/sbin/iscsid

2012-05-27 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Mon May 28 00:37:55 UTC 2012 Modified Files: src/sbin/iscsid: iscsid_lists.c Log Message: Fix 4 more instances of the same bug (not returning NULL when stuff not found). While I'm here, add comments so it hopefully doesn't happen ag

CVS commit: src/sbin/iscsid

2012-05-27 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Mon May 28 00:45:31 UTC 2012 Modified Files: src/sbin/iscsid: iscsid.8 Log Message: Fix up the wording of the new flags, and show that the -d flag now takes an argument. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 s

CVS commit: src/sbin/iscsid

2012-05-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon May 28 08:49:58 UTC 2012 Modified Files: src/sbin/iscsid: iscsid.8 Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sbin/iscsid/iscsid.8 Please note that diffs are not pu

CVS commit: src/sbin/iscsid

2012-05-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon May 28 08:51:44 UTC 2012 Modified Files: src/sbin/iscsid: iscsid.8 Log Message: Sort option descriptions (options without args, then options with args). To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sbin/iscsi

CVS commit: src/sbin/iscsid

2012-06-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jun 24 13:08:39 UTC 2012 Modified Files: src/sbin/iscsid: iscsid_discover.c Log Message: use first successful connection to a ISNS server To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sbin/iscsid/iscsid_di

CVS commit: src/sbin/iscsid

2011-11-19 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Sun Nov 20 01:23:57 UTC 2011 Modified Files: src/sbin/iscsid: iscsid_discover.c iscsid_driverif.c iscsid_globals.h iscsid_lists.c iscsid_main.c iscsid_targets.c Log Message: simplify code by removing a useless "#define ST

CVS commit: src/sbin/iscsid

2011-11-21 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Mon Nov 21 08:23:20 UTC 2011 Modified Files: src/sbin/iscsid: iscsid.8 Log Message: Fix title and xrefs. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sbin/iscsid/iscsid.8 Please note that diffs are not public

CVS commit: src/sbin/iscsid

2015-11-10 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Tue Nov 10 12:41:18 UTC 2015 Modified Files: src/sbin/iscsid: iscsid.8 Log Message: fix iSCSI RFC number To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sbin/iscsid/iscsid.8 Please note that diffs are not public

CVS commit: src/sbin/iscsid

2016-05-29 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun May 29 13:35:45 UTC 2016 Modified Files: src/sbin/iscsid: Makefile iscsid.8 iscsid.h iscsid_discover.c iscsid_driverif.c iscsid_globals.h iscsid_lists.c iscsid_main.c iscsid_targets.c Log Message: Seve

CVS commit: src/sbin/iscsid

2016-05-30 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon May 30 21:58:32 UTC 2016 Modified Files: src/sbin/iscsid: iscsid_main.c Log Message: mark noreturn function exit_daemon() as __dead To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sbin/iscsid/iscsid_main.c

CVS commit: src/sbin/iscsid

2016-05-30 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon May 30 22:02:41 UTC 2016 Modified Files: src/sbin/iscsid: iscsid_globals.h Log Message: Add printf-like annotation. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sbin/iscsid/iscsid_globals.h Please note tha

CVS commit: src/sbin/iscsid

2015-02-21 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Feb 21 20:33:44 UTC 2015 Modified Files: src/sbin/iscsid: iscsid.h Log Message: Move communication socket to /var/run, especially when starting iscsid during boot, it might disappear otherwise. To generate a diff of this comm

CVS commit: src/sbin/iscsid

2015-05-30 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat May 30 16:00:51 UTC 2015 Modified Files: src/sbin/iscsid: iscsid_driverif.c iscsid_main.c Log Message: Remove ISCSI_DEBUG branches. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sbin/iscsid/iscsid_driverif.c

CVS commit: src/sbin/iscsid

2014-07-06 Thread Zafer Aydogan
Module Name:src Committed By: zafer Date: Sun Jul 6 14:41:24 UTC 2014 Modified Files: src/sbin/iscsid: iscsid.8 Log Message: mention requirements for custom kernels. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sbin/iscsid/iscsid.8 Please note that