- 28 Mar, 2013 7 commits
-
-
Russ Allbery authored
-
Russ Allbery authored
The module wasn't always returning a true value when loaded. Change-Id: I998ab25509cb9079034cae6aca467024ec6b4949 Reviewed-on: https://gerrit.stanford.edu/990 Reviewed-by:
Russ Allbery <rra@stanford.edu> Tested-by:
Russ Allbery <rra@stanford.edu>
-
Russ Allbery authored
-
Russ Allbery authored
It's nice to have spaces and other special characters in comments, so allow any character rather than applying the normal argument filtering. Change-Id: Iec8584f1f6893906db7245fbe571d62ebc60f72a Reviewed-on: https://gerrit.stanford.edu/989 Reviewed-by:
Russ Allbery <rra@stanford.edu> Tested-by:
Russ Allbery <rra@stanford.edu>
-
Russ Allbery authored
-
Russ Allbery authored
Change-Id: If833e4a6434362e04e738274a6f7fb276a9efe51 Reviewed-on: https://gerrit.stanford.edu/988 Reviewed-by:
Russ Allbery <rra@stanford.edu> Tested-by:
Russ Allbery <rra@stanford.edu>
-
Russ Allbery authored
If the WebAuth module is too old, don't just fail the tests. Skip them instead. This will let the Debian package build in unstable. Change-Id: I84c97f23ff7fbf89f2fd797898ebb4ab5e58eee6 Reviewed-on: https://gerrit.stanford.edu/987 Reviewed-by:
Russ Allbery <rra@stanford.edu> Tested-by:
Russ Allbery <rra@stanford.edu>
-
- 27 Mar, 2013 17 commits
-
-
Russ Allbery authored
-
Russ Allbery authored
In Wallet::Admin, add the wa-keyring object handler to the list of initializations when creating a new database. Change-Id: I804b47ae712ce3d96c57699fb2ba05c45f687881 Reviewed-on: https://gerrit.stanford.edu/986 Reviewed-by:
Russ Allbery <rra@stanford.edu> Tested-by:
Russ Allbery <rra@stanford.edu>
-
Russ Allbery authored
Add a mention to NEWS and to the REQUIREMENTS section of README. Change-Id: I560f737e9cb899046f7fe3c8d2c8c648d31041e7 Reviewed-on: https://gerrit.stanford.edu/985 Reviewed-by:
Russ Allbery <rra@stanford.edu> Tested-by:
Russ Allbery <rra@stanford.edu>
-
Russ Allbery authored
-
Russ Allbery authored
Change-Id: I17a6661d8088de66dbdab04c0a3dc6e10a7913ca Reviewed-on: https://gerrit.stanford.edu/984 Reviewed-by:
Russ Allbery <rra@stanford.edu> Tested-by:
Russ Allbery <rra@stanford.edu>
-
Russ Allbery authored
Change-Id: Ic0f33bf01936a093a645bedd5adfa771fd4e3574 Reviewed-on: https://gerrit.stanford.edu/983 Reviewed-by:
Russ Allbery <rra@stanford.edu> Tested-by:
Russ Allbery <rra@stanford.edu>
-
Russ Allbery authored
Change-Id: Ia131200709531645b47d3bbab065d688e94f211f Reviewed-on: https://gerrit.stanford.edu/982 Reviewed-by:
Russ Allbery <rra@stanford.edu> Tested-by:
Russ Allbery <rra@stanford.edu>
-
Russ Allbery authored
Used by the new POD tests (and eventually by other things). Change-Id: I9704bc287f8d61fb87af99d53d836900f589c557 Reviewed-on: https://gerrit.stanford.edu/981 Reviewed-by:
Russ Allbery <rra@stanford.edu> Tested-by:
Russ Allbery <rra@stanford.edu>
-
Russ Allbery authored
Also fix some of the Makefile.am formatting of escaped multi-line commands. Change-Id: I024b5a8836cb8c8e3c4154e87c83be8d05a0e5f0 Reviewed-on: https://gerrit.stanford.edu/980 Reviewed-by:
Russ Allbery <rra@stanford.edu> Tested-by:
Russ Allbery <rra@stanford.edu>
-
Russ Allbery authored
Change-Id: I316a35a9ca7c1305650f7bd4d90b31caf9e054f9 Reviewed-on: https://gerrit.stanford.edu/979 Reviewed-by:
Russ Allbery <rra@stanford.edu> Tested-by:
Russ Allbery <rra@stanford.edu>
-
Russ Allbery authored
Change-Id: Iaaacf0df45f9ac5f2158d7c9bb695a856bcffd81 Reviewed-on: https://gerrit.stanford.edu/978 Reviewed-by:
Russ Allbery <rra@stanford.edu> Tested-by:
Russ Allbery <rra@stanford.edu>
-
Russ Allbery authored
Remove tests/data/README (now moved to tests/config) and perl/t/schema.t (rolled into admin.t). Add tests/config/README. Change-Id: I632c5c97064299ac5a63c53b78c5abbd1dd364d6 Reviewed-on: https://gerrit.stanford.edu/977 Reviewed-by:
Russ Allbery <rra@stanford.edu> Tested-by:
Russ Allbery <rra@stanford.edu>
-
Russ Allbery authored
Change-Id: Idf9876ef781340ec45e113fd555a0f2c5f05a3a9 Reviewed-on: https://gerrit.stanford.edu/976 Reviewed-by:
Russ Allbery <rra@stanford.edu> Tested-by:
Russ Allbery <rra@stanford.edu>
-
Russ Allbery authored
Change-Id: Ie8ee7f8b2f430ca9b5f38d2e060659f48dacc35f Reviewed-on: https://gerrit.stanford.edu/975 Reviewed-by:
Russ Allbery <rra@stanford.edu> Tested-by:
Russ Allbery <rra@stanford.edu>
-
Russ Allbery authored
Now that we're using DBIx::Class, we need several new modules. Take a first cut at documenting them in README. Change-Id: I98e796091258633daaad4049d14bf3c5ea1e55fa Reviewed-on: https://gerrit.stanford.edu/974 Reviewed-by:
Russ Allbery <rra@stanford.edu> Tested-by:
Russ Allbery <rra@stanford.edu>
-
Russ Allbery authored
Owners of wallet objects are now allowed to destroy them. In previous versions, a special destroy ACL had to be set and the owner ACL wasn't used for destroy actions, but operational experience at Stanford has shown that letting owners destroy their own objects is a better model. Change-Id: I0e97d7a000e62cf5321add7b44140db6edc6769f Reviewed-on: https://gerrit.stanford.edu/973 Reviewed-by:
Russ Allbery <rra@stanford.edu> Tested-by:
Russ Allbery <rra@stanford.edu>
-
Russ Allbery authored
aspell doesn't like some of the words used in the Expat license. Change-Id: Ia31b41c54dcec3b50dbfb2ae7318574997c5d8ca Reviewed-on: https://gerrit.stanford.edu/972 Reviewed-by:
Russ Allbery <rra@stanford.edu> Tested-by:
Russ Allbery <rra@stanford.edu>
-
- 28 Feb, 2013 16 commits
-
-
Russ Allbery authored
Change-Id: I8310a94d25c403298520795f2a2087dd1f00f183 Reviewed-on: https://gerrit.stanford.edu/857 Reviewed-by:
Russ Allbery <rra@stanford.edu> Tested-by:
Russ Allbery <rra@stanford.edu>
-
Russ Allbery authored
This confuses build-license and makes it think this is a separate copyright holder. Change-Id: I91f4e9e6f6eed478918cd84f4158544b0c050c30 Reviewed-on: https://gerrit.stanford.edu/856 Reviewed-by:
Russ Allbery <rra@stanford.edu> Tested-by:
Russ Allbery <rra@stanford.edu>
-
Russ Allbery authored
Change-Id: I8933551ed4518264b258580edeb12048d0e2969e Reviewed-on: https://gerrit.stanford.edu/855 Reviewed-by:
Russ Allbery <rra@stanford.edu> Tested-by:
Russ Allbery <rra@stanford.edu>
-
Russ Allbery authored
Change-Id: I58f7c06233823068f7ff65058219e27c0b733967 Reviewed-on: https://gerrit.stanford.edu/854 Reviewed-by:
Russ Allbery <rra@stanford.edu> Tested-by:
Russ Allbery <rra@stanford.edu>
-
Russ Allbery authored
Use a proper list for the options, use italics for the argument to an option, specify that argument in the SYNOPSIS, and use bold for the name of the program. Change-Id: I225aea061efd13851b62046ff6dcbda0cb9478ec Reviewed-on: https://gerrit.stanford.edu/853 Reviewed-by:
Russ Allbery <rra@stanford.edu> Tested-by:
Russ Allbery <rra@stanford.edu>
-
Russ Allbery authored
Change-Id: Iee8d55f6c86563fad71d770398e3221f7efb4b2e Reviewed-on: https://gerrit.stanford.edu/852 Reviewed-by:
Russ Allbery <rra@stanford.edu> Tested-by:
Russ Allbery <rra@stanford.edu>
-
Russ Allbery authored
Change-Id: I6c055a010c52b5c666db203a8c990c531cd1dfe4 Reviewed-on: https://gerrit.stanford.edu/851 Reviewed-by:
Russ Allbery <rra@stanford.edu> Tested-by:
Russ Allbery <rra@stanford.edu>
-
Russ Allbery authored
For scripts, do this by moving the copyright and license statement from the top of the script into the POD documentation. Also try to uniformly put the SEE ALSO section last. Change-Id: Id31a5c0d5e6f6831a689deec41a13d35bb40465a Reviewed-on: https://gerrit.stanford.edu/850 Reviewed-by:
Russ Allbery <rra@stanford.edu> Tested-by:
Russ Allbery <rra@stanford.edu>
-
Russ Allbery authored
Change-Id: Id5af9714e3d4f516cf7391c869eff89521e145c5 Reviewed-on: https://gerrit.stanford.edu/849 Reviewed-by:
Russ Allbery <rra@stanford.edu> Tested-by:
Russ Allbery <rra@stanford.edu>
-
Russ Allbery authored
Remove the old tests/data/README documentation and move the note about krb5.conf into tests/config/README. (This should change later to use tests/config for that file.) Add a license statement to that file. Create an empty tests/config directory in the build tree if the build directory is not the source directory. Change-Id: Idf466e32cd114841c45f58dba47b11282467ec8f Reviewed-on: https://gerrit.stanford.edu/848 Reviewed-by:
Russ Allbery <rra@stanford.edu> Tested-by:
Russ Allbery <rra@stanford.edu>
-
Russ Allbery authored
Change-Id: Ibad85d6d7c653b557e9ec297a4268068261271fa Reviewed-on: https://gerrit.stanford.edu/847 Reviewed-by:
Russ Allbery <rra@stanford.edu> Tested-by:
Russ Allbery <rra@stanford.edu>
-
Russ Allbery authored
Change-Id: Icd7381f4fbe3699dbd6e5459ddb59548f60e56a4 Reviewed-on: https://gerrit.stanford.edu/846 Reviewed-by:
Russ Allbery <rra@stanford.edu> Tested-by:
Russ Allbery <rra@stanford.edu>
-
Russ Allbery authored
Add new SUPPORT and SOURCE REPOSITORY sections, reformat the copyright and license information a bit, and add a new LICENSE section with the general package license. Change-Id: I7201519f18626c26686e7c81b51124c4d5581814 Reviewed-on: https://gerrit.stanford.edu/845 Reviewed-by:
Russ Allbery <rra@stanford.edu> Tested-by:
Russ Allbery <rra@stanford.edu>
-
Russ Allbery authored
This currently requires global read access to the Stanford LDAP directory, so even other people at Stanford can't run it. Will revisit when we have a chance to write mock LDAP classes. Change-Id: I0e944b8019744b14a62e60d5dcc662b417108722 Reviewed-on: https://gerrit.stanford.edu/844 Reviewed-by:
Russ Allbery <rra@stanford.edu> Tested-by:
Russ Allbery <rra@stanford.edu>
-
Russ Allbery authored
Change-Id: I6a84920b0c0dc1849af8a34ecf8f3fb70b45e17c Reviewed-on: https://gerrit.stanford.edu/843 Reviewed-by:
Russ Allbery <rra@stanford.edu> Tested-by:
Russ Allbery <rra@stanford.edu>
-
Russ Allbery authored
Change-Id: I06dd9ecca19315179bdd34d4b301548fe7604331 Reviewed-on: https://gerrit.stanford.edu/842 Reviewed-by:
Russ Allbery <rra@stanford.edu> Tested-by:
Russ Allbery <rra@stanford.edu>
-