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, Oct 12, 12:28 AM
Unknown Object (File)
Fri, Oct 10, 10:57 PM
Unknown Object (File)
Fri, Oct 10, 2:55 PM
Unknown Object (File)
Fri, Sep 26, 6:08 AM
Unknown Object (File)
Mon, Sep 22, 4:24 AM
Unknown Object (File)
Sat, Sep 20, 12:18 AM
Unknown Object (File)
Sep 9 2025, 6:27 PM
Unknown Object (File)
Sep 5 2025, 9:46 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