|
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0 |
|
| #
d0b2dbfa |
| 16-Aug-2023 |
Warner Losh <[email protected]> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0 |
|
| #
63783933 |
| 22-Dec-2021 |
John Baldwin <[email protected]> |
Add an internal libiscsiutil library.
Move some of the code duplicated between ctld(8) and iscsid(8) into a libiscsiutil library.
Sharing the low-level PDU code did require having a 'struct connect
Add an internal libiscsiutil library.
Move some of the code duplicated between ctld(8) and iscsid(8) into a libiscsiutil library.
Sharing the low-level PDU code did require having a 'struct connection' base class with a method table to permit separate initiator vs target behavior (e.g. in handling proxy PDUs).
Reviewed by: mav, emaste Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D33544
show more ...
|
|
Revision tags: release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0 |
|
| #
1e89ef5d |
| 01-Apr-2020 |
Edward Tomasz Napierala <[email protected]> |
Stop hardcoding WARNS in iscsid(8).
MFC after: 2 weeks Sponsored by: DARPA
|
|
Revision tags: release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0 |
|
| #
64a0982b |
| 04-Mar-2017 |
Enji Cooper <[email protected]> |
usr.sbin: normalize paths using SRCTOP-relative paths or :H when possible
This simplifies make logic/output
MFC after: 1 month Sponsored by: Dell EMC Isilon
|
|
Revision tags: release/11.0.1, release/11.0.0 |
|
| #
a863d334 |
| 23-May-2016 |
Edward Tomasz Napierala <[email protected]> |
Build iscsid(8) with ICL_KERNEL_PROXY defined by default, as required for iSER.
Obtained from: Mellanox Technologies MFC after: 1 month Sponsored by: The FreeBSD Foundation
|
|
Revision tags: release/10.3.0 |
|
| #
7de1daeb |
| 09-Feb-2016 |
Glen Barber <[email protected]> |
Create packages for atm, ccdconfig, devd, ipf, ipfw, iscsi, natd, nandfs, pf, quotacheck, and routed.
Add ping6 and rtsol to the runtime package.
Sponsored by: The FreeBSD Foundation
|
|
Revision tags: release/10.2.0 |
|
| #
424a3f57 |
| 03-Jul-2015 |
Edward Tomasz Napierala <[email protected]> |
Remove OpenSSL dependency from iscsid(8) and ctld(8).
Differential Revision: https://reviews.freebsd.org/D2866 Submitted by: Tony Morlan <tony at scroner.com> (earlier version) Reviewed by: bapt@, d
Remove OpenSSL dependency from iscsid(8) and ctld(8).
Differential Revision: https://reviews.freebsd.org/D2866 Submitted by: Tony Morlan <tony at scroner.com> (earlier version) Reviewed by: bapt@, delphij@ MFC after: 1 month Sponsored by: The FreeBSD Foundation
show more ...
|
| #
c6db8143 |
| 25-Nov-2014 |
Baptiste Daroussin <[email protected]> |
Convert usr.sbin to LIBADD Reduce overlinking
|
|
Revision tags: release/10.1.0 |
|
| #
160c039d |
| 06-Nov-2014 |
Baptiste Daroussin <[email protected]> |
iscsid does not need to link to libssl
|
| #
45078155 |
| 22-Oct-2014 |
Edward Tomasz Napierala <[email protected]> |
Untangle iSCSI authentication code by splitting off the CHAP implementation.
Reviewed by: mav@ MFC after: 1 month Sponsored by: The FreeBSD Foundation
|
| #
a725bfc4 |
| 18-Aug-2014 |
Enji Cooper <[email protected]> |
Add LIBCRYPTO and LIBSSL to DPADD
This fixes "make checkdpadd"
Phabric: D621 PR: 192761 Approved by: rpaulo (mentor) MFC after: 2 weeks
|
|
Revision tags: release/9.3.0, release/10.0.0, release/9.2.0 |
|
| #
009ea47e |
| 14-Sep-2013 |
Edward Tomasz Napierala <[email protected]> |
Bring in the new iSCSI target and initiator.
Reviewed by: ken (parts) Approved by: re (delphij) Sponsored by: FreeBSD Foundation
|