aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* bsdinstall: fix EFI boot entry creationAhmad Khalifa2026-02-261-11/+14
* pw: make manual page more friendly for uid/gid searchDmitry Morozovsky2026-02-181-4/+7
* ngctl: Fix buffer overflow in config commandDag-Erling Smørgrav2026-02-181-8/+14
* ngctl: Check hook name lengthDag-Erling Smørgrav2026-02-181-4/+14
* man bluetooth/fwdownloaders: Clarify descriptionsAlexander Ziaee2026-02-055-10/+10
* cron: Implement full PAM session lifecycle for user jobsXin LI2026-02-041-5/+139
* kern: disallow user scheduling/debugging/signalling of jailed procsKyle Evans2026-02-031-1/+7
* METALOG: Order keyword entriesJose Luis Duran2026-02-031-1/+1
* netgraph: teach ngctl to attach and run itself in a jailJamie Gritton2026-02-023-8/+67
* freebsd-update: sort options alphabeticallyEnji Cooper2026-01-311-4/+4
* ctladm: portlist -i lists target and initiator names rather than addressesJohn Baldwin2026-01-292-3/+3
* ctladm: Use nvlist instead of home-rolled name-value listsJohn Baldwin2026-01-291-71/+54
* ctl: Avoid an upcast for calling ctl_scsi_path_stringJohn Baldwin2026-01-291-3/+3
* cron.8: clarify system crontab formatXin LI2026-01-281-5/+6
* periodic: Support RFC 5424 syslog timestampsJoseph Mingrone2026-01-283-7/+28
* ctld: Rename {ctld,isns}.h to {ctld,isns}.hhJohn Baldwin2026-01-279-15/+15
* ctld: Permit valid integer LUN device typesJohn Baldwin2026-01-271-1/+1
* ctld: Use strtonum in lun_set_device_typeDag-Erling Smørgrav2026-01-271-4/+8
* ctld: Do not remove item from an nvlist while iterating itJohn Baldwin2026-01-271-3/+4
* ctld: Remove dead logging codeJohn Baldwin2026-01-271-6/+2
* ctld: Require a mask if / is specified in an initiator portalJohn Baldwin2026-01-271-0/+2
* ctld: Tighten parsing of IPv6 addresses for initiator-portalJohn Baldwin2026-01-271-6/+9
* ctld: Drop commented-out code to print the configurationJohn Baldwin2026-01-271-62/+0
* ctld: Properly validate mutual user/secret for CHAP-MUTUAL in the UCL parserJohn Baldwin2026-01-271-4/+4
* ctld: Remove dead code in UCL parsing of hex DSCP valuesJohn Baldwin2026-01-271-3/+0
* ctld: Add a label string to auth_groupsJohn Baldwin2026-01-273-72/+50
* ctld: Reduce code duplication in auth_check_secret_lengthJohn Baldwin2026-01-271-49/+18
* ctld: Fix sign bug validating kernel ports when reloading configJohn Baldwin2026-01-271-1/+1
* ctld: Disable -Wshadow for GCCJohn Baldwin2026-01-271-0/+1
* ctld: Convert to C++John Baldwin2026-01-279-32/+39
* ctld: Permit simpler syntax for target LUNs in UCLJohn Baldwin2026-01-272-19/+33
* ctld: Permit targets to use a string for portal-groups in UCLJohn Baldwin2026-01-272-6/+18
* ctld: Support anonymous LUN entries in UCLJohn Baldwin2026-01-272-59/+77
* ctld: Add missing properties to the UCL parserJohn Baldwin2026-01-271-0/+49
* ctld: Be more consistent for auth parameters in the UCL configJohn Baldwin2026-01-271-42/+121
* ctld: Fail UCL configurations with a nested errorJohn Baldwin2026-01-271-5/+12
* ctld: Add a dedicated API between parse.y and the rest of the programJohn Baldwin2026-01-278-1010/+1383
* ctld: Fix parsing of text values for DSCP in UCL parserJohn Baldwin2026-01-271-22/+22
* ctld: Use preferred style for evaluating result of strcmpJohn Baldwin2026-01-271-43/+43
* ctld: Fail for missing or invalid CHAP secrets in UCL configJohn Baldwin2026-01-271-0/+1
* ctld: Fix the isns-period and isns-timeout keywords in the UCL parserJohn Baldwin2026-01-271-2/+2
* ctld: Consistently free temporary strings during yacc parsingJohn Baldwin2026-01-271-10/+24
* ctld: Some bool-related cleanupsJohn Baldwin2026-01-276-147/+136
* ctld: Drop some #if 0'd debugging tracesJohn Baldwin2026-01-271-12/+0
* ctld: Move kernel_limits into login.c where it is usedJohn Baldwin2026-01-273-62/+64
* ctld: Don't specify the TCP port for default iSCSI portal group socketsJohn Baldwin2026-01-271-2/+2
* ctld: Factor out functions to parse dscp and pcp propertiesJohn Baldwin2026-01-271-68/+89
* ctld: Write the pidfile once after forkingJohn Baldwin2026-01-271-4/+4
* ctld: Use kevent(2) for socket events rather than select(2)John Baldwin2026-01-271-62/+74
* ctld: Use nvlist instead of home-rolled name-value listsJohn Baldwin2026-01-275-222/+111