index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
iscsictl
Age
Commit message (
Expand
)
Author
2023-02-21
spelling.
Moritz Buhl
2022-03-31
man pages: add missing commas between subordinate and main clauses
Christian Weisgerber
2021-10-15
Don't declare variables as "unsigned char *" that are passed to
Christian Weisgerber
2021-05-05
Document new reload behaviour. From Ashton Fagg
Claudio Jeker
2021-04-16
When loading a config poll iscsid for up to 10 seconds and check if the
Claudio Jeker
2020-04-23
ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;
Jason McIntyre
2019-02-13
(unsigned) means (unsigned int) which on ptrdiff_t or size_t or other
Theo de Raadt
2018-11-01
- odd condition/test in PF lexer
Alexandr Nedvedicky
2018-10-15
struct sockaddr_storage is guaranteed to be large enough, no need to check
Florian Obser
2018-09-07
replace malloc()+strlcpy() with strndup() in cmdline_symset().
miko
2018-07-11
Do for most running out of memory err() what was done for most running
Kenneth R Westerback
2018-07-09
No need to mention which memory allocation entry point failed (malloc,
Kenneth R Westerback
2018-07-08
Be consistent in warn() and log_warn() usage when
Kenneth R Westerback
2018-06-18
remove the SECTIONS header, since a one line DESCRIPTION is a bit silly;
Jason McIntyre
2018-06-11
Fix an off-by-one line count when using include statements.
denis
2018-04-26
Plug leak in error case of the common 'varset' implementations.
Kenneth R Westerback
2017-01-05
Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with more
Kenneth R Westerback
2017-01-05
Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQ
Kenneth R Westerback
2016-08-16
stop including sys/param.h for nitems. define locally as needed.
Ted Unangst
2016-06-21
do not allow whitespace in macro names, i.e. "this is" = "a variable".
Sebastian Benoit
2015-11-11
claudio twice told me pledge "stdio rpath dns" is probably enough.
Theo de Raadt
2015-07-27
use file system path (.Pa) semantic markup macros where appropriate.
Igor Sobrado
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-11-20
Don't allow embedded nul characters in strings.
Jonathan Gray
2014-11-03
Add gcc format attributes to more warn/error functions in parse.y files.
Doug Hogan
2014-04-21
Print bytes read and written in human readable form, like:
Claudio Jeker
2014-04-21
Document show summary
Claudio Jeker
2014-04-21
Print the target and initiator name in show command.
Claudio Jeker
2014-04-21
Cope with the iscsid changes. Makes the msg handling a lot easier.
Claudio Jeker
2014-04-21
It does not make sense to specify a port for the initiatoraddr.
Claudio Jeker
2014-04-20
tweak previous;
Jason McIntyre
2014-04-20
Add iscsictl bits to show the vscsi stats.
Claudio Jeker
2013-11-25
use u_char for buffers in yylex, for ctype calls
Sebastian Benoit
2012-09-13
There is no need to compile this with -Werror by default.
Claudio Jeker
2012-09-12
Define empty CDIAGFLAGS for programs that use Werror.
Christiano F. Haesbaert
2012-06-26
Long overdue addition of the iscsi.conf man page.
Claudio Jeker
2012-05-02
s/ospfd/iscsid/ in comment
Gleydson Soares
2011-04-27
Implement "log verbose|brief" and allow the configuratuin of the
Claudio Jeker
2010-09-25
spacing, no binary changes.
Igor Sobrado
2010-09-24
basic manpage for iscsictl. we wont do an iscsi.conf manpage until the
David Gwynne
2010-09-24
Import iscsictl -- the control tool for iscsid.
Claudio Jeker