upstream commit
Explicitly test for broken strnvis.
Move Cygwin IPPORT_RESERVED overrride to defines.h
Search users for one with a valid salt.
Explicitly specify source files for regress tools.
Conditionally include err.h.
Remove local implementation of err, errx.
Correct location for kexfuzz in clean target.
Add dependency on libs for unit tests.
Move VA_COPY macro into compat header.
Handle PAM_MAXTRIES from modules.
Mitigate timing of disallowed users PAM logins.
Determine appropriate salt for invalid users.
Map umac_ctx struct name too.
OpenSSL 1.1.x not currently supported.
Check for VIS_ALL.
upstream commit
upstream commit
Add compat code for missing wcwidth.
upstream commit
Check for wchar.h and langinfo.h
Move err.h replacements into compat lib.
get_remote_name_or_ip inside LOGIN_NEEDS_UTMPX
Remove duplicate code from PAM. ok djm@
Move platform_disable_tracing into its own file.
Track skipped upstream commit IDs.
Remove now-defunct .cvsignore files. ok djm
upstream commit
Use Solaris setpflags(__PROC_PROTECT, ...).
Shorten prctl code a tiny bit.
Move prctl PR_SET_DUMPABLE into platform.c.
Fix utf->utf8 typo.
Add compat bits to utf8.c.
upstream commit
upstream commit
upstream commit
upstream commit
upstream commit
upstream commit
upstream commit
upstream commit
Update vis.h and vis.c from OpenBSD.
Add missing ssh-host-config --name option
Fix comment about sshpam_const and AIX.
upstream commit
upstream commit
upstream commit
upstream commit
upstream commit
upstream commit
upstream commit
Remove NO_IPPORT_RESERVED_CONCEPT
upstream commit
upstream commit
Tidy up openssl header test.
Fix configure-time warnings for openssl test.
Don't call Solaris setproject() with UsePAM=yes.
Pass supported malloc options to connect-privsep.
Remove leftover roaming.h file.
Quote variables that may contain whitespace.
Include priv.h for priv_set_t.
Wrap stdint.h inside #ifdef HAVE_STDINT_H.
Add compat to monotime_double().
Skip PrintLastLog in config dump mode.
Add a note about using xlc on AIX.
Import updated moduli file from OpenBSD.
Make Solaris privs code build on older systems.
auth_get_canonical_hostname in portable code.
Rollback addition of va_start.
Look for gethostbyname in libresolv and libnsl.
Increase robustness of redhat/openssh.spec
Allow --without-ssl-engine with --without-openssl
Include openssl crypto.h for SSLeay.
Add sys/time.h for gettimeofday.
Add a null implementation of pledge.
Fix compiler warnings in the openssl header check.
(re)wrap SYS_sendsyslog in ifdef.
Prevent name collisions with system glob (bz#2463)
Use ssh-keygen -A when generating host keys.
Correct default value for --with-ssh1.
Force resolution of _res for correct detection.
Check if realpath works on nonexistent files.
Import updated moduli file from OpenBSD.
- (dtucker) Bug #544: ignore invalid cmsg_type on Linux 2.0 kernels,
- (dtucker) Move handling of bad password authentications into a platform
- (dtucker) Move #include of bsd-cygwin_util.h to openbsd-compat.h. Patch from
Add bug# to ChangeLog.
Added ok for record_failed_login() change
- (dtucker) Add missing "void" to record_failed_login in bsd-cray.c. Noted
- (dtucker) Bug #318: Create ssh_prng_cmds.out during "make" rather than
- (dtucker) Bug #536: Test for and work around openpty/controlling tty
- (dtucker) Set ai_socktype and ai_protocol in fake-getaddrinfo.c. ok djm@
- (dtucker) HP-UX needs to include <sys/strtio.h> for TIOCSBRK
- (dtucker) Correct --osfsia in INSTALL. Patch by skeleten at shillest.net
- (dtucker) Add missing semicolon in md5crypt.c, patch from openssh at
- (dtucker) Define SSHD_ACQUIRES_CTTY for NCR MP-RAS and Reliant Unix.
- (dtucker) [port-aix.c bsd-cray.c] Fix uses of verify_reverse_mapping.
Revert recently introduced typo: AI_NUMERICHOST -> NI_NUMERICHOST
Put AI_NUMERICHOST back where it belongs.
- (dtucker) Add includes.h to fake-rfc2553.c so it will build.