Граф коммитов

3015 Коммитов

Автор SHA1 Сообщение Дата
jpierre%netscape.com af2f840d08 Fix error in SECMOD_UnloadUserModule reportd by Ian for bug 132461 - use Stan remove call rather than add 2002-03-21 18:44:23 +00:00
wtc%netscape.com b84896bc9b Bug 132461: restored the declaration of SECMOD_LoadModule. 2002-03-21 14:48:58 +00:00
jpierre%netscape.com 0b1cba67e5 Fix for 132461 - add better functions to load and remove modules dynamically r=relyea 2002-03-21 03:35:28 +00:00
jpierre%netscape.com 007aa8a7a1 Fix for 132461 - add better functions to load and remove modules dynamically 2002-03-21 03:34:47 +00:00
wtc%netscape.com 007cc6d579 Bugzilla bug 131350: export SEC_PKCS12DecoderGetCerts from smime.def.
r=relyea.
2002-03-21 03:05:49 +00:00
wtc%netscape.com 96d1840618 Bugzilla bug 131427: add "for Clients" to the version id strings in the
softoken shared library if MOZ_CLIENT is defined.  r=relyea.
2002-03-20 21:17:30 +00:00
jaggernaut%netscape.com d8cf5474f8 Bug 101723: security icon only works for the first tab
Bug 117203: Insecure POST warning only comes up for first tab
Bug 120043: Page Info shows information about a page in the first tab
r=sgehani, r=kaie/ddrinan (for security stuff), sr=sspitzer (for mail/news stuff), sr=hyatt, a=asa. Work based on patch by Smaug <smaug@jippii.fi>.
2002-03-20 09:57:35 +00:00
wtc%netscape.com 190e732f58 Bugzilla bug 131430: changed "softoken" to "softokn" to match the file
name.  r=relyea.
2002-03-20 04:43:41 +00:00
wtc%netscape.com cc08011962 Bugzilla bug 131427: added sccs and rcs version id strings to the softoken
shared library.  r=relyea.
Modified files: manifest.mn pkcs11.c
Added file: softkver.c
2002-03-20 04:38:09 +00:00
sonja.mirtitsch%sun.com dd434c022e patch for bug 87914 r=wtc, NSS test scripts require . in the PATH 2002-03-20 03:01:27 +00:00
sonja.mirtitsch%sun.com 153cadb85b uploading only waht's specified in the parameters 2002-03-19 19:54:16 +00:00
alecf%netscape.com ecdb77e394 a further nsString api reduction: remove the last case-insensitive PRUnichar*-to-PRUnichar* comparisons, moving to new API, and remove old methods from nsString. r=dougt, sr=jag a=scc 2002-03-19 06:46:56 +00:00
oeschger%netscape.com df39d9e978 add a help button to crl manager dlog, update links in two others, bug=129143, sr=alecf, r=ssaux, a=asa/drivers 2002-03-18 23:41:45 +00:00
wtc%netscape.com 6f7343b2c1 Bugzilla bug 130101: this file is no longer necessary because we now
generate nslib.c in $(OBJDIR).
2002-03-16 00:06:28 +00:00
wtc%netscape.com df2c75ab28 Bugzilla bug 131289: fixed a UMR error and bad placement of the terminating
null byte of a string in nss_FindExternalRoot.  r=mcgreer.
2002-03-15 23:05:58 +00:00
wtc%netscape.com 6f489cbb5e Fixed a memory leak on memory allocation error. r=mcgreer. (bug 129709) 2002-03-15 22:09:45 +00:00
wtc%netscape.com d8a51378d3 Bugzilla bug 130703: final adjustment of the CERTSignedCrl structure for
NSS 3.4.  r=relyea.
2002-03-15 20:21:45 +00:00
wtc%netscape.com c3e27be65d Bugzilla bug 130983: SEC_FindCrlByName needs to set the 'pkcs11ID' field
of the CERTSignedCrl structure it returns.  The patch is contributed by
Rangan Sen <rangansen@netscape.com>.  r=relyea.
2002-03-15 20:17:15 +00:00
relyea%netscape.com c75b01e823 handle older tokens that do not handle GetAttributes correctly. 2002-03-15 19:51:27 +00:00
ian.mcgreer%sun.com 3067097827 bug 130747, update trust after login to catch user certs when token doesn't return public key (ncipher) 2002-03-15 19:23:14 +00:00
wtc%netscape.com b0d2ee6180 Bugzilla bug 131078: fixed compiler warnings. r=mcgreer. 2002-03-15 06:07:41 +00:00
wtc%netscape.com 501ab18453 Bugzilla bug 131057: define PORT_Strdup as PL_strdup so that it uses NSPR's
memory allocator.  r=mcgreer.  Modified files: secport.c secport.h
2002-03-15 05:54:22 +00:00
wtc%netscape.com 3d2827cf98 The previous checkin breaks signtool on Linux, AIX, and OSF1. Backing it
out.
2002-03-15 05:27:34 +00:00
wtc%netscape.com 6222c4b6c2 Bugzilla bug 131062: fixed a zlib vulnerability. 2002-03-15 01:43:49 +00:00
ian.mcgreer%sun.com 16ce4e209f bug 129709, incorrect free of cert->nickname
r=wtc
2002-03-14 17:42:02 +00:00
ian.mcgreer%sun.com 3861705e53 bug 129778, cert instances incorrectly reset when cert was not deleted
checked in for wtc, r=mcgreer
2002-03-14 17:39:12 +00:00
seawood%netscape.com 1e2fdc2421 Remove now redudant REGCHROME calls.
Bug#129456 r=bryner a=asa
2002-03-14 07:11:30 +00:00
seawood%netscape.com af0cf0ee2d Remove REGCHROME calls since we now auto-register chrome when jars are processed.
Bug #129456 r=bryner a=asa
2002-03-14 06:17:54 +00:00
wtc%netscape.com bd9858f008 Bugzilla bug 130703: fixed several issues in the NSS 3.4 exported headers.
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.
2002-03-14 04:12:25 +00:00
wtc%netscape.com d4aed2e49a Bugzilla bug 130158: fixed a crash in NSC_CopyObject if pk11_CopyObject
fails.
2002-03-14 03:34:11 +00:00
oeschger%netscape.com f942f4b2bf left-overs from last week's syntax change to help, should been updated url+key->key, a=asa,r=andreww,r=ssaux, sr=alecf, bug=124902, got left out 2002-03-13 21:05:21 +00:00
nicolson%netscape.com e5cfe0d63d Fix 129756: PK11_SetObjectNickname is broken.
r=relyea.
2002-03-12 01:50:57 +00:00
kaie%netscape.com b24026bcec b=125807 Fix Lock Icon Set Incorrectly
Checking in for ddrinan
r=kaie sr=mscott a=asa
2002-03-08 22:27:16 +00:00
wtc%netscape.com e3c087039e Bugzilla bug 129298: the assertion may be false. Remove it, and initialize
stanNick to NULL.  r=mcgreer.
2002-03-08 00:02:35 +00:00
relyea%netscape.com 6a064be2c0 Cache whether there are no CRL's and Trust objects on removable HW tokens 2002-03-07 23:21:39 +00:00
ian.mcgreer%sun.com af06500a34 additional change to last patch, suggested by wtc
r=wtc
2002-03-07 22:53:40 +00:00
ian.mcgreer%sun.com d08e06e182 bug 129298, handle different nicknames across tokens
r=relyea/a=wtc
2002-03-07 22:08:00 +00:00
nelsonb%netscape.com 4111e502c5 Build p7content p7env p7sign and p7verify using nss shared libs.
bug 129354.  r=wtc.
2002-03-07 22:07:21 +00:00
nelsonb%netscape.com 9d1fffc9bf Add support for new -p option to pass password to PK11 token.
Patch by evanchu@aol.com (Evan Chu).  r=nelsonb a=wtc bug 129354.
2002-03-07 22:05:43 +00:00
wtc%netscape.com 92039aefb9 Bugzilla bug 129408: removed the "FOR PSM" comment. All of these NSS 3.4
exports are fine for general use.  r=relyea.
2002-03-07 21:31:05 +00:00
wtc%netscape.com 1fe1ff9ce3 Bugzilla bug 129408: final adjustments of the NSS 3.4 *.def files. List
the symbols in alphabetical order.  In softokn.def, changed "Sofoken 3.4
release" to "NSS 3.4 release, which is what we use in other *.def files.
Added seven new PKCS7 exports to smime.def.  r=relyea
Modified files: nss.def smime.def softokn.def ssl.def
2002-03-07 21:18:49 +00:00
ian.mcgreer%sun.com 87499c7372 bug 129370, temp cert trusts and S/MIME profiles may cause crashes
r/a=wtc
2002-03-07 20:42:40 +00:00
nicolson%netscape.com 498f77b3f2 Fix 129389: Algorithm.c treats oidIndex as short when it should be int. 2002-03-07 01:59:58 +00:00
jpierre%netscape.com 917dfa56df Fix for 129201 - allow parameter string to be retrieved in a PKCS#11 module built on top of ckfw 2002-03-06 21:41:35 +00:00
darin%netscape.com 026dda9f95 fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa 2002-03-06 07:48:55 +00:00
relyea%netscape.com a95766d49d bug 125808 :
Reset the token name on token removal.
Check for token presence to reset the session handle.
Consolidate the NSS3 style TokenInit with the stan init so everything is in sync.
r=ddrinan
2002-03-06 01:44:50 +00:00
relyea%netscape.com 0134bfdc65 Initialize result to SECSuccess before we return. 2002-03-05 22:14:44 +00:00
ian.mcgreer%sun.com 2e2c9211fe missed part of last patch 2002-03-05 16:54:16 +00:00
ian.mcgreer%sun.com 7819af3f00 bug 125112, don't alloc return array if there are no certs found 2002-03-05 16:08:53 +00:00
wtc%netscape.com d0a5d7f2a8 Bugzilla bug 128915: the first part of the previous change is not
necessary, so replace it with an assertion.  r=mcgreer.
2002-03-05 15:49:33 +00:00