- anubis
-
Home: http://www.gnu.org/software/anubis/ Repo: http://git.savannah.gnu.org/cgit/anubis.git Categories:
,
,
See also: mailfromd, mailutils GNU Anubis is an SMTP message submission daemon. It represents an intermediate layer between mail user agent (MUA) and mail transport agent (MTA), receiving messages from the MUA, applying to them a set of predefined changes and finally inserting modified messages into an MTA routing network. The set of changes applied to a message is configurable on a system-wide and per-user basis.
The principal author of GNU Anubis is a good friend of mine Wojciech Polak.
- cflow
-
Home: http://www.gnu.org/software/cflow/ Repo: http://git.savannah.gnu.org/cgit/cflow.git Categories:
,
,
GNU cflow analyzes a collection of C source files and prints a graph charting control flow within the program.
- cpio
-
Home: http://www.gnu.org/software/cpio/ Repo: http://git.savannah.gnu.org/cgit/cpio.git Categories:
,
,
See also: paxutils, tar GNU cpio copies files into or out of a cpio or tar archive. The archive can be another file on the disk, a magnetic tape, or a pipe. GNU cpio supports a wide variety of archive formats.
- dico
-
Home: http://dico.software.gnu.org.ua Repo: http://git.gnu.org.ua/cgit/dico.git/ Categories:
,
,
,
GNU Dico provides a flexible modular implementation of dictionary server, a number of modules for it, and a console based dictionary lookup utility. A Web interface is also available.
- gdbm
-
Home: http://puszcza.gnu.org.ua/projects/gdbm Repo: http://cvs.gnu.org.ua/viewvc/gdbm/gdbm Categories:
,
,
,
GNU dbm is a library of database functions that use extendible hashing and works similar to the standard UNIX dbm functions. These routines are provided to a programmer needing to create and manipulate a hashed database.
GNU dbm was originally written by Philip A. Nelson. Currently it is being developed by Jason Downs, who is also its maintainer, and myself.
- gnulib
-
Home: http://www.gnu.org/software/gnulib/ Repo: http://git.savannah.gnu.org/cgit/gnulib.git Categories:
,
,
Gnulib is a central location for common GNU code, which is shared among many GNU (and non-GNU) packages.
Gnulib is developed by many individuals. I maintain the argp module.
- hydrant
-
Home: http://sv.gnu.org/cgi-bin/viewcvs/hydrant/hydrant/README?rev=HEAD&content-type=text/vnd.viewcvs-markup Repo: http://sv.gnu.org/cgi-bin/viewcvs/hydrant/hydrant/ Categories:
,
,
This project has been decommissioned.
- inetutils
-
Home: http://www.gnu.org/software/inetutils/ Repo: http://git.savannah.gnu.org/cgit/inetutils.git Categories:
,
,
,
Inetutils, or GNU Internet Utilities, are the basic internet utilities of the GNU Operating System.
I am one of its maintainers.
- mailutils
-
Home: http://www.gnu.org/software/mailutils/ Repo: http://git.savannah.gnu.org/cgit/mailutils.git Categories:
,
,
,
GNU Mailutils is a swiss army knife of electronic mail handling. It contains a rich set of mail-related utilities and daemons, including pop3d, imap4d, sieve and a universal mail delivery agent, called maidag.
All utilities are able to operate on mailboxes of any existing format, ranging from standard UNIX maildrops, through maildir and up to remote mailboxes, which are transparently accessed using IMAP4, POP3 and SMTP.
This is an official GNU package, of which I am maintainer.
- paxutils
-
Home: http://www.gnu.org/software/paxutils/ Repo: http://git.savannah.gnu.org/cgit/paxutils.git Categories:
,
,
See also: cpio, tar - pies
-
Home: http://pies.software.gnu.org.ua Repo: http://git.gnu.org.ua/cgit/pies.git Categories:
,
,
,
GNU Pies (pronounced "p-yes") is a Program Invocation and Execution Supervisor. This utility allows to execute usual foreground-mode applications in detached mode, as if they were daemons. It combines in itself the fucntionality of init and inetd programs. It can be used to control complex multi-component software, such as jabberd2 or MeTA1.
The utility can be programmed to handle sophisticated dependencies between the components and to perform a variety of tasks when a given component exits or terminates.
- radius
-
Home: http://www.gnu.org/software/radius/ Repo: http://git.savannah.gnu.org/cgit/radius.git Categories:
,
,
,
,
GNU Radius is an extensible and scalable authentication and accounting server.
- rush
-
Home: http://rush.software.gnu.org.ua Repo: http://git.gnu.org.ua/cgit/rush.git/ Categories:
,
,
,
,
See also: wydawca GNU Rush is a Restricted User Shell. It is intended for use with ssh, rsh and similar remote access programs. Using a sophisticated configuration file, Rush gives you complete control over the command lines that users execute, usage of system resources, such as virtual memory, CPU time, etc. In particular, it allows to run remote programs in a chrooted environment.
GNU Rush is designed primarily for sites providing limited remote access to their resources, such as, for example, savannah.gnu.org or puszcza.gnu.org.ua.
- tar
-
Home: http://www.gnu.org/software/tar/ Repo: http://git.savannah.gnu.org/cgit/tar.git Categories:
,
,
See also: cpio, paxutils GNU Tar is an archiver program. It is used to create and manipulate files that are actually collections of many other files; the program provides users with an organized and systematic method of controlling a large amount of data.
The program provides the ability to create tar archives, as well as various other kinds of manipulation. For example, you can use Tar on previously created archives to extract files, to store additional files, or to update or list files which were already stored.