Einfache Projektliste Software-Karte

585 Projekte im Ergebnis
Letztes Update: 2011-08-14 17:32

autofwd

autofwd is an automated firewalling daemon intended to block hosts performing unwanted acts. While it was designed to be used to thwart hosts running dictionary attacks on logins (of any service), it can be used for just about anything. The external commands it runs are configurable, allowing you to take additional actions against offending hosts such as running an nmap OS fingerprint before firewalling, or just silently logging the event.

(Machine Translation)
Letztes Update: 2009-05-28 01:19

UCARP

UCARP allows a pair of hosts to share common virtual IP
addresses in order to provide automatic failover. It is a
portable userland implementation of the secure and patent-
free Common Address Redundancy Protocol (CARP,
OpenBSD's alternative to VRRP). Strong points of the CARP
protocol include its very low overhead, cryptographically
signed messages, interoperability between different
operating systems and no need for any dedicated extra
network link between redundant hosts.

(Machine Translation)
Letztes Update: 2012-03-30 12:20

Log Watcher

lwatch is a log parser/analyzer written in C with the PCRE library. It is small and efficient. You are able to define your own colors using regexp patterns. The biggest advantage compared to other tools written in Perl is its speed.

(Machine Translation)
Letztes Update: 2005-10-19 11:23

Newsd

Newsd is a standalone local NNTP news server for
private newsgroup serving on a single server. It
is useful for serving private newsgroup(s) to an
intranet or the Internet, and can act as a simple
mail gateway. However, it does not interface with
other news servers and cannot manage distributed
news feeds, i.e. Usenet news.

(Machine Translation)
Letztes Update: 2004-09-07 17:29

pfflowd

pfflowd is a small daemon which converts real-time
state expiry messages from OpenBSD's PF packet filter
into Cisco NetFlow datagrams. This allows very fine-
grained traffic accounting in conjunction with NetFlow
capable tools and places almost no incremental load on
a PF firewall.

(Machine Translation)
Letztes Update: 2014-05-07 22:29

libsigrokdecode

libsigrokdecode is a shared C library that provides (streaming) protocol decoding functionality. The protocol decoders are written in Python (>= 3.2).

(Machine Translation)
Letztes Update: 2013-04-13 14:03

ahcpd

Ahcpd is an implementation of the Ad-Hoc Configuration Protocol (AHCP), a configuration protocol designed for networks where DHCP doesn't work, such as wireless mesh networks.

Letztes Update: 2014-02-15 22:59

tk_cdconverter

tk_cdconverter is a Tcl/Tk frontend to rip and convert a CD into a directory and set some tags. Conversion between different formats is also possible.

(Machine Translation)
Letztes Update: 2007-11-29 16:32

Snort2PF

With Snort2Pf, you can turn your local Snort
installation easily into an "intrusion detection
and prevention system", rather than simply using
it for post-mortem analysis. Such a system also
blocks the recognized violations.

(Machine Translation)
Letztes Update: 2013-02-11 23:36

fetch and deliver mail

fdm (fetch and deliver mail) is a simple, lightweight replacement for mail fetching, filtering, and delivery programs such as fetchmail and procmail. It can fetch using POP3, POP3S, IMAP, IMAPS, or stdin, and deliver to a pipe, file, maildir, mbox, or SMTP server, based on a set of regexps. It can be used for both single user and multiuser setups, and is designed with privilege separation when running as root.

(Machine Translation)
Letztes Update: 2014-05-25 13:17

Relevation

Relevation is a command-line interface to retrieve passwords stored with the Revelation Password Manager. It provides equivalent functionality to the "Find" box as found in Revelation's GUI.

(Machine Translation)
Letztes Update: 2001-11-27 05:43

Bahamut

The Bahamut IRCD is based on the EFNet Hybrid IRCD and has many additional features primarily designed for the DALnet IRC network. Its features include very high performance, compatibility with Solaris, BSD and Linux and a high level of stability under very high load, as well as many improvements over the original EFNet code. Bahamut is not compatible with Dreamforge as of version 1.2.0.

Letztes Update: 2007-10-28 06:37

wzdftpd

wzdftpd is designed to be a small, efficient, and highly modular/configurable FTP server for various platforms including Linux and Windows. The server is RFC compliant, multi-threaded and can be configured entirely online using SITE commands. You can write your own extensions to the server in your choice of language, extending on existing MySQL, PostgreSQL, SQLite, Tcl, Perl, PAM, and SFV plugins. Features include IPv6, TLS/SSL, UTF8, ACLs, VFS, events, scripting, plugins, job scheduler, bandwidth limitations, credits/sections, group administration, and customizable logging.

(Machine Translation)
Letztes Update: 2010-10-05 15:46

HATop

HATop is an interactive ncurses client and real-time monitoring and statistics displaying tool for the HAProxy TCP/HTTP load balancer. HATop's appearance is similar to top(1). It supports various modes for detailed statistics of all configured proxies and services in near real-time. In addition, it features an interactive CLI for the HAProxy Unix socket. This allows administrators to control the given HAProxy instance (change server weight, put servers into maintenance mode, etc.) directly out of HATop (using keybinds or the CLI) and monitor the results immediately.

(Machine Translation)
Letztes Update: 2005-12-06 13:52

MLton

MLton is a whole-program optimizing Standard ML compiler. It generates standalone executables with excellent runtime performance, supports the full SML 97 language, and has a complete basis library. It also has a fast C FFI, source-level time and allocation profiling, and many useful libraries.