summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* close REFLOW_20020502_BRANCHREFLOW_20020502_BRANCHFranziskus Kiefer2017-09-290-0/+0
|
* fixup commit for branch 'REFLOW_20020502_BRANCH'REFLOW_20020502_BASEcvs2hg2002-04-2723-1182/+154
|
* bug 123296, infinite loop in signtool when incorrect password given at ↵ian.mcgreer%sun.com2002-03-261-0/+3
| | | | command line
* Bugzilla bug 133545: fixed spelling errors "signning" in certutil memuwtc%netscape.com2002-03-261-2/+2
| | | | options. Thanks to Eric Murphy <ericmurphy@jabber.org> for the bug report.
* Fix 130522: ASN.1 decoder asserts with corrupt input.nicolson%netscape.com2002-03-261-8/+38
| | | | r=wtc
* Bugzilla bug 132461: changes suggested by Bob Relyea after his code review:wtc%netscape.com2002-03-263-36/+28
| | | | | | | | 1. Add SECMOD_LoadModule back to nss.def. 2. Back out the SECMOD_AddModule/AddModuleEx changes. I also updated the comments and made some changes to emulate the indentation and comment styles of the original code. Modifies files: nss/nss.def pk11wrap/pk11pars.c pk11wrap/pk11util.c
* Bugzilla bug 132483: fixed the bug that ckfw destroys an object before itswtc%netscape.com2002-03-231-1/+1
| | | | handle. r=relyea.
* Bugzilla bug 131427: added softkver.c to softoken Mac build. Setwtc%netscape.com2002-03-231408-90/+599682
|\ | | | | | | MWFTP_Post_password to null value to reduce the noise in diffs.
* | fixup commit for tag 'DBM_1_61_RC1'DBM_1_61_RC1cvs2hg2002-03-231408-599652/+90
|/
* Bugzilla bug 128955: support Netscape's uname, MKS's uname, and Cygwin'swtc%netscape.com2002-03-236-55/+21
| | | | | | | | uname. Since CPU_ARCH is already defined in arch.mk, removed the redundant definition in WIN*.mk. Removed the unnecessary internal variable PROCESSOR. r=cls. Modified Files: WIN954.0.mk WINNT3.51.mk WINNT4.0.mk WINNT5.0.mk WINNT5.1.mk arch.mk
* If an error occurs when attempting to write previously buffered data onnelsonb%netscape.com2002-03-231-1/+1
| | | | | a socket, do not override the error code with PR_WOULD_BLOCK_ERROR. bug 132899.
* bug 132889, sense of boolean 'blocking' is reversed within the HANDLE_ERR ↵ian.mcgreer%sun.com2002-03-221-2/+2
| | | | macro of ssl_WriteV
* Add new bits to struct returned by SSL_GetCipherSuiteInfo. Bug 132438.nelsonb%netscape.com2002-03-222-36/+38
|
* Fix error in SECMOD_UnloadUserModule reportd by Ian for bug 132461 - use ↵jpierre%netscape.com2002-03-211-1/+1
| | | | Stan remove call rather than add
* Bug 132461: restored the declaration of SECMOD_LoadModule.wtc%netscape.com2002-03-2158-0/+13706
|\
* | fixup commit for tag 'nss34_20020321'nss34_20020321cvs2hg2002-03-2157-13703/+0
|/
* Fix for 132461 - add better functions to load and remove modules dynamically ↵jpierre%netscape.com2002-03-214-9/+75
| | | | r=relyea
* Fix for 132461 - add better functions to load and remove modules dynamicallyjpierre%netscape.com2002-03-211-1/+2
|
* Bugzilla bug 131350: export SEC_PKCS12DecoderGetCerts from smime.def.wtc%netscape.com2002-03-211-0/+1
| | | | r=relyea.
* Bugzilla bug 131427: add "for Clients" to the version id strings in thewtc%netscape.com2002-03-201-2/+8
| | | | softoken shared library if MOZ_CLIENT is defined. r=relyea.
* Bugzilla bug 131430: changed "softoken" to "softokn" to match the filewtc%netscape.com2002-03-201-1/+1
| | | | name. r=relyea.
* Bugzilla bug 131427: added sccs and rcs version id strings to the softokenwtc%netscape.com2002-03-203-0/+59
| | | | | | shared library. r=relyea. Modified files: manifest.mn pkcs11.c Added file: softkver.c
* patch for bug 87914 r=wtc, NSS test scripts require . in the PATHsonja.mirtitsch%sun.com2002-03-2011-360/+360
|
* uploading only waht's specified in the parameterssonja.mirtitsch%sun.com2002-03-191-2/+10
|
* Bug 106386 rid source of misspellingstimeless%mac.com2002-03-191-1/+1
| | | | r=db48x sr=blake a=asa
* Bugzilla bug 130101: this file is no longer necessary because we nowwtc%netscape.com2002-03-1657-0/+13703
|\ | | | | | | generate nslib.c in $(OBJDIR).
* \ fixup commit for tag 'NSS_3_4_SunBeta0318'NSS_3_4_SunBeta0318cvs2hg2002-03-150-0/+0
|\ \ | |/
* | fixup commit for tag 'NSS_3_4_RC1'NSS_3_4_RC1cvs2hg2002-03-1558-13704/+0
|/
* Bugzilla bug 131289: fixed a UMR error and bad placement of the terminatingwtc%netscape.com2002-03-151-3/+2
| | | | null byte of a string in nss_FindExternalRoot. r=mcgreer.
* Fixed a memory leak on memory allocation error. r=mcgreer. (bug 129709)wtc%netscape.com2002-03-151-0/+3
|
* Bugzilla bug 130703: final adjustment of the CERTSignedCrl structure forwtc%netscape.com2002-03-151-2/+3
| | | | NSS 3.4. r=relyea.
* Bugzilla bug 130983: SEC_FindCrlByName needs to set the 'pkcs11ID' fieldwtc%netscape.com2002-03-151-0/+2
| | | | | of the CERTSignedCrl structure it returns. The patch is contributed by Rangan Sen <rangansen@netscape.com>. r=relyea.
* handle older tokens that do not handle GetAttributes correctly.relyea%netscape.com2002-03-151-0/+13
|
* bug 130747, update trust after login to catch user certs when token doesn't ↵ian.mcgreer%sun.com2002-03-153-1/+24
| | | | return public key (ncipher)
* Bugzilla bug 131078: fixed compiler warnings. r=mcgreer.wtc%netscape.com2002-03-1513-16/+24
|
* Bugzilla bug 131057: define PORT_Strdup as PL_strdup so that it uses NSPR'swtc%netscape.com2002-03-152-21/+1
| | | | memory allocator. r=mcgreer. Modified files: secport.c secport.h
* The previous checkin breaks signtool on Linux, AIX, and OSF1. Backing itwtc%netscape.com2002-03-151-7/+2
| | | | out.
* Bugzilla bug 131062: fixed a zlib vulnerability.wtc%netscape.com2002-03-1558-2/+13710
|\
* | fixup commit for tag 'NSS_3_4_SunBeta0314'NSS_3_4_SunBeta0314cvs2hg2002-03-1457-13703/+0
|/
* bug 129709, incorrect free of cert->nicknameian.mcgreer%sun.com2002-03-141-2/+1
| | | | r=wtc
* bug 129778, cert instances incorrectly reset when cert was not deletedian.mcgreer%sun.com2002-03-141-4/+6
| | | | checked in for wtc, r=mcgreer
* Bugzilla bug 130703: fixed several issues in the NSS 3.4 exported headers.wtc%netscape.com2002-03-1417-30/+56
| | | | | | | | | | | 1) Preseve the position of NSS 3.3 elements in the data structures. Some new fields replace some old deprecated fields where possible to preserve the total size of the structure. 2) Stan headers are removed from public exports. 3) Some exported functions didn't have prototypes in the public headers. 4) One bug fix: dev3hack.c did not pass the second argument to nssToken_DestroyCertList. 5) Include the necessary headers to fix undeclared function warnings.
* Bugzilla bug 130158: fixed a crash in NSC_CopyObject if pk11_CopyObjectwtc%netscape.com2002-03-141-0/+1
| | | | fails.
* Fix 129756: PK11_SetObjectNickname is broken.nicolson%netscape.com2002-03-1258-5/+13708
|\ | | | | | | r=relyea.
* | fixup commit for tag 'NSS_CLIENT_TAG_20020319'NSS_CLIENT_TAG_20020319cvs2hg2002-03-0857-13703/+0
|/
* Bugzilla bug 129298: the assertion may be false. Remove it, and initializewtc%netscape.com2002-03-081-4/+6
| | | | stanNick to NULL. r=mcgreer.
* Cache whether there are no CRL's and Trust objects on removable HW tokensrelyea%netscape.com2002-03-076-0/+116
|
* additional change to last patch, suggested by wtcian.mcgreer%sun.com2002-03-071-5/+3
| | | | r=wtc
* bug 129298, handle different nicknames across tokensian.mcgreer%sun.com2002-03-0711-35/+101
| | | | r=relyea/a=wtc
* Build p7content p7env p7sign and p7verify using nss shared libs.nelsonb%netscape.com2002-03-074-16/+4
| | | | bug 129354. r=wtc.