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
F115929264: D48567.diff
Wed, Apr 30, 1:13 PM
Unknown Object (File)
Sun, Apr 13, 3:45 PM
Unknown Object (File)
Sun, Apr 6, 1:08 PM
Unknown Object (File)
Wed, Apr 2, 8:29 PM
Unknown Object (File)
Mar 26 2025, 8:43 AM
Unknown Object (File)
Mar 3 2025, 7:59 PM
Unknown Object (File)
Feb 28 2025, 12:25 PM
Unknown Object (File)
Feb 9 2025, 7:42 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