Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-07 | The current version of Net::Remctl can't handle explicit undef or the | Russ Allbery | |
empty string as a principal argument. Be careful not to provide a principal argument if no principal was set. This workaround can be removed once we depend on a later version of Net::Remctl. | |||
2007-12-07 | Fix the module name in the SYNOPSIS example.release/0.5debian/0.5-1 | Russ Allbery | |
2007-12-07 | Bump version numbers appropriately. | Russ Allbery | |
2007-12-06 | Be a bit more careful and conservative when stripping realms off. | Russ Allbery | |
2007-12-05 | Various coding style fixes and cleanup based on a much-appreciated | Russ Allbery | |
code audit by Simon Cozens. I didn't take all of his advise, and he shouldn't be blamed for any remaining issues. | |||
2007-12-04 | Add a subclass of the NetDB ACL verifier that requires the principal | Russ Allbery | |
have an instance of "root" and strips that instance before checking NetDB roles. | |||
2007-11-15 | Use the right remctld configuration for the ACL verifier. Don't produce | Russ Allbery | |
Perl warnings if the NetDB roles are empty. | |||
2007-11-15 | Add an ACL verifier that checks access against NetDB roles using the | Russ Allbery | |
NetDB remctl interface. | |||
2007-10-05 | Add comprehensive license information in LICENSE and update the copyright | Russ Allbery | |
and license statements in all files. Make sure that some files that were missing copyright information now have them. Reference LICENSE rather than README in all notices. | |||
2007-08-31 | Use a better method of setting the internal error that automatically | Russ Allbery | |
adjusts for trailing newlines and exception detritus, saving duplicate code. Standardize the documentation of the error() method and document using this in child classes of the generic ACL and Object classes. Disable printing of errors during connect in Wallet::Server since we're going to throw our own exception. | |||
2007-08-31 | Add a few more SEE ALSO references. | Russ Allbery | |
2007-08-29 | The backend will be called wallet-backend, not walletd. | Russ Allbery | |
2007-08-28 | Have to use the module we inherit from. | Russ Allbery | |
2007-08-28 | No need to pass a database handle into the ACL constructors any more. | Russ Allbery | |
I was only going to use that for the krb5-group ACL, which I won't be implementing. | |||
2007-08-27 | Rename Wallet::ACL to Wallet::ACL::Base to preserve the Wallet::ACL | Russ Allbery | |
package name for higher-level ACL handling. | |||
2007-05-02 | Add a test suite for the new ACL modules and declare $VERSION so that | Russ Allbery | |
they'll load properly. | |||
2007-05-02 | Add the initial build infrastructure for the wallet Perl modules and | Russ Allbery | |
the superclass for Wallet::ACL. Add the Wallet::ACL::Krb5 ACL verifier. |