acs-src-darora 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE ADDED
@@ -0,0 +1,626 @@
1
+ Copyright (c) 2014 The Apache Software Foundation
2
+
3
+
4
+ Apache License
5
+ Version 2.0, January 2004
6
+ http://www.apache.org/licenses/
7
+
8
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
9
+
10
+ 1. Definitions.
11
+
12
+ "License" shall mean the terms and conditions for use, reproduction,
13
+ and distribution as defined by Sections 1 through 9 of this document.
14
+
15
+ "Licensor" shall mean the copyright owner or entity authorized by
16
+ the copyright owner that is granting the License.
17
+
18
+ "Legal Entity" shall mean the union of the acting entity and all
19
+ other entities that control, are controlled by, or are under common
20
+ control with that entity. For the purposes of this definition,
21
+ "control" means (i) the power, direct or indirect, to cause the
22
+ direction or management of such entity, whether by contract or
23
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
24
+ outstanding shares, or (iii) beneficial ownership of such entity.
25
+
26
+ "You" (or "Your") shall mean an individual or Legal Entity
27
+ exercising permissions granted by this License.
28
+
29
+ "Source" form shall mean the preferred form for making modifications,
30
+ including but not limited to software source code, documentation
31
+ source, and configuration files.
32
+
33
+ "Object" form shall mean any form resulting from mechanical
34
+ transformation or translation of a Source form, including but
35
+ not limited to compiled object code, generated documentation,
36
+ and conversions to other media types.
37
+
38
+ "Work" shall mean the work of authorship, whether in Source or
39
+ Object form, made available under the License, as indicated by a
40
+ copyright notice that is included in or attached to the work
41
+ (an example is provided in the Appendix below).
42
+
43
+ "Derivative Works" shall mean any work, whether in Source or Object
44
+ form, that is based on (or derived from) the Work and for which the
45
+ editorial revisions, annotations, elaborations, or other modifications
46
+ represent, as a whole, an original work of authorship. For the purposes
47
+ of this License, Derivative Works shall not include works that remain
48
+ separable from, or merely link (or bind by name) to the interfaces of,
49
+ the Work and Derivative Works thereof.
50
+
51
+ "Contribution" shall mean any work of authorship, including
52
+ the original version of the Work and any modifications or additions
53
+ to that Work or Derivative Works thereof, that is intentionally
54
+ submitted to Licensor for inclusion in the Work by the copyright owner
55
+ or by an individual or Legal Entity authorized to submit on behalf of
56
+ the copyright owner. For the purposes of this definition, "submitted"
57
+ means any form of electronic, verbal, or written communication sent
58
+ to the Licensor or its representatives, including but not limited to
59
+ communication on electronic mailing lists, source code control systems,
60
+ and issue tracking systems that are managed by, or on behalf of, the
61
+ Licensor for the purpose of discussing and improving the Work, but
62
+ excluding communication that is conspicuously marked or otherwise
63
+ designated in writing by the copyright owner as "Not a Contribution."
64
+
65
+ "Contributor" shall mean Licensor and any individual or Legal Entity
66
+ on behalf of whom a Contribution has been received by Licensor and
67
+ subsequently incorporated within the Work.
68
+
69
+ 2. Grant of Copyright License. Subject to the terms and conditions of
70
+ this License, each Contributor hereby grants to You a perpetual,
71
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
72
+ copyright license to reproduce, prepare Derivative Works of,
73
+ publicly display, publicly perform, sublicense, and distribute the
74
+ Work and such Derivative Works in Source or Object form.
75
+
76
+ 3. Grant of Patent License. Subject to the terms and conditions of
77
+ this License, each Contributor hereby grants to You a perpetual,
78
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
79
+ (except as stated in this section) patent license to make, have made,
80
+ use, offer to sell, sell, import, and otherwise transfer the Work,
81
+ where such license applies only to those patent claims licensable
82
+ by such Contributor that are necessarily infringed by their
83
+ Contribution(s) alone or by combination of their Contribution(s)
84
+ with the Work to which such Contribution(s) was submitted. If You
85
+ institute patent litigation against any entity (including a
86
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
87
+ or a Contribution incorporated within the Work constitutes direct
88
+ or contributory patent infringement, then any patent licenses
89
+ granted to You under this License for that Work shall terminate
90
+ as of the date such litigation is filed.
91
+
92
+ 4. Redistribution. You may reproduce and distribute copies of the
93
+ Work or Derivative Works thereof in any medium, with or without
94
+ modifications, and in Source or Object form, provided that You
95
+ meet the following conditions:
96
+
97
+ (a) You must give any other recipients of the Work or
98
+ Derivative Works a copy of this License; and
99
+
100
+ (b) You must cause any modified files to carry prominent notices
101
+ stating that You changed the files; and
102
+
103
+ (c) You must retain, in the Source form of any Derivative Works
104
+ that You distribute, all copyright, patent, trademark, and
105
+ attribution notices from the Source form of the Work,
106
+ excluding those notices that do not pertain to any part of
107
+ the Derivative Works; and
108
+
109
+ (d) If the Work includes a "NOTICE" text file as part of its
110
+ distribution, then any Derivative Works that You distribute must
111
+ include a readable copy of the attribution notices contained
112
+ within such NOTICE file, excluding those notices that do not
113
+ pertain to any part of the Derivative Works, in at least one
114
+ of the following places: within a NOTICE text file distributed
115
+ as part of the Derivative Works; within the Source form or
116
+ documentation, if provided along with the Derivative Works; or,
117
+ within a display generated by the Derivative Works, if and
118
+ wherever such third-party notices normally appear. The contents
119
+ of the NOTICE file are for informational purposes only and
120
+ do not modify the License. You may add Your own attribution
121
+ notices within Derivative Works that You distribute, alongside
122
+ or as an addendum to the NOTICE text from the Work, provided
123
+ that such additional attribution notices cannot be construed
124
+ as modifying the License.
125
+
126
+ You may add Your own copyright statement to Your modifications and
127
+ may provide additional or different license terms and conditions
128
+ for use, reproduction, or distribution of Your modifications, or
129
+ for any such Derivative Works as a whole, provided Your use,
130
+ reproduction, and distribution of the Work otherwise complies with
131
+ the conditions stated in this License.
132
+
133
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
134
+ any Contribution intentionally submitted for inclusion in the Work
135
+ by You to the Licensor shall be under the terms and conditions of
136
+ this License, without any additional terms or conditions.
137
+ Notwithstanding the above, nothing herein shall supersede or modify
138
+ the terms of any separate license agreement you may have executed
139
+ with Licensor regarding such Contributions.
140
+
141
+ 6. Trademarks. This License does not grant permission to use the trade
142
+ names, trademarks, service marks, or product names of the Licensor,
143
+ except as required for reasonable and customary use in describing the
144
+ origin of the Work and reproducing the content of the NOTICE file.
145
+
146
+ 7. Disclaimer of Warranty. Unless required by applicable law or
147
+ agreed to in writing, Licensor provides the Work (and each
148
+ Contributor provides its Contributions) on an "AS IS" BASIS,
149
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
150
+ implied, including, without limitation, any warranties or conditions
151
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
152
+ PARTICULAR PURPOSE. You are solely responsible for determining the
153
+ appropriateness of using or redistributing the Work and assume any
154
+ risks associated with Your exercise of permissions under this License.
155
+
156
+ 8. Limitation of Liability. In no event and under no legal theory,
157
+ whether in tort (including negligence), contract, or otherwise,
158
+ unless required by applicable law (such as deliberate and grossly
159
+ negligent acts) or agreed to in writing, shall any Contributor be
160
+ liable to You for damages, including any direct, indirect, special,
161
+ incidental, or consequential damages of any character arising as a
162
+ result of this License or out of the use or inability to use the
163
+ Work (including but not limited to damages for loss of goodwill,
164
+ work stoppage, computer failure or malfunction, or any and all
165
+ other commercial damages or losses), even if such Contributor
166
+ has been advised of the possibility of such damages.
167
+
168
+ 9. Accepting Warranty or Additional Liability. While redistributing
169
+ the Work or Derivative Works thereof, You may choose to offer,
170
+ and charge a fee for, acceptance of support, warranty, indemnity,
171
+ or other liability obligations and/or rights consistent with this
172
+ License. However, in accepting such obligations, You may act only
173
+ on Your own behalf and on Your sole responsibility, not on behalf
174
+ of any other Contributor, and only if You agree to indemnify,
175
+ defend, and hold each Contributor harmless for any liability
176
+ incurred by, or claims asserted against, such Contributor by reason
177
+ of your accepting any such warranty or additional liability.
178
+
179
+ END OF TERMS AND CONDITIONS
180
+
181
+
182
+ This distribution contains third party resources.
183
+ Within the console-proxy/js directory
184
+ licensed under the MIT License http://www.opensource.org/licenses/mit-license.php (as follows)
185
+
186
+ Copyright (c) 2009, John Resig
187
+
188
+ Permission is hereby granted, free of charge, to any person obtaining
189
+ a copy of this software and associated documentation files (the
190
+ "Software"), to deal in the Software without restriction, including
191
+ without limitation the rights to use, copy, modify, merge, publish,
192
+ distribute, sublicense, and/or sell copies of the Software, and to
193
+ permit persons to whom the Software is furnished to do so, subject to
194
+ the following conditions:
195
+
196
+ The above copyright notice and this permission notice shall be
197
+ included in all copies or substantial portions of the Software.
198
+
199
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
200
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
201
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
202
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
203
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
204
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
205
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
206
+
207
+ from John Resig
208
+ jquery.js
209
+
210
+
211
+ Within the systemvm/debian/etc directory
212
+ placed in the public domain
213
+ by Adiscon GmbH http://www.adiscon.com/
214
+ rsyslog.conf
215
+ by Simon Kelley
216
+ dnsmasq.conf
217
+ vpcdnsmasq.conf
218
+
219
+ Within the systemvm/debian/etc/apache2 directory
220
+ licensed under the Apache License, Version 2 http://www.apache.org/licenses/LICENSE-2.0.txt (as above)
221
+ Copyright (c) 2012 The Apache Software Foundation
222
+ from The Apache Software Foundation http://www.apache.org/
223
+ httpd.conf
224
+ vhost.template
225
+
226
+ Within the systemvm/debian/etc/ssh/ directory
227
+ licensed under the BSD (2-clause) http://www.opensource.org/licenses/BSD-2-Clause (as follows)
228
+
229
+
230
+ Redistribution and use in source and binary forms, with or without modification,
231
+ are permitted provided that the following conditions are met:
232
+
233
+ Redistributions of source code must retain the above copyright notice, this list
234
+ of conditions and the following disclaimer. Redistributions in binary form must
235
+ reproduce the above copyright notice, this list of conditions and the following
236
+ disclaimer in the documentation and/or other materials provided with the
237
+ distribution.
238
+
239
+ Neither the name of the author nor the names of contributors may be used to
240
+ endorse or promote products derived from this software without specific prior
241
+ written permission.
242
+
243
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
244
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
245
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
246
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
247
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
248
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
249
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
250
+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
251
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
252
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
253
+
254
+ from OpenSSH Project http://www.openssh.org/
255
+ sshd_config
256
+
257
+ Within the systemvm/debian/root/redundant_router directory
258
+ placed in the public domain
259
+ by The netfilter.org project http://www.netfilter.org/
260
+ conntrackd.conf.templ
261
+
262
+ Within the scripts/storage/secondary directory
263
+ licensed under the Apache License, Version 2 http://www.apache.org/licenses/LICENSE-2.0.txt (as above)
264
+ Copyright (c) 2010-2011 OpenStack, LLC.
265
+ from OpenStack, LLC http://www.openstack.org
266
+ swift
267
+
268
+ Within the scripts/vm/hypervisor/xenserver directory
269
+ licensed under the Apache License, Version 2 http://www.apache.org/licenses/LICENSE-2.0.txt (as above)
270
+ Copyright (c) 2010-2011 OpenStack, LLC.
271
+ from OpenStack, LLC http://www.openstack.org
272
+ swift
273
+
274
+ Within the ui/lib directory
275
+ placed in the public domain
276
+ by Eric Meyer http://meyerweb.com/eric/
277
+ reset.css from http://meyerweb.com/eric/tools/css/reset/
278
+
279
+ licensed under the Apache License, Version 2 http://www.apache.org/licenses/LICENSE-2.0.txt (as above)
280
+ Copyright (c) 2006 Google Inc.
281
+ from Google Inc. http://google.com
282
+ excanvas.js from http://code.google.com/p/explorercanvas/
283
+
284
+ licensed under the BSD (2-clause) http://www.opensource.org/licenses/BSD-2-Clause (as follows)
285
+
286
+ Copyright (c) 2008 George McGinley Smith
287
+ All rights reserved.
288
+
289
+ Redistribution and use in source and binary forms, with or without modification,
290
+ are permitted provided that the following conditions are met:
291
+
292
+ Redistributions of source code must retain the above copyright notice, this list
293
+ of conditions and the following disclaimer. Redistributions in binary form must
294
+ reproduce the above copyright notice, this list of conditions and the following
295
+ disclaimer in the documentation and/or other materials provided with the
296
+ distribution.
297
+
298
+ Neither the name of the author nor the names of contributors may be used to
299
+ endorse or promote products derived from this software without specific prior
300
+ written permission.
301
+
302
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
303
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
304
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
305
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
306
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
307
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
308
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
309
+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
310
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
311
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
312
+
313
+ from George McGinley Smith
314
+ jquery.easing.js
315
+
316
+ licensed under the MIT License http://www.opensource.org/licenses/mit-license.php (as follows)
317
+
318
+
319
+ Permission is hereby granted, free of charge, to any person obtaining
320
+ a copy of this software and associated documentation files (the
321
+ "Software"), to deal in the Software without restriction, including
322
+ without limitation the rights to use, copy, modify, merge, publish,
323
+ distribute, sublicense, and/or sell copies of the Software, and to
324
+ permit persons to whom the Software is furnished to do so, subject to
325
+ the following conditions:
326
+
327
+ The above copyright notice and this permission notice shall be
328
+ included in all copies or substantial portions of the Software.
329
+
330
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
331
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
332
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
333
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
334
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
335
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
336
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
337
+
338
+ from The Dojo Foundation http://dojofoundation.org/
339
+ require.js from http://github.com/jrburke/requirejs
340
+
341
+ licensed under the MIT License http://www.opensource.org/licenses/mit-license.php (as follows)
342
+
343
+ Copyright (c) 2011, John Resig
344
+
345
+ Permission is hereby granted, free of charge, to any person obtaining
346
+ a copy of this software and associated documentation files (the
347
+ "Software"), to deal in the Software without restriction, including
348
+ without limitation the rights to use, copy, modify, merge, publish,
349
+ distribute, sublicense, and/or sell copies of the Software, and to
350
+ permit persons to whom the Software is furnished to do so, subject to
351
+ the following conditions:
352
+
353
+ The above copyright notice and this permission notice shall be
354
+ included in all copies or substantial portions of the Software.
355
+
356
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
357
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
358
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
359
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
360
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
361
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
362
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
363
+
364
+ from John Resig
365
+ jquery.js
366
+
367
+ licensed under the MIT License http://www.opensource.org/licenses/mit-license.php (as follows)
368
+
369
+ Copyright (c) 2014 Jörn Zaefferer
370
+
371
+ Permission is hereby granted, free of charge, to any person obtaining
372
+ a copy of this software and associated documentation files (the
373
+ "Software"), to deal in the Software without restriction, including
374
+ without limitation the rights to use, copy, modify, merge, publish,
375
+ distribute, sublicense, and/or sell copies of the Software, and to
376
+ permit persons to whom the Software is furnished to do so, subject to
377
+ the following conditions:
378
+
379
+ The above copyright notice and this permission notice shall be
380
+ included in all copies or substantial portions of the Software.
381
+
382
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
383
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
384
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
385
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
386
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
387
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
388
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
389
+
390
+ from Jorn Zaefferer
391
+ jquery.validate.js
392
+
393
+ licensed under the MIT License http://www.opensource.org/licenses/mit-license.php (as follows)
394
+
395
+ Copyright (c) 2014 Jörn Zaefferer
396
+
397
+ Permission is hereby granted, free of charge, to any person obtaining
398
+ a copy of this software and associated documentation files (the
399
+ "Software"), to deal in the Software without restriction, including
400
+ without limitation the rights to use, copy, modify, merge, publish,
401
+ distribute, sublicense, and/or sell copies of the Software, and to
402
+ permit persons to whom the Software is furnished to do so, subject to
403
+ the following conditions:
404
+
405
+ The above copyright notice and this permission notice shall be
406
+ included in all copies or substantial portions of the Software.
407
+
408
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
409
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
410
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
411
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
412
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
413
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
414
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
415
+
416
+ from Jorn Zaefferer
417
+ jquery.validate.additional-methods.js
418
+
419
+ licensed under the MIT License http://www.opensource.org/licenses/mit-license.php (as follows)
420
+
421
+ Copyright (c) 2010, Sebastian Tschan
422
+
423
+ Permission is hereby granted, free of charge, to any person obtaining
424
+ a copy of this software and associated documentation files (the
425
+ "Software"), to deal in the Software without restriction, including
426
+ without limitation the rights to use, copy, modify, merge, publish,
427
+ distribute, sublicense, and/or sell copies of the Software, and to
428
+ permit persons to whom the Software is furnished to do so, subject to
429
+ the following conditions:
430
+
431
+ The above copyright notice and this permission notice shall be
432
+ included in all copies or substantial portions of the Software.
433
+
434
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
435
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
436
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
437
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
438
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
439
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
440
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
441
+
442
+ from Sebastian Tschan https://blueimp.net
443
+ jquery.md5.js
444
+
445
+ licensed under the MIT License http://www.opensource.org/licenses/mit-license.php (as follows)
446
+
447
+ Copyright (c) 2006 Klaus Hartl (stilbuero.de)
448
+
449
+ Permission is hereby granted, free of charge, to any person obtaining
450
+ a copy of this software and associated documentation files (the
451
+ "Software"), to deal in the Software without restriction, including
452
+ without limitation the rights to use, copy, modify, merge, publish,
453
+ distribute, sublicense, and/or sell copies of the Software, and to
454
+ permit persons to whom the Software is furnished to do so, subject to
455
+ the following conditions:
456
+
457
+ The above copyright notice and this permission notice shall be
458
+ included in all copies or substantial portions of the Software.
459
+
460
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
461
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
462
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
463
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
464
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
465
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
466
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
467
+
468
+ from Klaus Hartl http://stilbuero.de
469
+ jquery.cookies.js
470
+
471
+ Within the ui/lib/flot directory
472
+ licensed under the MIT License http://www.opensource.org/licenses/mit-license.php (as follows)
473
+
474
+ Released under the MIT license by IOLA, December 2007.
475
+
476
+ Permission is hereby granted, free of charge, to any person obtaining
477
+ a copy of this software and associated documentation files (the
478
+ "Software"), to deal in the Software without restriction, including
479
+ without limitation the rights to use, copy, modify, merge, publish,
480
+ distribute, sublicense, and/or sell copies of the Software, and to
481
+ permit persons to whom the Software is furnished to do so, subject to
482
+ the following conditions:
483
+
484
+ The above copyright notice and this permission notice shall be
485
+ included in all copies or substantial portions of the Software.
486
+
487
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
488
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
489
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
490
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
491
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
492
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
493
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
494
+
495
+ from IOLA http://www.iola.dk/
496
+ jquery.flot.crosshair.js
497
+ jquery.flot.fillbetween.js
498
+ jquery.flot.image.js
499
+ jquery.flot.js
500
+ jquery.flot.navigate.js
501
+ jquery.flot.resize.js
502
+ jquery.flot.selection.js
503
+ jquery.flot.stack.js
504
+ jquery.flot.symbol.js
505
+ jquery.flot.threshold.js
506
+
507
+ licensed under the MIT License http://www.opensource.org/licenses/mit-license.php (as follows)
508
+
509
+ Created by Brian Medendorp, June 2009
510
+ Updated November 2009 with contributions from: btburnett3, Anthony Aragues and Xavi Ivars
511
+
512
+ Permission is hereby granted, free of charge, to any person obtaining
513
+ a copy of this software and associated documentation files (the
514
+ "Software"), to deal in the Software without restriction, including
515
+ without limitation the rights to use, copy, modify, merge, publish,
516
+ distribute, sublicense, and/or sell copies of the Software, and to
517
+ permit persons to whom the Software is furnished to do so, subject to
518
+ the following conditions:
519
+
520
+ The above copyright notice and this permission notice shall be
521
+ included in all copies or substantial portions of the Software.
522
+
523
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
524
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
525
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
526
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
527
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
528
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
529
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
530
+
531
+ from Brian Medendorp
532
+ jquery.pie.js
533
+
534
+ licensed under the MIT License http://www.opensource.org/licenses/mit-license.php (as follows)
535
+
536
+
537
+ Permission is hereby granted, free of charge, to any person obtaining
538
+ a copy of this software and associated documentation files (the
539
+ "Software"), to deal in the Software without restriction, including
540
+ without limitation the rights to use, copy, modify, merge, publish,
541
+ distribute, sublicense, and/or sell copies of the Software, and to
542
+ permit persons to whom the Software is furnished to do so, subject to
543
+ the following conditions:
544
+
545
+ The above copyright notice and this permission notice shall be
546
+ included in all copies or substantial portions of the Software.
547
+
548
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
549
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
550
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
551
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
552
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
553
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
554
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
555
+
556
+ from Ole Laursen
557
+ jquery.colorhelpers.js
558
+
559
+ Within the ui/lib/jquery-ui directory
560
+ licensed under the MIT License http://www.opensource.org/licenses/mit-license.php (as follows)
561
+
562
+
563
+ Permission is hereby granted, free of charge, to any person obtaining
564
+ a copy of this software and associated documentation files (the
565
+ "Software"), to deal in the Software without restriction, including
566
+ without limitation the rights to use, copy, modify, merge, publish,
567
+ distribute, sublicense, and/or sell copies of the Software, and to
568
+ permit persons to whom the Software is furnished to do so, subject to
569
+ the following conditions:
570
+
571
+ The above copyright notice and this permission notice shall be
572
+ included in all copies or substantial portions of the Software.
573
+
574
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
575
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
576
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
577
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
578
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
579
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
580
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
581
+
582
+ from jQuery UI Developers http://jqueryui.com/about
583
+ css/jquery-ui.css
584
+ index.html
585
+ js/jquery-ui.js
586
+
587
+ Within the ui/lib/qunit directory
588
+ licensed under the MIT License http://www.opensource.org/licenses/mit-license.php (as follows)
589
+
590
+ Copyright (c) 2012 John Resig, Jörn Zaefferer
591
+
592
+ Permission is hereby granted, free of charge, to any person obtaining
593
+ a copy of this software and associated documentation files (the
594
+ "Software"), to deal in the Software without restriction, including
595
+ without limitation the rights to use, copy, modify, merge, publish,
596
+ distribute, sublicense, and/or sell copies of the Software, and to
597
+ permit persons to whom the Software is furnished to do so, subject to
598
+ the following conditions:
599
+
600
+ The above copyright notice and this permission notice shall be
601
+ included in all copies or substantial portions of the Software.
602
+
603
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
604
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
605
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
606
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
607
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
608
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
609
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
610
+
611
+ from Jorn Zaefferer
612
+ qunit.css from http://docs.jquery.com/QUnit
613
+ qunit.js from http://docs.jquery.com/QUnit
614
+
615
+ Within the utils/src/main/java/com/cloud/utils/db directory
616
+ licensed under the Apache License, Version 2 http://www.apache.org/licenses/LICENSE-2.0.txt (as above)
617
+ Copyright (c) 2004 Clinton Begin
618
+ from Clinton Begin http://code.google.com/p/mybatis/
619
+ ScriptRunner.java from http://code.google.com/p/mybatis/
620
+
621
+ Within the utils/src/main/java/org/apache/commons/httpclient/contrib/ssl directory
622
+ licensed under the Apache License, Version 2 http://www.apache.org/licenses/LICENSE-2.0.txt (as above)
623
+ Copyright (c) 2007 The Apache Software Foundation
624
+ from The Apache Software Foundation http://www.apache.org/
625
+ EasySSLProtocolSocketFactory.java
626
+ EasyX509TrustManager.java
package/LICENSE.header ADDED
@@ -0,0 +1,16 @@
1
+ Licensed to the Apache Software Foundation (ASF) under one
2
+ or more contributor license agreements. See the NOTICE file
3
+ distributed with this work for additional information
4
+ regarding copyright ownership. The ASF licenses this file
5
+ to you under the Apache License, Version 2.0 (the
6
+ "License"); you may not use this file except in compliance
7
+ with the License. You may obtain a copy of the License at
8
+
9
+ http://www.apache.org/licenses/LICENSE-2.0
10
+
11
+ Unless required by applicable law or agreed to in writing,
12
+ software distributed under the License is distributed on an
13
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ KIND, either express or implied. See the License for the
15
+ specific language governing permissions and limitations
16
+ under the License.
package/README.md ADDED
@@ -0,0 +1,217 @@
1
+ <!--
2
+ Licensed to the Apache Software Foundation (ASF) under one
3
+ or more contributor license agreements. See the NOTICE file
4
+ distributed with this work for additional information
5
+ regarding copyright ownership. The ASF licenses this file
6
+ to you under the Apache License, Version 2.0 (the
7
+ "License"); you may not use this file except in compliance
8
+ with the License. You may obtain a copy of the License at
9
+
10
+ http://www.apache.org/licenses/LICENSE-2.0
11
+
12
+ Unless required by applicable law or agreed to in writing,
13
+ software distributed under the License is distributed on an
14
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15
+ KIND, either express or implied. See the License for the
16
+ specific language governing permissions and limitations
17
+ under the License.
18
+ -->
19
+
20
+ # Apache CloudStack
21
+
22
+ [![Build Status](https://github.com/apache/cloudstack/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/apache/cloudstack/actions/workflows/build.yml)
23
+ [![codecov](https://codecov.io/gh/apache/cloudstack/branch/main/graph/badge.svg)](https://codecov.io/gh/apache/cloudstack)
24
+ [![Docker CloudStack Simulator Status](https://github.com/apache/cloudstack/actions/workflows/docker-cloudstack-simulator.yml/badge.svg?branch=main)](https://github.com/apache/cloudstack/actions/workflows/docker-cloudstack-simulator.yml)
25
+ [![License Check](https://github.com/apache/cloudstack/actions/workflows/rat.yml/badge.svg?branch=main)](https://github.com/apache/cloudstack/actions/workflows/rat.yml)
26
+ [![Linter Status](https://github.com/apache/cloudstack/actions/workflows/linter.yml/badge.svg)](https://github.com/apache/cloudstack/actions/workflows/linter.yml)
27
+ [![Merge Conflict Checker Status](https://github.com/apache/cloudstack/actions/workflows/merge-conflict-checker.yml/badge.svg?branch=main)](https://github.com/apache/cloudstack/actions/workflows/merge-conflict-checker.yml)
28
+ [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=apache_cloudstack&metric=alert_status)](https://sonarcloud.io/dashboard?id=apache_cloudstack)
29
+ [![Simulator CI](https://github.com/apache/cloudstack/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/apache/cloudstack/actions/workflows/ci.yml)
30
+ [![UI Build](https://github.com/apache/cloudstack/actions/workflows/ui.yml/badge.svg?branch=main)](https://github.com/apache/cloudstack/actions/workflows/ui.yml)
31
+
32
+ [![Apache CloudStack](tools/logo/apache_cloudstack.png)](https://cloudstack.apache.org/)
33
+
34
+ <!-- START doctoc generated TOC please keep comment here to allow auto update -->
35
+ <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
36
+
37
+ - [Who Uses CloudStack?](#who-uses-cloudstack)
38
+ - [Demo](#demo)
39
+ - [Getting Started](#getting-started)
40
+ - [Getting Source Repository](#getting-source-repository)
41
+ - [Documentation](#documentation)
42
+ - [News and Events](#news-and-events)
43
+ - [Getting Involved and Contributing](#getting-involved-and-contributing)
44
+ - [Reporting Security Vulnerabilities](#reporting-security-vulnerabilities)
45
+ - [License](#license)
46
+ - [Notice of Cryptographic Software](#notice-of-cryptographic-software)
47
+ - [Star History](#star-history)
48
+ - [Contributors](#contributors)
49
+
50
+ <!-- END doctoc generated TOC please keep comment here to allow auto update -->
51
+
52
+ Apache CloudStack is open source software designed to deploy and manage large
53
+ networks of virtual machines, as a highly available, highly scalable
54
+ Infrastructure as a Service (IaaS) cloud computing platform. CloudStack is used
55
+ by a number of service providers to offer public cloud services, and by many
56
+ companies to provide an on-premises (private) cloud offering, or as part of a
57
+ hybrid cloud solution.
58
+
59
+ CloudStack is a turnkey solution that includes the entire "stack" of features
60
+ most organizations want with an IaaS cloud: compute orchestration,
61
+ Network-as-a-Service, user and account management, a full and open native API,
62
+ resource accounting, and a first-class User Interface (UI).
63
+
64
+ CloudStack currently supports the most popular hypervisors:
65
+ VMware vSphere, KVM, XenServer, XenProject and Hyper-V as well as
66
+ OVM and LXC containers.
67
+
68
+ Users can manage their cloud with an easy to use Web interface, command line
69
+ tools, and/or a full-featured query based API.
70
+
71
+ For more information on Apache CloudStack, please visit the [website](https://cloudstack.apache.org)
72
+
73
+ ## Who Uses CloudStack?
74
+
75
+ * There are more than 150 known organizations using Apache CloudStack (or a commercial distribution of CloudStack). Our users include many major service providers running CloudStack to offer public cloud services, product vendors who incorporate or integrate with CloudStack in their own products, organizations who have used CloudStack to build their own private clouds, and systems integrators that offer CloudStack related services.
76
+
77
+ * See our [case studies](https://cwiki.apache.org/confluence/display/CLOUDSTACK/Case+Studies) highlighting successful deployments of Apache CloudStack.
78
+
79
+ * See the up-to-date list of current [users](https://cloudstack.apache.org/users.html).
80
+
81
+ * If you are using CloudStack in your organization and your company is not listed above, please complete our brief adoption [survey](https://cloudstack.apache.org/survey.html). We're happy to keep your company name anonymous if you require.
82
+
83
+ ## Demo
84
+
85
+ ![Screenshot](ui/docs/screenshot-dashboard.png)
86
+
87
+ See the project user-interface QA website that runs CloudStack against simulator hypervisor:
88
+ https://qa.cloudstack.cloud/simulator/ (admin:password)
89
+
90
+ ## Getting Started
91
+
92
+ * Download a released [version](https://cloudstack.apache.org/downloads.html)
93
+ * Build from source with the instructions in the [INSTALL.md](INSTALL.md) file.
94
+
95
+ ## Getting Source Repository
96
+
97
+ Apache CloudStack project uses Git. The official Git repository is at:
98
+
99
+ https://gitbox.apache.org/repos/asf/cloudstack.git
100
+
101
+ And a mirror is hosted on GitHub:
102
+
103
+ https://github.com/apache/cloudstack
104
+
105
+ The GitHub mirror is strictly read only and provides convenience to users and
106
+ developers to explore the code and for the community to accept contributions
107
+ via GitHub pull requests.
108
+
109
+ ## Documentation
110
+
111
+ * [Project Documentation](https://docs.cloudstack.apache.org)
112
+ * [Release notes](https://docs.cloudstack.apache.org/en/latest/releasenotes/index.html)
113
+ * Developer [wiki](https://cwiki.apache.org/confluence/display/CLOUDSTACK/Home)
114
+ * Design [documents](https://cwiki.apache.org/confluence/display/CLOUDSTACK/Design)
115
+ * API [documentation](https://cloudstack.apache.org/api.html)
116
+ * How to [contribute](CONTRIBUTING.md)
117
+
118
+ ## News and Events
119
+
120
+ * [Blog](https://blogs.apache.org/cloudstack)
121
+ * [Twitter](https://twitter.com/cloudstack)
122
+ * [Events and meetup](http://cloudstackcollab.org/)
123
+ * [YouTube channel](https://www.youtube.com/ApacheCloudStack)
124
+
125
+ ## Getting Involved and Contributing
126
+
127
+ Interested in helping out with Apache CloudStack? Great! We welcome
128
+ participation from anybody willing to work [The Apache Way](https://theapacheway.com) and make a
129
+ contribution. Note that you do not have to be a developer in order to contribute
130
+ to Apache CloudStack. We need folks to help with documentation, translation,
131
+ promotion etc. See our contribution [page](https://cloudstack.apache.org/contribute.html).
132
+
133
+ If you are a frequent contributors, you can request to be added as collaborators
134
+ (see https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features#Git.asf.yamlfeatures-AssigningexternalcollaboratorswiththetriageroleonGitHub)
135
+ to our GitHub repos. This allows you to use project GitHub with ability to report
136
+ issue with tags, and be assigned to issues and PRs. This is done via the .asf.yaml
137
+ file in this repo.
138
+ You may do so by sharing your GitHub users ID or raise a GitHub issue.
139
+
140
+ If you're interested in learning more or participating in the Apache CloudStack
141
+ project, the mailing lists are the best way to do that. While the project has
142
+ several communications channels, the [mailing lists](https://cloudstack.apache.org/mailing-lists.html) are the most active and the
143
+ official channels for making decisions about the project itself.
144
+
145
+ Mailing lists:
146
+ - [Development Mailing List](mailto:dev-subscribe@cloudstack.apache.org)
147
+ - [Users Mailing List](mailto:users-subscribe@cloudstack.apache.org)
148
+ - [Commits Mailing List](mailto:commits-subscribe@cloudstack.apache.org)
149
+ - [Issues Mailing List](mailto:issues-subscribe@cloudstack.apache.org)
150
+ - [Marketing Mailing List](mailto:marketing-subscribe@cloudstack.apache.org)
151
+
152
+ Report and/or check bugs on [GitHub](https://github.com/apache/cloudstack/issues) and check our
153
+ developer [page](https://cloudstack.apache.org/developers.html) for contributing code.
154
+
155
+ ## Reporting Security Vulnerabilities
156
+
157
+ If you've found an issue that you believe is a security vulnerability in a
158
+ released version of CloudStack, please report it to `security@apache.org` with
159
+ details about the vulnerability, how it might be exploited, and any additional
160
+ information that might be useful.
161
+
162
+ For more details, please visit our security [page](https://cloudstack.apache.org/security.html).
163
+
164
+ ## License
165
+
166
+ Licensed to the Apache Software Foundation (ASF) under one
167
+ or more contributor license agreements. See the NOTICE file
168
+ distributed with this work for additional information
169
+ regarding copyright ownership. The ASF licenses this file
170
+ to you under the Apache License, Version 2.0 (the
171
+ "License"); you may not use this file except in compliance
172
+ with the License. You may obtain a copy of the License at
173
+
174
+ http://www.apache.org/licenses/LICENSE-2.0
175
+
176
+ Unless required by applicable law or agreed to in writing,
177
+ software distributed under the License is distributed on an
178
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
179
+ KIND, either express or implied. See the License for the
180
+ specific language governing permissions and limitations
181
+ under the License.
182
+
183
+ Please see the [LICENSE](LICENSE) file included in the root directory
184
+ of the source tree for extended license details.
185
+
186
+ ## Notice of Cryptographic Software
187
+
188
+ This distribution includes cryptographic software. The country in which you currently
189
+ reside may have restrictions on the import, possession, use, and/or re-export to another
190
+ country, of encryption software. BEFORE using any encryption software, please check your
191
+ country's laws, regulations and policies concerning the import, possession, or use, and
192
+ re-export of encryption software, to see if this is permitted. See [The Wassenaar Arrangement](http://www.wassenaar.org/)
193
+ for more information.
194
+
195
+ The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has
196
+ classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which
197
+ includes information security software using or performing cryptographic functions with
198
+ asymmetric algorithms. The form and manner of this Apache Software Foundation distribution
199
+ makes it eligible for export under the License Exception ENC Technology Software
200
+ Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section
201
+ 740.13) for both object code and source code.
202
+
203
+ The following provides more details on the included cryptographic software:
204
+
205
+ * CloudStack makes use of JaSypt cryptographic libraries.
206
+ * CloudStack has a system requirement of MySQL, and uses native database encryption functionality.
207
+ * CloudStack makes use of the Bouncy Castle general-purpose encryption library.
208
+ * CloudStack can optionally interact with and control OpenSwan-based VPNs.
209
+ * CloudStack has a dependency on and makes use of JSch - a java SSH2 implementation.
210
+
211
+ ## Star History
212
+
213
+ [![Apache CloudStack Star History](https://api.star-history.com/svg?repos=apache/cloudstack&type=Date)](https://www.star-history.com/#apache/cloudstack&Date)
214
+
215
+ ## Contributors
216
+
217
+ [![Apache CloudStack Contributors](https://contrib.rocks/image?repo=apache/cloudstack&anon=0&max=500)](https://github.com/apache/cloudstack/graphs/contributors)
Binary file
package/package.json ADDED
@@ -0,0 +1,6 @@
1
+ {
2
+ "name": "acs-src-darora",
3
+ "version": "1.0.0",
4
+ "description": "ACS source",
5
+ "files": ["cloudstack.tar.gz"]
6
+ }