Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 3

OpenSSH is a free SSH/SecSH protocol suite providing encryption for network services like remote login or remote file transfer. The following is a list of OpenSSH features: * Open Source Project * Free Licensing * Strong Encryption (3DES, Blowfish, AES, Arcfour) * X11 ... [More] Forwarding (encrypt X Window System traffic) * Port Forwarding (encrypted channels for legacy protocols) * Strong Authentication (Public Key, One-Time Password and Kerberos Authentication) * Agent Forwarding (Single-Sign-On) * Interoperability (Compliance with SSH 1.3, 1.5, and 2.0 protocol Standards) * SFTP client and server support in both SSH1 and SSH2 protocols. * Kerberos and AFS Ticket Passing * Data Compression [Less]

4.72924
   
  1 review  |  2,719 users  |  56,690 lines of code  |  10 current contributors  |  Analyzed 9 days ago
 
 

ACE

Compare

The ADAPTIVE Communication Environment (ACE) is a freely available, open-source object-oriented (OO) framework that implements many core patterns for concurrent communication software. ACE provides a rich set of reusable C++ wrapper facades and framework components that perform common communication software tasks across a range of OS platforms.

4.53846
   
  0 reviews  |  47 users  |  496,757 lines of code  |  16 current contributors  |  Analyzed 5 days ago
 
 

Inferno® is a distributed operating system, originally developed at Bell Labs, but now developed and maintained by Vita Nuova® as Free Software. Applications written in Inferno's concurrent programming language, Limbo, are compiled to its portable virtual machine code (Dis), to run anywhere on ... [More] a network in the portable environment that Inferno provides. Unusually, that environment looks and acts like a complete operating system. The use of a high-level language and virtual machine is sensible but mundane. The interesting thing is the system's representation of services and resources. They are represented in a file-like name hiearchy. Programs access them using only the file operations open, read/write, and close. The 'files' may of course represent stored data, but may also be devices, network and protocol interfaces, dynamic data sources, and services. The approach unifies and provides basic naming, structuring, and access control mechanisms for all system resources. A single file-service protocol (called Styx or 9P2000) makes all those resources available for import or export throughout the network in a uniform way, independent of location. An application simply attaches the resources it needs to its own per-process name hierarchy ('name space'). The system can be used to build portable client and server applications. It makes it straightforward to build lean applications that share all manner of resources over a network, without the cruft of much of the 'Grid' software one sees. Inferno can run 'native' on various ARM, PowerPC, SPARC and x86 platforms but also 'hosted', under an existing operating system (including FreeBSD, Irix, Linux, MacOS X, Plan 9, and Solaris), again on various processor types. [Less]

4.625
   
  0 reviews  |  12 users  |  1,185,518 lines of code  |  1 current contributor  |  Analyzed 1 day ago
 
 

This project is a modern C++ library with a focus on portability and program correctness. It strives to be easy to use right and hard to use wrong. Thus, it comes with extensive documentation and thorough debugging modes. The library provides a platform abstraction layer for common tasks such as ... [More] interfacing with network services, handling threads, or creating graphical user interfaces. Additionally, the library implements many useful algorithms such as data compression routines, linked lists, binary search trees, linear algebra and matrix utilities, machine learning algorithms, XML and text parsing, and many other general utilities. [Less]

4.8
   
  1 review  |  10 users  |  230,940 lines of code  |  3 current contributors  |  Analyzed 7 days ago
 
 

Python wrapper around a small subset of the OpenSSL library. Includes: X509 Certificates, SSL Context objects, SSL Connection objects using Python sockets as transport layer.

0
 
  0 reviews  |  7 users  |  11,390 lines of code  |  1 current contributor  |  Analyzed 9 days ago
 
 

PM2

Compare

PM2 is a low level generic runtime system which integrates multithreading management (Marcel) and a high performance multi-cluster communication library (Madeleine).

5.0
 
  0 reviews  |  6 users  |  225,581 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

This project is for programmers needing a working SSH implementation by the mean of a library. The complete control of the client is made by the programmer. With libssh, you can remotely execute programs, transfer files, use a secure and transparent tunnel for your remote programs. With its Secure ... [More] FTP implementation, you can play with remote files easily, without third-party programs others than libcrypto (from openssl). [Less]

5.0
 
  0 reviews  |  5 users  |  36,432 lines of code  |  7 current contributors  |  Analyzed 1 day ago
 
 

CyaSSL is an embedded SSL implementation (up to TLS 1.2 and DTLS) for software developers building security functionality into their applications and devices. It is optimized for resource-constrained environments and can be up to 20x smaller than OpenSSL. CyaSSL is ported to a long list of ... [More] environments, including Win/Linux/Mac, Solaris, ThreadX, VxWorks, FreeBSD, NetBSD, OpenBSD, embedded Linux, WinCE, Haiku, OpenWRT, iOS, Android, Nintendo Wii and Gamecube through DevKitPro, QNX, MontaVista, OpenCL, NonStop, TRON/ITRON/µITRON, µC/OS, FreeRTOS, MQX, and Nucleus. Supported chipsets include ARM, Intel, Motorola and others. CyaSSL cryptography includes assembly optimizations for several environments, including ARM, AVR 32, and Intel (with support for Intel AES-NI). [Less]

5.0
 
  0 reviews  |  3 users  |  55,901 lines of code  |  0 current contributors  |  Analyzed 8 months ago
 
 

wzdftpd is a portable, modular, small and efficient ftp server. It is designed to be run as root or non-root, It supports IPv6, SSL, and is multithreaded. Server is fully configurable online using SITE commands, and implements the latest RFC extensions to the FTP protocol. Features are: ... [More] flexible user management, ACLs, virtual users/groups, security, speed, bandwidth limitation, per command authorization, virtual directories, dynamic ip changes auto-detection, etc. It includes several authentication backends, is easily scriptable and provides a powerful event-driven system to extend the server. [Less]

5.0
 
  0 reviews  |  3 users  |  51,209 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

Librascal is a C/C++ library for asynchronous networking. It is a networking stack abstraction library which simplifies writing portable and scalable applications. It can be used with various threading models. The library supports TCP and UDP protocols, basic DNS resolution and fully supports ... [More] service discovery. It implements buffered data flow, has helper functions for processing text based protocols and several helper classes for C++. Many options, such as timeouts, retry counters and the list of DNS servers can be adjusted at runtime. [Less]

0
 
  0 reviews  |  2 users  |  18,608 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.