summaryrefslogtreecommitdiff
path: root/security/openssh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - fix spelling of gssapiDirk Meyer2003-10-131-1/+1
| | | | Notes: svn path=/head/; revision=90981
* - add CONFLICTSDirk Meyer2003-10-121-0/+1
| | | | | | | Submitted by: eikemeier@fillmore-labs.com Notes: svn path=/head/; revision=90911
* Bump PORTREVISION for PAM security fix committed on Sep 26.Jacques Vidrine2003-10-031-1/+1
| | | | Notes: svn path=/head/; revision=90164
* - Security Fix in PAM handlingDirk Meyer2003-09-265-902/+409
| | | | | | | Obtained from: des Notes: svn path=/head/; revision=89407
* - mark FORBIDDEN until fixes.Dirk Meyer2003-09-251-0/+2
| | | | Notes: svn path=/head/; revision=89366
* - Security Fix obtained from OpenBSDDirk Meyer2003-09-232-4/+5
| | | | | | | | | http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/buffer.c.diff?r1=1.18&r2=1.19 Submitted by: ash@lab.poc.net Notes: svn path=/head/; revision=89129
* Add Solar Designer's additional fixes to buffer management.Jacques Vidrine2003-09-175-11/+128
| | | | Notes: svn path=/head/; revision=89018
* - Securitry Fix revision 2Dirk Meyer2003-09-172-40/+111
| | | | | | | | http://www.openssh.com/txt/buffer.adv Approved by: lioux (portmgr) Notes: svn path=/head/; revision=89017
* Do not record expanded size before attempting to reallocate associatedJacques Vidrine2003-09-162-0/+40
| | | | | | | | | memory. Obtained from: OpenBSD Notes: svn path=/head/; revision=89006
* - strip MAKE_ENV, LDFLAGS is set in bsd.openssl.mkDirk Meyer2003-08-301-1/+0
| | | | Notes: svn path=/head/; revision=88059
* - use hook for bsd.openssl.mkDirk Meyer2003-08-281-3/+11
| | | | Notes: svn path=/head/; revision=87906
* - honor any given LDFLAGSDirk Meyer2003-04-151-0/+1
| | | | Notes: svn path=/head/; revision=79026
* - use bsd.openssl.mkDirk Meyer2003-04-031-1/+1
| | | | Notes: svn path=/head/; revision=78059
* - Update to 3.6.1Dirk Meyer2003-04-022-3/+3
| | | | Notes: svn path=/head/; revision=77938
* - Update to 3.6Dirk Meyer2003-03-315-35/+34
| | | | | | | This version does no longer compile on FreeBSD 2.2.8 Notes: svn path=/head/; revision=77848
* - merge patch from openssh-portableDirk Meyer2003-03-242-3/+33
| | | | | | | | to initialize resolver libary before chroot to /var/empty if UsePrivilegeSeparation=yes Notes: svn path=/head/; revision=77346
* - use include more consistentDirk Meyer2003-03-231-1/+1
| | | | Notes: svn path=/head/; revision=77189
* - retire pkg-commentDirk Meyer2003-02-211-1/+0
| | | | Notes: svn path=/head/; revision=76006
* - add COMMENTDirk Meyer2003-02-201-0/+1
| | | | Notes: svn path=/head/; revision=75965
* extra spaces removedDirk Meyer2002-10-171-2/+2
| | | | Notes: svn path=/head/; revision=68187
* Update to 3.5Dirk Meyer2002-10-175-89/+47
| | | | Notes: svn path=/head/; revision=68186
* Fix BATCH problem in CURRENTDirk Meyer2002-09-101-1/+1
| | | | Notes: svn path=/head/; revision=66031
* Fix an build problem with make install on STABLEDirk Meyer2002-07-241-9/+10
| | | | Notes: svn path=/head/; revision=63464
* Fix build in STABLE and CURRENT, _PATH_CP is defined in system includesDirk Meyer2002-07-221-3/+8
| | | | Notes: svn path=/head/; revision=63374
* display PKGMESSAGE on manual build too.Dirk Meyer2002-07-101-0/+1
| | | | Notes: svn path=/head/; revision=62788
* FreeBSD specifc security fix for:Dirk Meyer2002-07-072-8/+12
| | | | | | | ChallengeResponseAuthentication yes Notes: svn path=/head/; revision=62597
* PermitRootLogin no explanation added.Dirk Meyer2002-07-051-0/+17
| | | | Notes: svn path=/head/; revision=62458
* 'PermitRootLogin no' is the new default for the OpenSSH port.Dirk Meyer2002-07-043-23/+29
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=62436
* give Enviroment from login.conf priority over all others,Dirk Meyer2002-06-302-23/+34
| | | | | | | problem found by drs@rucus.ru.ac.za. Notes: svn path=/head/; revision=62223
* Defaults changed: (Gregory Sutter)Dirk Meyer2002-06-286-20/+49
| | | | | | | | | | | | | | 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-265-85/+41
| | | | | | | Update to openssh-3.4p1 Notes: svn path=/head/; revision=62031
* Security FIX, Please update to this Version.Dirk Meyer2002-06-262-4/+64
| | | | | | | | | | | | | | 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
* Add missing codeblockDirk Meyer2002-06-261-8/+37
| | | | Notes: svn path=/head/; revision=62019
* Patch from current, noted by drs@rucus.ru.ac.za:Dirk Meyer2002-06-262-10/+38
| | | | | | | environment variables in the 'setenv' field of login.conf are set now. Notes: svn path=/head/; revision=62016
* Small cleanups for smoothlees migration to $PREFIX/etc/shhDirk Meyer2002-06-262-13/+13
| | | | Notes: svn path=/head/; revision=61972
* 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
* Enable privilege separation as default,Dirk Meyer2002-06-2411-1231/+1244
| | | | | | | create user and home if it not exists. Notes: svn path=/head/; revision=61895
* Merge PAM-changes from openssh currrentDirk Meyer2002-06-2419-126/+1525
| | | | | | | | | | | 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.3Dirk Meyer2002-06-2213-103/+96
| | | | | | | | | | - New program ssh-keysign - New manpages for ssh_config and sshd_config - Merge Pathes to new files - Fix GCC problem with unsupported __func__ in older Releases Notes: svn path=/head/; revision=61731
* - Get rid of PERL and use SEDDirk Meyer2002-06-161-7/+16
| | | | Notes: svn path=/head/; revision=61375
* - get rid of duplicate code in Makefiles.Dirk Meyer2002-05-311-11/+3
| | | | | | | | - 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-3110-88/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-2/+3
| | | | | | | | - fetch and use openssh-3.1-adv.token.patch to build. - bump PORTREVISION Notes: svn path=/head/; revision=58481
* remove obsolete patch: openssh/files/patch-cipher.cDirk Meyer2002-03-271-0/+0
| | | | Notes: svn path=/head/; revision=56757
* Updated Patch on openBSD website,Dirk Meyer2002-03-274-103/+3
| | | | | | | patch openssh/files/patch-cipher.c is now obsolete. Notes: svn path=/head/; revision=56756
* Fix problem with auth_ttyok and ttynameDirk Meyer2002-03-252-15/+25
| | | | Notes: svn path=/head/; revision=56601