ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Urlader/Urlader.pm
(Generate patch)

Comparing Urlader/Urlader.pm (file contents):
Revision 1.9 by root, Sun Jun 17 12:56:16 2012 UTC vs.
Revision 1.12 by root, Mon Jun 10 06:16:16 2013 UTC

196package Urlader; 196package Urlader;
197 197
198use common::sense; 198use common::sense;
199 199
200BEGIN { 200BEGIN {
201 our $VERSION = '1.0'; 201 our $VERSION = '1.01';
202 202
203 use XSLoader; 203 use XSLoader;
204 XSLoader::load __PACKAGE__, $VERSION; 204 XSLoader::load __PACKAGE__, $VERSION;
205} 205}
206 206
275 275
276=over 4 276=over 4
277 277
278=item Gathering files 278=item Gathering files
279 279
280Gathering all the files needed for distribution cna be a big 280Gathering all the files needed for distribution can be a big
281problem. Right now, Urlader does not assist you in this task in any way, 281problem. Right now, Urlader does not assist you in this task in any way,
282however, just like perl source stripping, it is planned to unbundle the 282however, just like perl source stripping, it is planned to unbundle the
283relevant technology from B<staticperl> (L<http://staticperl.plan9.de>) for 283relevant technology from B<staticperl> (L<http://staticperl.plan9.de>) for
284use with this module. 284use with this module.
285 285
399 399
400The urlader executable itself does not support setuig/setgid operation, or 400The urlader executable itself does not support setuig/setgid operation, or
401running with elevated privileges - it does no input sanitisation, and is 401running with elevated privileges - it does no input sanitisation, and is
402trivially exploitable. 402trivially exploitable.
403 403
404=head1 SEE ALSO
405
406F<< L<urlader-util> >>(1), used to pack urlader payloads.
407
404=head1 AUTHOR 408=head1 AUTHOR
405 409
406 Marc Lehmann <schmorp@schmorp.de> 410 Marc Lehmann <schmorp@schmorp.de>
407 http://home.schmorp.de/ 411 http://home.schmorp.de/
408 412

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines