Re: About remove nfs filesharing support

2011-02-13 Thread Rodrigo Belém
Hi all, I update the patch some days ago, but I forgot to post it here. Could you take a look on it? :-) http://reviewboard.kde.org/r/6308/ Thanks, Rodrigo Belem. On 1/8/11, Rodrigo Belém wrote: > I just sent the *initial* patch to http://reviewboard.kde.org/r/6308/. > It lacks username per

Re: About remove nfs filesharing support

2011-01-09 Thread Oswald Buddenhagen
On Sat, Jan 08, 2011 at 03:54:19PM -0400, Rodrigo Belém wrote: > On Wed, Jan 5, 2011 at 1:40 PM, Oswald Buddenhagen wrote: > > kcm_kdm and genkdmconf have code which (probably - i didn't look at your > > patch) serves the same purpose. it should be probably centralized > > somehow. > > > Thanks Os

Re: About remove nfs filesharing support

2011-01-08 Thread Rodrigo Belém
I just sent the *initial* patch to http://reviewboard.kde.org/r/6308/. It lacks username permission handling, disabling widgets when samba share checkbox in unmarked, ui polishing and more :-) The patch already removes the nfs support from the plugin. 2011/1/8 Rodrigo Belém : > On Wed, Jan 5, 2011

Re: About remove nfs filesharing support

2011-01-08 Thread Rodrigo Belém
On Wed, Jan 5, 2011 at 1:40 PM, Oswald Buddenhagen wrote: > On Tue, Dec 28, 2010 at 10:29:14PM -0400, Rodrigo Belém wrote: >> On Tue, Dec 28, 2010 at 12:05 PM, Kevin Krammer wrote: >> > One code level nitpick: use of magic UID number 1000. In case this is some >> > kind of standard there is certa

Re: About remove nfs filesharing support

2011-01-05 Thread Oswald Buddenhagen
On Tue, Dec 28, 2010 at 10:29:14PM -0400, Rodrigo Belém wrote: > On Tue, Dec 28, 2010 at 12:05 PM, Kevin Krammer wrote: > > One code level nitpick: use of magic UID number 1000. In case this is some > > kind of standard there is certainly a header specifying a constant/macro for > > it. If not thi

Re: About remove nfs filesharing support

2011-01-03 Thread Gary Greene
On 31 Dec 2010, at 4:26 AM, David Faure wrote: On Tuesday 28 December 2010, Allan Sandfeld Jensen wrote: >> On Tuesday 28 December 2010, Jonathan Riddell wrote: >>> On Tue, Dec 28, 2010 at 01:18:10PM -0200, Raphael Kubo da Costa wrote: Does that mean making KDE completely oblivious to NFS at a

Re: About remove nfs filesharing support

2010-12-31 Thread Allan Sandfeld Jensen
On Friday 31 December 2010, David Faure wrote: > On Tuesday 28 December 2010, Allan Sandfeld Jensen wrote: > > On Tuesday 28 December 2010, Jonathan Riddell wrote: > > > On Tue, Dec 28, 2010 at 01:18:10PM -0200, Raphael Kubo da Costa wrote: > > > > Does that mean making KDE completely oblivious to

Re: About remove nfs filesharing support

2010-12-31 Thread David Faure
On Tuesday 28 December 2010, Allan Sandfeld Jensen wrote: > On Tuesday 28 December 2010, Jonathan Riddell wrote: > > On Tue, Dec 28, 2010 at 01:18:10PM -0200, Raphael Kubo da Costa wrote: > > > Does that mean making KDE completely oblivious to NFS at all? > > > > No, NFS is almost always system mo

Re: About remove nfs filesharing support

2010-12-30 Thread Allan Sandfeld Jensen
On Wednesday 29 December 2010, Allan Sandfeld Jensen wrote: > On Wednesday 29 December 2010, Rodrigo Belém wrote: > > > Basically, quick, easy, and secure file sharing on Linux is broken. An > > > alternative is needed, but I'm against removing NFS features. > > > > I'm in favor of remove nfs for

Re: About remove nfs filesharing support

2010-12-30 Thread Thomas Lübking
As for a quick lookup, it seems KDE has no (kauth driven or not) GUI to configure nfs, therefore: -> Could the nfs filesharing stuff (i assume it only read/writes to /etc/fstab & /etc/exports, possibly to /etc/hosts.allow) be (easily) converted into a "configure nfs" GUI? - tbh: i'd not let som

Re: About remove nfs filesharing support

2010-12-29 Thread Allan Sandfeld Jensen
On Wednesday 29 December 2010, Rodrigo Belém wrote: > > Basically, quick, easy, and secure file sharing on Linux is broken. An > > alternative is needed, but I'm against removing NFS features. > > I'm in favor of remove nfs for now, add webdav support and add a > secure nfs filesharing. That is v

Re: About remove nfs filesharing support

2010-12-29 Thread Allan Sandfeld Jensen
On Wednesday 29 December 2010, Markus Slopianka wrote: > Just for the record: I'm totally in favor of removing NFS support. > In its current form it's a security risk. root rights? No way! That is your choice > IIRC NFS is also no encrypted, making it easy to intercept file > transmissions. > N

Re: About remove nfs filesharing support

2010-12-29 Thread Alex Fiestas
On 12/29/2010 03:13 AM, Rodrigo Belém wrote: Samba comes pre-configured in most distributions and the "net usershare" cmd line tool makes filesharing really easy. Basically, quick, easy, and secure file sharing on Linux is broken. An alternative is needed, but I'm against removing NFS features.

Re: About remove nfs filesharing support

2010-12-28 Thread Markus Slopianka
On Wednesday 29 December 2010 03:29:14 Rodrigo Belém wrote: > Great idea :-) I will do that, but I need some help with the ui. Do we > have designers/"usability experts" around? :-) I'm certainly no expert or a designer but I like usability. Maybe I can help. I can't compile anything, though. M

Re: About remove nfs filesharing support

2010-12-28 Thread Rodrigo Belém
On Tue, Dec 28, 2010 at 12:05 PM, Kevin Krammer wrote: > > Thanks! :) > > If I understand it correctly it replaces some of the Samba related handling > from the UI with some sort of sambashare handling code somewhere else. Yup, all the main code are in ksambashare* > Additionally it removes all

Re: About remove nfs filesharing support

2010-12-28 Thread Rodrigo Belém
On Tue, Dec 28, 2010 at 8:55 PM, Trever Fischer wrote: > On Tuesday, December 28, 2010 07:45:09 pm Markus Slopianka wrote: >> Just for the  record: I'm totally in favor of removing NFS support. >> In its current form it's a security risk. root rights? No way! >> IIRC NFS is also no encrypted, maki

Re: About remove nfs filesharing support

2010-12-28 Thread Markus Slopianka
On Wednesday 29 December 2010 01:55:26 Trever Fischer wrote: > Basically, quick, easy, and secure file sharing on Linux is broken. An > alternative is needed WebDAV, SFTP,...

Re: About remove nfs filesharing support

2010-12-28 Thread Trever Fischer
On Tuesday, December 28, 2010 07:45:09 pm Markus Slopianka wrote: > Just for the record: I'm totally in favor of removing NFS support. > In its current form it's a security risk. root rights? No way! > IIRC NFS is also no encrypted, making it easy to intercept file > transmissions. NFS can be encr

Re: About remove nfs filesharing support

2010-12-28 Thread Markus Slopianka
Just for the record: I'm totally in favor of removing NFS support. In its current form it's a security risk. root rights? No way! IIRC NFS is also no encrypted, making it easy to intercept file transmissions. Unless no one of those people who wish the feature to stay actually fix its problems, i

Re: About remove nfs filesharing support

2010-12-28 Thread Allan Sandfeld Jensen
On Tuesday 28 December 2010, Jonathan Riddell wrote: > On Tue, Dec 28, 2010 at 01:18:10PM -0200, Raphael Kubo da Costa wrote: > > Does that mean making KDE completely oblivious to NFS at all? > > No, NFS is almost always system mounted. I've never come across > anyone actually using it for user m

Re: About remove nfs filesharing support

2010-12-28 Thread Alex Fiestas
On 12/28/2010 04:26 PM, Jonathan Riddell wrote: On Tue, Dec 28, 2010 at 03:12:24PM +0100, Alex Fiestas wrote: Well, we should not remove any feature imho, but maybe we can improve it. There's lots of reasons to remove features. If the code is too buggy Then, let's fix it. or too hard to mai

Re: About remove nfs filesharing support

2010-12-28 Thread Kevin Krammer
On Tuesday, 2010-12-28, Rodrigo Belém wrote: > On Tue, Dec 28, 2010 at 10:19 AM, Kevin Krammer wrote: > > On Tuesday, 2010-12-28, Alex Fiestas wrote: > >> On 12/28/2010 03:06 PM, Rodrigo Belém wrote: > >> > Hello everybody, > >> > > >> > I've been working on kubuntu team to update the samba file

Re: About remove nfs filesharing support

2010-12-28 Thread Kevin Krammer
On Tuesday, 2010-12-28, Raphael Kubo da Costa wrote: > On Tuesday 28 December 2010 12:56:01 Rodrigo Belém wrote: > > On Tue, Dec 28, 2010 at 10:12 AM, Alex Fiestas wrote: > > > On 12/28/2010 03:06 PM, Rodrigo Belém wrote: > > >> Hello everybody, > > >> > > >> I've been working on kubuntu team to

Re: About remove nfs filesharing support

2010-12-28 Thread Jonathan Riddell
On Tue, Dec 28, 2010 at 01:18:10PM -0200, Raphael Kubo da Costa wrote: > Does that mean making KDE completely oblivious to NFS at all? No, NFS is almost always system mounted. I've never come across anyone actually using it for user mounts. Far better to work on support for protocols that are de

Re: About remove nfs filesharing support

2010-12-28 Thread Jonathan Riddell
On Tue, Dec 28, 2010 at 03:12:24PM +0100, Alex Fiestas wrote: > Well, we should not remove any feature imho, but maybe we can improve it. There's lots of reasons to remove features. If the code is too buggy or too hard to maintain or not used by anyone and cluttering a UI. I don't know which o

Re: About remove nfs filesharing support

2010-12-28 Thread Raphael Kubo da Costa
On Tuesday 28 December 2010 12:56:01 Rodrigo Belém wrote: > On Tue, Dec 28, 2010 at 10:12 AM, Alex Fiestas wrote: > > On 12/28/2010 03:06 PM, Rodrigo Belém wrote: > >> Hello everybody, > >> > >> I've been working on kubuntu team to update the samba file sharing > >> code and code is already in tr

Re: About remove nfs filesharing support

2010-12-28 Thread Rodrigo Belém
On Tue, Dec 28, 2010 at 10:12 AM, Alex Fiestas wrote: > On 12/28/2010 03:06 PM, Rodrigo Belém wrote: >> >> Hello everybody, >> >> I've been working on kubuntu team to update the samba file sharing >> code and code is already in trunk :-) I have another patch that >> updates the kdenetwork/fileshar

Re: About remove nfs filesharing support

2010-12-28 Thread Kevin Krammer
On Tuesday, 2010-12-28, Alex Fiestas wrote: > On 12/28/2010 03:06 PM, Rodrigo Belém wrote: > > Hello everybody, > > > > I've been working on kubuntu team to update the samba file sharing > > code and code is already in trunk :-) I have another patch that > > updates the kdenetwork/filesharing, but

Re: About remove nfs filesharing support

2010-12-28 Thread Alex Fiestas
On 12/28/2010 03:06 PM, Rodrigo Belém wrote: Hello everybody, I've been working on kubuntu team to update the samba file sharing code and code is already in trunk :-) I have another patch that updates the kdenetwork/filesharing, but it removes all the nfs code, which needs root privileges. Are y

About remove nfs filesharing support

2010-12-28 Thread Rodrigo Belém
Hello everybody, I've been working on kubuntu team to update the samba file sharing code and code is already in trunk :-) I have another patch that updates the kdenetwork/filesharing, but it removes all the nfs code, which needs root privileges. Are you ok with this change or do you want keep the