summaryrefslogtreecommitdiffstats
path: root/usr.sbin/iscsictl (follow)
Commit message (Expand)AuthorAgeFilesLines
* ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;jmc2020-04-231-3/+3
* (unsigned) means (unsigned int) which on ptrdiff_t or size_t or otherderaadt2019-02-131-3/+3
* - odd condition/test in PF lexersashan2018-11-011-2/+3
* struct sockaddr_storage is guaranteed to be large enough, no need to checkflorian2018-10-151-3/+1
* replace malloc()+strlcpy() with strndup() in cmdline_symset().miko2018-09-071-9/+4
* Do for most running out of memory err() what was done for most runningkrw2018-07-111-4/+4
* No need to mention which memory allocation entry point failed (malloc,krw2018-07-091-5/+5
* Be consistent in warn() and log_warn() usage whenkrw2018-07-081-3/+3
* remove the SECTIONS header, since a one line DESCRIPTION is a bit silly;jmc2018-06-181-4/+4
* Fix an off-by-one line count when using include statements.denis2018-06-111-43/+63
* Plug leak in error case of the common 'varset' implementations.krw2018-04-261-1/+3
* Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with morekrw2017-01-051-3/+2
* Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQkrw2017-01-051-5/+7
* stop including sys/param.h for nitems. define locally as needed.tedu2016-08-161-2/+1
* do not allow whitespace in macro names, i.e. "this is" = "a variable".benno2016-06-211-1/+9
* claudio twice told me pledge "stdio rpath dns" is probably enough.deraadt2015-11-111-1/+4
* use file system path (.Pa) semantic markup macros where appropriate.sobrado2015-07-271-4/+4
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+2
* Don't allow embedded nul characters in strings.jsg2014-11-201-1/+4
* Add gcc format attributes to more warn/error functions in parse.y files.doug2014-11-031-3/+5
* Print bytes read and written in human readable form, like:claudio2014-04-212-6/+12
* Document show summaryclaudio2014-04-211-2/+4
* Print the target and initiator name in show command.claudio2014-04-211-6/+8
* Cope with the iscsid changes. Makes the msg handling a lot easier.claudio2014-04-213-105/+148
* It does not make sense to specify a port for the initiatoraddr.claudio2014-04-212-4/+4
* tweak previous;jmc2014-04-201-3/+3
* Add iscsictl bits to show the vscsi stats.claudio2014-04-204-7/+66
* use u_char for buffers in yylex, for ctype callsbenno2013-11-251-7/+7
* There is no need to compile this with -Werror by default.claudio2012-09-131-3/+2
* Define empty CDIAGFLAGS for programs that use Werror.haesbaert2012-09-121-1/+2
* Long overdue addition of the iscsi.conf man page.claudio2012-06-263-4/+218
* s/ospfd/iscsid/ in commentgsoares2012-05-021-2/+2
* Implement "log verbose|brief" and allow the configuratuin of theclaudio2011-04-273-5/+70
* spacing, no binary changes.sobrado2010-09-252-5/+5
* basic manpage for iscsictl. we wont do an iscsi.conf manpage until thedlg2010-09-242-2/+68
* Import iscsictl -- the control tool for iscsid.claudio2010-09-245-0/+1327