summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* close JSS_DSAME_OCSP_BRANCHJSS_DSAME_OCSP_BRANCHFranziskus Kiefer2017-09-290-0/+0
|
* fixup commit for branch 'JSS_DSAME_OCSP_BRANCH'cvs2hg2002-03-151-55/+0
|
* changed the linux directory for libjvmsonja.mirtitsch%sun.com2002-03-151-1/+5
|
* sonmi, committing changes to find libraries for 64 bit Solaris buildsonja.mirtitsch%sun.com2002-03-121-0/+13
|\
| * fixup commit for tag 'JSS_3_1_RC1'JSS_3_1_RC1cvs2hg2001-10-261-55/+0
| |\ |/ /
| * fixup commit for tag 'JSS_3_1_2_RTM'JSS_3_1_2_RTMcvs2hg2001-10-261-55/+0
| |\ |/ /
| * fixup commit for tag 'JSS_3_1_2_BETA2'JSS_3_1_2_BETA2cvs2hg2001-10-261-55/+0
| |\ |/ /
| * fixup commit for tag 'JSS_3_1_1_RTM'JSS_3_1_1_RTMcvs2hg2001-10-261-55/+0
|/
* fixup commit for branch 'JSS_3_1_2_JDK1_4_BRANCH'cvs2hg2001-10-261363-549369/+23
|
* checkin for colin, patch to make OpenVMS build in object treemcgreer%netscape.com2001-07-1625-1748/+1107
|\
| * Bug 90413... add symbols console needs to integrate with NSS 3.3relyea%netscape.com2001-07-111-0/+3
| |
| * Bug 90413relyea%netscape.com2001-07-111-0/+7
| |
| * Updated Windows share_blds_cmpnts location. (tfox)ddrinan%netscape.com2001-07-111-6/+6
| |
| * we were missing one signtool test, by having -w twice instead of -v (list)sonmi%netscape.com2001-07-101-3/+3
| | | | | | | | -w (signerinfo)
| * Fix 90188, variable going out of scope.nicolson%netscape.com2001-07-101-2/+3
| |
| * modu`iffied the LD_LIBRARY_PATH for iws-perfsonmi%netscape.com2001-07-091-7/+5
| |
| * removed the check for lock files on the tinderbox QAsonmi%netscape.com2001-07-091-1/+5
| |
| * took out the reporting backwardcompatibility test that is not done anymoresonmi%netscape.com2001-07-091-76/+69
| | | | | | | | | | changed the format of the tables appended a diff at the end of the backwardcompatibility tests
| * took unnecessary backwardcompatibility test outsonmi%netscape.com2001-07-091-1/+1
| |
| * took out unnecessary version of the backwardcompatibility testsonmi%netscape.com2001-07-091-17/+21
| |
| * added option -s to strip unnecessary components out of the path carefull withsonmi%netscape.com2001-07-061-15/+40
| | | | | | | | this option, unnecessary means just nut usefull for *my* purpose
| * Allow Ask always to work with tokens.relyea%netscape.com2001-07-061-1/+1
| |
| * scripts to quickly set the paths to today's build and libsonmi%netscape.com2001-07-062-0/+42
| |
| * Bugzilla bug 70758: additional changes for this bug. r=nicolson.wtc%netscape.com2001-07-063-10/+24
| | | | | | | | Modified files: list.c sign.c verify.c
| * fix for bug 87914 - can not run if PATH doesn't contain .sonmi%netscape.com2001-07-051-2/+2
| |
| * Add SECMOD_AddNewModule() to export list.relyea%netscape.com2001-07-051-1/+2
| |
| * Build a dummy module list. This allows JSS to work when NSS has beennicolson%netscape.com2001-07-031-0/+6
| | | | | | | | initialized with NSS_NoDB_Init.
| * NSS 3.3 has been renamed NSS 3.4. Two '-' chars should be '+'.wtc%netscape.com2001-07-031-3/+3
| |
| * removing, should be a dead filesonmi%netscape.com2001-07-031-315/+0
| |\
| | * fixup commit for tag 'XBL_BRUTAL_SHARING_20010807_BASE'XBL_BRUTAL_SHARING_20010807_BASEcvs2hg2001-07-021414-551150/+0
| | |\ | | |/ | |/|
| | * fixup commit for tag 'FASTLOAD_20010703_BASE'FASTLOAD_20010703_BASEcvs2hg2001-07-029-917/+0
| |/
| * Remove unnecessary OS/2 specific codemkaply%us.ibm.com2001-07-021-4/+0
| |
| * changes needed to make addbuiltin build againmcgreer%netscape.com2001-06-291-1/+2
| |
| * Changes to make JSS more easily releasable.nicolson%netscape.com2001-06-292-16/+22
| | | | | | | | Also, get rid of NS_USE_JDK_TOOLSET.
| * Bug 75049 - Enable NSS for carbon build. patch from beard, r=mcgreer, ↵bryner%uiuc.edu2001-06-281-3/+38
| | | | | | | | sr=nelsonb, a=asa.
| * Fix for bug 87865 r=nelsonb,mcgreerjavi%netscape.com2001-06-281-3/+3
| | | | | | | | | | Use the constant SIEVE_SIZE instead of the sizeof operator since the type for the variable sieve is different on the Mac.
| * Bugzilla bug 86528: have tstclnt exit with 254 (= -2 mod 256) where itwtc%netscape.com2001-06-272-3/+3
| | | | | | | | | | | | was exiting with -2 before so that old test script that expects 254 continues to work. r=larryh. Modified Files: tstclnt.c sslauth.txt
| * Windows doesn't understand single quotes, so it fudges the command.nicolson%netscape.com2001-06-271-1/+2
| |
| * Use NSPR 4.1.2.wtc%netscape.com2001-06-261-1/+1
| |
| * Set NSS version to 3.4 Beta.wtc%netscape.com2001-06-261-2/+2
| |\
| | * fixup commit for tag 'NSS_3_3_BASE'NSS_3_3_BASEcvs2hg2001-06-2562-9809/+1292
| |/
| * List the SEC_* functions together.wtc%netscape.com2001-06-251-1/+1
| |
| * Keep list in alphabetic order.relyea%netscape.com2001-06-251-9/+9
| |
* | fixup commit for tag 'NSS_3_3_RTM'NSS_3_3_RTMcvs2hg2001-07-1122-928/+1391
|/
* Fix 87670: memory corruption in NSC_SignInit.nicolson%netscape.com2001-06-251-6/+8
|
* ERRX is still -1.nicolson%netscape.com2001-06-251-1/+1
|
* Fix 70758: signtool fails on Windows 2000, returns still 0.nicolson%netscape.com2001-06-256-18/+57
|
* Fix bug 87694: pk11ListCertCallback assumes cert nickname is non-null.nicolson%netscape.com2001-06-251-1/+1
| | | | Reviewed by relyea.
* Bugzilla bug #86528: fixed tstclnt so that it always exits with awtc%netscape.com2001-06-253-35/+27
| | | | | | | | nonnegative status. This way we can correctly extract its exit status on Windows, so the temporary workaround in ssl.sh can be removed. Changed sslauth.txt to match the new exit status of tstclnt. r=larryh. Modified files: cmd/tstclnt/tstclnt.c tests/ssl/ssl.sh tests/ssl/sslauth.txt
* SECKEY_DestroyCertList should be CERT_DestroyCertListnicolson%netscape.com2001-06-251-1/+1
|