tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
usr.sbin
/
iscsid
/
at
jcs
16 files
Makefile
Implement a control message to get the state of iscsid. This is used by iscsictl to poll for completion after reload commands. With this slow session establishment should not cause mount errors during startup. Initial version from Dr Ashton Fagg ashton (at) fagg id au OK dlg@ deraadt@
5 years ago
connection.c
Always "get in first" by sending out the values for all session and connection params for each stage of the login process. This way iscsid is in control what is selected and the targets just need to answer. With this it is possible to connect to a lio target.
1 year ago
control.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
initiator.c
Always "get in first" by sending out the values for all session and connection params for each stage of the login process. This way iscsid is in control what is selected and the targets just need to answer. With this it is possible to connect to a lio target.
1 year ago
iscsid.8
Update RFC reference from 3720 to 7143 and drop authors while doing so.
1 year ago
iscsid.c
Rework initator code. There is no need to expose the single initator to the rest of the code. OK semarie@
1 year ago
iscsid.h
Always "get in first" by sending out the values for all session and connection params for each stage of the login process. This way iscsid is in control what is selected and the targets just need to answer. With this it is possible to connect to a lio target.
1 year ago
log.c
fix format string found by clang -Wformat-security OK deraadt millert
9 years ago
log.h
including sys/cdefs.h manually started as a result of netbsd trying to macro-build a replacement for sccsid, and was done without any concern for namespace damage. Unfortunately this practice started infecting other code as others were unaware they didn't need the file. ok millert guenther
4 years ago
logmsg.c
work on making log.c similar in all daemons:
9 years ago
pdu.c
Make sure that text_to_bool and text_to_digest return with errstrp set to NULL on success. The caller of these functions depends on this. OK semarie@
1 year ago
poll.c
Implement a control message to get the state of iscsid. This is used by iscsictl to poll for completion after reload commands. With this slow session establishment should not cause mount errors during startup. Initial version from Dr Ashton Fagg ashton (at) fagg id au OK dlg@ deraadt@
5 years ago
session.c
Rework initator code. There is no need to expose the single initator to the rest of the code. OK semarie@
1 year ago
task.c
Move the task cleanup from the task fail callback to taskq_cleanup. This makes the one failure callback a lot simpler.
12 years ago
util.c
Implement kvp_free() and free the key or value depending on the flags.
1 year ago
vscsi.c
spelling fixes; from paul tagliamonte any parts of his diff not taken are noted on tech
3 years ago