summaryrefslogtreecommitdiff
path: root/security (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-11-16Don't overflow rsa bits. As seen on bugtraq and elsewhere.Warner Losh1-0/+25
Submitted by: drow@false.org Reviewed by: ache PR: 14749 Notes: svn path=/head/; revision=23147
1999-11-15Bump CVS_DATE to a few minutes ago, and update MD5 checksums for updatedBrian Feldman2-11/+14
files. Also, CVS_RSH can now be specified (to override the ignored environmental CVS_RSH) as PORTS_CVS_RSH. For instance, you can use ssh to check out ssh ( :] ) with "PORTS_CVS_RSH=ssh make fetch". Notes: svn path=/head/; revision=23137
1999-11-15Enable TCP wrapper support (conditionalized to turn off if tcpd.h isBrian Feldman2-5/+14
nonexistant). Also, add the Makefile hooks for AFS, Kerberos, and S/Key. Notes: svn path=/head/; revision=23135
1999-11-13Add support for setting login.conf class things including rlimits, priority,Brian Feldman1-5/+8
and umask. Also support /var/run/nologin, copyright, and support motd correctly. The PR was used as a base, thanks! PR: 14859 Submitted by: Dan Harnett <danh@wzrd.com> Notes: svn path=/head/; revision=23057
1999-11-13Upgrade to latest version, and set myself as MAINTAINER.Vanilla I. Shu4-7/+25
PR: ports/14605 Submitted by: Will Andrews <andrews@technologist.com> Notes: svn path=/head/; revision=23053
1999-11-13Lots of OpenSSH changes, let's see if I remember them all.Brian Feldman4-13/+138
1. Makefile cleanups, pkg/DESCR original comment (obrien) 2. sshd.sh and automatic host key generation when installed (Christian Weisgerber <naddy@unix-ag.uni-kl.de>) 3. Completely redone downloading procedure: * CVS is used to download the source (${CVS_CMD} defaults to cvs -z3) * MD5 checksums and a specific ${CVS_DATE} are used to get a specific source tree and verify it; ${CVS_DATE} and checksums can easily be rolled forward once tested. * Source is checked out to distfiles like other ports, and is only updated when ${CVS_DATE} changes. Rebuilding the port doesn't require another cvs co. Enjoy! Reviewed mostly by: obrien Notes: svn path=/head/; revision=23051
1999-11-11Correct the do-fetch target and improve error detection in fetchit.Brian Feldman1-4/+4
Notes: svn path=/head/; revision=23036
1999-11-11Whoops, extra parenthesis broke do-fetch.Brian Feldman1-1/+1
Notes: svn path=/head/; revision=23033
1999-11-11Quite a bit of change to OpenSSH made:Brian Feldman4-5/+96
Add "/usr/local/bin" to _PATH_STDPATH (makes scp work inbound, for instance.) Fetch OpenSSH from OpenBSD's src tree. This uses a script and ftp(1). Add strlcpy.c to ssh/lib, so this port should build on 3.X now. Make TCP_WRAPPERS conditional on /usr/include/tcpd.h like the PR, so it should build on older RELEASEs without TCP Wrappers. The PR is still open because I am taking more from it. PR: ports/14653 Notes: svn path=/head/; revision=23032
1999-11-09Make some various cleanups. Note that I did not add RESTRICTED since this isBrian Feldman5-26/+48
in no way cryptographically encumbered code. The fact that it's redistributed by me from freefall is completely coincidental. Submitted by: obrien, Christian Weisgerber <naddy@unix-ag.uni-kl.de> Notes: svn path=/head/; revision=22988
1999-11-09Add library dependency to crypto.1.Dirk Froemberg1-0/+1
Notes: svn path=/head/; revision=22984
1999-11-08Bombs away! Active openssh.Brian Feldman1-0/+1
Notes: svn path=/head/; revision=22964
1999-11-08Say hello to OpenSSH! It's more secure, has a better license, andBrian Feldman28-0/+409
is actively maintained by members of the OpenBSD project. Notes: svn path=/head/; revision=22963
1999-11-08Spelling error correction.Brian Feldman1-1/+1
Notes: svn path=/head/; revision=22962
1999-11-07Change dependencies from static to shared openssl libraries,Dirk Froemberg5-4/+11
because openssl also builds shared libraries, now. Notes: svn path=/head/; revision=22957
1999-11-07Build and install shared libraries libcrypto.so.1 and libssl.so.1, too.Dirk Froemberg6-10/+78
Submitted by: Issei Suzuki <issei@jp.freebsd.org> Notes: svn path=/head/; revision=22956
1999-11-07Clean up a bunch of portlint(1) FATAL errors, and tidy up theMark Murray2-12/+29
PREFIX handling. OK'ed by: MAINTAINER (a few days ago) Notes: svn path=/head/; revision=22949
1999-11-06Correct PLIST for the non-X11 case. (This was OK'ed by the maintainer quiteEivind Eklund3-2/+10
some time ago). Notes: svn path=/head/; revision=22944
1999-11-06. Update 0.2c -> 0.2dJacques Vidrine4-32/+27
. remove an army of patches that are no longer needed with this version . enable shared library support . compress man pages . add missing newline to COMMENT Notes: svn path=/head/; revision=22942
1999-11-03Deactivate raproxy... it's moving to audioNick Sayer1-1/+0
Notes: svn path=/head/; revision=22899
1999-11-02Update 0.2a -> 0.2c and add some additional MASTER_SITESJacques Vidrine2-5/+8
Notes: svn path=/head/; revision=22865
1999-11-01Teach this port's configure script that phtread_create can be found inSteve Price1-0/+37
-lc_r. PR: 13700 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@gns.com.br> Notes: svn path=/head/; revision=22776
1999-11-01Update to version 1.3.0.Steve Price3-16/+20
PR: 13826 Submitted by: maintainer Notes: svn path=/head/; revision=22773
1999-11-01fakebo.conf doesn't exist, but fakebo.conf.dist does.Bill Fumerola1-1/+1
Notes: svn path=/head/; revision=22753
1999-10-30Hack to avoid rerunning automake.Jacques Vidrine1-0/+4
Notes: svn path=/head/; revision=22733
1999-10-30Activate heimdalJacques Vidrine1-0/+1
Notes: svn path=/head/; revision=22732
1999-10-30Heimdal is a re-implementation of Kerberos V.Jacques Vidrine5-0/+148
Notes: svn path=/head/; revision=22731
1999-10-30prefix -> localbaseMichael Haro1-1/+1
PR: 14604 Submitted by: "Oleg V. Volkov" <rover@lglobus.ru> Notes: svn path=/head/; revision=22728
1999-10-26Make this port to build in -stable.Foxfair Hu1-0/+7
Notes: svn path=/head/; revision=22655
1999-10-21Refresh MASTER_SITESKris Kennaway1-3/+3
Notes: svn path=/head/; revision=22566
1999-10-21Upgrade to 0.4.1.Kris Kennaway3-8/+9
Notes: svn path=/head/; revision=22565
1999-10-13Fix for abort in login.krb5 (segment violation when trying to get aJacques Vidrine4-0/+400
TGT). Obtained from: MIT Kerberos GNATS PR krb5-appl/762, 763 Notes: svn path=/head/; revision=22411
1999-10-09Moving iplog from security down the street to netDan Moschuk1-1/+0
Notes: svn path=/head/; revision=22274
1999-10-08Activate iplogDan Moschuk1-0/+1
Notes: svn path=/head/; revision=22260
1999-10-04Remove krb5-betaJacques Vidrine1-1/+0
Notes: svn path=/head/; revision=22160
1999-10-04Update 1.0.6 -> 1.1Jacques Vidrine28-1036/+628
Notes: svn path=/head/; revision=22159
1999-09-28Upgrade to 1.3.Dirk Froemberg2-3/+3
Notes: svn path=/head/; revision=22054
1999-09-27Activate krb5-beta after repository copy.Jacques Vidrine1-0/+1
Notes: svn path=/head/; revision=22028
1999-09-24Grrr....Mark Murray1-2/+2
Don't people do even the most rudimentary checking before committing??! Notes: svn path=/head/; revision=21911
1999-09-23Version Required = reality.Bill Fumerola1-1/+1
Notes: svn path=/head/; revision=21895
1999-09-21Host this distfile locally, both the old and the new MASTER_SITESChris Piazza1-1/+2
for this port are gone. Notes: svn path=/head/; revision=21859
1999-09-20Upgrade to 2.3BETA6.David E. O'Brien2-3/+3
* Added sophisticated timing controls to give the user much more control over Nmap's speed. This allows you to make Nmap much more aggressive to scan hosts faster, or you can make Nmap more "polite" -- slower but less likely to wreak havoc on your Network. You can even enforce large delays between sending packets to sneak under IDS thresholds and prevent detection. See the new "Timing Options" section of the Nmap man page for more information on using this. * New "Window scan" that does fun things with ACK packets. -sW activates this scan type. It is mostly effective against BSD, AIX, Digital UNIX, and various older HP/UX, SunOS, and VAX. Notes: svn path=/head/; revision=21814
1999-09-20Let this port know of the types that are 64-bit on FreeBSD/Alpha.Steve Price1-0/+20
Notes: svn path=/head/; revision=21793
1999-09-20Steal a few lines from the Linux/Alpha book so we can have this port onSteve Price1-0/+22
FreeBSD/Alpha too. Notes: svn path=/head/; revision=21791
1999-09-19Upgrade to 2.1.8.6b7, and add the patch from Josh Tiefenbach.Vanilla I. Shu3-10/+12
PR: ports/12874 Submitted by: Josh Tiefenbach josh@zipperup.org Notes: svn path=/head/; revision=21747
1999-09-19Add keynote and kmap.Satoshi Asami1-0/+2
Notes: svn path=/head/; revision=21738
1999-09-18New port of the keynote trust-management system (currently an IETF draft).Stefan Eßer5-0/+55
Notes: svn path=/head/; revision=21712
1999-09-18Update to KDE-1.1.2Stefan Eßer6-6/+100
Notes: svn path=/head/; revision=21711
1999-09-18Remove the X dependent componate. It has become its own port.David E. O'Brien2-6/+0
Notes: svn path=/head/; revision=21708
1999-09-18Finish upgrading this to 0.9.5.David E. O'Brien4-6/+6
Notes: svn path=/head/; revision=21706