From d223a3eafc5eb8fe58d664994669c908b6c01346 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sun, 3 Jan 2016 15:05:26 -0800 Subject: Document the acls nested report in the man page Change-Id: Ib077a196ee5389d7ec6d90fcf411cae0a81e071d --- server/wallet-report | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'server') diff --git a/server/wallet-report b/server/wallet-report index 4719a8a..e38ef74 100755 --- a/server/wallet-report +++ b/server/wallet-report @@ -207,6 +207,10 @@ Returns all ACLs containing an entry with given scheme and identifier. The scheme must be an exact match, but the string will match any identifier containing that string. +=item acls nested + +Returns all ACLs that contain this ACL as a nested entry. + =item acls unused Returns all ACLs that are not referenced by any of the objects in the @@ -310,7 +314,9 @@ Russ Allbery =head1 COPYRIGHT AND LICENSE -Copyright 2008, 2009, 2010, 2013 The Board of Trustees of the Leland +Copyright 2016 Russ Allbery + +Copyright 2008, 2009, 2010, 2013, 2015 The Board of Trustees of the Leland Stanford Junior University Permission is hereby granted, free of charge, to any person obtaining a -- cgit v1.2.3 From f20e65a6f0efdcc10a663ecac3833645c94484ef Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sun, 3 Jan 2016 15:09:42 -0800 Subject: Add POD documentation for objects host report Change-Id: I710de6a1df01ecd9aebd202288a9efb434c09054 --- server/wallet-report | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'server') diff --git a/server/wallet-report b/server/wallet-report index e38ef74..3284ba3 100755 --- a/server/wallet-report +++ b/server/wallet-report @@ -278,6 +278,12 @@ those where that ACL has any other, more limited permissions. Returns all objects which have the given flag set. +=item objects host + +Returns all objects that belong to the given host. This requires adding +local configuration to identify objects that belong to a given host. See +L for more information. + =item objects owner Returns all objects owned by the given ACL name or ID. -- cgit v1.2.3 From 7187257790441c29617406217446fc358b1c336c Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sun, 3 Jan 2016 15:11:59 -0800 Subject: Add POD documentation of schemes and types reports Change-Id: I9f8f986952510f6b2d326ccaab4bb7006a033b9d --- server/wallet-report | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'server') diff --git a/server/wallet-report b/server/wallet-report index 3284ba3..d598aeb 100755 --- a/server/wallet-report +++ b/server/wallet-report @@ -312,6 +312,14 @@ The output will be one line per ACL line in the form: with duplicates suppressed. +=item schemes + +Returns a list of all registered ACL schemes. + +=item types + +Returns a list of all registered object types. + =back =head1 AUTHOR -- cgit v1.2.3 From 6d6718c3c19180adbb5b17985c539d2a4a693f8a Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sun, 3 Jan 2016 16:54:54 -0800 Subject: Add stopwords for some additional spelling issues Change-Id: If63ea5829252fda13b68d031fb9f48c93b71697a --- contrib/wallet-contacts | 2 +- server/wallet-report | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'server') diff --git a/contrib/wallet-contacts b/contrib/wallet-contacts index ce16ab1..c2f3bf1 100755 --- a/contrib/wallet-contacts +++ b/contrib/wallet-contacts @@ -174,7 +174,7 @@ if ($mail) { ############################################################################## =for stopwords -ACL NetDB SQL hostname lookup swhois whois Allbery +ACL NetDB SQL hostname lookup swhois whois Allbery -dryrun =head1 NAME diff --git a/server/wallet-report b/server/wallet-report index d598aeb..22637ca 100755 --- a/server/wallet-report +++ b/server/wallet-report @@ -135,7 +135,7 @@ wallet-report - Wallet server reporting interface =for stopwords metadata ACL hostname backend acl acls wildcard SQL Allbery remctl -MERCHANTABILITY NONINFRINGEMENT sublicense +MERCHANTABILITY NONINFRINGEMENT sublicense unstored =head1 SYNOPSIS -- cgit v1.2.3