summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for tag 'DBM_1_6_BASE'DBM_1_6_BASEcvs2hg2001-10-171491-569195/+0
* Rewrote #ifndef #else #endif by the equivalent #ifdef #else #endif.wtc%netscape.com2001-10-171-3/+3
* Removed memmove.c, snprintf.c, and strerror.c from CSRCS and added awtc%netscape.com2001-10-161-3/+6
* expose function for accessing parts of decoded certian.mcgreer%sun.com2001-10-152-1/+7
* make the subject list sorted by valid timesian.mcgreer%sun.com2001-10-151-1/+22
* put the sort function in the headerian.mcgreer%sun.com2001-10-151-0/+12
* add ordering capability to the listian.mcgreer%sun.com2001-10-152-1/+34
* a slew of AIX build fixes (bug fixes, for that matter)ian.mcgreer%sun.com2001-10-151-20/+35
* More changes for OS/2 build, in particular for the assembly codejpierre%netscape.com2001-10-151-1/+17
* Allow assembly code to compile under OS/2 using IBM's Assembly Language Proce...jpierre%netscape.com2001-10-151-0/+2
* Cleaned up the security/dbm makefiles and addedwtc%netscape.com2001-10-146-84/+65
* Bugzilla bug 104444: change the type of the h_charkey member ofwtc%netscape.com2001-10-132-2/+2
* Rewrote #ifndef #else #endif with the equivalent #ifdef #else #endif.wtc%netscape.com2001-10-121-3/+3
* check in cert lookup functions using the cacheian.mcgreer%sun.com2001-10-126-128/+259
* fix broken AIX buildian.mcgreer%sun.com2001-10-121-1/+1
* Bugzilla bug 103881: restored the protection for the redefinition ofwtc%netscape.com2001-10-121-0/+3
* Get the test CA program working again. Remove some bogus scripts.nelsonb%netscape.com2001-10-116-29/+28
* Bugzilla bug 103881: <sys/cdefs.h> as opposed to <cdefs.h> should bewtc%netscape.com2001-10-114-28/+3
* Build from absolute path on OS/2 to let the IBM debugger automatically find t...jpierre%netscape.com2001-10-111-0/+4
* Added support for NSPR autoconf build system, which will be the onlywtc%netscape.com2001-10-111-0/+44
* fix #elseian.mcgreer%sun.com2001-10-111-2/+2
* conditional compile in changes, this won't work until softoken is a true PKCS...ian.mcgreer%sun.com2001-10-111-0/+40
* fix optimized buildsian.mcgreer%sun.com2001-10-115-0/+14
* more solaris fixesian.mcgreer%sun.com2001-10-116-27/+50
* add stan libs to static linked libsian.mcgreer%sun.com2001-10-111-0/+7
* a number of windows build fixesian.mcgreer%sun.com2001-10-1110-8/+97
* asn1 is not needed yet; fix windows tboxian.mcgreer%sun.com2001-10-111-1/+0
* fix broken tbox builds for solaris for nowian.mcgreer%sun.com2001-10-112-10/+10
* forgot to add this fileian.mcgreer%sun.com2001-10-111-0/+80
* define decoded cert type; implement cert cache; glue code for old NSS types; ...ian.mcgreer%sun.com2001-10-1113-125/+2043
* add glue code for old NSS types; fix certificate lookupian.mcgreer%sun.com2001-10-1110-166/+451
* begin process of converting pk11cert to use Stan cert code; Stan tokens integ...ian.mcgreer%sun.com2001-10-114-34/+77
* integrate NSS 3.4 builds (stan parts now included)ian.mcgreer%sun.com2001-10-113-7/+41
* version check for jsssonja.mirtitsch%sun.com2001-10-111-0/+22
* fix prompts to STDIN when using file passwords, bug 103942ian.mcgreer%sun.com2001-10-101-2/+2
* add AES test to QAian.mcgreer%sun.com2001-10-101-0/+4
* fix AES self-testian.mcgreer%sun.com2001-10-101-0/+4
* bugfixed for jssqasonja.mirtitsch%sun.com2001-10-102-25/+21
* additions for JSS sanity checksonja.mirtitsch%sun.com2001-10-104-20/+278
* Use new assembly language multiply code contributed by Richard C. Swift.nelsonb%netscape.com2001-10-101-0/+5
* Build mpi with new file mpvalpha.c.nelsonb%netscape.com2001-10-091-0/+3
* The Original Code is Multiple Precision Integer optimization code fornelsonb%netscape.com2001-10-091-0/+214
* Fix a compiler warning (comparision between signed and unsigned). Thewtc%netscape.com2001-10-091-1/+1
* Fix 103893: nickname is not NULL-terminated.nicolson%netscape.com2001-10-091-6/+1
* A better way to fix compiler warnings (signed/unsigned comparison) thatwtc%netscape.com2001-10-091-2/+2
* Fixed the comment about the updateEOF member of HTAB. The update_EOF()wtc%netscape.com2001-10-081-1/+1
* make this module buildable using NSS 3.x headers; some cleanupian.mcgreer%sun.com2001-10-088-81/+342
* implement hash keyed by NSSItem; change list method names to be like hash met...ian.mcgreer%sun.com2001-10-084-43/+152
* reuse intermediate multiplication values when decrypting; speeds up decryptio...ian.mcgreer%sun.com2001-10-081-11/+63
* Fix Linux buildjpierre%netscape.com2001-10-081-6/+6