aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ctld
Commit message (Expand)AuthorAgeFilesLines
* Make the error message more clear.Edward Tomasz Napierala2014-03-191-2/+2
* Update most userspace consumers of capability.h to use capsicum.h instead.Robert Watson2014-03-161-1/+1
* Make the debug messages during ctld(8) shutdown less confusing.Edward Tomasz Napierala2014-02-111-3/+3
* Show proper configuration file line numbers in error messages.Edward Tomasz Napierala2014-02-111-1/+1
* Make ctld error out on invalid characters in ctl.conf.Edward Tomasz Napierala2014-02-111-0/+1
* Improve error reporting.Edward Tomasz Napierala2014-02-111-7/+24
* So, it turns out SIGCHLD is discarded by default, so we have to set upEdward Tomasz Napierala2014-02-111-0/+16
* Use new auth-type "deny" instead of using "chap" with no chap entries;Edward Tomasz Napierala2014-02-115-11/+15
* Use "default" as default discovery-auth-group, instead of "no-access".Edward Tomasz Napierala2014-02-112-4/+7
* Update manual page to match recent auth-group "default" changes.Edward Tomasz Napierala2014-02-111-3/+4
* Add a new auth-group "default", defaulting to deny, and make it possibleEdward Tomasz Napierala2014-02-112-5/+25
* Make it possible to redefine portal-group "default".Edward Tomasz Napierala2014-02-112-3/+26
* Add auth-type.Edward Tomasz Napierala2014-02-115-11/+119
* Rename a variable, no functional changes.Edward Tomasz Napierala2014-02-116-75/+75
* Yacc cleanup; no functional changes.Edward Tomasz Napierala2014-02-111-49/+49
* Make function ordering slightly more logical; no functional changes.Edward Tomasz Napierala2014-02-111-120/+120
* Implement initiator-name and initiator-portal restrictions.Edward Tomasz Napierala2014-02-116-6/+278
* Daemonize after applying configuration, not before, so thatEdward Tomasz Napierala2014-02-111-8/+9
* Empty data segment during Login Phase is rather unlikely, but it'sEdward Tomasz Napierala2014-02-113-8/+1
* The log_whatever() routines don't accept NULL for format strings,Edward Tomasz Napierala2014-02-111-4/+4
* Improve check for duplicated paths. It shows the warning twice forEdward Tomasz Napierala2014-02-111-10/+15
* Refactor.Edward Tomasz Napierala2014-02-111-58/+64
* Fix handling for empty auth-groups. Without it, ctld child processEdward Tomasz Napierala2013-12-101-0/+8
* Grammar fix.Edward Tomasz Napierala2013-12-021-2/+2
* Fix typos.Edward Tomasz Napierala2013-12-021-3/+3
* Fix typo.Edward Tomasz Napierala2013-11-101-2/+2
* Plug memory leaks.Edward Tomasz Napierala2013-10-091-1/+3
* Fix off-by-one.Edward Tomasz Napierala2013-10-091-1/+1
* Fix several problems in the new iSCSI stack; this includes interoperabilityEdward Tomasz Napierala2013-09-182-8/+6
* Make iscsictl(8) automatically try to load the iscsi module. While here,Edward Tomasz Napierala2013-09-181-1/+1
* Minor mdoc fixes.Joel Dahl2013-09-141-2/+1
* Bring in the new iSCSI target and initiator.Edward Tomasz Napierala2013-09-1413-0/+5789