Page MenuHomeFreeBSD

ssh, sshd: Add the VersionAddendum configuration variable
Needs ReviewPublic

Authored by emaste on Apr 23 2021, 6:59 PM.
Tags
None
Referenced Files
F170727779: D29953.id94439.diff
Sun, Sep 6, 6:15 AM
Unknown Object (File)
Sat, Sep 5, 3:46 PM
Unknown Object (File)
Sat, Sep 5, 5:07 AM
Unknown Object (File)
Sat, Sep 5, 4:06 AM
Unknown Object (File)
Sat, Sep 5, 2:22 AM
Unknown Object (File)
Fri, Sep 4, 8:23 PM
Unknown Object (File)
Fri, Sep 4, 5:58 PM
Unknown Object (File)
Fri, Sep 4, 8:09 AM
Subscribers

Details

Summary

Original commits:
db58a8e40ce0ed8b27d51fd274ab609b18d74273 by des
c6de6086cfc759413dd95b5fa549fe7eebca801a by emaste

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste created this revision.

I guess, the man pages also need their default version string updated?

allanjude added inline comments.
kex.c
1192 ↗(On Diff #88056)

is this not redundant now? as above on line 1188, if *version_addendum == '\0' it sets version_addendum = NULL;

ssh.c
891–898
ssh_config
47

Does this date need bumping?

ssh_config.5
1882

We should sync this default

sshd.c
903–910
emaste marked an inline comment as done.

Updates from @allanjude

I guess, the man pages also need their default version string updated?

Yes, all instances should be updated at commit time. I've used 2021XXXX as a placeholder for now.

rebase to accommodate upstream changes

kex.c
1192 ↗(On Diff #88056)

Yes, I think this came out of upstream implementing this differently, reverting locally.

This is still in the tree today, but propose retiring it in D32930