summaryrefslogtreecommitdiff
path: root/crypto/external/bsd/openssh/dist/serverloop.c
AgeCommit message (Collapse)Author
2022-10-05merge conflicts between 9.0 and 9.1christos
2022-02-23Merge differences between openssh-8.8 and openssh-8.9christos
2021-09-02Merge our changes from OpenSSH-8.6 to OpenSSH-8.7christos
2021-04-19Merge local changes between 8.5 and 8.6christos
2021-03-05merge local changes between openssh 8.4 and 8.5christos
2020-12-04Merge conflictschristos
2020-02-27Merge conflictschristos
2019-10-12merge openssh-8.1christos
2019-04-20merge conflicts.christos
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2018-10-02Undo previous change. It made filtering a lot more aggressive.christos
2018-09-29be less aggressive about blocking connections from disconnected sessions.christos
2018-08-26merge conflictschristos
2018-08-09change some 255's to 254's to avoid being too aggressive blacklisting.christos
2018-04-06merge conflictschristos
2017-10-07merge conflicts.christos
2017-04-18merge conflictschristos
2016-12-25merge conflictschristos
2016-08-02merge conflicts.christos
2016-03-11merge conflictschristos
2016-01-14get rid of roaming (CVE-2016-0777)christos
2015-04-13CID 1293655: Forward NULL derefchristos
2015-04-13CID 1293642: Check returnschristos
2015-04-03Merge conflictschristos
2014-10-19merge openssh-6.7christos
2013-11-11CID 1092495: Widen operation to prevent overflowchristos
2013-11-08merge conflicts.christos
2013-03-29welcome to openssh-6.2christos
2012-12-12update to 6.1christos
This is primarily a bugfix release. Features: * sshd(8): This release turns on pre-auth sandboxing sshd by default for new installs, by setting UsePrivilegeSeparation=sandbox in sshd_config. * ssh-keygen(1): Add options to specify starting line number and number of lines to process when screening moduli candidates, allowing processing of different parts of a candidate moduli file in parallel * sshd(8): The Match directive now supports matching on the local (listen) address and port upon which the incoming connection was received via LocalAddress and LocalPort clauses. * sshd(8): Extend sshd_config Match directive to allow setting AcceptEnv and {Allow,Deny}{Users,Groups} * Add support for RFC6594 SSHFP DNS records for ECDSA key types. bz#1978 * ssh-keygen(1): Allow conversion of RSA1 keys to public PEM and PKCS8 * sshd(8): Allow the sshd_config PermitOpen directive to accept "none" as an argument to refuse all port-forwarding requests. * sshd(8): Support "none" as an argument for AuthorizedPrincipalsFile * ssh-keyscan(1): Look for ECDSA keys by default. bz#1971 * sshd(8): Add "VersionAddendum" to sshd_config to allow server operators to append some arbitrary text to the server SSH protocol banner. Bugfixes: * ssh(1)/sshd(8): Don't spin in accept() in situations of file descriptor exhaustion. Instead back off for a while. * ssh(1)/sshd(8): Remove hmac-sha2-256-96 and hmac-sha2-512-96 MACs as they were removed from the specification. bz#2023, * sshd(8): Handle long comments in config files better. bz#2025 * ssh(1): Delay setting tty_flag so RequestTTY options are correctly picked up. bz#1995 * sshd(8): Fix handling of /etc/nologin incorrectly being applied to root on platforms that use login_cap.
2011-09-07merge openssh-5.9christos
2009-12-27merge changes.christos
2009-06-07Merge in our changes:christos
- conditionalize login_cap - conditionalize bsd_auth - bring in pam from portable - restore krb5, krb4, afs, skey - bring in hpn patches, disable mt aes cipher, keep speedups and cipher none - add ignore root rhosts option - fix ctype macro arguments - umac is broken, disable it - better ~homedir handling - netbsd style tunnels - urandom, xhome, chrootdir, rescuedir NetBSD handling - utmp/utmpx handling - handle tty posix_vdisable properly - handle setuid and unsetuid the posix way instead of setresuid() - add all missing functions - add new moduli - add build glue
2009-06-07import 5.2 from ftp.openbsd.orgchristos