summaryrefslogtreecommitdiff
path: root/security (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Enable "cfs", the Cryptographic File System port.John Polstra1997-07-301-1/+2
| | | | Notes: svn path=/head/; revision=7443
* New port of CFS, the Cryptographic File System.John Polstra1997-07-307-0/+97
| | | | Notes: svn path=/head/; revision=7442
* Make this port respect ${PREFIX} if it's set.Masafumi Max NAKANE1997-07-211-1/+1
| | | | | | | | PR: 4125 Pointed-out by: Wes Santee <wes@bogon.net> Notes: svn path=/head/; revision=7397
* Prevent this server error message:John Polstra1997-07-191-0/+13
| | | | | | | | | | | | | | | fatal: Local: Agent socket bind failed: Address already in use It would happen when the server tried to create the Unix domain socket "/tmp/ssh-username/agent-socket-123", if the file already existed. It could already exist if it happened to be left over from a system crash. This patch unlinks the file before attempting the bind operation. I will send this patch to ssh-bugs@cs.hut.fi too. Notes: svn path=/head/; revision=7375
* Update name of perl executable in dependencies to "perl5.00401".Satoshi Asami1997-07-182-8/+8
| | | | | | | | Use USE_PERL5 when appropriate (i.e., defined in both BUILD_DEPENDS and RUN_DEPENDS). Notes: svn path=/head/; revision=7366
* ldconfig -> ${LDCONFIG}.Masafumi Max NAKANE1997-07-171-2/+2
| | | | Notes: svn path=/head/; revision=7360
* Fix for FreeBSD specific files and binariesJames FitzGibbon1997-07-062-4/+20
| | | | | | | | PR: ports/4041 Submitted by: Dirk Froemberg <dirk@activ-consult.de> Notes: svn path=/head/; revision=7224
* Take out version numberAndrey A. Chernov1997-07-051-3/+0
| | | | Notes: svn path=/head/; revision=7217
* Upgrade to 7.6Andrey A. Chernov1997-07-044-7/+7
| | | | Notes: svn path=/head/; revision=7213
* typo in commentAdam David1997-07-012-4/+4
| | | | Notes: svn path=/head/; revision=7153
* Make all p5- ports use USE_PERL instead of explicitly stating the version ↵James FitzGibbon1997-06-244-13/+10
| | | | | | | | | | number in each Makefile In-Conjunction-With: Satoshi's patch to bsd.port.mk (note: unlike the last change in perl5 versions, I have only upgraded p5-* ports, not other ports that rely upon perl5.) Notes: svn path=/head/; revision=7065
* ldconfig -> ${LDCONFIG}.Masafumi Max NAKANE1997-06-201-2/+2
| | | | Notes: svn path=/head/; revision=7024
* Add -DNETGROUP to the compile-time flags so that entries in /etc/netgroupMasafumi Max NAKANE1997-06-201-4/+21
| | | | | | | | | (or one provided via NIS) can be used when setting up access restriction. PR: 3277 Submitted by: James FitzGibbon <james@nexis.net> Notes: svn path=/head/; revision=7023
* Handle expired and changed password timeouts nowAndrey A. Chernov1997-06-112-38/+140
| | | | Notes: svn path=/head/; revision=6862
* Make MASTER_SITES blank because the current distfile is broken and the old ↵James FitzGibbon1997-06-091-2/+3
| | | | | | | | | distfile isn't on CPAN anymore. Suggested-by: Bill Fenner <fenner@parc.xerox.com> Notes: svn path=/head/; revision=6818
* Replace a couple of non-working master_sites with working ones.Bill Fenner1997-06-091-3/+3
| | | | | | | Found by: distfile checker Notes: svn path=/head/; revision=6817
* Improve xinetd's capacity. Works better under load this way.Mark Murray1997-06-041-0/+19
| | | | | | | | PR: 3699 Submitted by: tom@sdf.com Notes: svn path=/head/; revision=6748
* Don't remove the host key on pkg_delete. It is irreplaceable.John Polstra1997-06-022-2/+0
| | | | Notes: svn path=/head/; revision=6668
* Remove myself as maintainer of this portGary Palmer1997-05-311-3/+1
| | | | Notes: svn path=/head/; revision=6659
* File moved on master site.Bill Fenner1997-05-281-2/+2
| | | | | | | Found by: distfile checker Notes: svn path=/head/; revision=6587
* Upgrade all ports requiring perl5.003 to perl5.004James FitzGibbon1997-05-246-20/+20
| | | | | | | Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution. Notes: svn path=/head/; revision=6544
* Change "fetch" to "do-fetch"; porters are not allowed to overrideSatoshi Asami1997-05-171-2/+2
| | | | | | | the "main" targets! Notes: svn path=/head/; revision=6466
* login_getclass() -> login_getpwclass().David Nugent1997-05-102-4/+4
| | | | Notes: svn path=/head/; revision=6441
* Fix incorrect path: /usr/ucb/tail -> /usr/bin/tailJames FitzGibbon1997-05-091-0/+20
| | | | Notes: svn path=/head/; revision=6437
* Make the DESCR file a little less of a copy of the READMEJames FitzGibbon1997-05-032-37/+16
| | | | | | | right-to-be-lazy-revoked-by: asami@freebsd.org Notes: svn path=/head/; revision=6385
* Activate swatchJames FitzGibbon1997-05-031-1/+2
| | | | Notes: svn path=/head/; revision=6383
* Import of SWATCH, the Simple WATCHer and filterJames FitzGibbon1997-05-036-0/+150
| | | | Notes: svn path=/head/; revision=6382
* Fix 3 error with login.confAndrey A. Chernov1997-05-022-48/+76
| | | | | | | | | | 1) pw->pw_class was always zero since not copied 2) login_getuserclass() used instead of login_getclass(), so default class always returned 3) env pointer can be redefined at the moment of setusercontext() call Notes: svn path=/head/; revision=6379
* Update from ssh-1.2.19 to ssh-1.2.20. All patches applied still, I justPeter Wemm1997-04-2514-151/+169
| | | | | | | | | | | | regenerated them to fix the line numbers. Also, I added two commented out options in Makefile, one to tell sshd that a group writeable homedir is OK because all users are in their own group, and the other is to allow an unencrypted connection (which is dangerous since it can lead to compromise of keys), but on a secure network it's damn useful for backups etc. Notes: svn path=/head/; revision=6293
* turn on superDavid E. O'Brien1997-04-241-1/+2
| | | | Notes: svn path=/head/; revision=6283
* Super is a setuid-root program that offersDavid E. O'Brien1997-04-245-0/+96
| | | | | | | | | | | | | | o restricted setuid-root access to executables, adjustable on a per-program and per-user basis; o a relatively secure environment for scripts, so that well-written scripts can be run as root (or some other uid/gid), without unduly compromising security. See pkg/DESCR for a comparson w/sudo. Notes: svn path=/head/; revision=6282
* Add virtual category 'perl5'.Wolfram Schneider1997-04-206-12/+12
| | | | Notes: svn path=/head/; revision=6249
* Disable extended LOGIN_CAP $MAIL processing until it will be fixedAndrey A. Chernov1997-04-162-2/+2
| | | | | | | | properly. In old variant /var/mail/root was always checked instead of /var/mail/<user> Notes: svn path=/head/; revision=6223
* Upgrade to 1.2.19Andrey A. Chernov1997-04-1614-168/+314
| | | | Notes: svn path=/head/; revision=6222
* Minor correction-Joe Greco1997-04-033-6/+6
| | | | | | | | | | | Changed floppy generation code to chmod gunzip to executable by a better strategic location for the chmod command. The former code failed to do this, meaning gunzip couldn't be run from the floppy. "Ooops". Yes, I actually do use this code! Honest! :-) Notes: svn path=/head/; revision=6126
* Back out previous patch, I got confused by an old sshd.conf filePaul Traina1997-04-012-4/+4
| | | | Notes: svn path=/head/; revision=6086
* Enable tripwire.John Polstra1997-04-011-1/+2
| | | | Notes: svn path=/head/; revision=6085
* Initial import of Joe Greco's tripwire port.John Polstra1997-04-0133-0/+1116
| | | | | | | Submitted by: jgreco@ns.sol.net Notes: svn path=/head/; revision=6084
* Fix argument parsing loop in ssh-agent (original 1.2.18 bug)Andrey A. Chernov1997-04-012-0/+26
| | | | Notes: svn path=/head/; revision=6082
* Generate host key in /etc to match the portPaul Traina1997-04-012-4/+4
| | | | Notes: svn path=/head/; revision=6081
* Upgrade to 1.2.18Andrey A. Chernov1997-03-2817-401/+400
| | | | Notes: svn path=/head/; revision=6051
* Style problem.David E. O'Brien1997-03-101-3/+3
| | | | | | | Noticed by: Satoshi Notes: svn path=/head/; revision=5931
* Restricted: contains crypto -- crypt()David E. O'Brien1997-03-091-1/+3
| | | | Notes: svn path=/head/; revision=5918
* John the Ripper is a UNIX password cracker, currently available for UNIXDavid E. O'Brien1997-03-096-0/+82
| | | | | | | | | | | | | | | (tested with Linux x86, FreeBSD x86, Solaris 2.x SPARC, OSF/1 Alpha), DOS, WinNT/Win95. John the Ripper supports the following cracking modes: - wordlist with or without rules; - "single crack", makes use of the login/GECOS information; - incremental, tries all character combinations; - external, allows you to define your own cracking mode. - MD5 based password files support Notes: svn path=/head/; revision=5917
* Respects ${PREFIX}David E. O'Brien1997-03-073-130/+46
| | | | | | | Broke up mega-patches into one/file. Notes: svn path=/head/; revision=5910
* Respects ${PREFIX}David E. O'Brien1997-03-071-15/+22
| | | | Notes: svn path=/head/; revision=5909
* Update from 2.7.2 to 2.7.4Peter Wemm1997-03-024-12/+15
| | | | | | | | patch-ag is merged into patch-ab - they both patched the same file patch-ah was included by the author Notes: svn path=/head/; revision=5782
* Add LOGIN_CAP abilitiesAndrey A. Chernov1997-02-2711-89/+531
| | | | | | | Submitted by: davidn Notes: svn path=/head/; revision=5763
* Add $Id$.Satoshi Asami1997-02-061-0/+3
| | | | Notes: svn path=/head/; revision=5545
* Use rsaref from ports for USAAndrey A. Chernov1997-02-023-18/+15
| | | | | | | Add more mirrors Notes: svn path=/head/; revision=5507