summaryrefslogtreecommitdiff
path: root/security/openssh-askpass (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move the stragler's www.freebsd.org/~user distfiles to the officalDavid E. O'Brien2000-06-291-1/+2
| | | | | | | MASTER_SITE_LOCAL site. Notes: svn path=/head/; revision=29968
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27426
* "http://www.FreeBSD.org/~user/" -> "http://people.FreeBSD.org/~user/"Satoshi Asami2000-03-211-1/+1
| | | | Notes: svn path=/head/; revision=26931
* Allow manual PORTS_CVS_SERVER and CVS_SITES settings.Brian Somers2000-03-021-1/+4
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=26489
* ssh-askpass is a small X app which OpenSSH's ssh-add(1) will try and spawnKris Kennaway2000-02-287-0/+173
if called without a controlling terminal, e.g. if called during the X login process. It is somewhat configurable through app-defaults. Makefile shamelessly ripped from: green's OpenSSH port. Notes: svn path=/head/; revision=26403