1
0
mirror of https://invent.kde.org/network/krfb synced 2024-07-08 12:05:49 +00:00
Commit Graph

42 Commits

Author SHA1 Message Date
David Faure
d045784353 Ported to KPluginFactory -- and then realized it was disabled from compilation...
svn path=/trunk/KDE/kdenetwork/krfb/; revision=733078
2007-11-05 12:37:48 +00:00
Laurent Montel
9a8d94d26b Adapt to new KWarning/kFatal/kDebug api
svn path=/trunk/KDE/kdenetwork/krfb/; revision=695881
2007-08-03 07:19:24 +00:00
Oswald Buddenhagen
3a85d368dd KProcess -> K3Process
KShellProcess -> K3ShellProcess
KProcIO -> K3ProcIO
KProcessController -> K3ProcessController

not deprecating, as we don't have a replacement yet.
not moving yet, as kdelibs still has heavy dependencies on it.

agreed upon with dfaure.


svn path=/trunk/KDE/kdenetwork/krfb/; revision=646732
2007-03-26 15:07:10 +00:00
Laurent Montel
9fe1ef9099 Try to fix compile
svn path=/trunk/KDE/kdenetwork/krfb/; revision=626280
2007-01-22 18:15:27 +00:00
Laurent Montel
1117ebb747 SVN_SILENT: minor
svn path=/trunk/KDE/kdenetwork/krfb/; revision=626128
2007-01-22 09:11:36 +00:00
Laurent Montel
1fda4b4f4c Port++
svn path=/trunk/KDE/kdenetwork/krfb/; revision=626032
2007-01-21 21:45:12 +00:00
Urs Wolfer
6b2329e8ac readd krfb
* make it compile (without kinetd subfolder)
* left out DCOP->DBUS port
=> the cmake conversation for this app was quite bad. the libvncserver and srvloc were not created.
* some changes in FindSLP.cmake. i am not sure if they are correct. Laurent can you please check?
CCMAIL: montel@kde.org

svn path=/trunk/KDE/kdenetwork/krfb/; revision=625859
2007-01-21 12:51:14 +00:00
Jaison Lee
248a5d9f22 EBN update.
svn path=/trunk/KDE/kdenetwork/krfb/; revision=549564
2006-06-09 04:15:52 +00:00
Chusslove Illich
8fa14c8b56 Conversion to new i18n API (see KDE4PORTING.html->I18N->i18n calls).
svn path=/trunk/KDE/kdenetwork/krfb/; revision=528186
2006-04-10 11:45:42 +00:00
Laurent Montel
6a0dccb067 Deprecated--
svn path=/trunk/KDE/kdenetwork/krfb/; revision=510437
2006-02-17 10:06:16 +00:00
Laurent Montel
8064fc26fc deprecated--
svn path=/trunk/KDE/kdenetwork/krfb/; revision=507123
2006-02-08 15:56:52 +00:00
Laurent Montel
0b5bec27af Use DCOPCString
svn path=/trunk/KDE/kdenetwork/krfb/; revision=479704
2005-11-11 13:37:51 +00:00
Laurent Montel
14dcfe340d Launch script to adapt to new kdelibs api
svn path=/trunk/KDE/kdenetwork/krfb/; revision=472335
2005-10-20 13:29:56 +00:00
Stephan Kulow
05a5475fa4 merge kde4 into trunk / ignoring kopete - hope it will
get ported now too

svn path=/trunk/KDE/kdenetwork/krfb/; revision=439726
2005-07-28 19:15:32 +00:00
Jakub Stachowski
a7808c2433 Add DNS-SD based service publishing to kinetd and enable it in krfb.
svn path=/trunk/kdenetwork/krfb/; revision=369499
2004-12-09 20:10:23 +00:00
Dirk Mueller
988edb72ba fix export's
svn path=/trunk/kdenetwork/krfb/; revision=364991
2004-11-22 03:58:56 +00:00
Tim Jansen
ffbe9e6a81 Fixes bug #77412, thanks Waldo!
svn path=/trunk/kdenetwork/krfb/; revision=300240
2004-03-31 21:45:52 +00:00
Tim Jansen
3277ad6f34 Handle null addresses, should hopefully fix #65325
svn path=/trunk/kdenetwork/krfb/; revision=257829
2003-10-10 20:11:18 +00:00
Tim Jansen
a57d1b9f38 fix crash on portscan
svn path=/trunk/kdenetwork/krfb/; revision=236016
2003-07-07 21:20:48 +00:00
Tim Jansen
41843cd921 replace KInetAddress with KInetInterface
svn path=/trunk/kdenetwork/krfb/; revision=196088
2002-12-28 00:30:31 +00:00
Tim Jansen
b6c4365d2d Register one SLP URL per interface (instead of guessing one LAN
interface address). Added service id attribute containing a UUID
to identify a host with several interfaces. KInetAddress update.

svn path=/trunk/kdenetwork/krfb/; revision=194009
2002-12-15 04:08:40 +00:00
Tim Jansen
38f4d170f5 implemented configurable SLP lifetimes in kinet
svn path=/trunk/kdenetwork/krfb/; revision=191284
2002-11-30 16:33:00 +00:00
Lukáš Tinkl
fcd5f5b0f4 messages target + load it
svn path=/trunk/kdenetwork/krfb/; revision=183993
2002-10-15 08:53:00 +00:00
Waldo Bastian
62ce6c1df0 Don't delete config twice.
svn path=/trunk/kdenetwork/krfb/; revision=169871
2002-07-31 23:44:42 +00:00
Tim Jansen
f45b4b6adc Encode attribute auto-values
svn path=/trunk/kdenetwork/krfb/; revision=168234
2002-07-22 20:03:24 +00:00
Tim Jansen
bc98b44ee3 Announce user name as SLP attributes. Add substitutions for service attributes. Unregister even when the network configuration changed.
svn path=/trunk/kdenetwork/krfb/; revision=166651
2002-07-14 17:59:34 +00:00
Tim Jansen
41a9dc2161 LAN-Browsing support for krfb using OpenSLP (krdc will follow).
SLP (RFC 2608) allows searching your LAN for services and works either
peer-to-peer or with one or more directory servers. Unlike other browsing
methods it can also work over several subnets (at least if your router can
route multicast traffic). You can get the library and instructions (you
need to run a small daemon on each system that announces services) at
www.openslp.org.

This patch adds:
- a generic class for registering SLP services
- a class to find your computer's LAN and non-public Internet address
  (replaces the code in configuration_hostname.cpp, should be more
   reliable and work better on non-Linux-machines)
- generic SLP support for kinetd
- SLP announcements when krfb/kinetd is open for uninvited connections
  (invited connections will not be announced)

If OpenSLP is not installed configure should disable the feature. The code
uses the SLP API as specified in RFC 2614 and it would be interesting to know
whether it also supports the SLP library that ships with Solaris - maybe
the configure script has to be tweaked for this...

(wow, i'm really communicative today)

svn path=/trunk/kdenetwork/krfb/; revision=166638
2002-07-14 15:14:19 +00:00
Tim Jansen
87b213da61 Added option to set static port number
svn path=/trunk/kdenetwork/krfb/; revision=152139
2002-04-26 23:08:00 +00:00
Tim Jansen
5c0581fdf2 New kinetd features: 1. if port is unavailable try every 30 seconds 2. dcop call to set port
svn path=/trunk/kdenetwork/krfb/; revision=152126
2002-04-26 22:17:05 +00:00
Laurent Montel
80cbbb6f36 Include moc
svn path=/trunk/kdenetwork/krfb/; revision=150204
2002-04-18 06:51:08 +00:00
Tim Jansen
24ee9d0241 Use only one KConfig for all PortListeners; use m_ convention for class members
svn path=/trunk/kdenetwork/krfb/; revision=147609
2002-04-07 11:09:12 +00:00
Tim Jansen
1c19e1b248 Fix: kinetd/kded crashed under some circumstances because of undefined variables
svn path=/trunk/kdenetwork/krfb/; revision=147545
2002-04-07 00:44:53 +00:00
Tim Jansen
c1d0cee69d fix: explicit conversion qstring->qcstring
svn path=/trunk/kdenetwork/krfb/; revision=146931
2002-04-03 22:39:43 +00:00
Tim Jansen
d945758ce5 synced with old CVS. Fixed bug that blocked kinetd after an invitation expired
svn path=/trunk/kdenetwork/krfb/; revision=146713
2002-04-02 22:42:10 +00:00
Tim Jansen
e41e38f8e7 sync for KDE cvs
svn path=/trunk/kdenetwork/krfb/; revision=146490
2002-04-01 21:55:18 +00:00
Tim Jansen
f344093250 kinetd working
svn path=/trunk/kdenetwork/krfb/; revision=143744
2002-03-19 00:03:39 +00:00
Tim Jansen
789a9a1010 stuff
svn path=/trunk/kdenetwork/krfb/; revision=142285
2002-03-11 00:04:38 +00:00
Tim Jansen
788b31b6c6 kcm module, multithread inetd, new uis for invitations
svn path=/trunk/kdenetwork/krfb/; revision=142276
2002-03-10 23:22:25 +00:00
Tim Jansen
cba2a6bae1 kinetd running fine, but not executing yet
svn path=/trunk/kdenetwork/krfb/; revision=140268
2002-03-02 18:24:40 +00:00
Tim Jansen
00dce900a9 added more kinetd stuff
svn path=/trunk/kdenetwork/krfb/; revision=138297
2002-02-23 21:48:50 +00:00
Tim Jansen
bca266c2b6 small XUpdateScanner improvement
svn path=/trunk/kdenetwork/krfb/; revision=137469
2002-02-19 18:51:56 +00:00
Tim Jansen
617167cae5 preparation for 0.6.0; knotify commit (not working yet)
svn path=/trunk/kdenetwork/krfb/; revision=136908
2002-02-17 00:33:31 +00:00