summaryrefslogtreecommitdiff
path: root/security/openssh-portable
Commit message (Collapse)AuthorAgeFilesLines
* openssh-gssapi-3.5p1 is marked as brokenDirk Meyer2002-11-211-1/+2
| | | | Notes: svn path=/head/; revision=70719
* - cleanup of mor patchesDirk Meyer2002-10-266-84/+43
| | | | | | | - fix Makefile to avoid key-generation on bento. Notes: svn path=/head/; revision=68853
* remove an disfuntional MASTER_SITEDirk Meyer2002-10-201-1/+0
| | | | Notes: svn path=/head/; revision=68420
* Update to 3.5p1Dirk Meyer2002-10-177-85/+34
| | | | Notes: svn path=/head/; revision=68188
* Craete moduli on bento.Dirk Meyer2002-09-171-15/+5
| | | | Notes: svn path=/head/; revision=66474
* add bugfix from CURRENTDirk Meyer2002-08-062-1/+10
| | | | Notes: svn path=/head/; revision=64116
* Fix resolver problem with privilege-separation.Dirk Meyer2002-07-272-1/+32
| | | | | | | PR: 39953 Notes: svn path=/head/; revision=63623
* - add pam_cleanup from CURRENTDirk Meyer2002-07-243-5/+29
| | | | | | | | - Fix build problems < 4.0 PR: 40576 Notes: svn path=/head/; revision=63497
* Add bits for regression testsDirk Meyer2002-07-223-1/+26
| | | | | | | Fix build for /var/empty is schg and have open permissions. Notes: svn path=/head/; revision=63373
* - Fix Problem with HAVE_HOST_IN_UTMPDirk Meyer2002-07-153-6/+19
| | | | | | | | | | - update monitor.c PR: 40576 Submitted by: lxv@a-send-pr.sink.omut.org Notes: svn path=/head/; revision=63028
* merge PAM buffer management from current.Dirk Meyer2002-07-072-118/+67
| | | | Notes: svn path=/head/; revision=62598
* PermitRootLogin no explanation added.Dirk Meyer2002-07-051-5/+12
| | | | Notes: svn path=/head/; revision=62458
* 'PermitRootLogin no' is the new default for the OpenSSH port.Dirk Meyer2002-07-0410-12/+728
| | | | | | | | | | | | | | | | | | This now matches the PermitRootLogin configuration of OpenSSH in the base system. Please be aware of this when upgrading your OpenSSH port, and if truly necessary, re-enable remote root login by readjusting this option in your sshd_config. Users are encouraged to create single-purpose users with ssh keys and very narrowly defined sudo privileges instead of using root for automated tasks. - PKGNAMESUFFIX for GSSAPI set. - Merged some patches from current to improve PAM. - Fix BATCH=yes for bento. Notes: svn path=/head/; revision=62437
* Cleanup patch to avoid conflicts with GSSAPI patchesDirk Meyer2002-07-011-19/+30
| | | | Notes: svn path=/head/; revision=62298
* Revert changes.Dirk Meyer2002-06-301-1/+1
| | | | Notes: svn path=/head/; revision=62225
* give Enviroment from login.conf priority over all others,Dirk Meyer2002-06-303-19/+29
| | | | | | | problem found by drs@rucus.ru.ac.za. Notes: svn path=/head/; revision=62223
* Update gssapi patchDirk Meyer2002-06-282-1/+2
| | | | Notes: svn path=/head/; revision=62143
* Defaults changed: (Gregory Sutter)Dirk Meyer2002-06-286-8/+58
| | | | | | | | | | | | | ChallengeResponseAuthentication no UseLogin no patch for configure, to detect MAP_ANON submitted by: Christophe Labouisse,Michael Handler,Gert Doering,Phil Oleson,Dave Baker fix missing includes for "canohost.h" Notes: svn path=/head/; revision=62141
* nuke obsolete fileDirk Meyer2002-06-261-61/+0
| | | | Notes: svn path=/head/; revision=62041
* update patch for 3.4Dirk Meyer2002-06-261-16/+44
| | | | Notes: svn path=/head/; revision=62033
* Update to openssh-3.4Dirk Meyer2002-06-262-4/+2
| | | | | | | Update to openssh-3.4p1 Notes: svn path=/head/; revision=62031
* Security FIX, Please update to this Version.Dirk Meyer2002-06-263-1/+68
| | | | | | | | | | | | | | Options for both: USE_OPENSSL_BASE=yes uses an older opensssl in the base system. Options for portable: OPENSSH_OVERWRITE_BASE=yes includes USE_OPENSSL_BASE=yes installls in the paths of the base system Notes: svn path=/head/; revision=62021
* Thanks to max@wide.ad.jp, maxim, obraun@informatik.unibw-muenchen.de, fjoeDirk Meyer2002-06-263-19/+51
| | | | | | | | Patch from current, noted by drs@rucus.ru.ac.za: environment variables in the 'setenv' field of login.conf are set now. Notes: svn path=/head/; revision=62015
* Streamline OPENSSH_OVERWRITE_BASE=yesDirk Meyer2002-06-262-20/+24
| | | | Notes: svn path=/head/; revision=62005
* Migrate configuration files to $PREFIX/etc/ssh/Dirk Meyer2002-06-264-26/+78
| | | | | | | Add ${PREFIX}/etc/rc.d/sshd.sh.sample Notes: svn path=/head/; revision=61973
* change --with-privsep-path if OPENSSH_OVERWRITE_BASE is in effect.Dirk Meyer2002-06-251-3/+6
| | | | | | | Submitted by: brad@brad-x.com Notes: svn path=/head/; revision=61901
* Fix a typo, only affects when installing a packae on a clean system.Dirk Meyer2002-06-251-1/+1
| | | | | | | Submitted by: anders@fix.no Notes: svn path=/head/; revision=61900
* Create user when package is extractedDirk Meyer2002-06-241-0/+3
| | | | Notes: svn path=/head/; revision=61897
* Create user for privsepDirk Meyer2002-06-242-0/+9
| | | | Notes: svn path=/head/; revision=61896
* Update: openssh-3.2.3p1Dirk Meyer2002-06-223-4/+5
| | | | | | | | New manpages: ssh-keysign.8 sftp-server.8 sshd.8 New program ssh-keysign Notes: svn path=/head/; revision=61737
* - Get rid of PERL and use SEDDirk Meyer2002-06-161-1/+1
| | | | Notes: svn path=/head/; revision=61375
* Fix typing error in OPTIONDirk Meyer2002-06-081-1/+1
| | | | | | | Submitted by: joseph@randomnetworks.com Notes: svn path=/head/; revision=60840
* Honor Option ENABLE_SUID_SSHDirk Meyer2002-06-041-1/+5
| | | | | | | Build defaults witouth SUID Notes: svn path=/head/; revision=60576
* - get rid of duplicate code in Makefiles.Dirk Meyer2002-05-312-14/+5
| | | | | | | | - Fix USE_OPENSSL_PORT and USE_OPENSSL_BASE - drop obsolete/broken USE_OPENSSL Notes: svn path=/head/; revision=60406
* Update to OpenSSH 3.2.3Dirk Meyer2002-05-314-67/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* Use crypto.3 as dependeny.Dirk Meyer2002-05-091-1/+1
| | | | | | | To keep consistent with USE_SSL in bsd.port.mk Notes: svn path=/head/; revision=58795
* Chase openssl shlib version increase.Maxim Sobolev2002-05-071-1/+1
| | | | | | | Pointy hat to: dinoex Notes: svn path=/head/; revision=58646
* openssl:Dirk Meyer2002-05-041-3/+3
| | | | | | | | | | | | - some configure scripts check the version of the lib so we need to update SHLIBVER - bump PORTREVISION openssh: - build ports with local openssl, if it exists Notes: svn path=/head/; revision=58521
* Security fix for token passing, see bugtraq for details.Dirk Meyer2002-05-032-4/+9
| | | | | | | | - fetch and use openssh-3.1-adv.token.patch to build. - bump PORTREVISION Notes: svn path=/head/; revision=58481
* - Fix build for 5.0-CURRENTDirk Meyer2002-03-301-0/+25
| | | | Notes: svn path=/head/; revision=56899
* Updated Patch on openBSD website,Dirk Meyer2002-03-271-1/+1
| | | | | | | patch openssh/files/patch-cipher.c is now obsolete. Notes: svn path=/head/; revision=56756
* - Make KERBEROS patch build with heimdal portDirk Meyer2002-03-251-0/+17
| | | | Notes: svn path=/head/; revision=56600
* - Fix problem with auth_ttyok and ttynameDirk Meyer2002-03-252-13/+24
| | | | | | | - Make KERBEROS patch build with heimdal port Notes: svn path=/head/; revision=56599
* - Update patches for Option KRB5_HOMEDirk Meyer2002-03-232-4/+5
| | | | | | | | openssh-3.1p1-gssapi-20020321.diff openssh-mit-krb5-20020319.diff Notes: svn path=/head/; revision=56454
* Merged patches for HAVE_LOGIN_CAP from stableDirk Meyer2002-03-175-13/+297
| | | | | | | PR: 35904 Notes: svn path=/head/; revision=56266
* Fixed Build in 4.2Dirk Meyer2002-03-151-1/+13
| | | | | | | | Add correct Version of OPENSSL in dependencies if older than 4.3 (bsd.ports.mk) is still not sufficent. Notes: svn path=/head/; revision=56167
* Extend the description for openssh-portableDirk Meyer2002-03-101-0/+12
| | | | | | | Fix description for openssh Notes: svn path=/head/; revision=55805
* Allow IPv6 connection if detected by configure.Dirk Meyer2002-03-092-1/+2
| | | | | | | Submitted by: ume Notes: svn path=/head/; revision=55766
* fix patch for build on bentoDirk Meyer2002-03-081-5/+5
| | | | Notes: svn path=/head/; revision=55746
* - patch to fix undefined (ulong)Dirk Meyer2002-03-081-0/+11
| | | | | | | - builds now for FreeBSD 2.2.8 Notes: svn path=/head/; revision=55738