| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
There was an errant "-" in a CFLAGS definition that got interpreted as
in input from stdin during one of the conftests. This caused netpgp to
fail configuration for months on DragonFly and presumably any modern
GCC. I'm surprised clang tolerated it.
pointyhat to: bapt@
Notes:
svn path=/head/; revision=346723
|
|
|
|
| |
Notes:
svn path=/head/; revision=336648
|
|
|
|
|
|
|
| |
Fix build on 10 and HEAD
Notes:
svn path=/head/; revision=336149
|
|
|
|
|
|
|
| |
security)
Notes:
svn path=/head/; revision=327769
|
|
|
|
| |
Notes:
svn path=/head/; revision=309732
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=308003
|
|
|
|
|
|
|
|
|
| |
Handbook)
Approved by: portmgr@ (implicit)
Notes:
svn path=/head/; revision=301960
|
|
|
|
|
|
|
| |
Reported by: QAT
Notes:
svn path=/head/; revision=264255
|
|
|
|
| |
Notes:
svn path=/head/; revision=264252
|
|
|
|
|
|
|
|
|
|
|
| |
- add USE_OPENSSL macros
PR: ports/149812
Submitted by: Julien Laffaye <kimelto _at_ gmail.com>
Approved by: jadawin (co-mentor)
Notes:
svn path=/head/; revision=259644
|
|
|
|
|
|
|
| |
Approved by: jadawin@ (co-mentor)
Notes:
svn path=/head/; revision=258396
|
|
|
|
|
|
|
|
| |
PR: 147433
Submitted by: Bapt <baptiste.daroussin@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=255834
|
|
|
|
|
|
|
|
|
| |
PR: ports/145191
Submitted by: Bapt <baptiste.daroussin@gmail.com> (maintainer)
Approved by: miwi (co-mentor)
Notes:
svn path=/head/; revision=252084
|
|
|
|
|
|
|
|
|
| |
PR: 144210
Submitted by: Bapt <baptiste.daroussin@gmail.com> (maintainer)
Feature safe: yes
Notes:
svn path=/head/; revision=250356
|
|
|
|
|
|
|
|
| |
PR: ports/138395
Submitted by: Bapt <baptiste.daroussin gmail.com>
Notes:
svn path=/head/; revision=240606
|
|
signatures attached to files were signed by a given user identifier.
netpgp can also encrypt files using the public or private keys of
users and, in the same manner, decrypt files which were encrypted.
The netpgp utility can also be used to generate a new key-pair for a
user. This key is in two parts, the public key (which can be used by
other people) and a private key.
In addition to these primary uses, the third way of using netpgp is to
maintain keyrings. Keyrings are collections of public keys belonging
to other users. By using other means of identification, it is
possible to establish the bona fides of other users. Once trust has
been established, the public key of the other user will be signed.
The other user's public key can be added to our keyring. The other
user will add our public key to their keyring.
WWW: http://www.NetBSD.org/
PR: ports/134997
Submitted by: bapt <baptiste.daroussin at gmail.com>
Notes:
svn path=/head/; revision=235963
|