| informationsyndicateUTC clock | event counters The last message was received 3.68 years ago at 23:00 on Jul 07, 2006 0 messages so far today, 0 messages yesterday 0 messages so far this week, 0 messages last week 0 messages so far this month, 0 messages last month 361 messages since the first one, 6.17 years ago, for an average of 0.89 weeks between messages recent messages date | project | content | link |
|---|
| 23:00 on Jul 07, 2006 | KDE | Commit by pfeifle :: r559657 kdeprint/trunk/KDE/kdelibs/kdeprint/TODO.cups12: There are 15 currently unsupported cupsd.conf, CUPS version 1.1.x, parameters in KDEPrint 3.5.3. There are 18 more not yet supported parameters which were recently introduced into CUPS version 1.2.x in KDEPrint 3.5.3.
This TODO.cups12 file compiles a complete list of items that need to be implemented in order to get into sync again with current CUPS. | # | | 21:27 on Jul 07, 2006 | KDE | Commit by pfeifle :: r559642 /branches/work/kdelibs4_snapshot/kdeprint/TODO.cups12: There are 15 currently unsupported cupsd.conf, CUPS version 1.1.x, parameters in KDEPrint 3.5.3. There are 18 more not yet supported parameters which were recently introduced into CUPS version 1.2.x in KDEPrint 3.5.3.
This TODO.cups12 file compiles a complete list of items that need to be implemented in order to get into sync again with current CUPS. | # | | 21:22 on Jul 07, 2006 | KDE | Commit by pfeifle :: r559641 kdeprint/branches/KDE/3.5/kdelibs/kdeprint/TODO.cups12: There are 15 currently unsupported cupsd.conf, CUPS version 1.1.x, parameters in KDEPrint 3.5.3. There are 18 more not yet supported parameters which were recently introduced into CUPS version 1.2.x in KDEPrint 3.5.3.
This TODO.cups12 file compiles a complete list of items that need to be implemented in order to get into sync again with current CUPS. | # | | 21:17 on Mar 31, 2006 | KDE | Commit by pfeifle :: r525127 /trunk/KDE/kdelibs/COMPILING-WITH-CMAKE: make a few points more explicit | # | | 16:08 on Mar 29, 2006 | KDE | Commit by pfeifle :: r524051 doc/branches/KDE/3.5/kdebase/doc/kdeprint/index.docbook: ixed the docbook markup to use some more entities now; after all, the infamous "English Breakfast Network" kept nagging about it -- now Aaron's latest blob pushed me to do it... | # | | 14:38 on Mar 02, 2006 | KDE | Commit by pfeifle :: r515061 filters/trunk/koffice/filters/krita/tiff/kis_tiff_reader.h: make it compile (with boud's blessing) | # | | 03:05 on Feb 27, 2006 | KDE | Commit by pfeifle :: r513985 kspread/trunk/koffice/kspread/kspread_cell.cc: make it compile | # | | 00:52 on Feb 21, 2006 | KDE | Commit by pfeifle :: r511835 krita/trunk/koffice/krita/ui/wdglayerbox.ui: make it compile (typos; missing underscores in filenames) | # | | 14:59 on Feb 15, 2006 | KDE | Commit by pfeifle :: r509689 kspread/trunk/koffice/kspread/tests/formula_tester.cc: make it compile | # | | 14:52 on Jan 31, 2006 | KDE | Commit by pfeifle :: r504240 /trunk/www/areas/koffice/announcements/announce-1.5-beta1.php: a few more modifications to the klik paragraph | # | | 14:23 on Jan 31, 2006 | KDE | Commit by pfeifle :: r504223 /trunk/www/areas/koffice/announcements/announce-1.5-beta1.php: added some info about the klik packages; changed link; modified order of paragraphs in "General"; fixed a few typos. | # | | 15:23 on Oct 21, 2005 | KDE | Commit by pfeifle :: r472676 /trunk/www/areas/koffice/download/klik/index.php: fix wrong mailing list address | # | | 14:36 on Oct 21, 2005 | KDE | Commit by pfeifle :: r472651 /trunk/www/areas/koffice/download/klik/ (5 files): added "cheatcodes" article; modifications to layout (not sure if this matches the website style policy [if there is one]); however, this is not yet public... | # | | 22:47 on Aug 29, 2005 | KDE | Commit by pfeifle :: r454795 /branches/KDE/3.5/kdebase/kioslave/fish/ (Makefile.am fish.cpp nxfish.protocol): This patch adds support for secure and encrypted file sharing in
NX-type Terminal Servers for KDE sessions by using a modified
fish:// KIO slave.
File sharing happens between local NX Client and the remote NX
Server without the need to have Samba installed. The patch extends
the "fish://(...)" KIO slave so that it may also be run simply as
"nxfish:/".
If run as "nxfish:/" from Konqueror (or the Mini CLI) of the remote
session, the file listing window will contain every file or
subdirectory that is contained in ${HOME}/NX-Shares (default; may
be configured to use a different resource).
To make nxfish work, create a directory named "${HOME}/NX-Shares" on
your NX Client. Then put into that directory all the files you want
to see and share in the remote NX session. You can also put files or
new directories into the nxfish:/ window and then find them created
in your local NX client's ${HOME}/NX-Shares directory.
The beauty of nxfish is this: it also follows symlinks. This means:
you just need to create symbolic links inside the "${HOME}/NX-Share"
directory, and their target files will appear in the remote NX
session just as if they were there directly.
The security of nxfish is outlined by these facts:
a) each NX user's nxfish:/ KIO slave is of course only pointing
to his own ${HOME}/NX-Shares resource;
b) it is not possible to "climb up" into ${HOME} from the shared
resource;
c) user authentication is completely transparent (no need to type
a password) and guaranteed by FreeNX;
d) the "executable" bit of the files (or symlinks) is ignored by
nxfish;
e) if nxfish follows a symlink pointing to a directory, it is not
possible in the target directory to "climb" up;
f) if the symlink however points to "/", you can of course walk
around the complete file system tree of your NX client.
NOTE: nxfish:/ will only work if the remote NX server supports
this feature. Support for nxfish:/ will appear in FreeNX-0.5 (not
yet released); the authors hope its functionality will also be
included into the NoMachine NX server. If you are interested to
use this feature with FreeNX-0.4.x, ask on the FreeNX-kNX at kde dot org
mailing list for manual installation instructions.
nxfish:/ was developed by Fabian Franz. Waldo Bastian reviewed the
code.
I am just the messenger. Cheers, Kurt | # | | 03:35 on Apr 23, 2005 | kde | Commit by pfeifle :: kdenetwork/krdc/rdp/krdpview.cpp: Compile, bugger! (fixed typo) | # | | 08:31 on Mar 02, 2005 | kde | Commit by pfeifle :: kdebase/kdeprint/slave/ (6 files in 2 dirs): | # | | 09:23 on Feb 28, 2005 | kde | Commit by pfeifle :: kdelibs/kdeprint/kprinter.cpp: | # | | 08:40 on Feb 28, 2005 | kde | Commit by pfeifle :: kdebase/kdeprint/kdeprintfax/faxctrl.cpp: | # | | 09:12 on Feb 18, 2005 | kde | Commit by pfeifle :: kdebase/kdeprint/slave/kio_print.cpp: | # | | 22:01 on Feb 12, 2005 | kde | Commit by pfeifle :: kdelibs/kdeprint/kpfilterpage.cpp: Fix a very misleading typo in the kprinter WhatsThis explaining the use of pre-filters. I asked on kde-i18n-doc@kde about it 6 days ago. No objection was raised, and a few agreements came in. CCMAIL: kde-i18n-doc at kde dot org | # |
|