From 621d9e5c413e561293d7484b93882d985b3fe15f Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Sat, 24 Mar 2012 02:27:47 -0500 Subject: Removed unnecessary pki folder. Previously the source code was located inside a pki folder. This folder was created during svn migration and is no longer needed. This folder has now been removed and the contents have been moved up one level. Ticket #131 --- dogtag/kra-ui/CMakeLists.txt | 8 + dogtag/kra-ui/LICENSE | 291 +++++++++ dogtag/kra-ui/build.xml | 273 ++++++++ dogtag/kra-ui/build_dogtag | 82 +++ dogtag/kra-ui/dogtag-pki-kra-ui.spec | 61 ++ dogtag/kra-ui/shared/webapps/kra/404.html | 146 +++++ dogtag/kra-ui/shared/webapps/kra/500.html | 139 +++++ .../shared/webapps/kra/GenUnexpectedError.template | 68 ++ .../shared/webapps/kra/agent/GenError.template | 78 +++ .../shared/webapps/kra/agent/GenPending.template | 61 ++ .../shared/webapps/kra/agent/GenRejected.template | 82 +++ .../shared/webapps/kra/agent/GenSuccess.template | 44 ++ .../webapps/kra/agent/GenSvcPending.template | 61 ++ .../webapps/kra/agent/GenUnauthorized.template | 42 ++ .../webapps/kra/agent/GenUnexpectedError.template | 68 ++ .../kra-ui/shared/webapps/kra/agent/cms-funcs.js | 538 ++++++++++++++++ dogtag/kra-ui/shared/webapps/kra/agent/funcs.js | 686 +++++++++++++++++++++ .../webapps/kra/agent/graphics/dgLeftTab.gif | Bin 0 -> 89 bytes .../webapps/kra/agent/graphics/dgRightTab.gif | Bin 0 -> 102 bytes .../shared/webapps/kra/agent/graphics/favicon.ico | Bin 0 -> 601 bytes .../webapps/kra/agent/graphics/goto-tall.gif | Bin 0 -> 86 bytes .../shared/webapps/kra/agent/graphics/gray90.gif | Bin 0 -> 66 bytes .../shared/webapps/kra/agent/graphics/hr.gif | Bin 0 -> 60 bytes .../webapps/kra/agent/graphics/lgLeftTab.gif | Bin 0 -> 89 bytes .../webapps/kra/agent/graphics/lgRightTab.gif | Bin 0 -> 102 bytes .../webapps/kra/agent/graphics/logo_header.gif | Bin 0 -> 5833 bytes .../shared/webapps/kra/agent/graphics/spacer.gif | Bin 0 -> 43 bytes .../shared/webapps/kra/agent/header.template | 82 +++ dogtag/kra-ui/shared/webapps/kra/agent/helpfun.js | 35 ++ dogtag/kra-ui/shared/webapps/kra/agent/index.html | 23 + .../kra-ui/shared/webapps/kra/agent/index.template | 140 +++++ .../webapps/kra/agent/kra/GrantRecovery.html | 46 ++ .../shared/webapps/kra/agent/kra/ListRequests.html | 96 +++ .../shared/webapps/kra/agent/kra/SrchKey.html | 323 ++++++++++ .../webapps/kra/agent/kra/SrchRecoverKey.html | 328 ++++++++++ .../kra-ui/shared/webapps/kra/agent/kra/blank.html | 10 + .../webapps/kra/agent/kra/confirmRecover.html | 6 + .../kra/agent/kra/confirmRecoverBySerial.template | 70 +++ .../webapps/kra/agent/kra/displayBySerial.template | 114 ++++ .../kra/agent/kra/displayBySerial2.template | 132 ++++ .../agent/kra/displayBySerialForRecovery.template | 232 +++++++ .../webapps/kra/agent/kra/examineRecovery.template | 109 ++++ .../kra/agent/kra/finishAsyncRecovery.template | 101 +++ .../webapps/kra/agent/kra/finishRecovery.template | 101 +++ .../shared/webapps/kra/agent/kra/frameGrant.html | 18 + .../shared/webapps/kra/agent/kra/frameRecover.html | 18 + .../shared/webapps/kra/agent/kra/frameRequest.html | 18 + .../shared/webapps/kra/agent/kra/frameSearch.html | 18 + .../shared/webapps/kra/agent/kra/frameStats.html | 18 + .../kra/agent/kra/getApprovalStatus.template | 102 +++ .../shared/webapps/kra/agent/kra/getStats.template | 124 ++++ .../kra/agent/kra/grantAsyncRecovery.template | 45 ++ .../webapps/kra/agent/kra/grantRecovery.template | 44 ++ .../kra-ui/shared/webapps/kra/agent/kra/index.html | 18 + .../shared/webapps/kra/agent/kra/menuCheck.html | 33 + .../shared/webapps/kra/agent/kra/menuGrant.html | 33 + .../shared/webapps/kra/agent/kra/menuRecover.html | 33 + .../shared/webapps/kra/agent/kra/menuRequest.html | 33 + .../shared/webapps/kra/agent/kra/menuSearch.html | 33 + .../shared/webapps/kra/agent/kra/menuStats.html | 37 ++ .../shared/webapps/kra/agent/kra/monitor.template | 184 ++++++ .../webapps/kra/agent/kra/processReq.template | 281 +++++++++ .../shared/webapps/kra/agent/kra/queryKey.template | 208 +++++++ .../kra/agent/kra/queryKeyForRecovery.template | 220 +++++++ .../shared/webapps/kra/agent/kra/queryReq.template | 385 ++++++++++++ .../webapps/kra/agent/kra/recoverBySerial.template | 76 +++ .../shared/webapps/kra/agent/kra/srchKey.template | 213 +++++++ .../kra/agent/kra/srchKeyForRecovery.template | 227 +++++++ .../kra-ui/shared/webapps/kra/agent/kra/top.html | 48 ++ dogtag/kra-ui/shared/webapps/kra/index.html | 23 + dogtag/kra-ui/shared/webapps/kra/services.template | 106 ++++ 71 files changed, 7272 insertions(+) create mode 100644 dogtag/kra-ui/CMakeLists.txt create mode 100644 dogtag/kra-ui/LICENSE create mode 100644 dogtag/kra-ui/build.xml create mode 100755 dogtag/kra-ui/build_dogtag create mode 100644 dogtag/kra-ui/dogtag-pki-kra-ui.spec create mode 100755 dogtag/kra-ui/shared/webapps/kra/404.html create mode 100755 dogtag/kra-ui/shared/webapps/kra/500.html create mode 100644 dogtag/kra-ui/shared/webapps/kra/GenUnexpectedError.template create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/GenError.template create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/GenPending.template create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/GenRejected.template create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/GenSuccess.template create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/GenSvcPending.template create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/GenUnauthorized.template create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/GenUnexpectedError.template create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/cms-funcs.js create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/funcs.js create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/graphics/dgLeftTab.gif create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/graphics/dgRightTab.gif create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/graphics/favicon.ico create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/graphics/goto-tall.gif create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/graphics/gray90.gif create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/graphics/hr.gif create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/graphics/lgLeftTab.gif create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/graphics/lgRightTab.gif create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/graphics/logo_header.gif create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/graphics/spacer.gif create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/header.template create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/helpfun.js create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/index.html create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/index.template create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/GrantRecovery.html create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/ListRequests.html create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/SrchKey.html create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/SrchRecoverKey.html create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/blank.html create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/confirmRecover.html create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/confirmRecoverBySerial.template create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/displayBySerial.template create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/displayBySerial2.template create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/displayBySerialForRecovery.template create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/examineRecovery.template create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/finishAsyncRecovery.template create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/finishRecovery.template create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/frameGrant.html create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/frameRecover.html create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/frameRequest.html create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/frameSearch.html create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/frameStats.html create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/getApprovalStatus.template create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/getStats.template create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/grantAsyncRecovery.template create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/grantRecovery.template create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/index.html create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/menuCheck.html create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/menuGrant.html create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/menuRecover.html create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/menuRequest.html create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/menuSearch.html create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/menuStats.html create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/monitor.template create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/processReq.template create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/queryKey.template create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/queryKeyForRecovery.template create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/queryReq.template create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/recoverBySerial.template create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/srchKey.template create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/srchKeyForRecovery.template create mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/top.html create mode 100644 dogtag/kra-ui/shared/webapps/kra/index.html create mode 100644 dogtag/kra-ui/shared/webapps/kra/services.template (limited to 'dogtag/kra-ui') diff --git a/dogtag/kra-ui/CMakeLists.txt b/dogtag/kra-ui/CMakeLists.txt new file mode 100644 index 000000000..0079e5286 --- /dev/null +++ b/dogtag/kra-ui/CMakeLists.txt @@ -0,0 +1,8 @@ +project(kra-ui) + +install( + DIRECTORY + shared/ + DESTINATION + ${SHARE_INSTALL_PREFIX}/${APPLICATION_NAME}/${PROJECT_NAME} +) diff --git a/dogtag/kra-ui/LICENSE b/dogtag/kra-ui/LICENSE new file mode 100644 index 000000000..e281f4362 --- /dev/null +++ b/dogtag/kra-ui/LICENSE @@ -0,0 +1,291 @@ +This Program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published +by the Free Software Foundation; version 2 of the License. + +This Program is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +for more details. + +You should have received a copy of the GNU General Public License +along with this Program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. diff --git a/dogtag/kra-ui/build.xml b/dogtag/kra-ui/build.xml new file mode 100644 index 000000000..7826cc485 --- /dev/null +++ b/dogtag/kra-ui/build.xml @@ -0,0 +1,273 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dogtag/kra-ui/build_dogtag b/dogtag/kra-ui/build_dogtag new file mode 100755 index 000000000..74e9bc860 --- /dev/null +++ b/dogtag/kra-ui/build_dogtag @@ -0,0 +1,82 @@ +#!/bin/bash +# BEGIN COPYRIGHT BLOCK +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# +# (C) 2007 Red Hat, Inc. +# All rights reserved. +# END COPYRIGHT BLOCK + +# Always switch into the base directory of this +# shell script prior to executing it so that all +# of its output is written to this directory +cd `dirname $0` + +# Retrieve the directory name housing this component +PWD=`pwd` + +# Set Dogtag component-specific environment variables +DOGTAG_BUILD_SCRIPT=`basename $0` +export DOGTAG_BUILD_SCRIPT +DOGTAG_COMPONENT=`basename ${PWD}` +export DOGTAG_COMPONENT +DOGTAG_SPECFILE="dogtag-pki-kra-ui.spec" +export DOGTAG_SPECFILE + +# Set PKI 'ant' environment variables (originally obtained from specfile) +PKI_PRODUCT_UI_FLAVOR_PREFIX="dogtag" +export PKI_PRODUCT_UI_FLAVOR_PREFIX +PKI_PRODUCT_PREFIX="pki" +export PKI_PRODUCT_PREFIX +PKI_PRODUCT="kra-ui" +export PKI_PRODUCT +PKI_VERSION="9.0.0" +export PKI_VERSION + +# Set Dogtag helper variables +DOGTAG_COMPONENT_NAME=${PKI_PRODUCT} +export DOGTAG_COMPONENT_NAME +DOGTAG_WGET_URL=http://cvs.fedora.redhat.com/viewvc +export DOGTAG_WGET_URL + +# Obtain '${DOGTAG_SPECFILE}' as necessary +if [ "$1" = "refresh" ]; then + if [ -f "${DOGTAG_SPECFILE}" ]; then + printf "Removing '${DOGTAG_SPECFILE}' . . . " + rm -rf ${DOGTAG_SPECFILE} + printf "done.\n" + fi + shift +fi +if [ ! -f "${DOGTAG_SPECFILE}" ]; then + # Check for Fedora Operating System + if [ ! -f /etc/fedora-release ]; then + printf "'${DOGTAG_COMPONENT_NAME}' ONLY builds on Fedora!\n" + exit 255 + fi + # Obtain Fedora Operating System Version + FEDORA_VERSION="F-`cat /etc/fedora-release | awk '{print $3}'`" + export FEDORA_VERSION + # Retrieve '${DOGTAG_SPECFILE}' from Koji + printf "Fetching '${DOGTAG_SPECFILE}' for '${FEDORA_VERSION}' . . .\n" + wget -O ${DOGTAG_SPECFILE} ${DOGTAG_WGET_URL}/${FEDORA_VERSION}/${DOGTAG_COMPONENT_NAME}/${DOGTAG_SPECFILE}?view=co + if [ ! -s "${DOGTAG_SPECFILE}" ]; then + printf "Failed to fetch '${DOGTAG_SPECFILE}' for '${FEDORA_VERSION}'!\n" + rm -rf ${DOGTAG_SPECFILE} + exit 255 + fi +fi + +# Invoke the shared Dogtag PKI build script +config-ext/build_dogtag_pki $@ + diff --git a/dogtag/kra-ui/dogtag-pki-kra-ui.spec b/dogtag/kra-ui/dogtag-pki-kra-ui.spec new file mode 100644 index 000000000..274d1ec76 --- /dev/null +++ b/dogtag/kra-ui/dogtag-pki-kra-ui.spec @@ -0,0 +1,61 @@ +Name: dogtag-pki-kra-ui +Version: 9.0.0 +Release: 1%{?dist} +Summary: Dogtag Certificate System - Data Recovery Authority User Interface +URL: http://pki.fedoraproject.org/ +License: GPLv2 +Group: System Environment/Base + +BuildArch: noarch + +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: ant + +Source0: http://pki.fedoraproject.org/pki/sources/%{name}/%{name}-%{version}.tar.gz + +# NOTE: Several PKI packages require a "virtual" UI component. These +# "virtual" UI components are "Provided" by various UI "flavors" +# including "dogtag", "redhat", and "null". Consequently, +# all "dogtag", "redhat", and "null" UI components MUST be +# mutually exclusive! +Provides: pki-kra-ui = %{version}-%{release} + +Obsoletes: pki-kra-ui < %{version}-%{release} + +Conflicts: redhat-pki-kra-ui + +%description +Dogtag Certificate System is an enterprise software system designed +to manage enterprise Public Key Infrastructure (PKI) deployments. + +The Dogtag Data Recovery Authority User Interface contains the graphical +user interface for the Dogtag Data Recovery Manager. + +%prep + +%setup -q + +%build +ant \ + -Dproduct.ui.flavor.prefix="dogtag" \ + -Dproduct.prefix="pki" \ + -Dproduct="kra-ui" \ + -Dversion="%{version}" + +%install +rm -rf %{buildroot} +cd dist/binary +unzip %{name}-%{version}.zip -d %{buildroot} + +%clean +rm -rf %{buildroot} + +%files +%defattr(-,root,root,-) +%doc LICENSE +%{_datadir}/pki/ + +%changelog +* Fri Nov 19 2010 Matthew Harmsen 9.0.0-1 +- Updated Dogtag 1.3.x --> Dogtag 2.0.0 --> Dogtag 9.0.0. diff --git a/dogtag/kra-ui/shared/webapps/kra/404.html b/dogtag/kra-ui/shared/webapps/kra/404.html new file mode 100755 index 000000000..2e7e59cdd --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/404.html @@ -0,0 +1,146 @@ + + + + + + +DRM 404 Error! + + + + + + + + + +
+ +
+
+ +
+ - +
+ + +
+
+ +
+ +Certificate System DRM Error Page +
+

+ +

+ +

+ + + + diff --git a/dogtag/kra-ui/shared/webapps/kra/500.html b/dogtag/kra-ui/shared/webapps/kra/500.html new file mode 100755 index 000000000..224cec1c8 --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/500.html @@ -0,0 +1,139 @@ + + + + + + +DRM 500 Error! + + + + + + + + + +
+ +
+
+ +
+ - +
+ + +
+
+ +
+ +Certificate System DRM Error Page +
+

+ +

+ +

+ + + + diff --git a/dogtag/kra-ui/shared/webapps/kra/GenUnexpectedError.template b/dogtag/kra-ui/shared/webapps/kra/GenUnexpectedError.template new file mode 100644 index 000000000..a6ec193bc --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/GenUnexpectedError.template @@ -0,0 +1,68 @@ + + + + + +DRM Processing Error! + + + + +Problem Processing Your Request + + + + + + +
 
+ + + + + + + + + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/GenError.template b/dogtag/kra-ui/shared/webapps/kra/agent/GenError.template new file mode 100644 index 000000000..2ecb08cf5 --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/GenError.template @@ -0,0 +1,78 @@ + + + + + +DRM Agent Processing Error! + + + + +Problem Processing Your Request + + + + + + +
 
+ + + + + +

+Please consult your local administrator for further assistance. +The Certificate System logs may provide further information. + + + + + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/GenPending.template b/dogtag/kra-ui/shared/webapps/kra/agent/GenPending.template new file mode 100644 index 000000000..62d4316b1 --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/GenPending.template @@ -0,0 +1,61 @@ + + + + + +DRM Agent Request Pending + + + + + +Request Successfully Submitted + + + + + + + + + + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/GenRejected.template b/dogtag/kra-ui/shared/webapps/kra/agent/GenRejected.template new file mode 100644 index 000000000..d6c67f2c4 --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/GenRejected.template @@ -0,0 +1,82 @@ + + + + + +DRM Agent Request Rejected + + + + +Request Rejected + + + + + + + + + + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/GenSuccess.template b/dogtag/kra-ui/shared/webapps/kra/agent/GenSuccess.template new file mode 100644 index 000000000..dc3a9775f --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/GenSuccess.template @@ -0,0 +1,44 @@ + + + + + + +DRM Agent Generic Request Success + + + + +Request Successfully Submited + + + + + + + + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/GenSvcPending.template b/dogtag/kra-ui/shared/webapps/kra/agent/GenSvcPending.template new file mode 100644 index 000000000..66a524912 --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/GenSvcPending.template @@ -0,0 +1,61 @@ + + + + + +DRM Agent Request Svc Pending + + + + +Request Successfully Submitted + + + + + + + + + + + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/GenUnauthorized.template b/dogtag/kra-ui/shared/webapps/kra/agent/GenUnauthorized.template new file mode 100644 index 000000000..fc137d06b --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/GenUnauthorized.template @@ -0,0 +1,42 @@ + + + + + + +DRM Agent Generic Unauthorized + + + + +Unauthorized Access + + + + + + + + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/GenUnexpectedError.template b/dogtag/kra-ui/shared/webapps/kra/agent/GenUnexpectedError.template new file mode 100644 index 000000000..0af3aa15d --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/GenUnexpectedError.template @@ -0,0 +1,68 @@ + + + + + +DRM Agent Processing Error! + + + + +Problem Processing Your Request + + + + + + +
 
+ + + + + + + + + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/cms-funcs.js b/dogtag/kra-ui/shared/webapps/kra/agent/cms-funcs.js new file mode 100644 index 000000000..c8ffd51c7 --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/cms-funcs.js @@ -0,0 +1,538 @@ +// --- BEGIN COPYRIGHT BLOCK --- +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; version 2 of the License. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License along +// with this program; if not, write to the Free Software Foundation, Inc., +// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +// +// Copyright (C) 2007 Red Hat, Inc. +// All rights reserved. +// --- END COPYRIGHT BLOCK --- + +// + + + + + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/funcs.js b/dogtag/kra-ui/shared/webapps/kra/agent/funcs.js new file mode 100644 index 000000000..daef83d17 --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/funcs.js @@ -0,0 +1,686 @@ +// --- BEGIN COPYRIGHT BLOCK --- +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; version 2 of the License. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License along +// with this program; if not, write to the Free Software Foundation, Inc., +// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +// +// Copyright (C) 2007 Red Hat, Inc. +// All rights reserved. +// --- END COPYRIGHT BLOCK --- + +// diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/graphics/dgLeftTab.gif b/dogtag/kra-ui/shared/webapps/kra/agent/graphics/dgLeftTab.gif new file mode 100644 index 000000000..35a76c859 Binary files /dev/null and b/dogtag/kra-ui/shared/webapps/kra/agent/graphics/dgLeftTab.gif differ diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/graphics/dgRightTab.gif b/dogtag/kra-ui/shared/webapps/kra/agent/graphics/dgRightTab.gif new file mode 100644 index 000000000..a519bc759 Binary files /dev/null and b/dogtag/kra-ui/shared/webapps/kra/agent/graphics/dgRightTab.gif differ diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/graphics/favicon.ico b/dogtag/kra-ui/shared/webapps/kra/agent/graphics/favicon.ico new file mode 100644 index 000000000..efc1d33f4 Binary files /dev/null and b/dogtag/kra-ui/shared/webapps/kra/agent/graphics/favicon.ico differ diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/graphics/goto-tall.gif b/dogtag/kra-ui/shared/webapps/kra/agent/graphics/goto-tall.gif new file mode 100644 index 000000000..6eea3ef5c Binary files /dev/null and b/dogtag/kra-ui/shared/webapps/kra/agent/graphics/goto-tall.gif differ diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/graphics/gray90.gif b/dogtag/kra-ui/shared/webapps/kra/agent/graphics/gray90.gif new file mode 100644 index 000000000..c6f811102 Binary files /dev/null and b/dogtag/kra-ui/shared/webapps/kra/agent/graphics/gray90.gif differ diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/graphics/hr.gif b/dogtag/kra-ui/shared/webapps/kra/agent/graphics/hr.gif new file mode 100644 index 000000000..14f8acf92 Binary files /dev/null and b/dogtag/kra-ui/shared/webapps/kra/agent/graphics/hr.gif differ diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/graphics/lgLeftTab.gif b/dogtag/kra-ui/shared/webapps/kra/agent/graphics/lgLeftTab.gif new file mode 100644 index 000000000..a78fbc89d Binary files /dev/null and b/dogtag/kra-ui/shared/webapps/kra/agent/graphics/lgLeftTab.gif differ diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/graphics/lgRightTab.gif b/dogtag/kra-ui/shared/webapps/kra/agent/graphics/lgRightTab.gif new file mode 100644 index 000000000..71852402d Binary files /dev/null and b/dogtag/kra-ui/shared/webapps/kra/agent/graphics/lgRightTab.gif differ diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/graphics/logo_header.gif b/dogtag/kra-ui/shared/webapps/kra/agent/graphics/logo_header.gif new file mode 100644 index 000000000..573482227 Binary files /dev/null and b/dogtag/kra-ui/shared/webapps/kra/agent/graphics/logo_header.gif differ diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/graphics/spacer.gif b/dogtag/kra-ui/shared/webapps/kra/agent/graphics/spacer.gif new file mode 100644 index 000000000..13acffe53 Binary files /dev/null and b/dogtag/kra-ui/shared/webapps/kra/agent/graphics/spacer.gif differ diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/header.template b/dogtag/kra-ui/shared/webapps/kra/agent/header.template new file mode 100644 index 000000000..0de93919a --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/header.template @@ -0,0 +1,82 @@ + + + + + +Header + + + + + + + + +
+ + + + + + +
     Dogtag® Agent Services
+ + + + + +
+
+ + + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/helpfun.js b/dogtag/kra-ui/shared/webapps/kra/agent/helpfun.js new file mode 100644 index 000000000..14a80bb95 --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/helpfun.js @@ -0,0 +1,35 @@ +// --- BEGIN COPYRIGHT BLOCK --- +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; version 2 of the License. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License along +// with this program; if not, write to the Free Software Foundation, Inc., +// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +// +// Copyright (C) 2007 Red Hat, Inc. +// All rights reserved. +// --- END COPYRIGHT BLOCK --- + +function help(helptopic) { + + var HelpWin=window.open("","MyWin", "toolbar=no,directories=no,menubar=no,status=no,scrollbars=yes,resizable=yes,width=500,height=500"); + + HelpWin.location = helptopic; + HelpWin.focus(); + +} + +function helpstatus(helpline) { + + window.status = helpline; + + return true; + +} + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/index.html b/dogtag/kra-ui/shared/webapps/kra/agent/index.html new file mode 100644 index 000000000..30662d47a --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/index.html @@ -0,0 +1,23 @@ + + + + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/index.template b/dogtag/kra-ui/shared/webapps/kra/agent/index.template new file mode 100644 index 000000000..2a6c6b972 --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/index.template @@ -0,0 +1,140 @@ + + + + + +DRM Agent + + + + + + + + + + +
+ + + + + + +
     Dogtag® Agent Services
+
  + + + + + + + +
  
+ + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/GrantRecovery.html b/dogtag/kra-ui/shared/webapps/kra/agent/kra/GrantRecovery.html new file mode 100644 index 000000000..225bbdb30 --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/GrantRecovery.html @@ -0,0 +1,46 @@ + + + +Authorize Recovery (for Recovery Agents) + + + + + +Authorize Recovery (for Recovery Agents)
+ +Use this form to approve a key recovery. + + + + + +
 
+ +
+ + + + + + + +
+ Recovery authorization reference number:
+
+ +

+
+ + + + +
+   + +
+

+ + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/ListRequests.html b/dogtag/kra-ui/shared/webapps/kra/agent/kra/ListRequests.html new file mode 100644 index 000000000..11c1b5ef8 --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/ListRequests.html @@ -0,0 +1,96 @@ + + + +List Key Service Requests + + + + + + + + +List Requests
+ +Use this form to show a list of key service requests. + + + + +
 
+ +
+ + + + + + + + + + + + + + +
+ Request type: + + +
+ Request status: + + +
+ Starting request identifier:
(optional)
+
+ +

+
+ + + + +
+    + first  + + + records    + +
+ +

+ + + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/SrchKey.html b/dogtag/kra-ui/shared/webapps/kra/agent/kra/SrchKey.html new file mode 100644 index 000000000..685405465 --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/SrchKey.html @@ -0,0 +1,323 @@ + + + + + + Search for Keys + + + + + + + +Search for Keys + +
Use this form +to search for archived keys according to the criteria you specify. + + + + +
 
+Each section lets you specify a key property. Select a property, then +fill in any needed details in that section. +You can combine search criteria to further narrow the search. +

+In the list of keys found by the search, you can click a button to display +details about individual keys. + + + + + + +
 
+Owner Name +

+ +Show keys +belonging to a particular owner +
+ + + + + +
+Owner Name: + + +
+
+
+ + + + + +
 
+Key Identifiers +
+Show +keys that fall within a particular range of key identifiers +
+Enter +a range of key identifiers in hexadecimal form (starting with 0x, as they appear in key displays) or in decimal form. +

+ + + + + + + + + + + +
+Lowest +key identifier: + + + + +(leave blank for no lower limit) + +
+Highest +key identifier: + + + + +(leave blank for no upper limit) + +
+

+
+ + + + + +
 
+Certificate +
+Show +the key that corresponds to the following certificate +
+ +Copy the certificate, then paste it into this text area. +

+

+
+ + + + + +
 
+Archiver +
+Show +keys that have been archived by a particular server +
+Enter +the user ID of the Certificate Manager or Registration Manager that submitted the archival request to the Data Recovery Manager. +

+ +User ID: + + +

+ +Note: Archiver information is available only when the Certificate Manager or Registration Manager is remote from the Data Recovery Manager. + +

+

+
+ +
+ + + + + + + +
 
+ +Limits + + + + + + + + + +
+      + Maximum results: + + +
+      + Time limit (in seconds): + + +
+
+ + + + +
+ + +
+
+ + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/SrchRecoverKey.html b/dogtag/kra-ui/shared/webapps/kra/agent/kra/SrchRecoverKey.html new file mode 100644 index 000000000..f4de8ca1f --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/SrchRecoverKey.html @@ -0,0 +1,328 @@ + + + + + + Recover Keys (for Administrators) + + + + + + + + +Recover Keys (for Administrators) +
Use this form +to search for archived keys according to the criteria you specify. + + + + +
 
+Each section +lets you specify a key property. Select a property, then fill in any needed details in that section. You can combine search criteria to further narrow the search. +

+In the list of keys found by the search, you can click a button to recover individual keys. + + + + + + +
 
+Owner Name +

+ +Show +keys belonging to a particular owner +
+ + + + + +
+Owner Name: + + +
+
+
+ + + + + +
 
+Key Identifiers +
+Show +keys that fall within a particular range of key identifiers +
+Enter +a range of key identifiers in hexadecimal form (starting with 0x, as they appear in key displays) or in decimal form. +

+ + + + + + + + + + + +
+Lowest +key identifier: + + + + +(leave blank for no lower limit) + +
+Highest +key identifier: + + + + +(leave blank for no upper limit) + +
+

+
+ + + + + +
 
+Certificate +
+Show +the key that corresponds to the following certificate +
+ +Copy the certificate, then paste it into this text area. +

+

+
+ + + + + +
 
+Archiver +
+Show +keys that have been archived by a particular server +
+ +Enter the user ID of the Certificate or Registration Manager that submitted the archival request to the Data Recovery Manager. + +

+ +User ID: + + +

+ +Note: Archiver information is available only when the Certificate Manager or Registration Manager is remote from the Data Recovery Manager. + +

+

+
+ +
+ + + + + + + + +
 
+ +Limits + + + + + + + + + +
+      + Maximum results: + + +
+      + Time limit (in seconds): + + +
+
+ + + + +
+ + +
+
+ + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/blank.html b/dogtag/kra-ui/shared/webapps/kra/agent/kra/blank.html new file mode 100644 index 000000000..d2c04a676 --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/blank.html @@ -0,0 +1,10 @@ + + + +Untitled Document + + + + + + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/confirmRecover.html b/dogtag/kra-ui/shared/webapps/kra/agent/kra/confirmRecover.html new file mode 100644 index 000000000..94df8b7f7 --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/confirmRecover.html @@ -0,0 +1,6 @@ + + +Recover Key Confirm + + + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/confirmRecoverBySerial.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/confirmRecoverBySerial.template new file mode 100644 index 000000000..88a8d5c84 --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/confirmRecoverBySerial.template @@ -0,0 +1,70 @@ + + + +Recovering Key + + + + + + + + +

+ + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/displayBySerial.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/displayBySerial.template new file mode 100644 index 000000000..a88599ede --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/displayBySerial.template @@ -0,0 +1,114 @@ + + + + + + +Display Key + + + + + + + + + + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/displayBySerial2.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/displayBySerial2.template new file mode 100644 index 000000000..332d205c2 --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/displayBySerial2.template @@ -0,0 +1,132 @@ + + + + Display Certificate + + + + + + + + + +Certificate + +
+ + + + +
 
+ + +
+ +Certificate contents
+ +

+
+
+ +

+ +
+ +Certificate fingerprints
+ +

+
+
+ +

+ +
+ +Installing this certificate in a server
+ +

+ +The following format can be used to install this certificate into a server. +

+Base 64 encoded certificate + +

+-----BEGIN CERTIFICATE-----
+
+-----END CERTIFICATE-----
+
+ +

+ +
+ +Downloading this certificate
+

+ +To download the certificate into your system, click the following button. + +

+ + + + + + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/displayBySerialForRecovery.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/displayBySerialForRecovery.template new file mode 100644 index 000000000..717d1d7d6 --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/displayBySerialForRecovery.template @@ -0,0 +1,232 @@ + + + + + + +Display Key + + + + + + + + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/examineRecovery.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/examineRecovery.template new file mode 100644 index 000000000..240f7e9e4 --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/examineRecovery.template @@ -0,0 +1,109 @@ + + + +Examine Recovery + + + + + + + + + + + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/finishAsyncRecovery.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/finishAsyncRecovery.template new file mode 100644 index 000000000..0d2caf676 --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/finishAsyncRecovery.template @@ -0,0 +1,101 @@ + + + +Key Recovery Result + + + + + + + + + + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/finishRecovery.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/finishRecovery.template new file mode 100644 index 000000000..e73a26237 --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/finishRecovery.template @@ -0,0 +1,101 @@ + + + +Key Recovery Result + + + + + + + + + + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/frameGrant.html b/dogtag/kra-ui/shared/webapps/kra/agent/kra/frameGrant.html new file mode 100644 index 000000000..14b3ced02 --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/frameGrant.html @@ -0,0 +1,18 @@ + + + +Untitled Document + + + + + + + + + +<body bgcolor="#FFFFFF"> + +</body> + + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/frameRecover.html b/dogtag/kra-ui/shared/webapps/kra/agent/kra/frameRecover.html new file mode 100644 index 000000000..60cd76f41 --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/frameRecover.html @@ -0,0 +1,18 @@ + + + +Untitled Document + + + + + + + + + +<body bgcolor="#FFFFFF"> + +</body> + + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/frameRequest.html b/dogtag/kra-ui/shared/webapps/kra/agent/kra/frameRequest.html new file mode 100644 index 000000000..ae544e34b --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/frameRequest.html @@ -0,0 +1,18 @@ + + + +Untitled Document + + + + + + + + + +<body bgcolor="#FFFFFF"> + +</body> + + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/frameSearch.html b/dogtag/kra-ui/shared/webapps/kra/agent/kra/frameSearch.html new file mode 100644 index 000000000..a48fee2e6 --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/frameSearch.html @@ -0,0 +1,18 @@ + + + +Untitled Document + + + + + + + + + +<body bgcolor="#FFFFFF"> + +</body> + + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/frameStats.html b/dogtag/kra-ui/shared/webapps/kra/agent/kra/frameStats.html new file mode 100644 index 000000000..57a24de47 --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/frameStats.html @@ -0,0 +1,18 @@ + + + +Untitled Document + + + + + + + + + +<body bgcolor="#FFFFFF"> + +</body> + + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/getApprovalStatus.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/getApprovalStatus.template new file mode 100644 index 000000000..5a6a1114a --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/getApprovalStatus.template @@ -0,0 +1,102 @@ + + + + +Key Recovery Result + + + + + + + + + + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/getStats.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/getStats.template new file mode 100644 index 000000000..cfd2f3193 --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/getStats.template @@ -0,0 +1,124 @@ + + + + Display CRL + + + + + + + + + + +Statistics +
+ + + + +
 
+
+ + + + + + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/grantAsyncRecovery.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/grantAsyncRecovery.template new file mode 100644 index 000000000..c76e61ac4 --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/grantAsyncRecovery.template @@ -0,0 +1,45 @@ + + + +Key Recovery Grant Result + + + + + + + + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/grantRecovery.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/grantRecovery.template new file mode 100644 index 000000000..906da8338 --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/grantRecovery.template @@ -0,0 +1,44 @@ + + + +Key Recovery Result + + + + + + + + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/index.html b/dogtag/kra-ui/shared/webapps/kra/agent/kra/index.html new file mode 100644 index 000000000..3ca0f8959 --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/index.html @@ -0,0 +1,18 @@ + + + +DRM Agent + + + + + + + + + +<body bgcolor="#FFFFFF"> + +</body> + + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/menuCheck.html b/dogtag/kra-ui/shared/webapps/kra/agent/kra/menuCheck.html new file mode 100644 index 000000000..0787f104c --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/menuCheck.html @@ -0,0 +1,33 @@ + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + + +
+ List Requests
+ Search for Keys
+ Recover Keys
+ Authorize Recovery
+ + + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/menuGrant.html b/dogtag/kra-ui/shared/webapps/kra/agent/kra/menuGrant.html new file mode 100644 index 000000000..594dfaf06 --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/menuGrant.html @@ -0,0 +1,33 @@ + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + + +
+ List Requests
+ Search for Keys
+ Recover Keys
+ Authorize Recovery
+ + + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/menuRecover.html b/dogtag/kra-ui/shared/webapps/kra/agent/kra/menuRecover.html new file mode 100644 index 000000000..1439917d4 --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/menuRecover.html @@ -0,0 +1,33 @@ + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + + +
+ List Requests
+ Search for Keys
+ Recover Keys
+ Authorize Recovery
+ + + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/menuRequest.html b/dogtag/kra-ui/shared/webapps/kra/agent/kra/menuRequest.html new file mode 100644 index 000000000..69a5300a6 --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/menuRequest.html @@ -0,0 +1,33 @@ + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + + +
+ List Requests
+ Search for Keys
+ Recover Keys
+ Authorize Recovery
+ + + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/menuSearch.html b/dogtag/kra-ui/shared/webapps/kra/agent/kra/menuSearch.html new file mode 100644 index 000000000..e3f23d53f --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/menuSearch.html @@ -0,0 +1,33 @@ + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + + +
+ List Requests
+ Search for Keys
+ Recover Keys
+ Authorize Recovery
+ + + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/menuStats.html b/dogtag/kra-ui/shared/webapps/kra/agent/kra/menuStats.html new file mode 100644 index 000000000..2d132b185 --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/menuStats.html @@ -0,0 +1,37 @@ + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + + + + + +
+ List Requests
+ Search for Keys
+ Recover Keys
+ Authorize Recovery
+ Statistics
+ + + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/monitor.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/monitor.template new file mode 100644 index 000000000..27fa7f84a --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/monitor.template @@ -0,0 +1,184 @@ + + +Monitor + + + + + +Monitor + + + + + +
 
+ + + + + + + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/processReq.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/processReq.template new file mode 100644 index 000000000..a5292102d --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/processReq.template @@ -0,0 +1,281 @@ + + + + + + + + + + + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/queryKey.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/queryKey.template new file mode 100644 index 000000000..0bea5f140 --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/queryKey.template @@ -0,0 +1,208 @@ + + + + + + + +Key Query Result + + + + + + + + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/queryKeyForRecovery.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/queryKeyForRecovery.template new file mode 100644 index 000000000..09e873377 --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/queryKeyForRecovery.template @@ -0,0 +1,220 @@ + + + + + + +Key Query Result + + + + + + + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/queryReq.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/queryReq.template new file mode 100644 index 000000000..47db884fa --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/queryReq.template @@ -0,0 +1,385 @@ + + + + Request Queue + + + + + +Request Queue +
+ + + + + +
 
+ + + + +

+ + +
+
+ + + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/recoverBySerial.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/recoverBySerial.template new file mode 100644 index 000000000..a1209f32b --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/recoverBySerial.template @@ -0,0 +1,76 @@ + + + +Key Recovery Result + + + + + + + + + + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/srchKey.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/srchKey.template new file mode 100644 index 000000000..a06999996 --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/srchKey.template @@ -0,0 +1,213 @@ + + + + + + + +Key Query Result + + + + + + + + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/srchKeyForRecovery.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/srchKeyForRecovery.template new file mode 100644 index 000000000..4c5387c32 --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/srchKeyForRecovery.template @@ -0,0 +1,227 @@ + + + + + + + +Key Query Result + + + + + + + diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/top.html b/dogtag/kra-ui/shared/webapps/kra/agent/kra/top.html new file mode 100644 index 000000000..5e7a2a40e --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/top.html @@ -0,0 +1,48 @@ + + + +Untitled Document + + + + + + + + +
+ + + + +
+ + + + + + +
Dogtag®
+ Certificate System
Privileged User Services
+
+ + + + + + + + + + + + + +
Certificate + ServiceRegistration + Service Key + Service
+
+ + + diff --git a/dogtag/kra-ui/shared/webapps/kra/index.html b/dogtag/kra-ui/shared/webapps/kra/index.html new file mode 100644 index 000000000..30662d47a --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/index.html @@ -0,0 +1,23 @@ + + + + diff --git a/dogtag/kra-ui/shared/webapps/kra/services.template b/dogtag/kra-ui/shared/webapps/kra/services.template new file mode 100644 index 000000000..e28887b70 --- /dev/null +++ b/dogtag/kra-ui/shared/webapps/kra/services.template @@ -0,0 +1,106 @@ + + + + +DRM Services + + + + + + + + + + + + +
+ +
+
+ +
+ - +
+ + +
+
+ +
+ + + +Certificate System DRM Services Page +
+

+ +

+

+ + + + + + + + + + +
  
  
+
+ + + -- cgit