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

639 Коммитов

Автор SHA1 Сообщение Дата
kaie%netscape.com a46ed1b240 b=101847 keygen does not work if Master Pwd is set to "Everytime it is needed"
r=javi sr=jag a=asa
2002-10-18 13:49:58 +00:00
kaie%netscape.com f012271e37 b=163605 Use of blocking I/O for SSL in PSM stalls network activity
r=javi sr=darin a=asa
2002-10-16 22:20:42 +00:00
leaf%mozilla.org aeba91a83f update localeVersion for 1.2b, a=asa 2002-10-16 17:51:38 +00:00
kaie%netscape.com a9a7900ea6 b=165574 PSM embedding freeze/ step 3/ replace nsISupportsArray with nsIArray
r=javi sr=alecf a=asa
2002-10-14 14:49:00 +00:00
kaie%netscape.com cf9e6adbf0 b=147280 Ensure Mozilla uses the shipped nssckbi or a newer builtin roots module
r=javi sr=dveditz a=asa
2002-10-14 14:39:04 +00:00
kaie%netscape.com 965774b3c2 b=172455 Mozilla crashes when viewing certificate details
r=javi sr=jag a=dbaron
2002-10-11 13:21:58 +00:00
kaie%netscape.com 71ea738d8f b=170562 Some CA's are blank lines
r=javi sr=alecf
2002-10-02 18:54:21 +00:00
kaie%netscape.com 0612628459 b=107034 OE requires special attribute in incoming signed messages to
support dual key certificates (PSM portion)
r=relyea sr=mscott
2002-10-02 10:56:11 +00:00
kaie%netscape.com 680a199800 b=160746 Update PSM's version number to 2.4
r=javi sr=alecf
2002-10-02 10:51:02 +00:00
wtc%netscape.com 111331eac0 Get NSS headers from the new location (dist/public/nss) only.
Modified files: boot/src/Makefile.in pki/src/Makefile.in ssl/src/Makefile.in
2002-09-26 17:56:09 +00:00
kaie%netscape.com 7f3da70f9a b=170438 Crash opening cert manager
r=javi sr=alecf
2002-09-24 03:00:37 +00:00
kaie%netscape.com 4abf30cd96 b=170359 Make sure new code from bug 168448 uses NS_INIT_ISUPPORTS
r=javi sr=alecf
2002-09-24 02:57:51 +00:00
kaie%netscape.com 9b8287f271 b=168946 More PSM cleanup
r=javi sr=rpotts
2002-09-23 23:23:05 +00:00
kaie%netscape.com 313245716c b=168976 Remove RsaPubModulus from nsIX509Cert
r=javi sr=rpotts
2002-09-23 23:20:18 +00:00
kaie%netscape.com 41447e5463 b=169932 Replace wstring with AString in IDL
r=darin sr=alecf
2002-09-23 20:17:16 +00:00
kaie%netscape.com 70233f9ee6 b=169164 Replace PRUint* and PRInt* in IDL with "unsigned long" etc
r=javi sr=alecf
2002-09-18 17:15:58 +00:00
kaie%netscape.com d51b5d0764 b=168448 Fixing bustage caused by previous checkin.
Filename nsIGeneratingKeypairInfoDialogs is too long,
moving to a short filename. Updating Makefiles and include statements.
2002-09-17 19:43:13 +00:00
kaie%netscape.com f74fb820fc b=166664 Remove obsolete interface nsISecurityManagerComponent
r=javi sr=alecf
2002-09-17 19:09:11 +00:00
kaie%netscape.com 20ada98927 b=168448 PSM embedding freeze/ step 1/ move stuff & change data types
r=javi sr=alecf
2002-09-17 18:51:22 +00:00
dougt%netscape.com c5e8f896cd 166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com 2002-09-07 17:13:19 +00:00
dougt%netscape.com d94b37c68a Fixes up the timer interface. b157136, r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com 2002-09-07 05:38:16 +00:00
leaf%mozilla.org b1bdbfd3cd update localeVersion to 1.2a, a=asa 2002-09-07 01:01:49 +00:00
nicolson%netscape.com 68483f44b4 Fix 164126: makefile build error.
NSS module has been renamed from "security" to "nss". We will leave the
old "security" include paths until the NSS_CLIENT_TAG gets moved forward:
see bug 167133 for that.
r=kaie@netscape.com, r=wtc@netscape.com, a=rjesup@wgate.com
2002-09-06 21:14:42 +00:00
kaie%netscape.com d2d449e2a9 b=121906 Other People's certs not sorted
r=javi sr=jag
2002-08-28 13:49:52 +00:00
kaie%netscape.com 4f7fff8b3c b=122869 Need better message when import a cert with wrong password.
r=javi sr=jag
2002-08-26 20:31:03 +00:00
kaie%netscape.com 7f95e3306b b=161915 Combine verified and purposes column in certificate manager
r=javi sr=jag
2002-08-26 20:16:25 +00:00
kaie%netscape.com 0470f79669 b=157927 Fix memory leaks in nsNSSCertificate.cpp, fix some compiler warnings, do some cleanup.
r=javi sr=jag
2002-08-23 10:40:27 +00:00
kaie%netscape.com 9469ea3506 b=142147 Viewing signed message crashes Mozilla, if I did not log-in into the FIPS module
r=javi sr=bryner
2002-08-23 10:10:17 +00:00
kaie%netscape.com c430cd9340 Patch from bug 87902 to fix SSL/TLS logic.
- make TLS intolerant server detection over proxies work
  (this bug 87902)
- on connection failure, only retry without TLS when it is really
  likely to help (bug 149910)
- remove obsolete workarounds in SSL i/o layer
  (see removed comments in patch)
- avoid to confuse programmers reading code,
  by renaming TLSStepUp (which means something else)
  to the correct term STARTTLS (what the code is actually doing).
  (As suggested by nelsonb)
- If an invalid or expired etc. server certificate is presented,
  a warning is shown. If the user decides to cancel,
  network activity should stop immediately.
  (we currently warn multiple times) (bug 87209)

r=javi/darin/ducarroz/dmose sr=alecf
2002-08-14 23:43:28 +00:00
kaie%netscape.com 54e56de249 b=154040 Deleting cert does nothing when key DB has no password
r=relyea sr=alecf
2002-08-13 01:15:05 +00:00
seawood%netscape.com 8ae6c40f5d Removing old nmake build makefiles. Bug #158528 r=pavlov 2002-08-10 07:55:43 +00:00
kaie%netscape.com efa196e6b5 b=123917 Remove non-NSS_3_4 codepaths
r=wtc sr=alecf
2002-08-07 13:39:57 +00:00
kaie%netscape.com de37d9d76f b=124037 Decrease cert manager loading time.
r=rangansen/jkeiser sr=alecf
2002-08-06 13:25:23 +00:00
kaie%netscape.com 41d86022a1 b=136819 Returned value from getPSMContentType is compared to wrong enum
Patch from t8m@centrum.cz
r=kaie sr=alecf
2002-08-06 13:21:32 +00:00
kaie%netscape.com ef2a7ad3c1 b=144435 Allow to edit trust for other people's certificate
r=javi sr=alecf
2002-08-06 13:18:12 +00:00
kaie%netscape.com a811506968 b=74339 Support import of SSL, S/MIME, and CA certs
r=javi sr=alecf
2002-08-06 13:11:15 +00:00
kaie%netscape.com 7981ebb379 b=135546 Fix internal slot reference leak in cryptojs_generateOneKeyPair()
r=wtc sr=alecf
2002-08-06 12:54:39 +00:00
kaie%netscape.com 9887192835 b=132589 Fix incorrect verification status when viewing email-signing-only certificates.
r=javi sr=alecf
2002-08-06 12:51:43 +00:00
henry.jia%sun.com 31cd9553b8 3rd patch for bug 158080
Description: replace the hardcode of "@mozilla.org/embedcomp/window-watcher;1" with NS_WINDOWWATCHER_CONTRACTID
Patch by Henry.Jia@sun.com
r=anto, sr=alecf
2002-08-06 05:37:58 +00:00
henry.jia%sun.com edb10a6aac 2nd patch for bug 158080
Description: replace the hardcode of "@mozilla.org/embedcomp/window-watcher;1" with NS_WINDOWWATCHER_CONTRACTID
Patch by Henry.Jia@sun.com
r=anto, sr=alecf
2002-08-06 05:11:23 +00:00
kaie%netscape.com ce4ce38ba8 b=141268 OCSP error messages should say OCSP, not OSCP (typo)
r=hixie sr=alecf a=asa
2002-07-25 02:48:33 +00:00
leaf%mozilla.org dd33dbb91f bug 154840, r=cls, sr=brendan, a=jesup update localeVersion strings 2002-07-17 23:51:49 +00:00
kaie%netscape.com e1b0a90c89 b=153232 Add better error message for -8182
r=javi sr=alecf a=asa
2002-07-15 13:39:13 +00:00
kaie%netscape.com 344b6e8c89 b=114893 Can't send encrypted mail if encryption cert has not been imported. Smartcard issue.
r=javi sr=alecf a=asa
2002-07-15 13:35:30 +00:00
dmose%netscape.com 64f48b7503 Backing out the patch for bug 87902; a one-line change that caused an SSL/SMTP regression (bug 155431) 2002-07-08 23:24:30 +00:00
kaie%netscape.com b0a64c5799 b=87902 Cannot reach TLS intolerant servers through SSL proxy.
r=javi sr=darin
2002-06-24 23:02:08 +00:00
kaie%netscape.com 5eb67585c2 b=90956 Dot (.) instead of localized characters in pipnss module
r=ssaux sr=alecf
2002-06-20 23:41:02 +00:00
bryner%netscape.com c4f4e41719 Don't crash if NSSDialogs doesn't implement nsICertificateDialogs (bug 150862). r=kaie, sr=blake. 2002-06-20 23:31:47 +00:00
kaie%netscape.com 4c4d965cce b=119394 Support fetching certificates from LDAP servers.
r=javi/dmose sr=mscott
2002-06-14 02:10:02 +00:00
kaie%netscape.com 0afcb51180 b=126944 Handle NSS error codes within PSM.
r=ssaux sr=darin
2002-06-12 16:44:22 +00:00
leaf%mozilla.org 0034658953 updating locale version string for impending release, bug 149802 2002-06-07 07:45:38 +00:00
cathleen%netscape.com 12e47be3cf clean up last traces of nsCRT::strlen(char* s), bug 124536 r=dp, sr=brendan 2002-06-04 23:05:39 +00:00
kaie%netscape.com 80c24f7a91 b=143532 Only allow toggling FIPS when it is safe to
r=javi sr=alecf
2002-05-17 19:56:11 +00:00
kaie%netscape.com 8892f15a70 b=144823 Localized certificate name is garbled, unable to send out signed/encrypted mail on a localized build
r=javi sr=mscott
2002-05-17 01:21:31 +00:00
rpotts%netscape.com 4d4116d281 bug #46856 (r=valeski, sr=darin). API Changes to nsIWebProgress/nsIWebProgressListener) 2002-05-16 20:57:37 +00:00
kaie%netscape.com d829db174a b=129067 Deleted certs still appear in Cert Manager.
r=javi sr=alecf
2002-05-16 04:03:19 +00:00
kaie%netscape.com b29048e4fe b=129067 Backing out unreliable patch.
See bugzilla for details.
Better patch will be checked in a minute.
2002-05-16 03:59:36 +00:00
kaie%netscape.com 6803ea2ace b=136948 Give better feedback when no valid certs for S/Mime are available
r=javi sr=mscott
2002-05-16 03:51:37 +00:00
dougt%netscape.com e96df2ad1b Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756 2002-05-15 18:55:21 +00:00
kaie%netscape.com 58c2e7a36c b=137874 Unable to import CA cert before SSL keep alive connection is terminated
r=javi sr=alecf
2002-05-14 20:46:03 +00:00
kaie%netscape.com 1942971d28 Backing out code from bug 102633 and the unsuccessful fix attempt from bug 137530, because the UI does not work as expected.
r=javi / sr=alecf for backing out
2002-05-14 20:42:54 +00:00
darin%netscape.com 1a993a2f38 fixing mac bustage (next time i'll remember to build PSM on my mac) 2002-05-08 00:07:23 +00:00
darin%netscape.com f43dfb75ba fixes bug 142870 "nsIFile should use UCS-2 instead of UTF-8"
r=dougt sr=alecf
2002-05-07 23:07:19 +00:00
kaie%netscape.com 33cd0c8f64 b=141871 Releasing callback in nsNSSSocketInfo must be proxied.
r=javi sr=alecf
2002-05-07 09:35:00 +00:00
kaie%netscape.com 308edeca0f b=112384 Unable to download some CRLs.
r=javi sr=darin
2002-05-07 09:29:23 +00:00
kaie%netscape.com ac67264a36 b=139329 Crashes trying to send signed mail.
r=javi sr=alecf
2002-05-07 09:25:19 +00:00
darin%netscape.com 1b1677bbe9 fixes bug 129279 "nsIFile unicode/utf8/ascii task"
r=dougt sr=alecf
2002-04-27 05:33:09 +00:00
jgmyers%netscape.com aa210f4255 Remove ssl-forcehandshake workaround r=kaie/rpotts/bienvenu sr=darin 2002-04-26 23:02:11 +00:00
seawood%netscape.com ce9e9903a5 Add 'make install' target to build. It's "MRE-friendly". (See http://www.mozilla.org/projects/embedding/MRE.html for details.)
Changes:
* Added EXTRA_COMPONENTS variable to build.  Use it to automagically install files into the components dir.
* Added SYSINSTALL variable.  Use it install files onto the system.
* Move mozilla-config generation from configure to makefiles
* mozilla-config will now generate paths based upon the MRE-based directory layout.
* Generate mozilla script from template

The installation heirarchy currently looks like:
$prefix -> /bin/mozilla
           /bin/mozilla-config
           /include/mozilla-ver/*
           /lib/mozilla-ver  (mozappdir)
                            /components
                            /res
                            /defaults
                            /chrome

There is preliminary build support for MRE dirs as well though the component manager hasn't had MRE support added yet.

$prefix -> /lib/mre/mre-ver  (mredir)
                            /components
2002-04-25 02:52:44 +00:00
kaie%netscape.com 0aa2271015 b=129067 Deleted certs still appear in Cert Manager, uses slow workaround, which should get removed once bug 138626 is fixed.
r=javi sr=alecf
2002-04-24 00:51:33 +00:00
kaie%netscape.com e7a9499b78 b=134992 Fix crash when displaying some S/Mime messages.
r=javi sr=alecf
2002-04-24 00:40:49 +00:00
kaie%netscape.com e8c4b88efb b=139349 Need to use dont_AddRef with GetCertAtIndex
r=bryner sr=alecf
2002-04-24 00:35:05 +00:00
kaie%netscape.com d033f1dbcb b=139325 Leaking CERTCertificate references from nsNSSCertificate::GetChain
r=bryner/javi sr=alecf
2002-04-24 00:15:12 +00:00
kaie%netscape.com 658962867b b=125607 Temporary workaround for better displaying signed S/Mime messages w/ attachments from IMAP servers.
r=ducarroz sr=bienvenu
2002-04-22 23:02:29 +00:00
kaie%netscape.com 2e2135248f b=137154 PSM needs to call SSL_ClearSessionCache before switching profiles
r=javi sr=alecf
2002-04-18 22:25:26 +00:00
jgmyers%netscape.com 6fd36b42d4 Remove unneeded ForceHandshake code which broke IMAP/SSL over SOCKS: bug 133434 r=kaie@netscape.com sr=brendan@mozilla.org a=asa 2002-04-16 22:49:33 +00:00
dbragg%netscape.com 060ac1f254 Regular milestone update of localeVersion values to 1.0.0. Bug 126785. r=tao, sr=alecf, a=asa 2002-04-16 22:19:10 +00:00
kaie%netscape.com 5e578afaa3 b=102633 Changed cipher prefs dialog.
Allow the user to enable additional ciphers.
Disable two cipher suites that are no longer in use (said the NSS team).
r=javi/nelsonb/cotter sr=alecf
2002-04-12 04:44:29 +00:00
kaie%netscape.com be88a33114 b=119418 Fix handling of opaque signed S/Mime messages.
Also fixes some other S/Mime issues, as described in the bug.
r=ddrinan/ducarroz/darin sr=alecf
2002-04-12 04:26:40 +00:00
kaie%netscape.com da25d7f19e b=102633 Allow the user to enable additional ciphers, dynamically obtaining a list of ciphers from NSS.
Disable support for two ciphers that are no longer in use.
r=javi/nelsonb/cotter sr=alecf
2002-04-11 05:07:09 +00:00
kaie%netscape.com 015c39971d b=118319 Fix memory leak.
r=javi/wtc sr=blizzard
2002-04-11 04:35:08 +00:00
kaie%netscape.com 78f313dd86 b=119481 Fix various unitialized variables.
r=kaie/javi sr=kin
2002-04-11 04:31:53 +00:00
kaie%netscape.com 5e25fd0a47 b=129740 Fix client auth with profiles migrated from Communicator.
r=javi sr=alecf
2002-04-11 04:24:20 +00:00
kaie%netscape.com b0c3ab7f38 b=132543 Fix crash when downloading CRL
r=javi sr=alecf
2002-04-11 04:21:18 +00:00
kaie%netscape.com 444ce3a72e b=125041 CA not imported when getting personal cert
r=ssaux sr=alecf a=asa
2002-04-04 22:30:40 +00:00
hewitt%netscape.com fa0edb8cc4 110156 - renaming outliner to tree - weird cvs events causing us to lose the log for this file, sadly. if you want the old log, see Attic/nsICertOutliner.idl 2002-03-29 03:36:00 +00:00
hewitt%netscape.com 07d96867f1 bugs 110156, 110155
Removing support for <outliner> tags
Removing <tree> layout code and moving <tree> tags to outliner layout
Convert all usage of <outliner> to tree tags
Convert all usage of <tree> tags to new <tree> syntax or <listbox>
r=cmanske,varga sr=hyatt,sspitzer a=asa

Also includes fixes by Jan Varga (varga@utcruk.sk) for bugs 132020, 133451, 131393, 115894, and 129327
2002-03-29 02:46:01 +00:00
kaie%netscape.com 53d54a1fd2 b=129100 OOPS fixing wrong case in my prior checkin 2002-03-27 07:54:47 +00:00
kaie%netscape.com 313246fba8 b=107817 Make sure sent encrypted messages will be decryptable by sender.
r=ddrinan
sr=alecf
a=roc+moz
2002-03-27 03:27:43 +00:00
kaie%netscape.com 57ee5c6632 b=129774 Increment PSM version to 2.3
r=ssaux
sr=alecf
a=valeski
2002-03-27 02:43:43 +00:00
kaie%netscape.com 91e9529dc3 b=129100 Finalize S/Mime UI implementation
r=ducarroz/javi
sr=mscott
a=asa
2002-03-27 02:29:34 +00:00
dbaron%fas.harvard.edu 2a4007a526 Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa 2002-03-23 21:03:32 +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
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
darin%netscape.com 026dda9f95 fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa 2002-03-06 07:48:55 +00:00
alecf%netscape.com 7b2caa70df one more attempt at bustage 2002-03-05 00:12:20 +00:00
alecf%netscape.com fe1c8c2aae fix NSS bustage 2002-03-04 23:57:13 +00:00
cathleen%netscape.com 1ea9fa2466 fix build bustage due to nsCRT::strlen(char* s) removed 2002-02-28 05:14:10 +00:00
seawood%netscape.com 1749cef728 Use blocking sockets for SSL connections since BeOS does not have support for nonblocking sockets.
Bug #70217 r=wtc a=shaver
2002-02-22 09:30:31 +00:00
dbragg%netscape.com 9fd02ba450 Updating the localeVersion to 0.9.9. Fixes bug 126240. r=tao, sr=dveditz 2002-02-20 03:18:10 +00:00
seawood%netscape.com 331568e005 Set NSS_LIBS in config.mk. Use "-L<dir> -l<blah>" to link instead of paths to actual shared libraries on unix platforms.
r=rjesup@wgate.com,wtc@netscape.com
2002-02-19 03:00:08 +00:00
sfraser%netscape.com 82a8e812d9 Fix for bug 121952 -- make PR_ConnectContinue work on Mac, re-enabling non-blocking connects. r=wtc 2002-02-19 01:10:06 +00:00
kaie%netscape.com 990aabd2ee b=115010 Implement "Message Security Info" when reading S/Mime messages.
(includes b=115209 Only care for outermost signing/encryption level)
r=javi/ducarroz sr=mscott
2002-02-18 15:36:30 +00:00
kaie%netscape.com 26d396a3ee b=125553 fix wrong string usage
r=javi rs=blizzard
2002-02-18 13:15:56 +00:00
wtc%netscape.com b7a7bb6948 Bug 114748: now that NSS uses the same LIB_PREFIX as the Mozilla client,
removed the obsolete NSS_LIB_PREFIX. r=cls.  The patch was originally
contributed by Javier Pedemonte <pedemont@us.ibm.com>.
Modified Files:
	config/config.mk security/manager/Makefile.in
	security/manager/ssl/src/Makefile.in
2002-02-14 15:29:22 +00:00
wtc%netscape.com d05af79e83 Bug 122712: renamed cert_DecodeGeneralName as CERT_DecodeGeneralName. 2002-02-14 15:25:17 +00:00
kaie%netscape.com 4a520a12fe b=99083 Polish cert display if field common name (CN) is not present
r=javi sr=alecf
2002-02-14 07:21:33 +00:00
seawood%netscape.com a150df9906 Backing out fix for win32 gmake static bustage until we figure out how to resolve bug 114748 for OS/2. Should fix current OS/2 bustage. 2002-02-08 19:17:37 +00:00
seawood%netscape.com 88c0df8202 Use @ so that regchrome commands aren't echoed.
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #124328 r=cls
2002-02-08 08:30:30 +00:00
seawood%netscape.com 44200022d9 OS/2 & Win32 non-gcc builds require that you link against their import library instead of directly against a shared library. Fixing static build bustage.
Use the centralized NSS_LIBS rather than explicitly writing out each NSS lib when linking.
2002-02-08 06:04:05 +00:00
kaie%netscape.com 7c12cf0bb2 b=122961 Fix sending encrypted mail
r=relyea sr=alecf
2002-02-06 20:38:58 +00:00
seawood%netscape.com 93a65384e7 Link against the import lib on win32 and not the dll itself. 2002-02-06 16:27:01 +00:00
kaie%netscape.com 45413ade3e b=116334 NSS 3.4 landing
r=cls/wtc sr=kin/simon
2002-02-06 13:31:07 +00:00
cathleen%netscape.com bf3e08eb5f eliminates 107 nsCRT::memset calls to use memset instead. removed nsCRT::memset() function. bug 118135 r=dp sr=brendan 2002-02-05 01:41:13 +00:00
sfraser%netscape.com d285f8f560 Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson 2002-01-30 21:14:20 +00:00
kaie%netscape.com 1b37a55348 b=116417 NSS3.4 build. Directly imported CAs not saved. Introducing a new auto cleanup class for destructing NSS objects.
r=javi sr=alecf
2002-01-29 01:10:04 +00:00
sfraser%netscape.com 83dce9ad22 Fix blocker bug 121326 (any SSL transaction causes Mac to freeze) by checking in temporary patch from bug 106188; this reverts Mac to using blocking connects. r=wtc. 2002-01-28 23:14:42 +00:00
kaie%netscape.com 1725e8fd70 b=121351 Avoid risk of multiple PK11_FreeSlot calls in GenerateCRMFRequest
r=javi sr=blizzard
2002-01-28 15:25:47 +00:00
kaie%netscape.com 6fe3a7dfb7 b=98068 Add PR_CALLBACK for changed interfaces in NSS_3_4
r=javi sr=blizzard
2002-01-28 15:23:59 +00:00
kaie%netscape.com b4d6580c08 b=106188 Fix SSL freezing Mozilla on connect problems
r=darin r=javi r=wtc sr=jag a=blizzard
2002-01-18 20:20:02 +00:00
kaie%netscape.com af52c3e9a6 b=117148 S/MIME tool fails to find certificate while signing
r=javi sr=alecf
2002-01-16 04:30:55 +00:00
kaie%netscape.com fba86ece7a b=115010 Mail/News UI must provide detail info on signature/encryption status
r=javi sr=mscott
2002-01-16 04:29:26 +00:00
rangansen%netscape.com a2a64ec08c bug# 107491 - missed this last time 2002-01-16 00:18:58 +00:00
rangansen%netscape.com b4316470e1 bug#107491, r=javi, sr=blizzard Makes error handling more detailed 2002-01-15 23:33:00 +00:00
dbragg%netscape.com b3ce95e541 Updating localeVersion value to 0.9.8. Fixes bug 119567. r=tao@netscape.com, sr=dveditz@netscape.com 2002-01-15 23:11:03 +00:00
cathleen%netscape.com c2d19ad82a converted 271 references to nsCRT::memcpy to memcpy, bug 118135 r=dp 2002-01-12 03:18:55 +00:00
kaie%netscape.com 91defc6be5 b=116334 Allowing conditional usage of NSS 3.4
r=wtc sr=blizzard
Should not affect standard build (without having explicitly set NSS_3_4 in the environment)
2002-01-10 00:47:07 +00:00
bryner%netscape.com e5321f0f4c Bug 116499 - convert nsIOutlinerView::GetCellText to return an nsAString, so we can avoid copying strings. r=blake, sr=jag. 2001-12-29 22:05:16 +00:00
kaie%netscape.com 7d32437326 b=103011 nsNSSComponent::GetPK11String leaks
r=ddrinan sr=brendan
2001-12-21 06:16:24 +00:00
seawood%netscape.com 874c54280c Landing the rest of the win32 gmake changes:
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup

Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
jaggernaut%netscape.com 7936b26225 Bug 113228: Replace ns{C}String::To{Upper,Lower}Case with global versions. r=bzbarsky, sr=jst 2001-12-17 07:14:49 +00:00
jaggernaut%netscape.com 2df17e0579 Remove timer from REQUIRES, the makefile.win edition 2001-12-16 18:08:20 +00:00
jaggernaut%netscape.com 1886ca82f6 Remove timer from REQUIRES. r=pavlov 2001-12-16 17:02:31 +00:00
jaggernaut%netscape.com 6ab111155d Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf 2001-12-16 11:58:03 +00:00
dbragg%netscape.com f1e5c7772c Fix for bug 109951. Updating the version number of the language packs to 0.9.7.
r=tao, sr=dveditz, a=asa for drivers@mozilla.org (also approved by ddrinan from security team)
2001-12-14 00:20:04 +00:00
javi%netscape.com 7d6a27aac5 Patch for Bug 11080, r=kaie, sr=jag
Checking in for timeless.  Don't use the negation form of the NS_SUCCEEDED
NS_FAILED macros.
2001-12-13 01:17:49 +00:00
kaie%netscape.com b2ec7c12c6 Removing mcp Mac project files, as they were replaced by xml files.
b=98349 r=pink sr=sfraser
2001-12-11 22:09:55 +00:00
rangansen%netscape.com d68eaa8fa3 bug# 114448, r=kaie, sr=hewitt removing the url type menu in crls 2001-12-11 05:59:49 +00:00
kaie%netscape.com 47f008518d Adding new XML Mac project files. 2001-12-10 19:54:12 +00:00
rangansen%netscape.com 4e16cb8e6a bug# 107840 - Enables automatic update of crls
r=kaie; sr=darin ; sr=hewitt
2001-12-06 22:36:45 +00:00
pchen%netscape.com e7238d0017 bug 101263, r=kaie, sr=alecf, when we get logout-session message, logout of
password manager
2001-12-04 22:42:21 +00:00
kaie%netscape.com 882c35c877 b=110420 fix cert prompt dialogs
r=javi sr=shaver
2001-12-04 15:56:54 +00:00
javi%netscape.com 5b2f4a6bd3 Remove reference to nsSecureBrowserUIImpl.obj which is no longer built in this
directory.  Should fix tbox bustage.
2001-11-30 02:30:37 +00:00
kaie%netscape.com 03e1cbc357 b=109777 Make sure certificate downloading works immediately
r=javi sr=mscott
2001-11-30 00:07:13 +00:00
javi%netscape.com 88a342b4ea b=75947 Landing security startup performance improvement and related issues. r=javi sr=alecf b=109777 Make sure certificate downloading works immediately r=javi sr=mscott (checking in for kaie) 2001-11-29 23:45:36 +00:00
kaie%netscape.com be039297a5 b=75947 Landing security startup performance improvement and related issues.
r=javi sr=alecf
b=109777  Make sure certificate downloading works immediately
r=javi sr=mscott
2001-11-29 23:43:26 +00:00
kaie%netscape.com 5cb9ace646 b=75947 Landing security startup performance improvement and related issues.
r=javi sr=alecf
b=109777  Make sure certificate downloading works immediately
r=javi sr=mscott
2001-11-29 23:36:34 +00:00
cls%seawood.org 48663cec84 Rename 'install' build phase to 'libs'.
Bug #56601 r=pavlov
2001-11-21 09:53:22 +00:00
seawood%netscape.com 9850f387af Renaming 'install' build phase to 'libs'
Bug #56601 r=pavlov
2001-11-21 08:55:59 +00:00
kaie%netscape.com c55b359cb6 b=109770 Obtaining a certificate from Verisign does not work
r=javi sr=blizzard
2001-11-16 01:57:58 +00:00
kaie%netscape.com cb9c6c7548 b=108600 Avoid the risk of unexpected NSS shutdowns
r=javi sr=blizzard
2001-11-16 01:55:37 +00:00
colin%theblakes.com f1ee2be75c Make OpenVMS use MKSHLIB_[UN]FORCE_ALL. Remove other cruft that is now
no longer needed. b=108862 r=cls a/driver=asa
2001-11-09 03:06:36 +00:00
dbaron%fas.harvard.edu 261f76a8ba Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052 2001-11-07 06:24:10 +00:00
rangansen%netscape.com 9694e9ac44 r=javi ; sr = hewitt ; bug# 89827 ; adding serial number col to cert manager window 2001-11-03 00:49:35 +00:00
ddrinan%netscape.com 48f18ed672 Bug 107375 - update localVersion to 0.9.6. r=jbetak, sr=dveditz 2001-11-02 00:27:05 +00:00
javi%netscape.com 71f9865ef0 Adding new files to the mac project file. Should fix tbox bustage. 2001-10-31 02:01:40 +00:00
javi%netscape.com 79a2ef10f3 Back out ddrinan for now. 2001-10-31 01:58:54 +00:00
ddrinan%netscape.com c1cd985e17 Bug 105526 - Initial landing of PSM S/MIME. Mailnews will land separately. See bug 106507 for that. r=javi, sr=blizzard 2001-10-30 23:52:01 +00:00
alecf%netscape.com 42ea599b85 added unicharutilsstatic*.o to build for bug 100214 2001-10-30 03:17:12 +00:00
cls%seawood.org cca8938bb9 Removing xpcom dependency upon unicharutil.
Fixing tinderbox bustage.
Bug #100214 r=alecf
2001-10-30 01:11:04 +00:00
jaggernaut%netscape.com 3b3426d0ea Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-28 08:33:51 +00:00
cls%seawood.org f725ba3a02 Freezing nsIURIContentListener class. Fixing PSM bustage
Thanks to Rick Potts <rpotts@netscape.com> for the patch.
Bug #99627
2001-10-27 04:15:42 +00:00
kaie%netscape.com f2dd5922e1 b=79153 r=javi sr=blizzard
Crypto key generation feedback, prevent crash, cleanup code, add a call from second code path.
2001-10-23 06:11:57 +00:00
javi%netscape.com dcc797a0cf Fix for Bug 99163, Checking in for dougt@netscape.com,r=shaver, sr=jband 2001-10-22 22:30:18 +00:00
javi%netscape.com f3093c14a6 Missed this file in dougt's last patch. 2001-10-19 22:48:01 +00:00
javi%netscape.com 6b0c2130b6 Checking in for dougt. 2001-10-19 21:53:39 +00:00
rangansen%netscape.com 6eca649dcb r=kaie sr=blizzard bug# 87656
[enables selecting token in change pswd dialog]
2001-10-11 21:18:08 +00:00
rangansen%netscape.com e27f5840dd r=cls sr=blizzard bug# 102372
[checking in for Christian Biesinger]
2001-10-11 21:02:42 +00:00
kaie%netscape.com 028dfd36a3 b=95987 r=relyea sr=blizzard
re-enable Diffie Hellman ciphers
2001-10-11 18:45:39 +00:00
kaie%netscape.com a8e5ca2ea6 b=103774 r=javi sr=blizzard
Fix: display correct expiration date
2001-10-11 18:42:43 +00:00
kaie%netscape.com d5537511dd b=102289 r=valeski sr=alecf
Changing UI text strings
2001-10-10 00:55:41 +00:00
jaggernaut%netscape.com f5c256fd7e Fix for bug 75572. Separator support in outliner. patch by Jan Varga <varga@utcru.sk>, r=waterson, sr=hyatt 2001-10-02 05:19:46 +00:00
jaggernaut%netscape.com e76f49d7a3 Bug 45797: Remove deprecated NS_IMPL_QUERY_INTERFACE macro, patch by dbaron, r=jag, sr=alecf 2001-10-02 03:11:26 +00:00
kaie%netscape.com 77299a5e18 b=100215 r=relyea sr=blizzard
Fix certificate verification chain display.
2001-10-01 14:57:35 +00:00
jaggernaut%netscape.com fdc4078bc4 Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc 2001-09-29 08:28:41 +00:00
kaie%netscape.com 76bf43bd76 b=92131 r=ddrinan sr=blizzard
Enable display of all certs.
2001-09-27 22:48:42 +00:00
rangansen%netscape.com 5faf0df7fc bug# 100457; r=ddrinan; r=nelsonb; r=blizzard;
sr=blizzard; Patch to put in proper handling of unrecognized
cert errors in psm
2001-09-26 00:28:24 +00:00
ddrinan%netscape.com 3be8143c74 Bug 100213 - Crash in GetOCSPResponders. r=rangansen,sr=kin 2001-09-25 00:08:48 +00:00
rangansen%netscape.com c5e15d25aa r=rangansen sr=kin@netscape.com
bug# 100193 - updating PSM version
2001-09-21 00:20:34 +00:00
cls%seawood.org 6acbc513b2 Updating security/ REQUIRES.
Bug #98371 moa=kaie r=bryner sr=alecf
2001-09-19 00:01:47 +00:00
jaggernaut%netscape.com 3826eb9902 Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf 2001-09-18 13:41:47 +00:00
ddrinan%netscape.com 8d48eedf87 Fix build bustage for rpotts. Removed GetProtocolHandler() method 2001-09-18 00:20:16 +00:00
gerv%gerv.net 63fffd961d Prevent security dialogs being untitled. Bug 99845. r=timeless. rs=brendan with his magic string-only-changes rubberstamp. 2001-09-16 23:27:11 +00:00
bryner%netscape.com 36592da9a1 Bug 73353 - clean up REQUIRES. patch from jag, r=bryner, sr=brendan. 2001-09-14 04:55:50 +00:00
bryner%netscape.com ed222202b7 REQUIRES updates. Patch from jag, r=cls. 2001-09-12 08:16:34 +00:00
kaie%netscape.com 3f4d4c620e b=96018 r=ddrinan sr=blake
New "Reset Master Password" functionality, for users who have forgotten their password.
2001-09-08 00:44:39 +00:00
kaie%netscape.com d1ed5d0d02 b=93103 r=relyea/ddrinan sr=blizzard
Enable display of complete chains when viewing certificates.
2001-09-06 20:20:50 +00:00
kaie%netscape.com 6b19468cd4 removing a fprintf(stderr) from my previous checkin 2001-09-05 21:34:38 +00:00
kaie%netscape.com e3197038ec Checking in for valeski. In case of problems you can reach me at kai.engert@gmx.de
r=dbaron, sr=dougt. 97667. nsIInterfaceRequestor is now frozen. nsIInterfaceRequestorUtils.h is now
required if you want to use do_GetInterface() for convenience. The two were split because the stuff
that is now in nsIInterfaceRequestorUtils.h wasn't ready for freezing. Also, .idl files should just
contain interface defs anyway.
2001-09-05 21:27:22 +00:00
mcgreer%netscape.com 0d43d3b12b checkin for colin@theblakes.com, OpenVMS fix
r=javi,sr=cls,a=dbaron
2001-09-04 14:51:08 +00:00
ddrinan%netscape.com 0a4662e4ff Check in for rangansen. Bug 91453 - double click on cert container text. r=ddrinan,sr=hewitt,a=dbaron 2001-08-31 02:10:00 +00:00
kaie%netscape.com d6e7c8afbf b=95988 r=relyea sr=tor a=asa
Fix crash when viewing a certificate
2001-08-30 05:21:59 +00:00
ddrinan%netscape.com 7e24c9bceb Check in for tao. Bug 91217 - update locale version in package/locale provider registry. r=jbetak,sr=sspitzer 2001-08-28 22:39:13 +00:00
ddrinan%netscape.com dd97fa3d10 Fix IRIX bustage caused by ^M in source 2001-08-28 16:58:13 +00:00
ddrinan%netscape.com c9b72d9939 Fix IRIX bustage caused by ^M in source 2001-08-28 16:43:04 +00:00
ddrinan%netscape.com 7562c77c2d Fix IRIX bustage cause by ^M in source 2001-08-28 16:40:16 +00:00
ddrinan%netscape.com 97ce1fd17d Bug 92475 - error msg for expired CRLs. r=bryner,sr=tor,a=asa 2001-08-28 05:13:23 +00:00
kaie%netscape.com f8e4e2d9fe b=97044 r=dbaron sr=ben a=asa
Fix topcrash by adding safety null checks and correcting a typo
2001-08-28 04:40:36 +00:00
kaie%netscape.com 13994c0b32 b=96696 r=kaie sr=darin a=dbaron
adding missing init code
checking in for bbaetz
2001-08-24 03:40:48 +00:00
kaie%netscape.com 5a0da144ae b=76915 r=dveditz sr=sfraser a=asa
Giving GUI feedback instead of crashing
Part 3 of 3 - changes to existing code
2001-08-23 05:25:15 +00:00
kaie%netscape.com aabb7cc883 b=76915 r=dveditz sr=sfraser a=asa
Giving GUI feedback instead of crashing
Part 2 of 3 - changes to make files only
2001-08-23 05:23:21 +00:00
kaie%netscape.com 44a741762c b=76915 r=dveditz sr=sfraser a=asa
Giving GUI feedback instead of crashing
Part 1 of 3 - added files only
2001-08-23 05:20:33 +00:00
kaie%netscape.com 53c64648a9 b=95987 r=relyea sr=sfraser a=asa
Fixing SSL crash by disabling ciphers
2001-08-23 04:58:27 +00:00
kaie%netscape.com 215b9cfa39 b=79153 r=kaie sr=sfraser a=asa
Making the new feature actually work on Mac.
2001-08-23 04:39:25 +00:00
javi%netscape.com 005da220ab Fix for bug 91407 r=ddrinan, sr=tor
Make downloading a CA cert mime type blob smart enough
to handle blobs with more than one cert.
2001-08-22 04:05:45 +00:00
javi%netscape.com f068caa679 Fix for Bug 44042, checking in for Gervase Markham
r=javi, sr=bin

Fix up some confusing wording in security dialgs.
2001-08-22 01:06:56 +00:00
javi%netscape.com 228ba1529a Fix for Bug 92003, r=ddrinan, sr=mscott
If the client of SSL/TLS socket provider doesn't provide callbacks,
use the window watcher service to get an nsIPrompt or whatever
interface is requested.
2001-08-21 19:10:56 +00:00
kaie%netscape.com 8375f76b95 addon for b=79153 rs=wtc@netscape.com
Fixes obvious portability error, moving thread starter function from C++ static method to C function.
No change in logic or functionality.
You can reach me at kai.engert@gmx.de
2001-08-21 14:22:11 +00:00
kaie%netscape.com c0415864ef Fixes #88303
r=wtc@netscape.com rs=darin@netscape.com
You can reach me at kai.engert@gmx.de
2001-08-21 02:45:43 +00:00
rangansen%netscape.com 757f1c7f19 Activating choice of smart card when new cert is requested
bug# 89972, r=javi, sr=blizzard
2001-08-21 01:12:38 +00:00
kaie%netscape.com 74cd0a0f05 #95334, adding mime types for download certificate revocation lists
r=ssaux@netscape.com sr=blizzard@mozilla.org
You can reach me at kai.engert@gmx.de
2001-08-17 14:44:35 +00:00
kaie%netscape.com 8f8847f999 #92131, SSL client authentication,
fixing memory leak, fixing crash, fixing spacing, adding extra space to layout
r=javi@netscape.com sr=blizzard@mozilla.org
You can reach me at kai.engert@gmx.de
2001-08-17 14:41:01 +00:00
ddrinan%netscape.com 10d97091e1 Missed this check in for bug 92475 - CRL checking 2001-08-16 23:57:57 +00:00
ddrinan%netscape.com 345effacb2 Fix client auth crash 2001-08-16 18:50:56 +00:00
javi%netscape.com 89e482c49c Adding files required for patch to Bug 79153.
Checking in for kaie.
2001-08-15 23:37:10 +00:00
kaie%netscape.com 7e9b475770 #79153, giving feedback to the user while generating a crypto key
r=javi@netscape.com sr=blizzard@mozilla.org
you reach me at kai.engert@gmx.de
Mac project file changes will be checked in by javi
2001-08-15 23:27:42 +00:00
kaie%netscape.com 4bc2438ad2 #79153. Giving feedback during crypto key generation.
For now, checking in only new files, not yet referenced by any existing code.
Other parts of check in delayed until Mac project files are adjusted.
r=javi@netscape.com sr=blizzard@mozilla.org
You reach me at kai.engert@gmx.de
2001-08-15 01:53:53 +00:00
javi%netscape.com bce6b0c4f0 Fix for Bug 94499 r=ddrinan, sr=blizzard
Implement a dummy callback to generate a nickname for NSS so that
we can import certs that don't have the friendly name attribute in
one of the PKCS #12 Bags.
2001-08-15 01:34:36 +00:00
kaie%netscape.com 9941918109 Trying to fix Mac bustage, caused by my earlier checkin 2001-08-14 02:52:07 +00:00
kaie%netscape.com 174580db55 #92131, enhanced client authentification prompter
r=javi@netscape.com sr=blizzard@mozilla.org
2001-08-14 00:01:12 +00:00
kaie%netscape.com 7e66d5f0ba #91683, SSL alerts were not displayed
r=javi@netscape.com sr=blizzard@mozilla.org
2001-08-13 23:46:01 +00:00
ddrinan%netscape.com 487a66d126 Bug 90987 - view file does not set lock icon. r=javi,sr=blizzard 2001-08-10 20:56:30 +00:00
kaie%netscape.com 2ac4ae1d25 #82141, checking in for blizzard@mozilla.org
r=javi@netscape.com sr=tor@acm.org
Adding error return check.
2001-08-10 19:55:32 +00:00
javi%netscape.com cbcb2280ac Fix for Bug 87654 r=ddrinan sr=blizzard
Turn off OCSP when painting the Cert Manager because painting
the certificate manager becomes painfully slow whenever OCSP is on.
2001-08-10 01:05:57 +00:00
ddrinan%netscape.com 32c52eea31 Bug 92475 - Display error when SSL server CRL has expired. r=javi,sr=blizzard 2001-08-09 22:29:34 +00:00
ddrinan%netscape.com f339fd25f7 Bug 59758 - form submission gives incorrect warning. r=javi,sr=blizzard 2001-08-09 22:26:16 +00:00
kaie%netscape.com 87aaf656a2 r=javi@netscape.com sr=blizzard@mozilla.org
Fixing crash, checking for nullness, see bug 94171.
2001-08-09 01:38:48 +00:00
ddrinan%netscape.com 6fe1d4d1cd Bug 87134 - change insecure to unencrypted, r=ddrinan,sr=blizzard 2001-08-07 22:22:20 +00:00
javi%netscape.com 48d3f9273a Fix for bug 82886, Checking in for Kai Engert
r=mcgreer, sr=blizzard

Remove unused/confusing column from the Cert Manager.
2001-08-07 21:18:10 +00:00
bryner%netscape.com b7ed112da5 Checking in for cls@seawood.org. Bug 93282 - pipnss not rebuilt when NSS static libraries change. r=bryner. 2001-08-04 23:29:40 +00:00
javi%netscape.com 2ca868fb68 Fix for Bug 8125 Checking in for Rangan Sen
r=ddrinan, sr=hewitt,blizzard

Check to see if a CA cert already exists in DB before importing.
2001-08-03 18:39:01 +00:00
ddrinan%netscape.com ade44278e8 Bug 91684 - Incorrect alers with CMS 4.2 SP2. r=javi,sr=blizzard 2001-08-02 23:55:56 +00:00
ddrinan%netscape.com 0bd2138edc Bug 86860 - cert issuer details. r=javi,sr=blizzard 2001-08-02 23:52:25 +00:00
javi%netscape.com 9729adfb3f Fix for Bug 78802, Checing in for Kai Engert
r=ddrinan, sr=blizzard

Show complete date and time for certs in cert viewer.
2001-08-01 23:05:08 +00:00
javi%netscape.com 54460078ec Fix for Bug 87361, Checking in for Kai Engert
r=javi, sr=blizzard

Add more useful error message during PKCS #12 Backup.
2001-08-01 23:01:37 +00:00
bryner%netscape.com 58ff393035 Checking in for jag. Bug 86734 - getting rid of NS_WITH_SERVICE. r=dbaron, rs=scc. 2001-07-25 00:37:28 +00:00
javi%netscape.com 251513690f Fix for Bug 84824, checking in for Chris Seawood
Add .cvsignore file to PSM 2 directories.
2001-07-25 00:29:57 +00:00
javi%netscape.com 963487127b Fix for Bug 85451, r=ddrinan, jag sr=blizzard
Don't use style="overflow:auto" on tree widgets.  Re-write the data
  display panel of the cert viewer to use textbox instead of tree.
2001-07-25 00:16:42 +00:00
javi%netscape.com b3ff8fc75f Oops. Checked in the wrong version of the patch.
Checking in correct fix for nsSSLIOLayerWrite
2001-07-24 01:03:47 +00:00
javi%netscape.com a31f7c2703 Fix for Bug 88244, r=ddrinan, sr=blizzard
Use necko's premature EOF mechanism to re-try connections to
  TLS intolerant sites.  This makes TLS through proxies possible.
2001-07-24 00:42:52 +00:00
javi%netscape.com 2cdf23838b Fix for Bug 88230, checking in for ccarlen
r=javi, sr=tor

 Initialize an un-initialized variable and make sure we don't call
 NSS if NSS is uninitialized.
2001-07-20 20:16:23 +00:00
ddrinan%netscape.com 92fcc82798 Check in for jst. Remove some unused macros 2001-07-19 00:10:13 +00:00
javi%netscape.com cec1510fc2 Fix for Bug 89105, Checking in for Stephen Walker
r=ddrinan, sr=blizzard

Let's only say connect once in the generic SSL error note.
2001-07-18 20:29:04 +00:00
ddrinan%netscape.com 7eb79900d7 Remove ^M that was accidentially checked in. 2001-07-12 18:44:58 +00:00
ddrinan%netscape.com 0167bb61d3 Bug 90335 - extra security warning. r=bryner,sr=jst 2001-07-12 06:34:20 +00:00
ddrinan%netscape.com 447344cdb2 Check in for tao. Bug 86807 - Menu items are missing. r=jbetak,sr=hyatt 2001-07-10 01:18:24 +00:00
ddrinan%netscape.com a57521d99f Bug 77837 - PSM UI in language pack. r=tao,sr=blizzard 2001-07-10 00:39:40 +00:00
ddrinan%netscape.com c57ad70353 Fix for bug 89139 - RegisterProfileChangeObserver returns garbage. r=walk84,sr=blizzard 2001-07-08 17:45:00 +00:00
ddrinan%netscape.com b50018e5d7 Bug 88834 - typo in cert detail view. r=javi,sr=tor 2001-07-05 22:53:19 +00:00