aboutsummaryrefslogtreecommitdiff
path: root/security
Commit message (Collapse)AuthorAgeFilesLines
* Correct the PGP homepage in the header comments.Mark Murray1995-12-063-6/+6
| | | | Notes: svn path=/head/; revision=2535
* Upgrade international variant to next development snapshotAndrey A. Chernov1995-12-025-17/+11
| | | | Notes: svn path=/head/; revision=2518
* Update ssh from 1.2.10 to 1.2.12.. This is for two reasons:Peter Wemm1995-11-236-6/+12
| | | | | | | | | 1) It eliminated the need for my horrible kludge patch-ad 2) 1.2.12 has data stream compression (like gzip). (I'm talking with the author about the remining three patches) Notes: svn path=/head/; revision=2461
* Change category "networking" to "net".Satoshi Asami1995-11-225-10/+10
| | | | Notes: svn path=/head/; revision=2455
* two minor adjustments to ssh for freebsd specific issues:Peter Wemm1995-11-212-0/+28
| | | | | | | | | | | | | | patch-ac: call setsid() before setlogin() in the child (when emulating rsh) otherwise the setlogin() will fail when/if the proposed setlogin() changes go in. Otherwise it silently fails and may leave the login name of the user session as "root" (depending on how sshd was started). Without the proposed kernel change, it harmlessly sets the login name of the user's session. patch-ad: patch the #ifdef botch that stopped a ssh login from using and updating the lastlog file. This is because we have struct lastlog defined inside utmp.h rather than a lastlog.h include file like it was expecting. Notes: svn path=/head/; revision=2440
* Add torstenb as maintainer.Satoshi Asami1995-11-092-2/+6
| | | | Notes: svn path=/head/; revision=2400
* shortened COMMENTSEric L. Hernes1995-10-281-1/+1
| | | | Notes: svn path=/head/; revision=2375
* Add libident.Satoshi Asami1995-10-121-1/+2
| | | | Notes: svn path=/head/; revision=2327
* libidentd - a small library to interface the ident protocol server (rfc1413)Satoshi Asami1995-10-126-0/+106
| | | | | | | Submitted by: torstenb Notes: svn path=/head/; revision=2324
* Fix tcp_wrapper supportAndrey A. Chernov1995-10-102-8/+10
| | | | Notes: svn path=/head/; revision=2306
* External interface was incomplete, tcpd.h was missing, add itAndrey A. Chernov1995-10-102-13/+15
| | | | Notes: svn path=/head/; revision=2305
* add "networking" to the categories listTorsten Blum1995-10-072-4/+4
| | | | Notes: svn path=/head/; revision=2295
* Ssh is a secure rlogin/rsh/rcp replacement with strong authenticationTorsten Blum1995-10-0713-0/+473
| | | | | | | | | (.rhosts together with RSA based host authentication, and pure RSA authentication) and improved privacy (all communications are automatically and transparently encrypted). Notes: svn path=/head/; revision=2294
* Pick an initial DISTNAME for this. The extra obfuscation forJordan K. Hubbard1995-10-073-3/+12
| | | | | | | | US and non-US versions ended up eliminating any sort of default DISTNAME for `make describe' and hence the INDEX file. Notes: svn path=/head/; revision=2289
* Upgrade to new international dev snapshot.Andrey A. Chernov1995-09-285-8/+11
| | | | | | | Use pre-fetch target instead of non-documented one. Notes: svn path=/head/; revision=2204
* Upgrade to new international dev versionAndrey A. Chernov1995-09-252-2/+2
| | | | Notes: svn path=/head/; revision=2196
* Upgrade to new international dev versionAndrey A. Chernov1995-09-253-12/+3
| | | | Notes: svn path=/head/; revision=2195
* Overwrite fetch-depends target instead of old exec_dependsAndrey A. Chernov1995-09-243-6/+6
| | | | Notes: svn path=/head/; revision=2194
* EXEC->BUILD DEPENDSAndrey A. Chernov1995-09-233-12/+9
| | | | Notes: svn path=/head/; revision=2184
* added sudo to ports/sysutilsEric L. Hernes1995-09-226-0/+115
| | | | | | | Reviewed by: satoshi Notes: svn path=/head/; revision=2174
* Upgrade international version to 2.6.3iAndrey A. Chernov1995-09-155-32/+44
| | | | Notes: svn path=/head/; revision=2157
* Better FreeBSD tuning, using CFLAGS from make.conf, eliminate one MakefileAndrey A. Chernov1995-07-282-16/+15
| | | | | | | change Notes: svn path=/head/; revision=2010
* - upgrade to 2.6.1Torsten Blum1995-07-277-154/+98
| | | | | | | | - rename in.identd to identd - fix paths in manpage Notes: svn path=/head/; revision=2009
* Moved to new category security.Satoshi Asami1995-07-135-10/+13
| | | | Notes: svn path=/head/; revision=1961
* New Makefile with pgp, pidentd and tcp_wrapper.Satoshi Asami1995-07-131-0/+8
| | | | Notes: svn path=/head/; revision=1955
* Make common pkg directory to satisfy 'make index'Andrey A. Chernov1995-07-0812-9/+39
| | | | Notes: svn path=/head/; revision=1937
* Add NO_PACKAGEAndrey A. Chernov1995-07-073-3/+6
| | | | Notes: svn path=/head/; revision=1935
* Fix commit conflictAndrey A. Chernov1995-07-073-0/+228
| | | | Notes: svn path=/head/; revision=1933
* Meta-port for both PGP versions (they will be gone in short time)Andrey A. Chernov1995-07-072-0/+2
| | | | | | | Now depends of setting USA_RESIDENT variable Notes: svn path=/head/; revision=1932
* Add "MAINTAINER=torstenb@FreeBSD.ORG". Thanks Torsten!Satoshi Asami1995-05-171-1/+3
| | | | | | | | Submitted-by: torstenb, who is sitting on the far side of a slow network at the moment Notes: svn path=/head/; revision=1769
* Back out last change by ache, which torstenb and pst say shouldn't beSatoshi Asami1995-05-171-17/+0
| | | | | | | | the default. Submitted by: torstenb, pst Notes: svn path=/head/; revision=1768
* Enable call of remote pindentdAndrey A. Chernov1995-05-161-1/+18
| | | | Notes: svn path=/head/; revision=1763
* Update md5 from previous versionAndrey A. Chernov1995-05-071-1/+1
| | | | Notes: svn path=/head/; revision=1662
* - use compressed manpagesTorsten Blum1995-05-061-7/+6
| | | | | | | - remove @cwd Notes: svn path=/head/; revision=1654
* - add myself as MAINTAINERTorsten Blum1995-05-061-1/+8
| | | | | | | - compress manpages Notes: svn path=/head/; revision=1653
* - upgradeTorsten Blum1995-05-062-3/+2
| | | | | | | | - remove @cwd - use compressed manpage Notes: svn path=/head/; revision=1647
* add a #ifdef to detect new inpcb styleTorsten Blum1995-05-061-66/+79
| | | | Notes: svn path=/head/; revision=1646
* - upgrade to 2.5.1Torsten Blum1995-05-061-7/+7
| | | | | | | | - add myself as MAINTAINER - compress manpage Notes: svn path=/head/; revision=1645
* Update of net Makefiles! Am I done? :)Satoshi Asami1995-04-152-4/+7
| | | | Notes: svn path=/head/; revision=1363
* COMMENT should be all on the first line. Delete the LF which was beforeGary Palmer1995-04-121-1/+0
| | | | | | | all the text and screwing up the INDEX Notes: svn path=/head/; revision=1350
* Fix inpcb handlingAndrey A. Chernov1995-04-111-44/+75
| | | | Notes: svn path=/head/; revision=1335
* Fix for new inpcb style.Andrey A. Chernov1995-04-111-0/+80
| | | | | | | Submitted by: tri@pooh.tky.hut.fi Notes: svn path=/head/; revision=1334
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-012-2/+4
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* Strip binaries on installAndrey A. Chernov1995-03-241-4/+4
| | | | Notes: svn path=/head/; revision=1189
* One more tab in a makefile at the wrong place.Andreas Schulz1995-03-061-0/+19
| | | | Notes: svn path=/head/; revision=1103
* Remove pre-install, done by mtree nowAndrey A. Chernov1995-02-151-11/+1
| | | | Notes: svn path=/head/; revision=987
* Upgrade.Andrey A. Chernov1995-02-095-28/+27
| | | | Notes: svn path=/head/; revision=918
* Upgrade to version 7.0Torsten Blum1995-01-106-81/+103
| | | | Notes: svn path=/head/; revision=740
* First batch of MD5 checksum files. Only did through to the end of netGary Palmer1994-12-182-0/+2
| | | | | | | | | | to both give my fingers a rest & let freefall clear some of it's backlogged mail :-) The rest will follow later Notes: svn path=/head/; revision=590
* Update to use 2.4.1Torsten Blum1994-12-161-2/+2
| | | | Notes: svn path=/head/; revision=579