| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
needed by rsyslog
|
|
|
|
| |
needed by rsyslog
|
|
|
|
| |
ref #1179
|
|
|
|
|
|
| |
The commit was bad.
This reverts commit b731a748311d19115f7a81e1e1ed2af01c38b351.
|
| |
|
|
|
|
|
| |
Linux kernel with grsecurity
http://grsecurity.net
|
|
|
|
| |
it will break the build boxes.
|
|
|
|
| |
the checksum will allways change
|
|\
| |
| |
| | |
some new aports and plenty of updates
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
GitStats is a statistics generator for git (a distributed
revision control system) repositories. It examines the
repository and produces some interesting statistics from
the history of it. Currently HTML is the only output format.
http://gitstats.sourceforge.net/
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
PyChecker is a tool for finding bugs in python source code.
It finds problems that are typically caught by a compiler for less
dynamic languages, like C and C++. It is similar to lint.
Because of the dynamic nature of python, some warnings
may be incorrect; however, spurious warnings should be fairly infrequent.
PyChecker works in a combination of ways. First, it imports each
module. If there is an import error, the module cannot be processed.
The import provides some basic information about the module. The code
for each function, class, and method is checked for possible problems.
Types of problems that can be found include:
* No global found (e.g., using a module without importing it)
* Passing the wrong number of parameters to functions/methods/constructors
* Passing the wrong number of parameters to builtin functions & methods
* Using format strings that don't match arguments
* Using class methods and attributes that don't exist
* Changing signature when overriding a method
* Redefining a function/class/method in the same scope
* Using a variable before setting it
* self not the first parameter to a method
* Unused globals and locals (module or variable)
* Unused function/method arguments (can ignore self)
* No doc strings in modules, classes, functions, and methods
http://pychecker.sourceforge.net/
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
|
|
|
|
| |
Disk Manager
http://www.freedesktop.org/wiki/Software/udisks
|
| |
|
| |
|
|
|
|
|
|
| |
need to link with -llber
ref #1174
|
|
|
|
|
|
|
| |
a temperature dependent fan speed control
http://fancontroled.lukaperkov.net/
ref #1175
|
|
|
|
|
|
|
| |
Lua binding to ldap
http://www.keplerproject.org/lualdap/
ref #1174
|
|
|
|
|
| |
An implementation of the Secure Real-time Transport Protocol (SRTP)
http://srtp.sourceforge.net
|
| |
|
|
|
|
| |
disable nls
|
|\ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
The tools contained in this package offer support for pcap files,
wordlists and many more to extract all needed information and
bruteforce the passwords for the sniffed accounts.
http://packages.debian.org/squeeze/sipcrack
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
SIPVicious suite is a set of tools that can be used to audit SIP
based VoIP systems. It currently consists of four tools:
- svmap - this is a sip scanner. Lists SIP devices found on an IP range
- svwar - identifies active extensions on a PBX
- svcrack - an online password cracker for SIP PBX
- svreport - manages sessions and exports reports to various formats
- svcrash - attempts to stop unauthorized svwar and svcrack scans
http://code.google.com/p/sipvicious/
|
| |
| |
| |
| |
| |
| | |
A simple scanner for SIP enabled devices.
http://www.wormulon.net/smap
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Ansible is a radically simple model-driven configuration management,
deployment, and command execution framework. Other tools in this
space have been too complicated for too long, require too much
bootstrapping, and have too much learning curve. Ansible is dead
simple and painless to extend.
http://ansible.github.com/
|