| Commit message (Expand) | 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 |
* | 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 fo... | relyea%netscape.com | 2001-02-28 | 1 | -0/+4 |
* | 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 |
|\ |
|
| * | 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 |
* | update certutil and modutil to use the new NSS_Initialize signature. | relyea%netscape.com | 2001-02-09 | 2 | -2/+2 |
* | Make SSL API consistent in using SECStatus as return value for functions | nelsonb%netscape.com | 2001-02-09 | 2 | -3/+3 |
* | 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 |
* | Add new -D command line option to suppress TCP Nagle delays. | nelsonb%netscape.com | 2001-02-07 | 1 | -40/+37 |
* | bug 67132. certutil crashes on -C -x combination, deny it for now. | mcgreer%netscape.com | 2001-02-06 | 1 | -6/+22 |
* | 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 |
* | get pk12util working with shared libs. Change ciphersuites to | mcgreer%netscape.com | 2001-02-02 | 2 | -7/+18 |
* | Bugzilla bug #63768: removed references to the obsolete PURE_LIBRARY, | wtc%netscape.com | 2001-02-02 | 5 | -5/+0 |
* | 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* func... | kirke%netscape.com | 2001-01-31 | 16 | -23/+109 |
* | Bugzilla bug #62855: checked in OS/2 makefile patches from Javier | wtc%netscape.com | 2001-01-31 | 1 | -0/+8 |
* | 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 |
* | Backed out the previous checkin as it requires | wtc%netscape.com | 2001-01-31 | 1 | -1/+1 |
* | We can just pass NULL as the 'envp' argument to PR_CreateProcess, so we | wtc%netscape.com | 2001-01-31 | 1 | -25/+1 |
* | 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 |
* | Add multi-process server capability to selfserv. Bug 66630. | nelsonb%netscape.com | 2001-01-27 | 1 | -61/+180 |
* | thought I'd be cool and make it build with DSO's, but alas, need CERT_DecodeT... | mcgreer%netscape.com | 2001-01-26 | 2 | -7/+3 |
* | 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 |
* | Detect failures of NSS_Init and report them. | nelsonb%netscape.com | 2001-01-25 | 1 | -7/+19 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |