Page MenuHomeFreeBSD

iscsi: Move valid_iscsi_name to libiscsiutil
ClosedPublic

Authored by jhb on Jan 22 2025, 7:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Aug 15, 2:10 AM
Unknown Object (File)
Sat, Aug 15, 2:10 AM
Unknown Object (File)
Sat, Aug 15, 2:10 AM
Unknown Object (File)
Sat, Aug 15, 2:09 AM
Unknown Object (File)
Fri, Aug 14, 10:12 AM
Unknown Object (File)
Fri, Aug 14, 9:45 AM
Unknown Object (File)
Thu, Aug 13, 1:32 AM
Unknown Object (File)
Thu, Aug 13, 1:03 AM
Subscribers

Details

Summary

While here, use isxdigit(3) instead of a home-rolled version.

Sponsored by: Chelsio Communications

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb requested review of this revision.Jan 22 2025, 7:52 PM
jhb added a child revision: D48594: ctld: Use bool in uclparse.c.

This LGTM. But now libiscsiutil is just begging for some ATF tests.

This revision is now accepted and ready to land.Jan 22 2025, 8:00 PM

I have some WIP to add nvme support to ctld and this series of commits are some cleanups before the meatier changes. To date libiscsiutil has just been a place to reduce code duplication between iscsiutil and ctld. Some bits like the log_* wrapper functions aren't iscsi specific and probably don't belong there but would be duplicated otherwise. :(

This revision was automatically updated to reflect the committed changes.