aboutsummaryrefslogtreecommitdiff
path: root/security/cfs
Commit message (Collapse)AuthorAgeFilesLines
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-2/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* Attempt to fix port after usb2 import.Mark Linimon2009-03-011-0/+20
| | | | | | | Submitted by: ed Notes: svn path=/head/; revision=229262
* - Mark BROKEN on FreeBSD 6.xPav Lucistnik2008-12-191-1/+7
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=224429
* Fix build for 7.0Edwin Groothuis2008-09-234-26/+232
| | | | | | | Thanks to alfred@ for his help. Notes: svn path=/head/; revision=220485
* Remove USE_REINPLACE from all categories starting with SEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162215
* Reset green@ as maintainer at his request.Mark Linimon2006-03-311-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=158458
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* BROKEN on 7.0: Does not compileKris Kennaway2005-10-281-1/+7
| | | | Notes: svn path=/head/; revision=146611
* - convert cfsd.sh to rcNGJean-Yves Lefort2005-06-087-30/+89
| | | | | | | | | | | | | | | | - add a CFS bootstrap directory to the port (${PREFIX}/cfsd-bootstrap) - mount that CFS bootstrap directory in cfsd.sh (default mountpoint is /crypt, configurable in /etc/rc.conf) - explain how to quickly setup cfsd in pkg-message - do display pkg-message - while here, use USE_RC_SUBR PR: ports/18800 Submitted by: Louis Mamakos <louie@TransSys.COM>, myself Approved by: green (maintainer) Notes: svn path=/head/; revision=137043
* - Merge and split existing patch-a[a-f] files.Florent Thoumie2005-04-1217-33/+980
| | | | | | | | | | | - Fix types issues on 64-bits architectures. PR: ports/75878 Submitted by: Ville-Pertti Keinonen <will@exomi.com> Approved by: maintainer timeout (3 months) Notes: svn path=/head/; revision=133129
* Back out the work-around for CFS's failure to use 8-bit filenames. ItBrian Feldman2004-05-192-72/+1
| | | | | | | appears to be crashing some people (but not others). Notes: svn path=/head/; revision=109530
* Reinstate changes made during ports freeze, correcting "PORTREVESION"Brian Feldman2004-04-292-4/+22
| | | | | | | so that the version is actually bumped. Notes: svn path=/head/; revision=107920
* Committing stuff during ports freezes is generally frowned upon.Brian Feldman2004-04-232-22/+4
| | | | Notes: svn path=/head/; revision=107800
* Revamp cfssh(1) so that it creates the attach points randomly again.Brian Feldman2004-04-222-4/+22
| | | | | | | | | | | | | It used $RANDOM when it was a ksh script, but here it had always been broken because ash (/bin/sh) doesn't have it. Also, make the cfssh manpage refer to itself as cfssh instead of ssh. Submitted by: Martin Kammerhofer <dada@sbox.tugraz.at> PR: 65620 Notes: svn path=/head/; revision=107790
* Previously, cfsd would screw up if you used 8-bit filenames. Fix theBrian Feldman2004-04-182-14/+70
| | | | | | | | | | checksum mechanism for pathnames so that it works for those paths. Submitted by: Olof Samuelsson <olof@s8n.pp.se> PR: 35353 Notes: svn path=/head/; revision=107387
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Update the link to Matt Blaze's CFS paper.John Polstra2003-07-091-1/+1
| | | | Notes: svn path=/head/; revision=84490
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Notify users of security/cfs that rpcbind may need -L to acceptBrian Feldman2003-02-031-0/+2
| | | | | | | | | connections to register cfs with it. Determined by: Brad Forschinger <freebsd@bnjf.id.au> Notes: svn path=/head/; revision=74589
* Upgrade to 1.4.1.Brian Feldman2002-05-172-8/+3
| | | | | | | | PR: 29638 Submitted by: Scott Renfro <scott@renfro.org> Notes: svn path=/head/; revision=59292
* Bump PORTREVISION.Brian Feldman2001-10-291-0/+1
| | | | | | | Reminded by: kkenn Notes: svn path=/head/; revision=49344
* Fix a possible-corruption-at-end-of-file bug.Brian Feldman2001-10-291-0/+16
| | | | | | | | PR: ports/30120 Submitted by: Scott Renfro <scott@renfro.org> Notes: svn path=/head/; revision=49339
* Install cfsd.sh script only if not already installedAndrey A. Chernov2000-07-221-2/+4
| | | | Notes: svn path=/head/; revision=30968
* Use 'killall cfsd' on stopAndrey A. Chernov2000-07-181-0/+1
| | | | Notes: svn path=/head/; revision=30765
* Use new style start/stop rc.d scriptAndrey A. Chernov2000-07-182-2/+20
| | | | | | | Unrestrict port since we are able to distribute crypto Notes: svn path=/head/; revision=30764
* Strategically change a couple malloc() calls to calloc() calls so thatBrian Feldman2000-07-151-0/+20
| | | | | | | | every request doesn't return NFSERR_STALE. This CFS bug brought to light by the letters p, h, and k :) Notes: svn path=/head/; revision=30635
* Remove empty directory on deinstallKris Kennaway2000-06-051-0/+1
| | | | Notes: svn path=/head/; revision=29193
* Update to cfs version 1.4.0 beta 2.Brian Feldman2000-05-235-43/+28
| | | | | | | Submitted by: Ollivier Robert <roberto@FreeBSD.org> Notes: svn path=/head/; revision=28695
* Correct whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-211-2/+2
| | | | Notes: svn path=/head/; revision=27847
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27426
* distfile is missing from both mirror sites - update both of them with new onesAndrey A. Chernov2000-02-161-2/+2
| | | | Notes: svn path=/head/; revision=25893
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21143
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
* CFS's cmkdir now makes directories as Blowfish by default.Brian Feldman1999-06-222-2/+13
| | | | | | | | | I've made myself the maintainer, as well. Reviewed by: jdp Notes: svn path=/head/; revision=19611
* Update master sites.John Polstra1999-06-211-3/+3
| | | | Notes: svn path=/head/; revision=19606
* Cause the makefile to respect CC and CFLAGS during compilation.Kris Kennaway1999-03-231-4/+16
| | | | | | | Reviewed by: John Polstra (Maintainer) Notes: svn path=/head/; revision=17360
* fix usageDavid E. O'Brien1998-09-211-3/+11
| | | | Notes: svn path=/head/; revision=13274
* Add `nfsv2' to the mount example.David E. O'Brien1998-09-211-0/+28
| | | | Notes: svn path=/head/; revision=13271
* * Support blowfish encription.David E. O'Brien1998-09-214-4/+32
| | | | | | | * Install the cfs's ssh as cfssh. Notes: svn path=/head/; revision=13270
* Secure the freedom of the manpages! Free the manpages!Tim Vanderhoek1998-08-191-7/+0
| | | | | | | PR: ports/7651 Notes: svn path=/head/; revision=12655
* Fix cfsd so that it detaches from the controlling terminal.John Polstra1997-10-141-1/+10
| | | | | | | | PR: closes ports/4757 Submitted by: saken@rmta.ml.org (Scott A. Kenney) Notes: svn path=/head/; revision=8258
* Add OpenBSD to the list of systems.Warner Losh1997-09-121-1/+1
| | | | | | | | Reviewed by: jdp@polstra.com Submitted by: Theo de Raadt <deraadt@cvs.openbsd.org> Notes: svn path=/head/; revision=7868
* New port of CFS, the Cryptographic File System.John Polstra1997-07-307-0/+97
Notes: svn path=/head/; revision=7442