aboutsummaryrefslogtreecommitdiffstats
path: root/testing
Commit message (Collapse)AuthorAgeFilesLines
* testing/perl-io-async-loop-glib: new APKBUILDKiyoshi Aman2011-12-041-0/+38
|
* testing/perl-glib: new APKBUILDKiyoshi Aman2011-12-041-0/+37
|
* testing/perl-extutils-pkgconfig: new APKBUILDKiyoshi Aman2011-12-041-0/+37
|
* testing/perl-io-async: new APKBUILDKiyoshi Aman2011-12-041-0/+38
|
* testing/perl-test-refcount: new APKBUILDKiyoshi Aman2011-12-041-0/+38
|
* testing/perl-test-warn: new APKBUILDKiyoshi Aman2011-12-041-0/+37
|
* testing/perl-tree-dag_node: new APKBUILDKiyoshi Aman2011-12-041-0/+37
|
* testing/perl-test-identity: new APKBUILDKiyoshi Aman2011-12-041-0/+38
|
* testing/perl-extutils-depends: new APKBUILDKiyoshi Aman2011-12-041-0/+37
|
* testing/perl-cps: new APKBUILDKiyoshi Aman2011-12-041-0/+38
|
* testing/perl-heap: new APKBUILDKiyoshi Aman2011-12-041-0/+37
|
* testing/perl-async-mergepoint: new APKBUILDKiyoshi Aman2011-12-041-0/+38
|
* testing/perl-test-fatal: new APKBUILDKiyoshi Aman2011-12-041-0/+37
|
* testing/perl-try-tiny: new APKBUILDKiyoshi Aman2011-12-041-0/+37
|
* testing/nebula: add depends on zlib-devWilliam Pitcock2011-12-031-1/+1
|
* testing/libewf: fix dependenciesWilliam Pitcock2011-12-031-1/+1
|
* testing/wput: disabled (missing source files)William Pitcock2011-12-031-1/+1
|
* testing/py-libacl: typo fixWilliam Pitcock2011-12-031-1/+1
|
* testing/py-libacl: fix dependenciesWilliam Pitcock2011-12-031-1/+1
|
* testing/pcapy: fix dependenciesWilliam Pitcock2011-12-031-1/+1
|
* testing/netdiscover: typo fixWilliam Pitcock2011-12-031-1/+1
|
* testing/netdiscover: fix dependenciesWilliam Pitcock2011-12-031-1/+1
|
* testing/flawfinder: disable due to missing sourcesWilliam Pitcock2011-12-031-1/+1
|
* testing/arpon is already in mainWilliam Pitcock2011-12-031-29/+0
|
* arpon - Minor layout changeFabian Affolter2011-12-031-1/+1
|
* tftpy - Renamed to py-tftpyFabian Affolter2011-12-031-28/+0
|
* py-paramiko - RecommitFabian Affolter2011-12-031-2/+2
|
* Initial APKBUILD for tftpyFabian Affolter2011-12-031-0/+28
| | | | | | | | | | Package description: Tftpy is a TFTP library for the Python programming language. It includes client and server classes, with sample implementations. Hooks are included for easy inclusion in a UI for populating progress indicators. http://tftpy.sourceforge.net/
* fabric - Deps updatedFabian Affolter2011-12-031-1/+1
|
* py-crypto - Updated to latest release 2.3, test addedFabian Affolter2011-12-031-12/+16
|
* py-paramiko - new sub packages for demos and docs addedFabian Affolter2011-12-031-1/+13
|
* Initial APKBUILD for fabricFabian Affolter2011-12-031-0/+29
| | | | | | | | | | | | | | Package description: Fabric is a Python (2.5 or higher) library and command-line tool for streamlining the use of SSH for application deployment or systems administration tasks. It provides a basic suite of operations for executing local or remote shell commands (normally or via sudo) and uploading/ downloading files, as well as auxiliary functionality such as prompting the running user for input, or aborting execution. http://www.fabfile.org
* Initial APKBUILD for py-paramikoFabian Affolter2011-12-031-0/+29
| | | | | | | | | | | | | | Package desscription: paramiko is a module for python 2.2 (or higher) that implements the SSH2 protocol for secure (encrypted and authenticated) connections to remote machines. unlike SSL (aka TLS), SSH2 protocol does not require heirarchical certificates signed by a powerful central authority. you may know SSH2 as the protocol that replaced telnet and rsh for secure access to remote shells, but the protocol also includes the ability to open arbitrary channels to remote services across the encrypted tunnel -- this is how sftp works, for example. http://www.lag.net/paramiko/
* py-libacl - Updated depsFabian Affolter2011-12-031-1/+1
|
* Initial APKBUILD for py-xattrFabian Affolter2011-12-031-0/+29
| | | | | | | | | | | | | | | Package description: This module gives access to the extended attributes present in some operating systems/filesystems. You can list attributes, get, set and remove them. The module exposes two sets of functions: - the 'old' listxattr, getxattr, setxattr, removexattr functions which are deprecated since version 0.4 - the new list, get, get_all, set, remove functions which expose a namespace-aware API and simplify a bit the calling model by using keyword arguments
* Initial APKBUILD for pylibaclFabian Affolter2011-12-031-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | Package description: This module provides support for manipulating POSIX.1e ACLS Depending on the operating system support for POSIX.1e, the ACL type will have more or less capabilities: - level 1, only basic support, you can create ACLs from files and text descriptions; once created, the type is immutable - level 2, complete support, you can alter the ACL once it is created Also, in level 2, more types are available, corresponding to acl_entry_t (the Entry type), acl_permset_t (the Permset type). The existence of level 2 support and other extensions can be checked by the constants: - HAS_ACL_ENTRY for level 2 and the Entry/Permset classes - HAS_ACL_FROM_MODE for ACL(mode=...) usage - HAS_ACL_CHECK for the ACL().check function - HAS_EXTENDED_CHECK for the module-level has_extended function - HAS_EQUIV_MODE for the ACL().equiv_mode method
* Initial APKBUILD for py-m2cryptoFabian Affolter2011-12-031-0/+28
| | | | | | | | | | | | Package description: M2Crypto is the most complete Python wrapper for OpenSSL featuring RSA, DSA, DH, HMACs, message digests, symmetric ciphers (including AES); SSL functionality to implement clients and servers; HTTPS extensions to Python's httplib, urllib, and xmlrpclib; unforgeable HMAC'ing AuthCookies for web session management; FTP/TLS client and server; S/MIME; ZServerSSL: A HTTPS server for Zope and ZSmime: An S/MIME messenger for Zope. M2Crypto can also be used to provide SSL for Twisted.
* Initial APKBUILD for py-yamlFabian Affolter2011-12-031-0/+29
| | | | | Package description: Python bindings for YAML
* Initial APKBUILD for libyamlFabian Affolter2011-12-031-0/+46
| | | | | | | Package description: YAML is a data serialization format designed for human readability and interaction with scripting languages. LibYAML is a YAML parser and emitter written in C.
* py-dist-utils: Updated to new upstream version 2.31Fabian Affolter2011-12-031-2/+2
|
* py-distutils-extra: Updated to the latest upstream release 2.29Fabian Affolter2011-12-031-4/+4
|
* Initial APKBUILD for aalibFabian Affolter2011-12-031-0/+35
| | | | | | | | | Package description: AA-lib is a low level gfx library just as many other libraries are. The main difference is that AA-lib does not require graphics device. In fact, there is no graphical output possible. AA-lib replaces those old-fashioned output methods with powerful ascii- art renderer.
* Initial APKBUILD for mytopFabian Affolter2011-12-031-0/+35
| | | | | | Package description: mytop is a console-based (non-gui) tool for monitoring the threads and overall performance of a MySQL server.
* Removed unneeded command from wput APKBUILDFabian Affolter2011-12-031-0/+47
| | | | | | Conflicts: testing/wput/APKBUILD
* Initial APKBUILD for httpryFabian Affolter2011-12-031-0/+29
| | | | | | | | | | | Package description: httpry is a specialized packet sniffer designed for displaying and logging HTTP traffic. It is not intended to perform analysis itself, but to capture, parse, and log the traffic for later analysis. It can be run in real-time displaying the traffic as it is parsed, or as a daemon process that logs to an output file. It is written to be as lightweight and flexible as possible, so that it can be easily adaptable to different applications.
* Initial APKBUILD for mac-robberFabian Affolter2011-12-031-0/+28
| | | | | | | | Package description: mac-robber is a digital investigation tool that collects data from allocated files in a mounted file system. This is useful during incident response when analyzing a live system or when analyzing a dead system in a lab.
* Initial APKBUILD for libewfFabian Affolter2011-12-031-0/+43
| | | | Package description:
* Inital APKBUILD for ncrackFabian Affolter2011-12-031-0/+46
| | | | | | | | | | | | Package description: Ncrack is a high-speed network authentication cracking tool. It was built to help companies secure their networks by proactively testing all their hosts and networking devices for poor passwords. Security professionals also rely on Ncrack when auditing their clients. Ncrack was designed using a modular approach, a command-line syntax similar to Nmap and a dynamic engine that can adapt its behaviour based on network feedback. It allows for rapid, yet reliable large-scale auditing of multiple hosts.
* Initial APKBUILD for arponFabian Affolter2011-12-031-0/+29
| | | | | | | | | | | Package description: ArpON (ARP handler inspection) is a portable handler daemon that make ARP protocol secure in order to avoid the Man In The Middle (MITM) attack through ARP Spoofing, ARP Cache Poisoning, ARP Poison Routing (APR) attacks. It blocks also the derived attacks by it, which Sniffing, Hijacking, Injection, Filtering & co attacks for more complex derived attacks, as: DNS Spoofing, WEB Spoofing, Session Hijacking and SSL/TLS Hijacking & co attacks.
* Added myself as maintainer for nbtscanFabian Affolter2011-12-031-1/+1
|