| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
Submitted by: Michel Lavondes <fox@vader.aacc.cc.md.us>
Reviewed by: des
MFC after: 1 week
Notes:
svn path=/head/; revision=121824
|
| |
|
|
|
|
|
|
|
|
| |
as the process is short-lived, and the leak occurs very rarely and always
shortly before the process terminates.
MFC after: 3 days
Notes:
svn path=/head/; revision=121420
|
| |\
| |
| |
| |
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=120953
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
Newer versions of GCC error in such situations.
Obtained from: Heimdal CVS
Notes:
svn path=/vendor-crypto/heimdal/dist/; revision=120952
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=120948
|
| |\|
| |
| |
| |
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=120946
|
| | |
| |
| |
| | |
Notes:
svn path=/vendor-crypto/heimdal/dist/; revision=120945
|
| | |
| |
| |
| |
| |
| |
| | |
each import.
Notes:
svn path=/head/; revision=120944
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=120636
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=120635
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=120632
|
| | | |
| | |
| | |
| | | |
Notes:
svn path=/vendor-crypto/openssl/dist/; revision=120631
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
http://www.openssl.org/news/secadv_20030317.txt
Notes:
svn path=/vendor-crypto/openssl/dist/; revision=112442
|
| | | |
| | |
| | |
| | | |
Notes:
svn path=/head/; revision=120630
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=120490
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Obtained from: openssh.org
Originally committed to head by: nectar
Notes:
svn path=/vendor-crypto/openssh/dist/; revision=120489
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Obtained from: openssh.org
Originally committed to head by: nectar
Notes:
svn path=/head/; revision=120489
|
| | | | |
| | | |
| | | |
| | | | |
Notes:
svn path=/head/; revision=120413
|
| | | | |
| | | |
| | | |
| | | | |
Notes:
svn path=/head/; revision=120411
|
| | | | |
| | | |
| | | |
| | | | |
Notes:
svn path=/head/; revision=120406
|
| | | | |
| | | |
| | | |
| | | | |
Notes:
svn path=/head/; revision=120405
|
| | | | |
| | | |
| | | |
| | | | |
Notes:
svn path=/head/; revision=120230
|
| |\| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=120162
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
calling functions which can potentially fail and cause cleanups to be
invoked.
Submitted by: Solar Designer <solar@openwall.com>
Notes:
svn path=/vendor-crypto/openssh/dist/; revision=120161
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
calling functions which can potentially fail and cause cleanups to be
invoked.
Submitted by: Solar Designer <solar@openwall.com>
Notes:
svn path=/head/; revision=120161
|
| | | | |
| | | |
| | | |
| | | | |
Notes:
svn path=/head/; revision=120125
|
| |\| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=120114
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
memory.
Obtained from: OpenBSD
Notes:
svn path=/vendor-crypto/openssh/dist/; revision=120113
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Previously, there were two copies of telnet; a non-crypto version
that lived in the usual places, and a crypto version that lived in
crypto/telnet/. The latter was built in a broken manner somewhat akin
to other "contribified" sources. This meant that there were 4 telnets
competing with each other at build time - KerberosIV, Kerberos5,
plain-old-secure and base. KerberosIV is no longer in the running, but
the other three took it in turns to jump all over each other during a
"make buildworld".
As the crypto issue has been clarified, and crypto _calls_ are not
a problem, crypto/telnet has been repo-copied to contrib/telnet,
and with this commit, all telnets are now "contribified". The contrib
path was chosen to not destroy history in the repository, and differs
from other contrib/ entries in that it may be worked on as "normal"
BSD code. There is no dangerous crypto in these sources, only a
very weak system less strong than enigma(1).
Kerberos5 telnet and Secure telnet are now selected by using the usual
macros in /etc/make.conf, and the build process is unsurprising and
less treacherous.
Notes:
svn path=/head/; revision=117675
|
| |\| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=116792
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
the OpenSSH-portable CVS repo, I'm committing this on the vendor branch.
Notes:
svn path=/vendor-crypto/openssh/dist/; revision=116791
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
restarting when sent a SIGHUP.
Submitted by: tegge
Approved by: re (jhb)
Notes:
svn path=/head/; revision=115372
|
| | | | |
| | | |
| | | |
| | | | |
Notes:
svn path=/head/; revision=114972
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
etc.) from the application namespace for programs that use pam_ssh(8).
Use #defines to avoid changing the actual source code.
Approved by: re (rwatson)
Notes:
svn path=/head/; revision=114955
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
of conflicting with other, similarly named functions in static
libraries. This is done mostly by renaming the var if it is shared
amongst modules, or making it static otherwise.
OK'ed by: re(scottl)
Notes:
svn path=/head/; revision=114911
|
| | | | |
| | | |
| | | |
| | | | |
Notes:
svn path=/head/; revision=114630
|
| | | | |
| | | |
| | | |
| | | | |
Notes:
svn path=/head/; revision=114426
|
| | | | |
| | | |
| | | |
| | | | |
Notes:
svn path=/head/; revision=113914
|
| | | | |
| | | |
| | | |
| | | | |
Notes:
svn path=/head/; revision=113913
|
| | | | |
| | | |
| | | |
| | | | |
Notes:
svn path=/head/; revision=113912
|
| | | | |
| | | |
| | | |
| | | | |
Notes:
svn path=/head/; revision=113911
|
| |\| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=113909
|
| | | | |
| | | |
| | | |
| | | | |
Notes:
svn path=/vendor-crypto/openssh/dist/; revision=113908
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
name to reflect its role
- try to handle expired passwords a little better
MFC after: 1 week
Notes:
svn path=/head/; revision=112871
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
not respond to challenge, and later successfully authenticated itself
using another method, the kbdint context would never be released,
leaving the PAM child process behind even after the connection ended.
Fix this by automatically releasing the kbdint context if a packet of
type SSH_CMSG_AUTH_TIS is follwed by anything but a packet of type
SSH_CMSG_AUTH_TIS_RESPONSE.
MFC after: 1 week
Notes:
svn path=/head/; revision=112870
|
| | | | |
| | | |
| | | |
| | | | |
Notes:
svn path=/head/; revision=112446
|
| |\ \ \ \
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=112440
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
http://www.openssl.org/news/secadv_20030319.txt
Notes:
svn path=/vendor-crypto/openssl/dist/; revision=112439
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Enjoy your retirement in ports.
Notes:
svn path=/head/; revision=111993
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
(Credential forwarding is still broken.)
PR: bin/45397
Notes:
svn path=/head/; revision=111946
|