This module checks potential passwords for crackability. It checks that
the password is in the appropriate length, that it has enough character
groups, that it does not contain the same characters repeatedly or
ascending or descending characters, or charcters close to each other in
the keyboard. It will also attempt to search the ispell word file for
existance of whole words. The module's policies can be modified by
changing its variables.
ok ajacoutot@
File::KeePass gives access to KeePass version 1 (kdb) and version 2
(kdbx) databases.
The version 1 and version 2 databases are very different in
construction, but the majority of information overlaps and many
algorithms are similar. File::KeePass attempts to iron out as many of
the differences.
File::KeePass gives nearly raw data access. There are a few utility
methods for manipulating groups and entries. More advanced manipulation
can easily be layered on top by other modules.
ok ajacoutot@
Cdiff is a term based tool to view colored, incremental diff in a Git,
Mercurial, Svn workspace or from stdin, with side by side and auto pager
support.
ok jasper@
- remove doxygen from build deps, we don't ship the api docs
- use default locations for bash completion files
- patch regex tests failing due to our not-so-current boost
Feedback from and OK aja@
Halibut reads documentation source in a single input format, and
produces multiple output formats containing the same text. The
supported output formats are:
* Plain ASCII text
* HTML
* PDF
* PostScript
* Unix man pages
* Unix info, generated directly as .info files rather than .texi
sources
* Windows HTML Help (.CHM files), or rather source which can be fed to
the MS HTML Help compiler to generate them
* Windows WinHelp (old-style .HLP files), generated directly without
needing a help compiler.
ok ajacoutot@