summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* close NSS_WINCE_ALPHA_BRANCHNSS_WINCE_ALPHA_BRANCHFranziskus Kiefer2017-09-290-0/+0
* Build some commands for WinCE.nelsonb%netscape.com2002-06-285-13/+17
* Windows (not console) style main program, needed to run on WinCE.nelsonb%netscape.com2002-06-282-0/+99
* Merge in fixes from the trunk.nelsonb%netscape.com2002-06-282-76/+82
* Add explicit enum names for forward declarations.nelsonb%netscape.com2002-04-101-7/+7
* Changes to build on WinCE. Use NSPR version of DBM. Warning reduction.nelsonb%netscape.com2002-04-054-45/+78
* Change the algorithm for choosing files to seed the PRNG.nelsonb%netscape.com2002-04-051-14/+144
* Don't link in wsock32.lib and winmm.lib on Windows platforms any more.nelsonb%netscape.com2002-04-051-2/+0
* Don't build fortcrypt for WinCE.nelsonb%netscape.com2002-04-051-1/+3
* Disable building cmd for WinCE (again).nelsonb%netscape.com2002-04-051-0/+4
* fixup commit for branch 'NSS_WINCE_ALPHA_BRANCH'cvs2hg2002-04-0548-12662/+306
* Back out win_rand changes. The changes used NSPR for file I/O insteadnelsonb%netscape.com2002-04-041-111/+25
* Fix build error on NT.nelsonb%netscape.com2002-04-041-0/+1
* Add missing #include to fix errors on AIX.nelsonb%netscape.com2002-04-041-0/+1
* Remove duplicative include. arch.mk is included by config.mk.nelsonb%netscape.com2002-04-041-2/+0
* Get freebl and mpi to build for WinCE. Use NSPR for I/O in sysrand.nelsonb%netscape.com2002-04-044-34/+133
* Fix (er, improve) Makefile dependencies for sysrand.{o,obj}nelsonb%netscape.com2002-04-041-0/+1
* Make libSSL build for WinCE.nelsonb%netscape.com2002-04-046-8/+18
* Make libutil build for WinCE.nelsonb%netscape.com2002-04-044-5/+23
* Warning reduction. substitute (uchar) cast for ANDing with 0xff.nelsonb%netscape.com2002-04-041-4/+4
* Since WinCE has no command line shell, don't build cmd for it.nelsonb%netscape.com2002-04-041-4/+0
* Add cross-platform (WinCE) support.nelsonb%netscape.com2002-04-046-9/+27
* Add WinCE suport.nelsonb%netscape.com2002-04-033-11/+9
* merge branch fix for bug 115954 to tipian.mcgreer%sun.com2002-04-033-0/+21
* Don't include the static library util.o in all of the NSS shared libraries to...javi%netscape.com2002-04-031402-85/+595322
|\
| * Bugzilla bug 134095: removed error-handling code that's not quite correct.wtc%netscape.com2002-03-291-11/+0
| * Fix for 134095 - allow PKCS#11 framework to free attributes for non-const tok...jpierre%netscape.com2002-03-293-15/+61
| * moving security products from mccrel to mccrel3sonja.mirtitsch%sun.com2002-03-285-11/+9
| * Bugzilla bug 133668: use PR_MIN instead of MIN, which is no longer definedwtc%netscape.com2002-03-271-2/+2
| |\
| | * fixup commit for tag 'XPC_IDISP_20020417_BASE'XPC_IDISP_20020417_BASEcvs2hg2002-03-271525-607463/+0
| |/
| * Remove xp_core.h & xp_mem.h and all build references to them.seawood%netscape.com2002-03-271-2/+2
| * Call NSS_Shudown in modutiljpierre%netscape.com2002-03-271-0/+1
| |\
| | * fixup commit for tag 'NSS_3_4_BASE'NSS_3_4_BASEcvs2hg2002-03-2657-13703/+0
| |/
| * bug 123296, infinite loop in signtool when incorrect password given at comman...ian.mcgreer%sun.com2002-03-261-0/+3
| * Bugzilla bug 133545: fixed spelling errors "signning" in certutil memuwtc%netscape.com2002-03-261-2/+2
| * Fix 130522: ASN.1 decoder asserts with corrupt input.nicolson%netscape.com2002-03-261-8/+38
| * Bugzilla bug 132461: changes suggested by Bob Relyea after his code review:wtc%netscape.com2002-03-263-36/+28
| * Bugzilla bug 132483: fixed the bug that ckfw destroys an object before itswtc%netscape.com2002-03-231-1/+1
| * Bugzilla bug 131427: added softkver.c to softoken Mac build. Setwtc%netscape.com2002-03-231408-90/+599682
| |\
| * | fixup commit for tag 'DBM_1_61_RC1'DBM_1_61_RC1cvs2hg2002-03-231408-599652/+90
| |/
* | fixup commit for tag 'DBM_1_61_RTM'DBM_1_61_RTMcvs2hg2002-04-021403-595307/+87
|/
* Bugzilla bug 128955: support Netscape's uname, MKS's uname, and Cygwin'swtc%netscape.com2002-03-236-55/+21
* If an error occurs when attempting to write previously buffered data onnelsonb%netscape.com2002-03-231-1/+1
* bug 132889, sense of boolean 'blocking' is reversed within the HANDLE_ERR mac...ian.mcgreer%sun.com2002-03-221-2/+2
* Add new bits to struct returned by SSL_GetCipherSuiteInfo. Bug 132438.nelsonb%netscape.com2002-03-222-36/+38
* Fix error in SECMOD_UnloadUserModule reportd by Ian for bug 132461 - use Stan...jpierre%netscape.com2002-03-211-1/+1
* Bug 132461: restored the declaration of SECMOD_LoadModule.wtc%netscape.com2002-03-2158-0/+13706
|\
* | fixup commit for tag 'nss34_20020321'nss34_20020321cvs2hg2002-03-2157-13703/+0
|/
* Fix for 132461 - add better functions to load and remove modules dynamically ...jpierre%netscape.com2002-03-214-9/+75
* Fix for 132461 - add better functions to load and remove modules dynamicallyjpierre%netscape.com2002-03-211-1/+2