Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: othersrc/usr.sbin/bpg



Module Name:    othersrc
Committed By:   agc
Date:           Sun May 18 18:31:41 UTC 2008

Update of /cvsroot/othersrc/usr.sbin/bpg
In directory ivanova.netbsd.org:/tmp/cvs-serv691

Log Message:
Initial import of Manuel Freire's bpg code from the Summer of Code project
in 2005.

BPG is the BSD Privacy Guard, a BSD-licensed openpgp-compliant library
and command line tool for digital signature signing and verification.

This code is the final version from

        http://netbsd-soc.sourceforge.net/projects/bpg

modified by me to get rid of most lint and compile with WARNS=4.

DSA has been implemented, but not RSA (yet).

I have not included the original Ruby test harness with this code.

Status:

Vendor Tag:     MANUEL_FREIRE
Release Tags:   bpg-2005-base
                
N othersrc/usr.sbin/bpg/Makefile
N othersrc/usr.sbin/bpg/cli/bpg.1
N othersrc/usr.sbin/bpg/cli/main.c
N othersrc/usr.sbin/bpg/cli/Makefile
N othersrc/usr.sbin/bpg/doc/architecture.txt
N othersrc/usr.sbin/bpg/doc/bpg_ruby.3
N othersrc/usr.sbin/bpg/doc/deliverables.txt
N othersrc/usr.sbin/bpg/doc/feedback.txt
N othersrc/usr.sbin/bpg/doc/key-management.txt
N othersrc/usr.sbin/bpg/doc/library-usage.txt
N othersrc/usr.sbin/bpg/doc/project-description.txt
N othersrc/usr.sbin/bpg/doc/proposal.txt
N othersrc/usr.sbin/bpg/doc/references.txt
N othersrc/usr.sbin/bpg/doc/security.txt
N othersrc/usr.sbin/bpg/doc/style.txt
N othersrc/usr.sbin/bpg/doc/use-cases.txt
N othersrc/usr.sbin/bpg/libbpg/armor.c
N othersrc/usr.sbin/bpg/libbpg/armor.h
N othersrc/usr.sbin/bpg/libbpg/bpg.3
N othersrc/usr.sbin/bpg/libbpg/bpg.c
N othersrc/usr.sbin/bpg/libbpg/bpg.h
N othersrc/usr.sbin/bpg/libbpg/bpgutil.h
N othersrc/usr.sbin/bpg/libbpg/constants.h
N othersrc/usr.sbin/bpg/libbpg/data.c
N othersrc/usr.sbin/bpg/libbpg/data.h
N othersrc/usr.sbin/bpg/libbpg/error.c
N othersrc/usr.sbin/bpg/libbpg/error.h
N othersrc/usr.sbin/bpg/libbpg/Makefile
N othersrc/usr.sbin/bpg/libbpg/packet.c
N othersrc/usr.sbin/bpg/libbpg/packet.h
N othersrc/usr.sbin/bpg/libbpg/shlib_version
N othersrc/usr.sbin/bpg/libbpg/util.c

No conflicts created by this import



Home | Main Index | Thread Index | Old Index