Simple Project List Software Map

142 projects in result set
Última Atualização: 2013-10-22 08:02

scanlogd

scanlogd is a system daemon which attempts to log all portscans of a host to the syslog, in a secure fashion.

(Machine Translation)
Última Atualização: 2014-01-14 00:05

Ametys

Ametys is a powerful Web CMS used by many institutions of higher education and government, but also industries and SMEs. It is known for its ergonomic design which promotes ease of use, its social Web functionality, and the ability to manage a large number of users. It makes content publishing accessible for the non-programmer and provides an easy editorial interface very similar to Microsoft Office applications.

(Machine Translation)
Última Atualização: 2008-07-03 17:16

fs-check

fs-check checks filesystem sizes to see if they
are getting too full. It uses a configuration file
that specifies the filesystems to check, email
contacts, trigger thresholds (percentage or
amount used/unused), and a report program
to run. It includes fs-report, which shows
things like the largest files, the newest files, the intersection of these and core files. It can be run from cron or as a
daemon.

(Machine Translation)
Última Atualização: 2003-10-30 10:44

OpenSSH SecurID patch

This patch integrates SecurID authentication services directly into the OpenSSH daemon, allowing users to use SecurID tokens directly as their passwords instead of relying on the clunky sdshell. It rides on the plain password auth architecture in OpenSSH to avoid requiring ChallengeResponse or securid-1@ssh.com style auth. It supports full privilege separation.

(Machine Translation)
Última Atualização: 2002-05-20 08:43

fsbackup

fsbackup is an incremental backup creation utility.
It supports backup compression and encryption.
Backups can be stored on the local file system, and
a remote host (via SSH, or FTP). Some additional
scripts allow backup SQL tables from PostgreSQL
and MySQL, save system configuration files, and a
list of installed packages. Backed-up files can be
recovered, and system packages can be
reinstalled.

(Machine Translation)
Última Atualização: 2007-01-10 04:47

elfrc

elfrc is a program which can turn arbitrary files
into ELF object files which can then be linked
into your program directly and accessed via
simple, user-defined symbol names. Since this is
much more effective than turning a binary file
into a C array and then compiling that, it's
possible to embed even huge (a few hundred
megabytes) files directly into the executable and
then access the data in constant time without
making the compiler or linker eat loads of memory.

(Machine Translation)
Última Atualização: 2002-03-07 16:55

XPilot

XPilot is a graphical multi-player maneuvering
game with less-exciting graphics, but more speed,
tactics, and insults. Some people also use it for
UDP network analysis. Over the past eight years of
playing and development, tons of features have
been added to the game, from basic weapons like
shotguns and missiles to more recent ones like
phasing devices, invisibility, or hyperjump.

(Machine Translation)
Última Atualização: 2001-12-11 17:42

mod_backhand

mod_backhand is a load balancing module for Apache. It provides per-request HTTP redirection within a heterogeneous Apache server cluster. Each request is processed and run through a set of "candidacy functions" to determine which server is best suited to respond. The request is then proxied to that server. Facilities are in place to allow you to write your own dynamically loadable decision making algorithms. Everything about the request and the current availability of resources can be used in the decision-making process.

(Machine Translation)
Última Atualização: 2006-01-08 06:30

Picalo

Picalo Data Analysis Software is an open source
application that helps data analysts, fraud
investigators, and auditors search through data
sets for anomalies, trends, and other information.

(Machine Translation)
Última Atualização: 2001-12-30 06:27

apsfilter

Apsfilter is a magic printfilter, allowing you to print different document types "automagically" without having to convert them manually into something which is understood by your printer. Apsfilter is a mature and powerful printing solution for any flavor of Unix running lpd or LPRng. It supports the latest GhostScript version and 3rd-party printer drivers (such as hpijs, ijs, hpdj, pcl3, and gimp-print). It autodetects lots of file, archive, and compression types. It supports printing on local as well as on Appletalk, Unix, and Windows remote printers. General and "per printer-queue" based config files allow you to configure the printer for your needs. The lpr command line options allow you to change printing parameters like print quality, orientation, duplex mode, etc. "on the fly" without having to edit any config file. A SETUP script helps you to test various supported ghostscript drivers prior installation, makes the necessary entries in /etc/printcap, creates spool directories, and creates apsfilter default config files as needed. A handbook in HTML is available. Several tools are also included: "aps2file" allows you to print to a file via apsfilter, "apspreview" previews files as generated by apsfilter using gv and friends, and "apsfilter-bug" assists you in doing bug and problem reports.

Última Atualização: 2007-11-20 03:20

OpenSBS

OpenSBS makes it easy to deploy a Samba Primary Domain Controller with a Hylafax fax server.

Última Atualização: 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)
Última Atualização: 2002-12-16 05:37

McAfee Virus Update Server

Virus Update Server (vsuserver) helps you maintain an updated mirror of the antivirus updates from the McAfee/Network Associates servers without having to download the entire list of updates every time a new antivirus update is available. It mirrors all the files needed for serveral OSes, and it also includes a FAQ on how to configure clients to update for their version of the product.

(Machine Translation)
Última Atualização: 2009-01-04 20:21

Email

Email sends email to remote SMTP servers via the
command line, which makes it useful in cron jobs.
It will send to any RFC standard remote ESMTP
server, is TLS/SSL enabled, and will allow you to
encrypt, sign, and design your message on the fly.
It has the capability to use signature files with
dynamic options, address book functionality, and
users can also attach pictures, binary files,
documents, or whatever they want. It is completely
compatible with GNUPG for encryption and signing,
and is easy to configure and use.

(Machine Translation)
Última Atualização: 2006-06-26 22:59

lib smtp

libsmtp allows programs to send mail directly through SMTP (no sendmail needed). It is designed to be simple and memory efficient, and has slightly untested support for MIME multipart body parts.