| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
It is not clear to what this copyright should apply, and this is in line
with what other operating systems do.
For ssh specifically, printing of the copyright string is not in the
upstream version so this reduces our FreeBSD-local diffs.
Approved by: core, des (ssh)
|
| | |
|
| | |
|
| |
| |
| |
| | |
MFC after: 3 days
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
of short-living parent. Only mark the master process that accepts
connections, do not protect connection handlers spawned from inetd.
Submitted by: Mykola Dzham <i levsha me>
Reviewed by: attilio
MFC after: 1 week
|
|\ \
| |/
| |
| | |
MFC after: 1 month
|
| |
| |
| |
| |
| |
| |
| | |
I was requested to add this string to any file that was modified by my
commit, which I forgot to do so.
Requested by: des
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Partially revert r184122 (sshd.c). Our ut_host is now big enough to
fit proper hostnames.
- Change config.h to match reality.
- defines.h requires UTMPX_FILE to be set by <utmpx.h> before it allows
the utmpx code to work. This makes no sense to me. I've already
mentioned this upstream.
- Add our own platform-specific handling of lastlog. The version I will
send to the OpenSSH folks will use proper autoconf generated
definitions instead of `#if 1'.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
environments.
Please note that this can't be done while such processes run in jails.
Note: in future it would be interesting to find a way to do that
selectively for any desired proccess (choosen by user himself), probabilly
via a ptrace interface or whatever.
Obtained from: Sandvine Incorporated
Reviewed by: emaste, arch@
Sponsored by: Sandvine Incorporated
MFC: 1 month
|
| |
| |
| |
| |
| | |
Noticed by: delphij, David Cornejo <dave@dogwood.com>
Forgotten by: des
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
- initialized and uninitialized data
- symbols from roaming_dummy.c which end up in pam_ssh
Update the command line used to generate the #defines.
|
|\ \
| |/ |
|
| |
| |
| |
| | |
Approved by: re (kib)
|
| |
| |
| |
| | |
Reviewed by: des
|
|\ \
| |/
| |
| | |
MFC after: 3 months
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
in the struct utmp due to concerns about the length of the hostname buffer.
However, this breaks the UseDNS option. There is a simpler and better
solution: initialize utmp_len to the correct value (UT_HOSTSIZE instead of
MAXHOSTNAMELEN) and let get_remote_name_or_ip() worry about the size of the
buffer.
PR: bin/97499
Submitted by: Bruce Cran <bruce@cran.org.uk>
MFC after: 1 week
|
| |
| |
| |
| | |
MFC after: 3 days
|
| |
| |
| |
| | |
MFC after: 1 week
|
| | |
|
| |
| |
| |
| | |
aren't used for anything, but that's no excuse for being silly.
|
| |
| |
| |
| |
| |
| |
| | |
Submitted upstream, no reaction.
Submitted by: delphij@
MFC after: 2 weeks
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
I have worked hard to reduce diffs against the vendor branch. One
notable change in that respect is that we no longer prefer DSA over
RSA - the reasons for doing so went away years ago. This may cause
some surprises, as ssh will warn about unknown host keys even for
hosts whose keys haven't changed.
MFC after: 6 weeks
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
"This time for sure!"
|
| | |
|
| |
| |
| |
| | |
every time I think I got them all, another one pops up.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
original $FreeBSD$ keywords. Revert those changes, and simply disable
keyword expansion.
|
| | |
|
| | |
|
| |
| |
| |
| | |
Add svn command to diff against vendor branch.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
that code in ages - we use pam_opie(8) instead - so this is a NOP.
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
cmsghdr. Derived from upstream patch.
Submitted by: cognet
MFC after: 2 weeks
|
| |
| |
| |
| | |
available in base/vendor-crypto/openssh/dist/.
|
| |
| |
| |
| | |
instructions accordingly.
|
| |
| |
| |
| |
| | |
The idea is to have a FREEBSD-vendor file for every third-party package
in the tree.
|
| | |
|