summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-auth1.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* FreeBSD specifc security fix for:Dirk Meyer2002-07-071-6/+10
| | | | | | | ChallengeResponseAuthentication yes Notes: svn path=/head/; revision=62597
* Defaults changed: (Gregory Sutter)Dirk Meyer2002-06-281-6/+6
| | | | | | | | | | | | | | ChallengeResponseAuthentication no UseLogin no SSH_PRIVSEP_USER=sshd, distributioin patch set it to nobodyh. (Jan Srzednicki) #undef USE_PIPES, problems with ppp over ssh. (Kugimoto Takeshi) fix missing includes for "canohost.h" Notes: svn path=/head/; revision=62139
* Update to openssh-3.4Dirk Meyer2002-06-261-6/+4
| | | | | | | Update to openssh-3.4p1 Notes: svn path=/head/; revision=62031
* Enable privilege separation as default,Dirk Meyer2002-06-241-10/+11
| | | | | | | create user and home if it not exists. Notes: svn path=/head/; revision=61895
* Merge PAM-changes from openssh currrentDirk Meyer2002-06-241-15/+101
| | | | | | | | | | | Fix build with SKEY=yes, pr# 36119 Cleanup pw_expire handling. Add missing includes Changes defaults to: PermitRootLogin=no, UsePrivilegeSeparation=no Use $PREFIX/etc/ssh for config, updating manpages too. Notes: svn path=/head/; revision=61893
* Update to OpenSSH 3.2.3Dirk Meyer2002-05-311-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - patch openssh-3.1-adv.token.patch is now obsolete. - remerged PAM changes form previous port - declare CMSG_* macros. - fixed bad type in function input_userauth_passwd_changereq Update to OpenSSH-portable-3.2.3p1 - patch openssh-3.1p1-adv.token.patch is now obsolete - keep previously declared CONFIGURE_ARGS - remove openssh-mit-krb5-20020326.diff (should be in the distribution now) - patch patch-readpassphrase.c is now in teh distribution - merged previous patches. - extend CONFIGURE_ARGS so it find OPENSSL again. - new patches for GSSAPI, not fully tested. If you have the patch applied: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/36080 Builds with openssl-0.9.6d under: 2.2.8-RELEASE 3.2-RELEASE 4.2-RELEASE 4.6-RC Notes: svn path=/head/; revision=60339
* Merge patches from -stable with USE_PAM and HAVE_LOGIN_CAPDirk Meyer2002-03-171-0/+105
Bump PORTREVISION PR: 35904 Notes: svn path=/head/; revision=56265