Page MenuHomeFreeBSD

adduser: Overhaul.
ClosedPublic

Authored by des on Apr 19 2024, 12:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 23, 5:45 PM
Unknown Object (File)
Tue, Oct 22, 7:54 PM
Unknown Object (File)
Tue, Oct 22, 5:36 AM
Unknown Object (File)
Sep 30 2024, 5:49 AM
Unknown Object (File)
Sep 27 2024, 2:40 PM
Unknown Object (File)
Sep 26 2024, 6:33 AM
Unknown Object (File)
Sep 19 2024, 8:43 AM
Unknown Object (File)
Sep 14 2024, 8:56 AM
Subscribers

Details

Summary

Most importantly:

  • Make local variables local.
  • Avoid unsafe use of -a and -o operators in test expressions.
  • Remove a hack intended to ease the transition from Perl 22 years ago.

MFC after: 1 week

Diff Detail

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

Event Timeline

des requested review of this revision.Apr 19 2024, 12:19 PM
allanjude added a subscriber: allanjude.

About time the FreeBSD 4.x perl compat bits went away, especially since they were not actually providing compatibility.

This revision is now accepted and ready to land.Apr 19 2024, 1:29 PM

Might want to also note that you've made a lot of variables local. I think that's a good change too, but best to note it or split it off into another commit.

This revision was automatically updated to reflect the committed changes.

LGTM. I flagged a few other optional nits.

usr.sbin/adduser/adduser.sh
62–63
67
265–266
357–358