26 projects tagged "*nix"
WAF-FLE is a console for ModSecurity. It allows modsec administrators to view and search events logged by mlogc or mlog2waffle. The dashboard shows a graphical view of events, and when combined with the powerful drill-down filter allows quick searching for relevant events. Events can be viewed in detail, whether sent by one or many sensors.
ssh-ident allows you to have a single line in your .bashrc, then let it take care of loading ssh-agents when first needed, load all the necessary keys, and share ssh-agents across login consoles. If you have multiple identities for the same account, it is able to load different keys depending on the host you connect to or the path you are working from. At the same time, it keeps the ssh-agents separated and forwards only the keys which are needed for the specific host. It also allows you to specify ssh-add options, so you can automatically lock keys which are unused for a certain time, or have a confirmation request every time a specific key is used.
eacc is a bash script that allows a group of people to share an encrypted, revision controlled file on a shared filesystem. Rather than store an encrypted file in RCS, eacc encrypts the RCS file and handles the decryption, check-out, check-in, and encryption steps automatically. The repository is encrypted using GPG's multi-recipient support, which allows each member of the group to use their own unique password. A typical use case would be to securely store sensitive information, such as password lists or account information, that is shared by a team.
Dragdrop.js is a Javascript package which implements drag-n-drop functionality in a browser. It supports moving an element horizontally, vertically, and in both directions, snap-to-grid functionality, limitation of the moving distance, and registering of user-defined functions on start, move, and stop. It has been tested in IE 6.0, FireFox 17, Chrome 22, and Safari 5.1.1.
PinaCMS is a batch Web site launcher. Use it as a content management system for a Web site chain or build your own SaaS CMS solution. It allows you to easily create, manage, and replicate common components, control each site individually or apply updates to all of them simultaneously, offer your clients a quick and easy way to create and manage their Web sites, and enjoy easy administration and a flexible mechanism for access control.
Policyd v2 (codenamed "cluebringer") is a multi-platform policy server for popular MTAs. This policy daemon is designed mostly for large scale mail hosting environments. The main goal is to implement as many spam combating and email compliance features as possible while at the same time maintaining portability, stability, and performance. Its features include detailed policy and group specification, access control, helo/ehlo checks (helo randomization prevention and RFC compliance), SPF checks, Greylisting, Quotas, and Amavisd-new integration.
MonoDevelop is a GNOME IDE primarily designed for C# and other .NET languages. intelligent code completion attempts to complete type, method, and field names as you're typing. The IDE automatically gets the class information from your source code files and from the libraries referenced in your project. A class viewer allows you to list the classes in your project, their methods, and properties. Your namespaces are also tracked to keep the classes separated. A powerful add-in engine, a modular API, and a complete set of extension points provides a seamless platform upon which to build your own development tools.