Description: Use PK11_TokenKeyGenWithFlags instead of PK11_KeyGen
Fix Description: Use the new function and pass in CKF_ENCRYPT|CKF_DECRYPT
as the keygen flags.
git-svn-id: svn://10.0.0.236/trunk@216984 18797224-902f-48f8-a5cc-f745e15eee43
Description: Add autotool support to svrcore; have svrcore build shared libs
Fix Description: This is a pretty basic autotool-ization using libtool
to build the shared library. The vast majority of the work was done
by Toshio-san. However, there are a couple of extras worth noting:
1) Windows builds are different now. In order to build on Windows using
the MSVC compiler, you still have to use coreconf. I just could not get
configure/libtool to work correctly with the MSVC compiler. The old
makefile has been moved to src/Makefile.win, so you just have to
cd src ; make -f Makefile.win
I also updated the README and INSTALL.win to add this information.
2) I added some m4 files to find and figure out which nspr and nss to use
based on the environment and pkg-config.
git-svn-id: svn://10.0.0.236/trunk@216983 18797224-902f-48f8-a5cc-f745e15eee43
Remove unneeded buildrequires perl, gawk, sed
Remove leading / from path macros
Remove provides for package name - done automatically
Move pkgconfig file stuff under install
Added LICENSE and README under docs
git-svn-id: svn://10.0.0.236/trunk@202046 18797224-902f-48f8-a5cc-f745e15eee43
Description: Clean up spec file for RPM build
Fix Description: Make the spec files use the conventions used by the Fedora/Red Hat packaging system
git-svn-id: svn://10.0.0.236/trunk@196306 18797224-902f-48f8-a5cc-f745e15eee43
source. This library is used by the LDAP command-line tools and some
Netscape servers.
Added Files: Makefile alt.c cache.c errors.c file.c manifest.mn ntgetpin.c
pin.c pk11.c std.c svrcore.h user.c
git-svn-id: svn://10.0.0.236/trunk@170019 18797224-902f-48f8-a5cc-f745e15eee43