| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Windows doesn't understand single quotes, so it fudges the command. | nicolson%netscape.com | 2001-06-27 | 1 | -1/+2 |
| * | Use NSPR 4.1.2. | wtc%netscape.com | 2001-06-26 | 1 | -1/+1 |
| * | Set NSS version to 3.4 Beta. | wtc%netscape.com | 2001-06-26 | 1 | -2/+2 |
| |\ |
|
| | * | fixup commit for tag 'NSS_3_3_BASE'NSS_3_3_BASE | cvs2hg | 2001-06-25 | 62 | -9809/+1292 |
| |/ |
|
| * | List the SEC_* functions together. | wtc%netscape.com | 2001-06-25 | 1 | -1/+1 |
| * | Keep list in alphabetic order. | relyea%netscape.com | 2001-06-25 | 1 | -9/+9 |
* | | fixup commit for tag 'NSS_3_3_RTM'NSS_3_3_RTM | cvs2hg | 2001-07-11 | 22 | -928/+1391 |
|/ |
|
* | Fix 87670: memory corruption in NSC_SignInit. | nicolson%netscape.com | 2001-06-25 | 1 | -6/+8 |
* | ERRX is still -1. | nicolson%netscape.com | 2001-06-25 | 1 | -1/+1 |
* | Fix 70758: signtool fails on Windows 2000, returns still 0. | nicolson%netscape.com | 2001-06-25 | 6 | -18/+57 |
* | Fix bug 87694: pk11ListCertCallback assumes cert nickname is non-null. | nicolson%netscape.com | 2001-06-25 | 1 | -1/+1 |
* | Bugzilla bug #86528: fixed tstclnt so that it always exits with a | wtc%netscape.com | 2001-06-25 | 3 | -35/+27 |
* | SECKEY_DestroyCertList should be CERT_DestroyCertList | nicolson%netscape.com | 2001-06-25 | 1 | -1/+1 |
* | Fix bug 87650: replace slot traversal functions with list functions. | nicolson%netscape.com | 2001-06-25 | 7 | -3/+218 |
* | add verisign & thawte timestamping roots to tip | mcgreer%netscape.com | 2001-06-23 | 2 | -3/+445 |
* | Change PR_Writev so it will drive the handshake when len == 0. | nelsonb%netscape.com | 2001-06-23 | 1 | -1/+1 |
* | Add CERT_CheckCertUsage to the export list. | relyea%netscape.com | 2001-06-22 | 1 | -0/+1 |
* | Bugzilla bug #72014: fixed DBM temporary file problems on OS/2. Thanks | wtc%netscape.com | 2001-06-22 | 2 | -4/+14 |
* | Bugzilla bug #84251: turn NO_MDUPDATE into USE_MDUPDATE and turn off | wtc%netscape.com | 2001-06-22 | 3 | -13/+10 |
* | The environment variable NSS_SSL_SERVER_CACHE_MUTEX_TIMEOUT specifies | nelsonb%netscape.com | 2001-06-22 | 1 | -2/+14 |
* | Bugzilla bug #86981: fixed two uninitialized variables. Thanks to | wtc%netscape.com | 2001-06-21 | 1 | -2/+2 |
* | Fix bug 72753. Interpret the "slop time" as seconds, not microseconds. | nelsonb%netscape.com | 2001-06-21 | 3 | -20/+26 |
* | Make JSS buildable with shmsdos.exe. | nicolson%netscape.com | 2001-06-21 | 2 | -26/+41 |
* | Bug# 74343. Check in for relyea. r=ddrinan,r=mcgreer,sr=blizzard,a=dbaron | ddrinan%netscape.com | 2001-06-20 | 1 | -2/+8 |
* | Use symbolic names for the maximum and mimimum Rijndael block sizes. | nelsonb%netscape.com | 2001-06-20 | 2 | -30/+49 |
* | final checkin of NSCP roots to mozilla. changed USPS roots per request. | mcgreer%netscape.com | 2001-06-19 | 2 | -320/+4786 |
* | Remove #if defined(XP_WIN) since it's redundant. Bug 84584. | nelsonb%netscape.com | 2001-06-19 | 2 | -6/+5 |
* | Replaced NO_SHARED_LIB & NO_STATIC_LIB with BUILD_SHARED_LIBS, BUILD_STATIC_L... | cls%seawood.org | 2001-06-18 | 1 | -2/+1 |
* | Fix bug 85465. Detect EOF on stdin when reading it to seed PRNG. | nelsonb%netscape.com | 2001-06-18 | 1 | -9/+21 |
* | Bugzilla bug #86125: removed the support for MP_DIGIT_MAX < 256. This | wtc%netscape.com | 2001-06-18 | 1 | -5/+0 |
* | Bugzilla bug #85960: avoid using a pathname with a trailing / because the | wtc%netscape.com | 2001-06-15 | 1 | -0/+6 |
* | Removed unnecessary dependencies on $(BUILT_SRCS). | wtc%netscape.com | 2001-06-13 | 1 | -4/+4 |
* | Fix bug 68869. Don't ignore TLS no certificate messages when the server | nelsonb%netscape.com | 2001-06-13 | 1 | -0/+8 |
* | removed -v option, made client and server write at the same time | sonmi%netscape.com | 2001-06-13 | 1 | -1/+1 |
* | temporarily add debug output to bltest to try and track down win32 RSA QA fai... | mcgreer%netscape.com | 2001-06-13 | 1 | -0/+71 |
* | tool for checking the version strings on Unix. needs work. | sonmi%netscape.com | 2001-06-13 | 1 | -0/+50 |
* | turned on verbose to see where (if) selfserver is dying | sonmi%netscape.com | 2001-06-12 | 1 | -1/+1 |
* | Don't use PR_Atomic functions on AIX since PPC cpus require memory | nelsonb%netscape.com | 2001-06-12 | 1 | -2/+68 |
* | Move new symbols to NSS 3.3 section of smime.def. | nicolson%netscape.com | 2001-06-12 | 1 | -3/+8 |
* | Make NSS_Init* idempotent. | nicolson%netscape.com | 2001-06-12 | 3 | -16/+6 |
* | isCACert should be CERT_IsCACert | nicolson%netscape.com | 2001-06-12 | 1 | -2/+2 |
* | Changes for NSS/JSS integration. | nicolson%netscape.com | 2001-06-12 | 9 | -17/+169 |
* | Add two new functions to permit application tuning of the number of SSL | nelsonb%netscape.com | 2001-06-12 | 3 | -1/+46 |
* | fixed one more "where is MKS installed" problem | sonmi%netscape.com | 2001-06-12 | 1 | -1/+2 |
* | added binary compatibility tests for Solaris x86 | sonmi%netscape.com | 2001-06-12 | 1 | -1/+5 |
* | Use NSPR's Atomic increment and decrement functions in the simulated | nelsonb%netscape.com | 2001-06-12 | 2 | -51/+66 |
* | removed RH 6.0, 6.1 and OSF1 4.0 | sonmi%netscape.com | 2001-06-12 | 1 | -3/+0 |
* | took out the 64 bit HW accelerator tests (did not find libraries) | sonmi%netscape.com | 2001-06-11 | 1 | -1/+1 |
* | Let's try it with a tab instead of 4 spaces. | nicolson%netscape.com | 2001-06-10 | 1 | -1/+1 |
* | Export pk11pqg.h, so I can call these functions from JSS. | nicolson%netscape.com | 2001-06-10 | 1 | -0/+1 |