Page MenuHomeFreeBSD

Sync ypmatch source code with OpenBSD.
ClosedPublic

Authored by araujo on Jul 27 2015, 2:59 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 2, 7:37 AM
Unknown Object (File)
Mon, Mar 2, 1:49 AM
Unknown Object (File)
Sun, Feb 22, 2:07 AM
Unknown Object (File)
Sat, Feb 7, 11:32 PM
Unknown Object (File)
Jan 31 2026, 12:08 PM
Unknown Object (File)
Jan 10 2026, 8:06 AM
Unknown Object (File)
Jan 8 2026, 12:08 PM
Unknown Object (File)
Dec 22 2025, 1:55 AM
Subscribers

Details

Summary
  • Remove the 3rd clause of BSD LICENSE.
  • Sync the code with the OpenBSD version.
Test Plan

The test for ypmatch was to search some keys as an example:
root@srcCODE:/usr/src/usr.bin/ypmatch # ypmatch -d freebsd root passwd
root:*:0:0:Charlie &:/root:/bin/csh

I won't past here because the output is a bit big.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

araujo retitled this revision from to Sync ypmatch source code with OpenBSD..
araujo updated this object.
araujo edited the test plan for this revision. (Show Details)

Sync it with my latest commit.

araujo added reviewers: kib, rodrigc, ngie, dim.

Sync the patch with the latest revision where I changed the
const struct ypalias to static const.

rodrigc edited edge metadata.

If this passes your testing, I'm OK with this. Thanks for working on this.

We may want to push a change upstream to OpenBSD to change for( to for (
to adhere to style(9)

This revision is now accepted and ready to land.Jul 30 2015, 12:35 PM
bapt added a reviewer: bapt.
bapt added a subscriber: bapt.

I have been able to test the update just fine :)

This revision was automatically updated to reflect the committed changes.