summaryrefslogtreecommitdiff
path: root/usr.sbin/iscsid
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26usr.sbin: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2022-04-18iscsi: Fetch limits based on a socket rather than assuming global limits.John Baldwin
2022-04-18iscsid: Push #ifdef ICL_KERNEL_PROXY into cap_ioctl_limits list.John Baldwin
2022-02-25iscsi: retrieve global login timeout from sysctlbyname() as integerRichard Scheffenegger
2022-02-25iscsi: per-session timeouts and rapid teardown of session on reconnectRichard Scheffenegger
2021-12-29iscsi: Handle large Text responses.John Baldwin
2021-12-28iscsid: Always free the duplicated address in resolve_addr().John Baldwin
2021-12-22libiscsiutil: Change keys_load/save to operate on data buffers.John Baldwin
2021-12-22Add an internal libiscsiutil library.John Baldwin
2021-10-25iscsid: set max_recv_data_segment_length to what we advertiseEd Maste
2021-09-13iscsid: Disable TCP DDP for connection sockets.John Baldwin
2020-12-29iscsid(8): fix memory leak by freeing the 'addr'Edward Tomasz Napierala
2020-12-29iscsid(8): free data allocated by getaddrinfo(3)Edward Tomasz Napierala
2020-10-28Drop "All rights reserved" from all my stuff. This includesEdward Tomasz Napierala
2020-10-24Add network QoS support for PCP to iscsi initiator.Richard Scheffenegger
2020-10-22Negotiate iSCSIProtocolLevel of 2 (RFC 7144) in initiator.Alexander Motin
2020-10-09Add DSCP support for network QoS to iscsi initiator.Richard Scheffenegger
2020-09-01Fix string overflow that could occur during redirection due to passingEdward Tomasz Napierala
2020-04-01Stop hardcoding WARNS in iscsid(8).Edward Tomasz Napierala
2018-11-30iscsi: simplify the capsicumizationMariusz Zaborski
2018-01-24Add missing SPDX identifier in iscsid(8).Edward Tomasz Napierala
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-05-28Minor tweaks to iscsi(4) and iscsid(8).Edward Tomasz Napierala
2017-03-11Use nitems() from sys/param.h.Marcelo Araujo
2017-03-04usr.sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper
2017-01-20Remove ISCSI_MAX_DATA_SEGMENT_LENGTH, using negotiated value.Alexander Motin
2017-01-14Alike to r312190 decouple iSCSI connection limits from defaults.Alexander Motin
2016-08-25Make the iSCSI parameter negotiation more flexible.Navdeep Parhar
2016-08-22Fix calloc(3) argument order.Marcelo Araujo
2016-06-09Decouple MaxBurstLength and FirstBurstLength from MaxRecvDataSegmentLengthEdward Tomasz Napierala
2016-05-23Build iscsid(8) with ICL_KERNEL_PROXY defined by default, as requiredEdward Tomasz Napierala
2016-05-19When iscsid(8) is running in ICL proxy mode, don't try to send Logout PDUs.Edward Tomasz Napierala
2016-05-17Add initial support for negotiating iSER parameters to iscsid(8). SomeEdward Tomasz Napierala
2016-04-04MFHGlen Barber
2016-03-15Make fail() preserve the errno.Edward Tomasz Napierala
2016-03-15Use the log_errno value passed to the function instead of the errno globalEdward Tomasz Napierala
2016-02-09Create packages for atm, ccdconfig, devd, ipf, ipfw,Glen Barber
2016-01-27Improve reporting of connection problems in iscsid(8).Edward Tomasz Napierala
2016-01-24The <libutil.h> is an ordinary header file; should sort just like any other.Edward Tomasz Napierala
2015-12-01META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery
2015-11-14Remove unneeded includes.Edward Tomasz Napierala
2015-10-06Remove a few unused headers.Xin LI