Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixup commit for branch 'Accessible_042401_Branch2'XPCDOM_20010420_BASEXPCDOM_20010329_BASEStyle_20010509_BaseMOZILLA_0_9_RELEASEMOZILLA_0_9_2001042510_BASEAccessible_042501_Base3Accessible_042401_Base2 | cvs2hg | 2001-04-12 | 1 | -44/+39 |
| | |||||
* | Use $TMP, $TMPDIR, or $TEMP for directory to hold server SID cache file. | nelsonb%netscape.com | 2001-03-02 | 1 | -2/+7 |
| | | | | Implements RFE 70617. | ||||
* | Bug 69582 endless loop on EOF reading Extensions | kirke%netscape.com | 2001-03-01 | 1 | -4/+8 |
| | |||||
* | change '-p' to '-P' to be consistant with other tools. | relyea%netscape.com | 2001-03-01 | 1 | -3/+3 |
| | |||||
* | On NT, it looks like isatty doesn't always work. Since we always use stdin ↵ | relyea%netscape.com | 2001-02-28 | 1 | -0/+4 |
| | | | | | | for this use that test instead. | ||||
* | Finish WinNT changes. | relyea%netscape.com | 2001-02-28 | 1 | -1/+8 |
| | |||||
* | Add '-p' to specify a dbprefix. | relyea%netscape.com | 2001-02-28 | 1 | -10/+58 |
|\ | | | | | | | | | | | | | Move the Tempfile created on input to /tmp so the code works in directories that aren't writeable. Fix the code to remove the Tempfile when done. Use SECU_ConfigureDir so that we get the same defaultdb as other tools. | ||||
| * | fix for #63982, -o not using file password | mcgreer%netscape.com | 2001-02-22 | 1 | -0/+12 |
|/ | |||||
* | OK, let's not get sloppy on the types... flags should be a PRUint32. | relyea%netscape.com | 2001-02-10 | 1 | -1/+1 |
| | |||||
* | Make the public interface use a flags variable instead of a billion little | relyea%netscape.com | 2001-02-10 | 2 | -2/+6 |
| | | | | | | Bools. suggested and reviewed by wtc in bug 66230 | ||||
* | update certutil and modutil to use the new NSS_Initialize signature. | relyea%netscape.com | 2001-02-09 | 2 | -2/+2 |
| | | | | | | modutil can now specify it's nocertdb paramter. bug 64260 reviewed by wtc | ||||
* | Make SSL API consistent in using SECStatus as return value for functions | nelsonb%netscape.com | 2001-02-09 | 2 | -3/+3 |
| | | | | | | | | that return only values in that enumeration. Bug 68097. R&A = relyea. Modified Files: lib/ssl/ssl.h lib/ssl/sslauth.c lib/ssl/sslsecur.c lib/ssl/sslsnce.c lib/ssl/sslsock.c cmd/selfserv/selfserv.c cmd/strsclnt/strsclnt.c | ||||
* | Changes suggested by Wan-Teh. | nelsonb%netscape.com | 2001-02-08 | 2 | -26/+29 |
| | |||||
* | Big changes to get better SSL performance out of selfserv. | nelsonb%netscape.com | 2001-02-07 | 1 | -183/+313 |
| | | | | | | | | | | | | | | Launch all connection handler threads at program startup, and reuse those threads for new connections, rather than creating new threads for each connection and having them terminate at the end of each connection. The main thread is now the acceptor thread. It creates a queue of accepted but unprocessed connections. NSPR Condition variables are used to schedule the connection handler threads. Only one GET /stop message is now required to terminate selfserv. Note, the -2 (full duplex) option is temporarily disabled until I get it to work with this new thread model. Add new -D command line option to suppress TCP Nagle delays. Used to verify the fix to bug 67898. | ||||
* | Add new -D command line option to suppress TCP Nagle delays. | nelsonb%netscape.com | 2001-02-07 | 1 | -40/+37 |
| | | | | This is used to verify the fix for bug 67898. | ||||
* | bug 67132. certutil crashes on -C -x combination, deny it for now. | mcgreer%netscape.com | 2001-02-06 | 1 | -6/+22 |
| | | | | | certutil -C was not recognizing the -a (ascii) option, implement it. r=wtc | ||||
* | Bug 67501: Fix suggested by Nelson. Make '-d' option work again in sdrtest. | relyea%netscape.com | 2001-02-06 | 1 | -1/+1 |
| | |||||
* | Bugzilla bug #60143: checked in OpenVMS patch from Colin Blake | wtc%netscape.com | 2001-02-04 | 1 | -0/+1 |
| | | | | | | | | <colin@theblakes.com>. Modified Files: coreconf/OpenVMS.mk coreconf/arch.mk coreconf/rules.mk coreconf/ruleset.mk nss/cmd/lib/secpwd.c nss/lib/nss/nss.h nss/lib/nss/nssinit.c | ||||
* | get pk12util working with shared libs. Change ciphersuites to | mcgreer%netscape.com | 2001-02-02 | 2 | -7/+18 |
| | | | | | be disabled by default to allow user control. Export a couple more functions to allow ciphersuite preferences. | ||||
* | Bugzilla bug #63768: removed references to the obsolete PURE_LIBRARY, | wtc%netscape.com | 2001-02-02 | 5 | -5/+0 |
| | | | | | | | | | | | | | HAVE_PURIFY etc. make variables in NSS files. Reviewed by nelson Bolyard. Modified Files: cmd/platrules.mk cmd/crmf-cgi/config.mk cmd/crmftest/config.mk cmd/lib/config.mk cmd/zlib/config.mk lib/base/config.mk lib/certdb/config.mk lib/certhigh/config.mk lib/ckfw/config.mk lib/crmf/config.mk lib/cryptohi/config.mk lib/fortcrypt/swfort/config.mk lib/freebl/config.mk lib/jar/config.mk lib/nss/config.mk lib/pk11wrap/config.mk lib/pkcs12/config.mk lib/pkcs7/config.mk lib/smime/config.mk lib/softoken/config.mk lib/ssl/config.mk lib/util/config.mk | ||||
* | remove cdbhdl.h and recode. bug 64206 reviewed by wtc. | relyea%netscape.com | 2001-02-01 | 2 | -14/+11 |
| | |||||
* | remove cdbhdl.h bug 64260 reviewed by wtc. | relyea%netscape.com | 2001-02-01 | 4 | -4/+0 |
| | |||||
* | Resolved merge conflict with Ian. | kirke%netscape.com | 2001-02-01 | 1 | -3/+0 |
| | |||||
* | Fixed bogus tab introduced by my previous checkin. | kirke%netscape.com | 2001-02-01 | 4 | -4/+4 |
| | |||||
* | Resolves bug 66244 - Many NSS command do not detect failure of NSS_Init* ↵ | kirke%netscape.com | 2001-01-31 | 16 | -23/+109 |
| | | | | functions. Introduced SECU_PrintPRandOSError(progName); to print on failure. Each command is responsible for exiting with appropriate status to distinguish failure points. | ||||
* | Bugzilla bug #62855: checked in OS/2 makefile patches from Javier | wtc%netscape.com | 2001-01-31 | 1 | -0/+8 |
| | | | | | | | | Pedemonte <pedemont@us.ibm.com>. Modified Files: coreconf/OS2.mk coreconf/arch.mk coreconf/prefix.mk coreconf/rules.mk coreconf/suffix.mk nss/Makefile nss/cmd/platlibs.mk nss/lib/ckfw/builtins/config.mk | ||||
* | I found that #include <unistd.h> is still needed on Unix for getpid(). | wtc%netscape.com | 2001-01-31 | 1 | -1/+6 |
| | |||||
* | Bugzilla bug #62855: checked in OS/2 patches from Javier Pedemonte | wtc%netscape.com | 2001-01-31 | 1 | -0/+3 |
| | | | | | <pedemont@us.ibm.com>. Modified files: selfserv.c, swfutl.c, os2_rand.c. | ||||
* | Backed out the previous checkin as it requires | wtc%netscape.com | 2001-01-31 | 1 | -1/+1 |
| | | | | | sec_port_ucs4_utf8_conversion_function and sec_port_ucs2_utf8_conversion_function be exported on Unix. | ||||
* | We can just pass NULL as the 'envp' argument to PR_CreateProcess, so we | wtc%netscape.com | 2001-01-31 | 1 | -25/+1 |
| | | | | | do not need to get the declaration of 'environ' on Unix. Reviewed by Nelson Bolyard. | ||||
* | change pk12util to use shared libs. | mcgreer%netscape.com | 2001-01-30 | 2 | -39/+2 |
| | |||||
* | Bugzilla bug #54989: Use the AIX -brtl linker option to link the NSS | wtc%netscape.com | 2001-01-30 | 1 | -0/+4 |
| | | | | utilities with NSPR shared libraries. Reviewed by Bob Relyea. | ||||
* | Add multi-process server capability to selfserv. Bug 66630. | nelsonb%netscape.com | 2001-01-27 | 1 | -61/+180 |
| | | | | | New -M command line option runs multiple selfserv processes, all serving in parallel on the same TCP listen socket. | ||||
* | thought I'd be cool and make it build with DSO's, but alas, need ↵ | mcgreer%netscape.com | 2001-01-26 | 2 | -7/+3 |
| | | | | CERT_DecodeTrustString... | ||||
* | initial checkin of tool which converts CA certs into format for certdata.txt | mcgreer%netscape.com | 2001-01-26 | 3 | -0/+466 |
| | |||||
* | Bugzilla bug #65416: assign values to enumeration constants in secutil.h | wtc%netscape.com | 2001-01-25 | 1 | -3/+3 |
| | | | | and nssilock.h explicitly. Reviewed by Ian McGreer. | ||||
* | Detect failures of NSS_Init and report them. | nelsonb%netscape.com | 2001-01-25 | 1 | -7/+19 |
| | | | | This fixes bug 66244 for certutil (only). | ||||
* | cleanup after testclient -q successfully connected before exiting | sonmi%netscape.com | 2001-01-23 | 1 | -1/+6 |
| | |||||
* | do_accept now ignores the PR_CONNECT_RESET_ERROR | sonmi%netscape.com | 2001-01-23 | 1 | -0/+6 |
| | |||||
* | add option for db prefix | mcgreer%netscape.com | 2001-01-22 | 1 | -15/+47 |
| | |||||
* | dbprefix option added | mcgreer%netscape.com | 2001-01-22 | 1 | -5/+13 |
| | |||||
* | make blapitest return error codes so QA lights up correctly. Fix bug with DSA | mcgreer%netscape.com | 2001-01-18 | 1 | -13/+16 |
| | | | | self-test. r=wtc | ||||
* | changed the stopQ conditionvariable to theadQ | sonmi%netscape.com | 2001-01-17 | 1 | -9/+3 |
| | |||||
* | Add implementation of SSL_RSA_WITH_RC4_128_SHA SSL3 cipher suite, | nelsonb%netscape.com | 2001-01-13 | 3 | -2/+7 |
| | | | | which is not enabled by default. Bug 59795. | ||||
* | Suppress EOF messages unless running with -v. Bug 60879. | nelsonb%netscape.com | 2001-01-13 | 1 | -1/+2 |
| | |||||
* | removing use of external NSS_CMSArray_Count | mcgreer%netscape.com | 2001-01-12 | 1 | -2/+16 |
| | |||||
* | MSVC won't let you initialize a pointer in a data structure with the | nelsonb%netscape.com | 2001-01-07 | 2 | -20/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | address of an external variable that comes from another DLL. This is a fundamental difference between WIN32 DLLs and Unix DSOs. So, for every SEC_ASN1Template inside of libnss3 that is referenced by other templates outside of libnss3, a new "chooser" function was created that returns the address of that template. For WIN32, the templates outside of libnss3 access libnss3's templates by the chooser function rather than by direct reference. Some simple macros allow Unix to continue to use direct references, avoiding the extra function calls. With these changes, all.sh (qa script) passes all tests on NT with DLLs. Modified Files: cmd/checkcert/checkcert.c cmd/lib/secutil.c lib/asn1/asn1t.h lib/certdb/certdb.c lib/certdb/certt.h lib/certdb/crl.c lib/certhigh/certreq.c lib/crmf/asn1cmn.c lib/crmf/crmfcont.c lib/crmf/crmftmpl.c lib/cryptohi/secsign.c lib/nss/nss.def lib/pkcs12/p12local.c lib/pkcs12/p12tmpl.c lib/pkcs7/certread.c lib/pkcs7/p7decode.c lib/pkcs7/p7local.c lib/smime/cmsasn1.c lib/smime/cmsattr.c lib/smime/cmspubkey.c lib/smime/cmssigdata.c lib/smime/smimeutil.c lib/softoken/keydb.c lib/softoken/keydbt.h lib/util/secalgid.c lib/util/secasn1.h lib/util/secasn1d.c lib/util/secasn1t.h lib/util/secasn1u.c lib/util/secdig.c lib/util/secdig.h lib/util/secoid.h | ||||
* | Eliminate warnings about functions returning values of the wrong type. | nelsonb%netscape.com | 2001-01-07 | 2 | -4/+4 |
| | |||||
* | Add missing declaration of library function printflags(). | nelsonb%netscape.com | 2001-01-07 | 1 | -0/+2 |
| | |||||
* | This program tests low level functions that aren't exported from the DSOs, | nelsonb%netscape.com | 2001-01-07 | 1 | -0/+1 |
| | | | | so it must be built with the static libs. |