Page MenuHomeFreeBSD

rpc.tlsservd: followup of API refactoring in the previous commit
ClosedPublic

Authored by glebius on Jan 20 2025, 9:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 9, 1:49 PM
Unknown Object (File)
Sun, Nov 9, 3:23 AM
Unknown Object (File)
Sun, Nov 2, 11:50 PM
Unknown Object (File)
Sat, Nov 1, 5:53 AM
Unknown Object (File)
Thu, Oct 23, 10:19 PM
Unknown Object (File)
Oct 12 2025, 12:28 AM
Unknown Object (File)
Oct 10 2025, 10:57 PM
Unknown Object (File)
Oct 10 2025, 2:55 PM
Subscribers

Details

Summary

Userland counterpart of the previous commit.

Diff Detail

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

Event Timeline

usr.sbin/rpc.tlsservd/rpc.tlsservd.c
407

Just a suggestion. It might be less confusing
down the road if "refno" were renamed "cookie".

usr.sbin/rpc.tlsservd/rpc.tlsservd.c
407

I wanted to do that. I will make a separate commit for that, cause the structure is shared between rpc.tlsservd and rpc.tlsclntd and I want to keep the big commits to these two daemons as two separate commits. Will followup with a short one that renames the field.

This revision is now accepted and ready to land.Feb 1 2025, 12:09 AM