javi%netscape.com
3635fe5e3f
Add a second tab to the cert view dialog for the pretty print
...
stuff.
2001-03-23 22:58:13 +00:00
javi%netscape.com
100e2418de
Delete the ns*CertificateManager related files that are no longer part of the build.
2001-03-23 21:27:29 +00:00
mcgreer%netscape.com
c4670d57c7
fix a couple UI bugs introduced by the XUL changes
2001-03-22 21:46:00 +00:00
mcgreer%netscape.com
c7febdc5a2
one more place to remove nsICertificateManager
2001-03-22 17:10:50 +00:00
mcgreer%netscape.com
f591c170a2
clean up cert manager code
...
* move trust to nsIX509CertDB
* remove unneccessary interface nsICertificateManager (everything should be handled by nsIX509CertDB)
2001-03-22 16:48:19 +00:00
bryner%uiuc.edu
3ed663b677
Missed these XUL changes from earlier. r=blake.
2001-03-22 01:37:12 +00:00
bryner%uiuc.edu
63e50c35b0
Bugs 70745, 70747. Making the following XUL syntax changes:
...
<textfield/> -> <textbox/>
<title/> -> <label/>
value -> label for all widgets except textbox, progressmeter, and text.
progresstext -> label
data -> value
r=blake, hewitt. sr=ben, hyatt. checking in for maolson@earthlink.net and blakeross@telocity.com .
2001-03-22 00:21:54 +00:00
mcgreer%netscape.com
26d4eeb2b1
add certificate verification and usages to cert display
2001-03-21 22:00:15 +00:00
javi%netscape.com
93e83b3330
Make the "Examine Certificate" button on the SSL error dialgs work.
...
Fix nsPKCS12Blob to use the default password handler callback so
that SDR continues to work.
Give the certViewerDetails window the ability to load a cert based on
its certDBKey instead of nickname.
2001-03-21 03:37:49 +00:00
mcgreer%netscape.com
444b53c299
make the cert name show up in the edit window
2001-03-20 18:32:04 +00:00
mcgreer%netscape.com
d1493d111e
stuff for cert manager
...
* PKCS#12 backup and restore
* editing cert trust
* more detail for view cert (UI to change later)
* temporary token login
2001-03-20 18:00:44 +00:00
javi%netscape.com
6dd2b6520f
Make a better contract ID for the pk11 token db.
2001-03-19 23:09:28 +00:00
javi%netscape.com
7c35b57982
Make clean builds work. Do this by removing the sub-class of
...
nsIDialogParamBlock in nsIPKIParamBlock. Everywhere we want
to have bot nsIDialogParamBlock and nsIPKIParamBlock we do
QueryInterface to get a pointer to the right interface.
2001-03-15 03:06:47 +00:00
mcgreer%netscape.com
461525bb99
A bunch more cert UI, all the buttons are in (just need to be coded :)
2001-03-13 19:36:52 +00:00
mcgreer%netscape.com
07554215c8
more cert manager functionality
...
* list mine and websites certs
* show cert chain in view cert
* show O and OU in view cert
2001-03-13 16:20:54 +00:00
javi%netscape.com
715108ef2b
Make the Mac build PSM 2.0 again.
2001-03-13 00:22:26 +00:00
javi%netscape.com
721ae99720
Pass interfaces to certs to the SSL dialogs through the new
...
nsIPKIParamBlock interface.
Clean up some inconsistencies in nsPKIParamBlock implementation.
2001-03-12 23:59:48 +00:00
javi%netscape.com
f6e9cc67dc
Create our param block that allows us to pass nsISupport references to
...
dialogs and clean up a little bit of the UI.
2001-03-10 03:09:20 +00:00
javi%netscape.com
0372162f0b
Add our own param block that allows us to pass references to
...
XPCOM objects to dialogs.
2001-03-10 02:45:24 +00:00
thayes%netscape.com
1aa0c207a7
Remove CR chars
2001-03-09 02:19:19 +00:00
thayes%netscape.com
72d0e0eaf1
Changes filenames of preference content to be consistent with
...
Mozilla conventions.
Add autostretch="never" to prevent expansion of checkboxes in pref
panels
2001-03-09 01:13:46 +00:00
javi%netscape.com
39041ea9d5
Call the get method for string classes. Brings us up to date with the
...
trunk of mozilla and their string class update landing.
2001-03-08 23:19:27 +00:00
bryner%uiuc.edu
86cf469639
Fixing non-debug builds. Not part of build.
2001-03-08 06:01:29 +00:00
mcgreer%netscape.com
50c5c0d0c9
add missing license text
2001-03-07 19:56:50 +00:00
mcgreer%netscape.com
33891979ac
preliminary checkin of certificate manager
2001-03-07 19:24:12 +00:00
javi%netscape.com
c7090f7289
Make the pref dialog call a JS function to open up
...
the certificate manager.
Also put all the localizable strings into dtd and properties
files.
2001-03-07 02:17:00 +00:00
bryner%uiuc.edu
8b80c7c363
Bug 70595 - making nsIPrompt accessible to PSM. r=darin, sr=mscott.
2001-03-06 05:10:33 +00:00
thayes%netscape.com
6a52ca019c
Add pageInfo overlay to for displaying security information
2001-03-05 19:40:39 +00:00
mcgreer%netscape.com
fc9a858036
Add support for CA cert downloading, including UI.
2001-02-26 21:50:54 +00:00
javi%netscape.com
147e289d6f
Implement the SSL dialog warnings for Domain Mismatch and
...
server cert expired.
2001-02-24 00:20:32 +00:00
javi%netscape.com
fd5d0bcad4
Make the new server cert dialog for SSL warning work.
2001-02-16 22:17:52 +00:00
thayes%netscape.com
fa34df002e
Add preferences for security/ssl
2001-02-15 03:42:30 +00:00
thayes%netscape.com
f00d62ad0f
Add MPL license text.
2001-02-14 20:11:25 +00:00
thayes%netscape.com
e7f9d4bef6
Change initialization of NSSDialog object
2001-02-14 20:10:00 +00:00
thayes%netscape.com
2a1a86b9b0
Implement nsISecurityWarningDialogs in the NSSDialogs object.
2001-02-14 20:09:33 +00:00
javi%netscape.com
5c61971304
Remove all ^M characters
2001-02-13 00:27:27 +00:00
javi%netscape.com
315fde2197
Make the nsINSSDialogs a base class that we do a QI to
...
figure out if it implements the interface we want.
Change the implementation in pippki to register its UI handling
with this new method.
2001-02-10 02:53:10 +00:00
javi%netscape.com
3e57841b59
First Checked In.
2001-02-08 02:25:25 +00:00
bryner%uiuc.edu
3dadcb2d4b
Cleaning up indenting. Not part of build.
2001-02-07 23:07:56 +00:00
thayes%netscape.com
ae1e32f036
Add PIPPKI module to UNIX builds
2001-02-07 19:53:41 +00:00
thayes%netscape.com
b3db34c62b
Create DTD for pippki module
2001-02-07 18:51:23 +00:00
thayes%netscape.com
6439177e99
Fix incorrect module name on chrome URL
2001-02-07 17:35:40 +00:00
thayes%netscape.com
9538b977ec
Create PKI module for implementation of callback
...
functions for user interaction.
2001-02-07 01:25:16 +00:00