From f36958200bf4f0e4459c3cca871411a80aedcd5a Mon Sep 17 00:00:00 2001 From: Valentin Deville Date: Mon, 6 Jun 2016 09:52:25 +0200 Subject: [PATCH] Initial commit --- APACHE/Listprinters.conf | 1 + APACHE/Map.pm | 22 ++ LICENSE | 339 ++++++++++++++++++++++++++++ README.md | 2 + agent/listprinters.vbs | 13 ++ cd_listprinters/cd_listprinters.php | 51 +++++ infos.json | 10 + install.php | 32 +++ preview.png | Bin 0 -> 12046 bytes 9 files changed, 470 insertions(+) create mode 100644 APACHE/Listprinters.conf create mode 100644 APACHE/Map.pm create mode 100644 LICENSE create mode 100644 README.md create mode 100644 agent/listprinters.vbs create mode 100644 cd_listprinters/cd_listprinters.php create mode 100644 infos.json create mode 100644 install.php create mode 100644 preview.png diff --git a/APACHE/Listprinters.conf b/APACHE/Listprinters.conf new file mode 100644 index 0000000..1979e38 --- /dev/null +++ b/APACHE/Listprinters.conf @@ -0,0 +1 @@ +PerlModule Apache::Ocsinventory::Plugins::Listprinters::Map diff --git a/APACHE/Map.pm b/APACHE/Map.pm new file mode 100644 index 0000000..6d5a2f9 --- /dev/null +++ b/APACHE/Map.pm @@ -0,0 +1,22 @@ + + +package Apache::Ocsinventory::Plugins::Listprinters::Map; + +use strict; + +use Apache::Ocsinventory::Map; + +$DATA_MAP{listprinters} = { + mask => 0, + multi => 1, + auto => 1, + delOnReplace => 1, + sortBy => 'NAME', + writeDiff => 0, + cache => 0, + fields => { + NAME => {}, + ADDRESS => {} + } +}; +1; \ No newline at end of file diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..23cb790 --- /dev/null +++ b/LICENSE @@ -0,0 +1,339 @@ + 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. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + {description} + Copyright (C) {year} {fullname} + + 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; either version 2 of the License, or + (at your option) any later version. + + 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. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + {signature of Ty Coon}, 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. diff --git a/README.md b/README.md new file mode 100644 index 0000000..cc30f7e --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# List printers +Retrieve connected printers \ No newline at end of file diff --git a/agent/listprinters.vbs b/agent/listprinters.vbs new file mode 100644 index 0000000..d3897bf --- /dev/null +++ b/agent/listprinters.vbs @@ -0,0 +1,13 @@ +'Author: Valentin DEVILLE + + +Set WshNetwork = WScript.CreateObject("WScript.Network") +Set oPrinters = WshNetwork.EnumPrinterConnections + + +For i = 0 to oPrinters.Count - 1 Step 2 + Wscript.Echo "" + Wscript.Echo "" & oPrinters.Item(i+1) & "" + Wscript.Echo "
" & oPrinters.Item(i) & "
" + Wscript.Echo "
" +Next diff --git a/cd_listprinters/cd_listprinters.php b/cd_listprinters/cd_listprinters.php new file mode 100644 index 0000000..2a40749 --- /dev/null +++ b/cd_listprinters/cd_listprinters.php @@ -0,0 +1,51 @@ + 'NAME', + 'Address' => 'ADDRESS' + ); + $list_col_cant_del=$list_fields; + $default_fields= $list_fields; + $sql=prepare_sql_tab($list_fields); + + $sql['SQL'] .= "FROM $table_name WHERE (hardware_id = $systemid)"; + array_push($sql['ARG'],$systemid); + $tab_options['ARG_SQL']=$sql['ARG']; + $tab_options['ARG_SQL_COUNT']=$systemid; + ajaxtab_entete_fixe($list_fields,$default_fields,$tab_options,$list_col_cant_del); + echo close_form(); + if ($ajax){ + ob_end_clean(); + tab_req($list_fields,$default_fields,$list_col_cant_del,$sql['SQL'],$tab_options); + ob_start(); + } diff --git a/infos.json b/infos.json new file mode 100644 index 0000000..e7f0984 --- /dev/null +++ b/infos.json @@ -0,0 +1,10 @@ +{ + "displayName" : "List printers", + "author" : ["Valentin DEVILLE"], + "contributor" : [], + "supportedAgent" : ["Windows"], + "description" : { + "fr" : "Remonte les imprimantes connectés", + "en" : "Retrieve connected printers" + } +} \ No newline at end of file diff --git a/install.php b/install.php new file mode 100644 index 0000000..b27817d --- /dev/null +++ b/install.php @@ -0,0 +1,32 @@ + 'List printers', +'version' => '1.0', +'author'=> 'Valentin DEVILLE', +'license' => 'GPLv2', +'verMinOcs' => '2.2'); +} + +function plugin_init_listprinters() +{ +$object = new plugins; +$object -> add_cd_entry("listprinters","other"); + +$object -> sql_query("CREATE TABLE IF NOT EXISTS `listprinters` ( + `ID` INT(11) NOT NULL AUTO_INCREMENT, + `HARDWARE_ID` INT(11) NOT NULL, + `NAME` VARCHAR(255) DEFAULT NULL, + `ADDRESS` VARCHAR(255) DEFAULT NULL, + PRIMARY KEY (`ID`,`HARDWARE_ID`) + ) ENGINE=INNODB;"); + +} + +function plugin_delete_listprinters() +{ +$object = new plugins; +$object -> del_cd_entry("listprinters"); +$object -> sql_query("DROP TABLE `listprinters`"); + +} \ No newline at end of file diff --git a/preview.png b/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..9df34dc03345796c1f2490bb5f9149f606e9f22a GIT binary patch literal 12046 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