summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ctld
Commit message (Expand)AuthorAgeFilesLines
* Make kernel to update LUN size from the backing storage on configurationmav2014-09-181-1/+2
* Fix two small nits in ctl.conf(5).trasz2014-09-141-2/+3
* Resolve an ambiguity with the definition of a new auth-groupallanjude2014-09-131-0/+1
* Fix minor syntax errorallanjude2014-09-121-1/+1
* Improve markup and language throughout the ctl.conf man pageallanjude2014-09-121-123/+190
* Use keys_add_int() where appropriate. No functional changes.trasz2014-09-091-22/+4
* Fix ctld(8) to not forget to send TargetPortalGroupTag and TargetAliastrasz2014-09-091-4/+20
* Avoid ctld(8) crash on getaddrinfo(3) failure.trasz2014-09-061-9/+7
* Document initiator-portal netmask support.trasz2014-09-051-5/+8
* Turn two errors, which are possible to trigger only by bugs,trasz2014-09-051-7/+3
* Fix typo.trasz2014-09-051-2/+2
* Make the iSCSI stack use __FBSDID() properly.trasz2014-08-217-7/+21
* Add missing libraries to DPADD; sort DPADD so DPADD and LDADD match upngie2014-08-191-2/+2
* Fix r269183 build woth GCC.mav2014-07-281-5/+10
* Add netmasks support to initiator-portal option.mav2014-07-284-17/+92
* Correct spelling errors in ctld.8. While here, correct similar errorswblock2014-07-202-10/+10
* Fix ctld crash on startup if target alias is not set.mav2014-07-171-2/+5
* Close race in r268291 between port destruction, delayed by sessionsmav2014-07-061-0/+8
* Pass through iSCSI session ISID from LOGIN request to the CTL frontend.mav2014-07-053-0/+6
* Burry devid port method, which was a gross hack.mav2014-07-051-15/+13
* Create separate CTL port for every iSCSI target (and maybe portal group).mav2014-07-053-52/+288
* Fix issues in config parser relating to lun serial numbers.jpaetzel2014-06-242-2/+16
* use .Mt to mark up email addresses consistently (part2)bapt2014-06-202-2/+2
* serial_num and device_id fields are not necessarily null-terminated.mav2014-06-191-2/+2
* On discovery stage add set of TargetAddress keys to reply, reporting tomav2014-06-181-4/+47
* Style fixes.trasz2014-04-241-9/+9
* English.trasz2014-04-161-3/+3
* If we fail to create LUN, try again on next configuration reload.trasz2014-04-161-1/+9
* Use consistent punctuation.trasz2014-04-161-3/+4
* Use proper terminology in debug messages.trasz2014-04-161-3/+3
* Constify.trasz2014-04-162-10/+13
* Properly pass the initiator address when running in proxy mode.trasz2014-04-163-31/+34
* Use socket address from accept(2) instead of retrieving it viatrasz2014-04-161-11/+13
* Rework the way we enable CTL iSCSI port. Previously conf_apply()trasz2014-04-163-8/+16
* Properly identify target portal when running in proxy mode. While here,trasz2014-04-163-28/+45
* Make it possible for the iSCSI target side to operate in both normaltrasz2014-04-163-86/+112
* Stop treating LUN 0 as mandatory. There is no reason to do that.trasz2014-04-151-7/+6
* Make the error message more clear.trasz2014-03-191-2/+2
* Update most userspace consumers of capability.h to use capsicum.h instead.rwatson2014-03-161-1/+1
* Make the debug messages during ctld(8) shutdown less confusing.trasz2014-02-111-3/+3
* Show proper configuration file line numbers in error messages.trasz2014-02-111-1/+1
* Make ctld error out on invalid characters in ctl.conf.trasz2014-02-111-0/+1
* Improve error reporting.trasz2014-02-111-7/+24
* So, it turns out SIGCHLD is discarded by default, so we have to set uptrasz2014-02-111-0/+16
* Use new auth-type "deny" instead of using "chap" with no chap entries;trasz2014-02-115-11/+15
* Use "default" as default discovery-auth-group, instead of "no-access".trasz2014-02-112-4/+7
* Update manual page to match recent auth-group "default" changes.trasz2014-02-111-3/+4
* Add a new auth-group "default", defaulting to deny, and make it possibletrasz2014-02-112-5/+25
* Make it possible to redefine portal-group "default".trasz2014-02-112-3/+26
* Add auth-type.trasz2014-02-115-11/+119
OpenPOWER on IntegriCloud