]> eyrie.org Git - kerberos/krb5-strength.git/blobdiff - README.md
Document heimdal-history keeps infinite history
[kerberos/krb5-strength.git] / README.md
index 3a304d27f0745903ed99cb0c91ade48cd82551ed..1e1de91b083f87bcc8fcc795687b56d2aeb0efb3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -182,13 +182,15 @@ By default, the Heimdal external password check function is installed as
 `/usr/local/bin/heimdal-strength`, and the plugin is installed as
 `/usr/local/lib/krb5/plugins/pwqual/strength.so`.  You can change these
 paths with the `--prefix`, `--libdir`, and `--bindir` options to
-configure.
+`configure`.
 
 By default, the embedded version of CrackLib will be used.  To build with
-the system version of CrackLib, pass `--with-cracklib` to configure.  You
-can optionally add a directory, giving the root directory where CrackLib
-was installed, or separately set the include and library path with
-`--with-cracklib-include` and `--with-cracklib-lib`.
+the system version of CrackLib, pass `--with-cracklib` to `configure`.
+You can optionally add a directory, giving the root directory where
+CrackLib was installed, or separately set the include and library path
+with `--with-cracklib-include` and `--with-cracklib-lib`.  You can also
+build without any CrackLib support by passing `--without-cracklib` to
+`configure`.
 
 krb5-strength will automatically build with TinyCDB if it is found.  To
 specify the installation path of TinyCDB, use `--with-tinycdb`.  You can
@@ -238,8 +240,8 @@ path:
 `--with-krb5-include` or `--with-krb5-lib` are given.
 
 Pass `--enable-silent-rules` to configure for a quieter build (similar to
-the Linux kernel).  Use make warnings instead of make to build with full
-GCC compiler warnings (requires a relatively current version of GCC).
+the Linux kernel).  Use `make warnings` instead of `make` to build with
+full GCC compiler warnings (requires a relatively current version of GCC).
 
 You can pass the `--enable-reduced-depends` flag to configure to try to
 minimize the shared library dependencies encoded in the binaries.  This
@@ -284,8 +286,8 @@ pointers to any additional resources.
 For bug tracking, use the [issue tracker on
 GitHub](https://github.com/rra/krb5-strength/issues).  However, please be
 aware that I tend to be extremely busy and work projects often take
-priority.  I'll save your mail and get to it as soon as I can, but it may
-take me a couple of months.
+priority.  I'll save your report and get to it as soon as I can, but it
+may take me a couple of months.
 
 ## Source Repository
 
@@ -296,7 +298,7 @@ repository at:
 https://git.eyrie.org/git/kerberos/krb5-strength.git
 
 or [view the repository on the
-web](https://git.eyrie.org/?p=devel/krb5-strength.git).
+web](https://git.eyrie.org/?p=kerberos/krb5-strength.git).
 
 The eyrie.org repository is the canonical one, maintained by the author,
 but using GitHub is probably more convenient for most purposes.  Pull