Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
tdenetwork/kpf
Michele Calgaro e050a3eb30
Replace Q_SIGNALS and Q_SLOTS
2 meses atrás
..
src Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 meses atrás
AUTHORS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anos atrás
CMakeL10n.txt Desktop file translations: 4 anos atrás
CMakeLists.txt Desktop file translations: 4 anos atrás
COPYING Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anos atrás
ChangeLog Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anos atrás
DESIGN Replace Q_SIGNALS and Q_SLOTS 2 meses atrás
Makefile.am Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anos atrás
NEWS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anos atrás
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anos atrás
THANKS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anos atrás
cr16-app-kpf.png Fix invalid headers in PNG files and optimize for size 8 anos atrás
cr32-app-kpf.png Fix invalid headers in PNG files and optimize for size 8 anos atrás
cr48-app-kpf.png Fix invalid headers in PNG files and optimize for size 8 anos atrás
kpfapplet.desktop Desktop file translations: 4 anos atrás
kpfpropertiesdialogplugin.desktop Desktop file translations: 4 anos atrás

README

Public fileserver for KDE

Features:

  * Runs as an applet in kicker.
  * Uses HTTP protocol (supports 1.0 & 1.1)
  * Realtime connection monitor and control
  * Bandwidth capping.
  * Connection count limiting.
  * Designed for safety. No CGI, no PUT, no access outside virtual root.
  * Drag and drop an URL pointing to a local dir to add a share.
  * Integration with konqueror's ``properties'' dialog.
  * Persistent connections.

WARNING:

Please note that allowing remote access to local files is inherently dangerous.
I will not be held responsible for loss, damage, your head falling off, etc. I
will, however, do all in my power to keep this software secure. If you don't
trust me (and why should you ?) then simply don't run this software.

Currently there are no known security holes in this software.

Developers:

This code allows remote access to local files. Therefore it must be secure.
I also try to limit the effect of DoS attacks and to help the user avoid
making silly mistakes like sharing ~.

Please send patches to me for approval before committing to CVS.

Shortly before a KDE release, during the feature freeze, I will do a full code
audit. If I am unable to do this for whatever reason, I will ask for someone
else to do the audit. If the audit cannot be performed and code changes are
non-trivial, kpf should not be released.

License terms:

MIT license. See COPYING.

Rik Hemsley (rikkus) <rik@kde.org>