Commit Graph

311 Commits

Author SHA1 Message Date
javi%netscape.com
09909de642 Correctly define CORE_DEPTH 2000-07-07 21:17:31 +00:00
javi%netscape.com
d8af2764fb More entries that were multiply defined are now fixed. 2000-07-06 01:38:51 +00:00
javi%netscape.com
7087d3e436 Removed some properties that were multiply defined and correctly defined some
hdr property entires to avoid over-writing properties.
2000-07-06 01:31:30 +00:00
javi%netscape.com
e9987aeb54 Get the CRL dialog window to properly close and refresh the Signers pane
when no more CRL's are left.
2000-07-01 01:26:42 +00:00
javi%netscape.com
628ab13451 First shot at having UI for deleting CRLs. 2000-07-01 01:19:22 +00:00
javi%netscape.com
b5b2f5d3cd Remove an unused button from dialog. 2000-07-01 01:15:28 +00:00
javi%netscape.com
303eb4dbb0 Changes for having a dialog that does CRL deleting. 2000-07-01 01:14:22 +00:00
javi%netscape.com
366f6b877e Don't stop sending text to a log file just because one Write failed.
This way subsequent DEBUG messages may still get printed.
2000-06-29 18:19:03 +00:00
javi%netscape.com
c9cce921c4 Change P12 file path request strings to be consistent with terms used in
Security Advisor.
2000-06-28 22:16:11 +00:00
javi%netscape.com
fdb8d2e2a1 Add some text to the cases where S/MIME signatures fail when OCSP is enabled. 2000-06-28 21:37:09 +00:00
javi%netscape.com
36f80c0373 Fix to add some text to security advisor when S/MIME signatures faile
when OCSP is enabled.
2000-06-28 21:36:36 +00:00
ddrinan%netscape.com
2ec581c2b2 Fix for bug# 398838 2000-06-28 21:20:38 +00:00
ddrinan%netscape.com
6b25adba60 Added target to release the xpi file 2000-06-28 01:19:20 +00:00
javi%netscape.com
2607cae31c Make the Pretty print window smaller so that it doesn't run off the bottom of
the screen w/ Mozilla.
2000-06-28 00:11:17 +00:00
javi%netscape.com
53ce1bbd54 When FIPS is enabled, do verification of detached signatures on a separate thread
to prevent dead-locking the front end thread.
2000-06-27 21:55:59 +00:00
javi%netscape.com
e5cc2ea430 When verifying a cert, pass in the control connection as the wincx so
that when FIPS is enabled, we don't crash.
2000-06-27 21:53:59 +00:00
javi%netscape.com
973eb09da7 Sigh. Preceed all <LINK ..> blocks with a <SCRIPT></SCRIPT> to work around
a bug in 4.x Communicator Solaris where the contents of the style sheet get
dumped to the screen.  Not sure why this solves that problem, but it does.
2000-06-27 01:32:39 +00:00
ddrinan%netscape.com
20181164f8 Build the PSM xpi files 2000-06-27 01:21:41 +00:00
javi%netscape.com
ed5ca5fe40 Doh!! Forgot to add the psm executable to the xpi file. 2000-06-27 00:55:05 +00:00
javi%netscape.com
75969b229b Add an html file that can be used to install the xpi 2000-06-27 00:34:03 +00:00
javi%netscape.com
1b21a013ed Add a rule to automatically create XPi files. 2000-06-27 00:20:07 +00:00
javi%netscape.com
a665534475 Checking in the file we use for xpi install on UNIX with mozilla. 2000-06-26 23:44:28 +00:00
cotter%netscape.com
7b28c90cc7 Updated installation and what's new sections re Security directory on Windows, which no longer needs to be renamed when installing Netscape 6 after PSM for Communicator (or vice versa). 2000-06-26 22:32:55 +00:00
javi%netscape.com
0a1c85c01a Move some localizable strings from psm_ui.properties.in to psm_text.properties.in 2000-06-23 21:54:32 +00:00
ddrinan%netscape.com
49eff830d4 Changed version to 1.2 2000-06-22 22:21:16 +00:00
javi%netscape.com
7df96cbea8 Update SSMVersionString value. 2000-06-22 21:05:42 +00:00
cotter%netscape.com
61a3ff184f Minor correction to View Certificate Details section. 2000-06-22 20:36:11 +00:00
javi%netscape.com
f2f3d96767 We need ssm_swap_bytes defined regardless of whether we're building on a
little endian machine.
2000-06-22 17:36:34 +00:00
javi%netscape.com
b124666af9 Fix unicode conversion for win32 so that p12 export/import works again. 2000-06-22 01:28:03 +00:00
ddrinan%netscape.com
f7a091cd53 Add new attribute id to socket status resource. Bug #39680 2000-06-21 23:31:28 +00:00
ddrinan%netscape.com
ef4de6f1d3 Checked in fix for bug# 39680 2000-06-21 23:26:53 +00:00
ddrinan%netscape.com
c149929cd6 Some bug fixes 2000-06-21 20:52:33 +00:00
ddrinan%netscape.com
533acc79a7 Must convert unicode to/from NBO/HBO on little endian systems 2000-06-21 20:43:30 +00:00
javi%netscape.com
017d57c44e Don't block forever waiting for socket status to get created. Mozilla
may call that function after the connection is gone in which case the
socket status will not exist.
2000-06-20 22:39:24 +00:00
ddrinan%netscape.com
de67b92a1b We need libnlslocale for unix 2000-06-20 02:43:46 +00:00
cotter%netscape.com
2821055584 Added first draft of PSM 1.2 release notes. 2000-06-19 23:58:25 +00:00
javi%netscape.com
066d8f24d8 Whomping SECURITY_CLIENT_BRANCH onto tip. 2000-06-19 23:05:49 +00:00
javi%netscape.com
a82cfc01fa Whomping SECURITY_CLIENT_BRANCH onto tip. 2000-06-19 22:58:15 +00:00
javi%netscape.com
098648d866 Watch out for the case where the user hits Cancel. Don't wanna dead-lock
waiting for a message that will never show up.
2000-06-16 23:22:39 +00:00
javi%netscape.com
fba4cd21d3 Work around for Mozilla. If we're told to wait for a resource to shut down
that isn't a keygen context, sleep for a second so that the user actually
sees the dialog instead of a window that mysteriously appears and disappears
without ever showing them anything.
2000-06-16 22:45:48 +00:00
ddrinan%netscape.com
9587b38239 Include nslocale component 2000-06-16 22:40:13 +00:00
beard%netscape.com
17a3d47248 bug 19119: export file for PSM[Debug].shlb. 2000-06-16 22:25:43 +00:00
beard%netscape.com
5ff5374817 bug 19119, changes for XP_MAC to allow client to synchronize with server thread. a=ddrinan, r=gordon 2000-06-16 22:21:16 +00:00
beard%netscape.com
bca0804eec (not part of build) added nlslayer.cpp. 2000-06-16 22:18:38 +00:00
javi%netscape.com
f0e57c08d9 Some tweaks to key gen context and oldfunc.c so that Mozilla can more
easily handle the KEYGEN tag.
2000-06-16 22:08:16 +00:00
javi%netscape.com
c8f7ba26ce Make some API changes so that the Mozilla client can more easily handle
the KEYGEN tag.
2000-06-16 22:05:18 +00:00
beard%netscape.com
97d9238830 bug #19119: Added call to initialize Mac toolbox. (not part of build) 2000-06-16 21:12:27 +00:00
javi%netscape.com
0f84a60c10 Add some attributes to query URL's for setting the password and for
choosing which token to use when processing a KEYGEN tag.x
2000-06-16 20:48:25 +00:00
ddrinan%netscape.com
71c92a89ba Fixed build bustage for linux 2000-06-16 17:17:49 +00:00
cotter%netscape.com
0527c678f9 Updated OSCP help. 2000-06-16 05:45:58 +00:00
ddrinan%netscape.com
38e0c15f88 Fix for bug# 34384 2000-06-16 01:47:18 +00:00
ddrinan%netscape.com
0675702db4 Use M16 version of nlslayer for unix 2000-06-15 21:34:56 +00:00
thayes%netscape.com
adc6554ab2 Change password prompt and retry text. 2000-06-15 21:13:35 +00:00
javi%netscape.com
b9608d0541 Add help targets for cert pretty print and issuer not found when walking
the certificate chain.
2000-06-15 21:02:45 +00:00
ddrinan%netscape.com
af2686f4b9 Use the M16 version of nlslayer 2000-06-15 20:22:12 +00:00
ddrinan%netscape.com
507c38bfb2 Use the intl M16 interfaces 2000-06-15 20:02:52 +00:00
beard%netscape.com
53d28df585 (not part of build) added non-debug target (PSM.shlb) 2000-06-14 03:25:37 +00:00
beard%netscape.com
1712fb7c0e (not part of build) added mozilla/security/nss/lib/smime to access paths, added nlslayer.cpp directly (rather than building as a separate library). 2000-06-14 03:18:10 +00:00
ddrinan%netscape.com
88e79e328c Move nlslayer from my machine to sbc 2000-06-13 23:54:37 +00:00
cls%seawood.org
7c56b4260d Applying BeOS fixes for PSM to tip. Bug #39164 2000-06-13 23:13:48 +00:00
thayes%netscape.com
6106f2cc7c Change password dialogs to account for expanded capabilities (beyond
just certificates)
2000-06-12 20:38:10 +00:00
cotter%netscape.com
b9bccd5ac3 Latest fixes re SDR & pswd mgr. 2000-06-06 22:23:50 +00:00
javi%netscape.com
cd6d0787cd Make SendUIEvent take a bit for isModal instead of always hard-coding it
to true.
2000-06-05 20:21:23 +00:00
javi%netscape.com
80e2d2ccc8 For optimized builds, we have to link in an extra library to avoid
undefined symbols.
2000-06-05 20:10:39 +00:00
javi%netscape.com
1433b98732 Work around for a bug w/ Mozilla where the KEYGEN window blocks forever
and prevents PSM from exiting when Mozilla quits.
2000-06-02 23:57:25 +00:00
javi%netscape.com
2bd9d0bc74 Change the name of the OCSP URL from "location" to "ocspLocation" so Mozilla
doesn't get confused and try to change the web site we're viewing.

This is a work around because that bug will not be fixed for Beta2 in Mozilla.
2000-06-02 19:03:48 +00:00
javi%netscape.com
01054862c6 Need to make in the ui directory as well. 2000-05-31 00:20:30 +00:00
javi%netscape.com
cc03ad8c56 Use nlslayer as the library name instead of strres to avoid any potential
confusion.
2000-05-30 21:54:07 +00:00
thayes%netscape.com
1c2a9791e8 Put SDR changes on the tip. These changes include:
+ support for generic handling of messages on threads (msgthread.*)
  + add set_db_password form handling to control connection (temporary)
  + add SDR functions (Encrypt and Decrypt) and Changepassword to MISC category
  + checkin prototypes for trigger.js and install.js (parts of PSM installation)
2000-05-26 22:34:36 +00:00
javi%netscape.com
9ccc1d638c Look for libnecko_res.so instead of libnecko_resource.so on UNIX platforms. 2000-05-23 16:45:01 +00:00
javi%netscape.com
63c73ce255 Trick xpcom world into treating psm just as it would mozilla. 2000-05-23 01:14:39 +00:00
javi%netscape.com
db923c030e Don't link against libraries we don't need. 2000-05-22 17:34:42 +00:00
cotter%netscape.com
cb9767f89b Revised section on Personal Security Password w/ SDR info, plus related glossary items. 2000-05-20 01:23:34 +00:00
ddrinan%netscape.com
c240cfe275 Fixed server_cert_view_buttons. Bugzilla 36129 2000-05-19 20:39:06 +00:00
javi%netscape.com
f0aa5464ee Have the current directory in the LD_LIBRARY_PATH first so that the shared
objects in the current directory are loaded before others that may be in
the LD_LIBRARY_PATH
2000-05-19 20:14:03 +00:00
javi%netscape.com
bc8642ed53 Use the correct type of comments for the start-psm script. 2000-05-19 17:19:59 +00:00
javi%netscape.com
a63c7ba265 Make sure the strings we get for configuring PKCS11 are the correct length.
This way the names we provide for the token name and such will stick.
2000-05-19 17:13:05 +00:00
ddrinan%netscape.com
661c50b256 Remove reference to NLS library 2000-05-19 00:16:20 +00:00
ddrinan%netscape.com
8197925963 Updates 2000-05-18 23:53:53 +00:00
ddrinan%netscape.com
45aed86968 Initial check-in 2000-05-18 21:30:26 +00:00
ddrinan%netscape.com
e66a79cc63 Fixed i18n libraries for unix 2000-05-18 21:02:09 +00:00
ddrinan%netscape.com
200adf13ff mozreg is a static library on unix 2000-05-18 20:06:09 +00:00
ddrinan%netscape.com
11795e0966 Fixed comment style for Solaris 2000-05-18 18:32:43 +00:00
dougt%netscape.com
0b5a4259b7 Adding SIOUX event processing 2000-05-17 23:00:19 +00:00
dougt%netscape.com
d50bfdd577 Mac tweeks. 2000-05-17 22:59:40 +00:00
ddrinan%netscape.com
2daf6b93f9 Initial check-in 2000-05-17 20:26:28 +00:00
ddrinan%netscape.com
6ef9d01be0 Fixed syntax error 2000-05-17 17:46:22 +00:00
cotter%netscape.com
d9b9111eb1 Changes related to new UI for viewing cert chains. 2000-05-17 04:19:47 +00:00
thayes%netscape.com
4ab73df7ec Land latest SDR changes on the tip. 2000-05-17 01:20:20 +00:00
javi%netscape.com
834423c3ba Add new function for getting the version string that can be used by
Mozilla.
2000-05-17 00:17:42 +00:00
ddrinan%netscape.com
824cb7fac1 OS/2 changes for snizinsk@us.ibm.com 2000-05-16 21:30:23 +00:00
ddrinan%netscape.com
b586d0ec2d Fixed the release_md rule to copy the components stuff 2000-05-16 18:54:01 +00:00
ddrinan%netscape.com
bf18228ce4 Load the nlslayer/M14 from \\drinan. This is temporary 2000-05-16 18:47:22 +00:00
ddrinan%netscape.com
3c4469b2f9 OS/2 changes for snizinsk@us.ibm.com 2000-05-16 18:30:55 +00:00
dougt%netscape.com
c735175065 Adding nsString and friends so that people can link against us without XPCOM until runtime. 2000-05-15 21:00:52 +00:00
dougt%netscape.com
23147eed0c Updating project to build with standalone nlsLayer. 2000-05-15 20:56:30 +00:00
dougt%netscape.com
fe806465e1 First Checked In. 2000-05-15 19:59:01 +00:00
ddrinan%netscape.com
c61f315ca3 Put nls layer into a separate static library 2000-05-13 03:27:53 +00:00
ddrinan%netscape.com
e4d8ed38e4 Initial checkin 2000-05-13 03:12:20 +00:00
dougt%netscape.com
a7f5af25b4 Fixes to make Mac work. 2000-05-12 19:58:37 +00:00
dougt%netscape.com
f4172ca6e2 First Checked In. 2000-05-12 19:57:18 +00:00
dougt%netscape.com
cbeec451ee Fix to make compile on Mac. 2000-05-12 19:57:00 +00:00
dougt%netscape.com
c16d114409 Fixes to make Mac compile. 2000-05-12 19:51:52 +00:00
ddrinan%netscape.com
bed28e3d3f No longer use obscuring layer from protocol 2000-05-12 03:18:09 +00:00
ddrinan%netscape.com
846620ce5b No longer build or export obscuring stuff 2000-05-12 03:17:08 +00:00
thayes%netscape.com
d1e4df651d Merge changes from SDR_BRANCH.
Add more SDR features, and provide compatibility between older PSM servers
and this client library.
2000-05-11 01:49:15 +00:00
ddrinan%netscape.com
a3906c1bc6 Link xpcom dynamically for Solaris and HP-UX 2000-05-10 00:01:29 +00:00
ddrinan%netscape.com
3f8361f0a3 Fixed NSPR library typos for Solaris 2000-05-09 23:14:07 +00:00
ddrinan%netscape.com
1ecaa5797f I18N include should be lower case 2000-05-09 22:07:05 +00:00
ddrinan%netscape.com
a53dbf95b8 Added import for I18N headers and libraries 2000-05-09 22:06:01 +00:00
ddrinan%netscape.com
535e326854 Fixed some comments 2000-05-09 18:24:35 +00:00
ddrinan%netscape.com
2d72f7886b Added newline to end of file 2000-05-09 02:20:54 +00:00
ddrinan%netscape.com
8dad32f248 Fix up manifest 2000-05-09 01:36:43 +00:00
ddrinan%netscape.com
16a1d0a19a Adding Makefile to build in Mozilla 2000-05-09 01:35:54 +00:00
ddrinan%netscape.com
ff30abf69c Fixed up manifest 2000-05-09 01:31:07 +00:00
ddrinan%netscape.com
ff32de2c09 Adding Makefile to build this in Mozilla 2000-05-09 01:30:31 +00:00
ddrinan%netscape.com
33cfed1efb Fixed typo for NSPR import for Solaris 2.5.1 2000-05-09 00:47:19 +00:00
ddrinan%netscape.com
1ec2a49049 Fix for Solaris 2.5.1 2000-05-09 00:33:13 +00:00
ddrinan%netscape.com
77b0467a2c Get NSPR 4.0 for Solaris 2.5.1 2000-05-09 00:06:35 +00:00
ddrinan%netscape.com
69a4fa9208 Build NSS before building PSM 2000-05-04 21:30:45 +00:00
ddrinan%netscape.com
2ca53e522d Fixed typo in nss gmake 2000-05-04 20:58:44 +00:00
ddrinan%netscape.com
7bafb59ea8 Initial revision 2000-05-04 20:40:41 +00:00
thayes%netscape.com
441820f1c8 Add makefiles to tip for psm library builds 2000-05-03 18:09:53 +00:00
thayes%netscape.com
bd0caf91ab Fix LDAPSDK include path to allow locally installed sdk 2000-05-02 21:55:10 +00:00
thayes%netscape.com
1a5ca5b2e8 Copy nspr libraries into platform build directory to allow running without library path
setup.
2000-05-02 00:38:11 +00:00
mwelch%netscape.com
6fa77f4c37 Applying Mac changes 2000-04-28 09:35:09 +00:00
mwelch%netscape.com
2c79f59ddf Adding Mac build information. Project file is merely a placeholder right now; serious work remains to be done here. 2000-04-28 09:28:54 +00:00
javi%netscape.com
d05124301e Only add the hot link on cert windows if the target for the HTTP request
is a certificate resource.
2000-04-27 01:08:19 +00:00
javi%netscape.com
a37bce4efd Whomping my changes for imporoved cert UI and cert lookup over LDAP onto
mozilla.

Make P12 unicode conversion switch bytes to Network Byte Order.  Mozilla
localization doesn't do that for us.
2000-04-27 00:03:33 +00:00
javi%netscape.com
84993d6fb3 Automaticallly pre-select all e-mail addresses that the user doesn't have. 2000-04-26 23:59:14 +00:00
javi%netscape.com
51251ae54a Trim down the number of libraries we link against. 2000-04-26 23:55:52 +00:00
javi%netscape.com
9c7b1f46e3 Add spiffy new UI for cert viewing. Let's you walk the chain. Also
enhancements to search look up through LDAP.
2000-04-26 23:53:51 +00:00
javi%netscape.com
39d22c8ce6 coreconf lives in a new directory now. 2000-04-26 23:51:47 +00:00
javi%netscape.com
10b8991563 Add a file that can pretty print DER blobs. 2000-04-26 21:39:28 +00:00
ddrinan%netscape.com
3fb0f41fe2 Changes for the NSS coreconf landing 2000-04-26 21:17:32 +00:00
ddrinan%netscape.com
a3112b1349 Initial checkin 2000-04-26 21:17:02 +00:00
ddrinan%netscape.com
a6ee827e1b Initial checkin 2000-04-26 20:06:16 +00:00
ddrinan%netscape.com
af2076e505 First cut of makefile. 2000-04-26 20:02:05 +00:00
mwelch%netscape.com
e31a4be4aa Bringing tip of PSM client lib up to date with changes from commercial tip 2000-04-25 02:57:11 +00:00
mwelch%netscape.com
30dd1a6916 Bringing tip of PSM client lib up to date with commercial version 2000-04-25 02:55:21 +00:00
mwelch%netscape.com
c4913ec571 Bringing client lib up to date 2000-04-25 02:53:28 +00:00
mwelch%netscape.com
0c4625b3df Bringing tip of PSM client library up to date 2000-04-25 02:49:38 +00:00
thayes%netscape.com
bb86f0f2f9 Merge build fix from M14 branch 2000-04-21 21:18:51 +00:00
thayes%netscape.com
d0def2d28c Add decryption functions for SDR. Add SDR to UNIX builds. 2000-04-20 23:00:39 +00:00
thayes%netscape.com
99d8d3606f Add initial cmtsdr.c file for SDR implementation from M14 branch 2000-04-19 01:43:29 +00:00
thayes%netscape.com
7fb01a452d Merge changes for SDR encrypt and decrypt from M14 branch 2000-04-19 01:38:04 +00:00
thayes%netscape.com
84afb4c959 Add protocol opcodes for SDR encrypt and decrypt 2000-04-19 01:29:56 +00:00
ddrinan%netscape.com
a3c4c7bf84 Initial check in PSM docs 2000-04-12 01:19:11 +00:00
ddrinan%netscape.com
f2f9bda8ae Initial checkin of the PSM server 2000-04-12 00:15:15 +00:00
ddrinan%netscape.com
77f8a8b6ac Initial checkin of the PSM server 2000-04-12 00:05:55 +00:00
ddrinan%netscape.com
14bd6b1e86 Initial check-in PSM UI files 2000-04-11 23:54:23 +00:00
mwelch%netscape.com
053e176882 Fixing a bunch of warnings 2000-03-22 05:43:42 +00:00
mwelch%netscape.com
9d573a5db9 Applied client lib changes from PSM101Mac_BRANCH on commercial tree 2000-03-22 00:03:36 +00:00
mwelch%netscape.com
800750fd72 Applied changes from M14 branch 2000-03-21 23:31:45 +00:00
mwelch%netscape.com
c3a208c9b6 removed Makefiles 2000-03-21 23:03:18 +00:00
mwelch%netscape.com
42008b9ba6 removed Makefile 2000-03-21 23:02:14 +00:00
sfraser%netscape.com
cae00f7fa3 First Checked In. 2000-03-21 02:45:38 +00:00
Jerry.Kirk%Nexwarecorp.com
da2794386a Removing "#include <sys/un.h>" because it is not present under Neutrino
and VMS and it does not appear to be needed either.
r=colin,cls
2000-03-13 13:03:52 +00:00
mwelch%netscape.com
f803349f18 First checkin 2000-03-01 02:02:14 +00:00
mwelch%netscape.com
0caed44b7a Fixing makefiles with shaver's tarball 2000-03-01 01:22:44 +00:00
mwelch%netscape.com
94700ac67a First checkin of PSM client libs 2000-03-01 00:43:41 +00:00