libgeronimo-jms-1.1-spec-java
Geronimo API implementation of the JMS 1.1 spec
The goal of the Geronimo project is to produce a server runtime framework
that pulls together the best Open Source alternatives to create runtimes
that meet the needs of developers and system administrators. Geronimo's
most popular distribution is a fully certified Java EE 5 application server
runtime.
pcaputils
specialized libpcap utilities
pcaputils includes the following libpcap-based utilities:
- pcapip: filters an input pcap file based on a file containing IP addresses
- pcappick: picks specific frames out of a pcap by number
- pcapuc: prints unique src IPs, dst IPs, or {src, dst} IP pairs witnessed
- pcapdump: a dedicated packet capture utility similar to dumpcap, but with
these features:
* logs packet dump and drop rates
* can run as a daemon
* can dynamically reload its configuration without dropping packets
* can be signalled to immediately rotate its capture output file
* can partition its output based on time intervals (e.g., start of hour or
start of day)
* can strip application data from the trace file (output headers only)
* can sample the packet stream (e.g., only dump every 1 in 10 or 1 in 100
packets)
pccts
The Purdue Compiler Construction Tool Set (PCCTS).
PCCTS consists of ANother Tool for Language Recognition (ANTLR), a
DFA-based Lexical analyzer Generator (DLG) and assorted other utilities
designed for the construction of compilers and other language translators.
ANTLR is a parser generator which generates recursive descent parsers which
are easier to debug than the table driven bottom-up parsers created by YACC.
It also provides support for the automatic generation of Abstract Syntax
Trees (AST's).
Many projects have stopped using PCCTS and moved on to antlr, which is
also packaged for Debian. New projects should probably look there first.
However PCCTS will be maintained in Debian as long as there is interest in
doing so.
php5-remctl
PECL module for Kerberos-authenticated command execution
remctl is a client/server protocol for executing specific commands on a
remote system with Kerberos authentication. The allowable commands must
be listed in a server configuration file, and the executable run on the
server may be mapped to any command name. Each command is also
associated with an ACL containing a list of Kerberos principals
authorized to run that command.
pcmciautils
PCMCIA utilities for Linux 2.6
This package provides PCMCIA initialisation tools for Linux 2.6.13-rc1 or
later, replacing the old pcmcia-cs tools used with earlier kernel versions.
PCMCIA cards are commonly used in laptops to provide expanded capabilities
such as network connections, modems, increased memory, etc.
python-remctl
Python extension for Kerberos-authenticated command execution
remctl is a client/server protocol for executing specific commands on a
remote system with Kerberos authentication. The allowable commands must
be listed in a server configuration file, and the executable run on the
server may be mapped to any command name. Each command is also
associated with an ACL containing a list of Kerberos principals
authorized to run that command.