fsp-devel Mailing List for FSP - File Service Protocol Suite (Page 3)
UDP File transfer protocol
Brought to you by:
hsn
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(28) |
Oct
|
Nov
(21) |
Dec
(27) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
(1) |
Jul
(1) |
Aug
(4) |
Sep
(6) |
Oct
(25) |
Nov
(23) |
Dec
(12) |
2005 |
Jan
(5) |
Feb
(8) |
Mar
(6) |
Apr
(1) |
May
(1) |
Jun
|
Jul
(10) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
(4) |
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(6) |
Sep
(4) |
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(4) |
Jul
(1) |
Aug
(1) |
Sep
(15) |
Oct
(3) |
Nov
|
Dec
(2) |
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(8) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Radim K. SF.N. <hs...@se...> - 2007-07-25 17:39:42
|
http://sourceforge.net/tracker/index.php?func=detail&aid=1674729&group_id=93841&atid=605738 there is minor problem with fsplib ABI, it seems to be Linux specific. I will most likely to Define a struct fsp_stat, but i must check changes needed for updating existing apps. |
From: Radim K. SF.N. <hs...@se...> - 2007-07-24 10:05:24
|
New version of FSPLIB 0.9 fixed 2 buffer overflows exploitable by FSP server by not sending \0 terminated strings. Last security fix is possible off-by-one on some rare platforms. new version can be downloaded from freshmeat as well http://freshmeat.net/projects/fsplib/?branch_id=55400&release_id=258366 |
From: Radim K. SF.N. <hs...@se...> - 2006-09-17 07:29:15
|
i plan to release new version soon, key feature of this version is fspd: command line argument now overrides config file and some tweaks for MTU and booting computers over Etherboot. |
From: Radim K. SF.N. <hs...@se...> - 2005-07-27 21:51:54
|
> Hm for which distribution? I switched nearly everything to Debian. > The only rpm based host left over I've access to is running RH 7.3 and that > is far away from beeing something decent. FC 3 and Mandrake linux. i think that both RPMs are compatible. |
From: Sven H. <sv...@ti...> - 2005-07-27 15:51:21
|
On Wed, Jul 27, 2005 at 01:12:41PM +0200, Radim Kolar SF.NET wrote: > ok, merged into fspclient. > > BTW: I'll leave tomorrow again for two weeks. > can you build rpm packages before you leave? > http://search.rpmseek.com/search.html do not find newer than b19 and ol= d > fspclient. We should have them with .deb on sf.net in downloads area ( > be easy to find). Hm for which distribution? I switched nearly everything to Debian.=20 The only rpm based host left over I've access to is running RH 7.3 and th= at is far away from beeing something decent. > you can package pre-release of fspclient instead, readmes now works. That should be possible. Sven --=20 Das Fernsehen ist die gr=F6=DFte kulturelle Katastrophe, die die Erde in = der Zeit, an die wir uns erinnern k=F6nnen, erlebt hat. [ Joseph Weizenbaum ] |
From: Radim K. SF.N. <hs...@se...> - 2005-07-27 11:13:07
|
ok, merged into fspclient. > BTW: I'll leave tomorrow again for two weeks. can you build rpm packages before you leave? http://search.rpmseek.com/search.html do not find newer than b19 and old fspclient. We should have them with .deb on sf.net in downloads area ( be easy to find). you can package pre-release of fspclient instead, readmes now works. |
From: Sven H. <sv...@ti...> - 2005-07-27 10:16:16
|
On Wed, Jul 27, 2005 at 12:19:09AM +0200, Radim Kolar SF.NET wrote: > post-patch: > @${REINPLACE_CMD} -e 's|<getopt\.h>|<unistd.h>|g' ${WRKSRC}/bsd/= ls.c >=20 > sven, can i merge it? What problems are caused by getopt.h ? Hm should be ok I think. getopt.h seems to be only present on systems usi= ng the gnu libc. While unistd.h, stdio.h and maybe others have a getop() def= ined in the glibc it's in getopt.h. There is a nice comment about it in stdio.= h and the inclusion of getopt.h in place: /* The X/Open standard requires some functions and variables to be declared here which do not belong into this header. But we have to follow. In GNU mode we don't do this nonsense. */ # define __need_getopt # include <getopt.h> #endif /* X/Open, but not issue 6 and not for GNU. */ Aslong you're not using GNUs extendet options prefixed with "--" you've n= o need for getopt.h anyway. Sven BTW: I'll leave tomorrow again for two weeks. --=20 Das Fernsehen ist die gr=F6=DFte kulturelle Katastrophe, die die Erde in = der Zeit, an die wir uns erinnern k=F6nnen, erlebt hat. [ Joseph Weizenbaum ] |
From: Radim K. SF.N. <hs...@se...> - 2005-07-26 22:19:20
|
post-patch: @${REINPLACE_CMD} -e 's|<getopt\.h>|<unistd.h>|g' ${WRKSRC}/bsd/ls.c sven, can i merge it? What problems are caused by getopt.h ? |
From: Sven H. <sv...@ti...> - 2005-07-24 20:47:07
|
On Sun, Jul 24, 2005 at 09:44:35PM +0200, Radim Kolar SF.NET wrote: > > Tarballs mirrored on hxt.homelinux.org via fsp/ftp on port 21 > I do not see .deb packages in=20 > -- directory `/debstuff/fspclient' Sure I only mirrored the tarballs. I've put the deb packages only into my webspace cause I prefer to use apt/aptitude directly instead of downloadi= ng they seperatly. If you prefer to have them avaible on via fsp I can do th= is but I don't think that's usefull so far. > also /upload is not writeable by FSP. That's by intention. It's only writeable by a special ftp user IIRC my ow= n setup and was never in use. Sven --=20 Das Fernsehen ist die gr=F6=DFte kulturelle Katastrophe, die die Erde in = der Zeit, an die wir uns erinnern k=F6nnen, erlebt hat. [ Joseph Weizenbaum ] |
From: Radim K. SF.N. <hs...@se...> - 2005-07-24 19:44:46
|
> Tarballs mirrored on hxt.homelinux.org via fsp/ftp on port 21 I do not see .deb packages in -- directory `/debstuff/fspclient' also /upload is not writeable by FSP. |
From: Sven H. <sv...@ti...> - 2005-07-24 18:18:52
|
On Sun, Jul 24, 2005 at 04:45:47PM +0200, Radim Kolar SF.NET wrote: > 24 Jul Version 0.91.0 > fsprc: wrack removed, decss added > fixed statistics printing in stat command > client/util.c add static prototype declaration > avoid hammering of down sites > fsprc: another FSP site added >=20 > available from http://fspclient.sf.net/ and > from 85.70.219.96 port 21 by FSP as well For Debian users avaible here: deb http://sven.stormbind.net/debian (sarge|sid) fspclient deb-src http://sven.stormbind.net/debian (sarge|sid) fspclient Tarballs mirrored on hxt.homelinux.org via fsp/ftp on port 21 Sven --=20 Das Fernsehen ist die gr=F6=DFte kulturelle Katastrophe, die die Erde in = der Zeit, an die wir uns erinnern k=F6nnen, erlebt hat. [ Joseph Weizenbaum ] |
From: Radim K. SF.N. <hs...@se...> - 2005-07-24 14:46:10
|
24 Jul Version 0.91.0 fsprc: wrack removed, decss added fixed statistics printing in stat command client/util.c add static prototype declaration avoid hammering of down sites fsprc: another FSP site added available from http://fspclient.sf.net/ and from 85.70.219.96 port 21 by FSP as well |
From: Witold F. <wi...@po...> - 2005-07-01 19:32:17
|
Hi! I'm writing CGI script to handle FSP with ELinks, but I encountered some problems. First: fsplib.h lacks #include <sys/stat.h> (used by fsp_stat). Second: fsplib doesn't build on Cygwin. Third: in my script when I connect to localhost I get empty directory listing (PLD/Linux 2.6.12.1). Why? I use newest fspd. I can only "connect" to fsp.os.us.eu.org. For others FSP sites listed on http://fsp.sf.net/ I got errors. Could you tell me why? Script in attachment. Usage from elinks: Put in CGI directory, enable CGI. file:///path_to_fspcgi?host:port/fullpath >From command line: QUERY_STRING=host:port/fullpath ./fspcgi Greetings, -- wi...@po... |
From: Radim K. SF.N. <hs...@se...> - 2005-05-13 16:06:27
|
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=279730 > It's finally through. Thanks Robert. It look like we get it in time to catch distro freeze. > I'm sorry that I cannot dedicate much time to my opensource projects ATM > but I need to earn some money and hack on some php scripts for oscommerce. Its nice to see that you know something about goal of human life. Making money is not that goal, but writing open source software either. Goal of human life is spiritual life. Spiritual life is religion in its purest form. Is is full of joy, happiness, knowledge and eternity. I recommend every person to take this free gift from God. |
From: Sven H. <sv...@ti...> - 2005-04-14 19:31:07
|
On Sun, Mar 20, 2005 at 12:14:20PM +0100, Sven Hoexter wrote: > On Fri, Mar 18, 2005 at 06:56:32PM +0100, Sven Hoexter wrote: > > On Fri, Mar 18, 2005 at 05:17:06PM +0100, Sven Hoexter wrote: > > > On Fri, Mar 18, 2005 at 08:23:46AM +0100, Radim Kolar SF.NET wrote: > > > > > > everything fspd < b23 do not correctly boots etherboot clients, so i need > > > > at least b24 in next stable debian. > > > I'll update and clean up my fsp and fspclient packages asap and try to find > > > a sponsor so they can be uploaded into the main Debian archiv. > > > > In the meantime you can use this sources.list entry for sarge (should work > > on a sid system aswell atm): > > deb http://sven.stormbind.net/debian sarge fsp fspclient > Ok similar line for woody: > deb http://sven.stormbind.net/debian woody fsp fspclient > > oh and I wrote a mail to Robert Stone (the guy listed as maintainer for the > offical Debian package) but I didn't receive an answer yet. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=279730 It's finally through. Thanks Robert. Sven I'm sorry that I cannot dedicate much time to my opensource projects ATM but I need to earn some money and hack on some php scripts for oscommerce. (put a random rant about php here ;) -- If God passed a mic to me to speak I'd say stay in bed, world Sleep in peace [The Cardigans - No sleep] |
From: Radim K. SF.N. <hs...@se...> - 2005-03-20 20:10:20
|
> In the meantime you can use this sources.list entry for sarge (should work > on a sid system aswell atm): > deb http://sven.stormbind.net/debian sarge fsp fspclient thanks |
From: Sven H. <sv...@ti...> - 2005-03-20 11:14:42
|
On Fri, Mar 18, 2005 at 06:56:32PM +0100, Sven Hoexter wrote: > On Fri, Mar 18, 2005 at 05:17:06PM +0100, Sven Hoexter wrote: > > On Fri, Mar 18, 2005 at 08:23:46AM +0100, Radim Kolar SF.NET wrote: > > > > everything fspd < b23 do not correctly boots etherboot clients, so i need > > > at least b24 in next stable debian. > > I'll update and clean up my fsp and fspclient packages asap and try to find > > a sponsor so they can be uploaded into the main Debian archiv. > > In the meantime you can use this sources.list entry for sarge (should work > on a sid system aswell atm): > deb http://sven.stormbind.net/debian sarge fsp fspclient Ok similar line for woody: deb http://sven.stormbind.net/debian woody fsp fspclient oh and I wrote a mail to Robert Stone (the guy listed as maintainer for the offical Debian package) but I didn't receive an answer yet. Sven -- If God passed a mic to me to speak I'd say stay in bed, world Sleep in peace [The Cardigans - No sleep] |
From: Sven H. <sv...@ti...> - 2005-03-18 17:56:51
|
On Fri, Mar 18, 2005 at 05:17:06PM +0100, Sven Hoexter wrote: > On Fri, Mar 18, 2005 at 08:23:46AM +0100, Radim Kolar SF.NET wrote: > > everything fspd < b23 do not correctly boots etherboot clients, so i need > > at least b24 in next stable debian. > I'll update and clean up my fsp and fspclient packages asap and try to find > a sponsor so they can be uploaded into the main Debian archiv. In the meantime you can use this sources.list entry for sarge (should work on a sid system aswell atm): deb http://sven.stormbind.net/debian sarge fsp fspclient HTH Sven -- If God passed a mic to me to speak I'd say stay in bed, world Sleep in peace [The Cardigans - No sleep] |
From: Sven H. <sv...@ti...> - 2005-03-18 16:17:29
|
On Fri, Mar 18, 2005 at 08:23:46AM +0100, Radim Kolar SF.NET wrote: Hello Radim, > can you take over maintainership of fspd in debian? If you have > some friends, they could help you to go through debian new maintainer > process. > after that, it should be fun. I've a few personal reasons why I do not want to be a DebianDeveloper. > everything fspd < b23 do not correctly boots etherboot clients, so i need > at least b24 in next stable debian. I'll update and clean up my fsp and fspclient packages asap and try to find a sponsor so they can be uploaded into the main Debian archiv. Sven -- If God passed a mic to me to speak I'd say stay in bed, world Sleep in peace [The Cardigans - No sleep] |
From: Radim K. SF.N. <hs...@se...> - 2005-03-18 08:53:25
|
Sven, can you take over maintainership of fspd in debian? If you have some friends, they could help you to go through debian new maintainer process. after that, it should be fun. everything fspd < b23 do not correctly boots etherboot clients, so i need at least b24 in next stable debian. |
From: Radim K. SF.N. <hs...@se...> - 2005-03-02 17:08:36
|
> attack scenario found by one reader of 4th part of FSP series. > Client <---------> Server <--------> Attacker this attack could be make harder if we do not modify last_acc on resends, so only resends are not enough for keeping session active. |
From: Radim K. SF.N. <hs...@se...> - 2005-02-28 17:44:24
|
> > Jeff, i need python fsp stack with bsd-compatible license. > For what purpose? I need to develop software which uses FSP for wireless service provider. pyfsp with GPL is unusable for this purpose because I do not want to have GPL licensed final work. In my app this is not even possible, because some parts of code are not gpl-compatible. > > are you willing to re-license pyfsp from GPL to something bsd-compatible > > or i need to develop a new one? > > I'm probably willing --- but I'd prefer to grant exceptions to the GPL > license on a case-by-case basis. I am not interested in granting exceptions to the GPL, this is a too risky for me. One time you change your mind and i will need to redevelop entire new fsp stack. I will also need FSP stack for more than 1 application and I do not want to depend on possible exceptions from you. Too risky for me and customers. It is much easier for me to develop my own pyfsp x11 licensed stack from scratch because FSP is easy protocol. I can do it in 2-3 days and put result on sf.net with different project name, there can be 2 python fsp stacks on sf.net with no problem. So I am not pushing you into license change. If you want to have GPL licensed pyfsp stack, keep it. > Anyhow, tell me a bit more about what you've got in mind. Telcom giants do not runs or buys GPL licensed software. They need in some cases re-license software for their partners and GPL is major show stopper here. Because in most cases software authors refuses to re-license their GPLed work; they want to keep their software free. If they have commercial software, they will pay some money to me and I will give them a permission. Money talks. radim |
From: Jeff D. <da...@gm...> - 2005-02-25 20:01:27
|
Hi Radim, On Fri, 25 Feb 2005 20:31:13 +0100, Radim Kolar SF.NET <hs...@se...> wrote: > Jeff, > i need python fsp stack with bsd-compatible license. For what purpose? > are you willing to re-license pyfsp from gpl to something bsd-compatible > or i need to develop a new one? I'm probably willing --- but I'd prefer to grant exceptions to the GPL license on a case-by-case basis. Anyhow, tell me a bit more about what you've got in mind. Jeff |
From: Radim K. SF.N. <hs...@se...> - 2005-02-25 19:47:50
|
Jeff, i need python fsp stack with bsd-compatible license. are you willing to re-license pyfsp from gpl to something bsd-compatible or i need to develop a new one? radim |
From: Sven H. <sv...@ti...> - 2005-02-19 22:46:12
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 FSP 2.8.1b24 ============= This release is still build with the autoconf tools but the new scons scripts look promising. So if you like give them a try. The scons homepage is http://www.scons.org/ Source release - --------------- SourceForge: http://sourceforge.net/project/showfiles.php?group_id=93841&package_id=99916&release_id=306741 Ibiblio: http://ibiblio.org/pub/linux/system/network/file-transfer/ DSL-Homebox: fsp://hxt.homelinux.org:2221/fsp/fsp-2.8.1b24.tar.bz2 Changes (from the ChangeLog) ============================= Version 2.8.1b24 - 19 Feb 2005 use getopt from stdio.h instead of getopt.h in fspscan.c fspscan now compiles on AIX and other OS without glibc (hoaxter) !! fixed fatal bug from b23. Server sends large packets to clients if client request has not prefered reply size inside. This confuses all old fsp clients. common/strdup.c removed bsd_src/function.c bcopy -> memmove removed STDC_HEADER checks, drop support for pre-ANSI compilers started work on alternate SCons based build system fspd: use urandom, not random -> avoid hangs on Lin suck 2.6 build system converted to SCons !! fixed directory listing bug in client library introduced in beta23 improvements to security of FSP clients seq. numbers are now randomized seed random number generator in fsp clients check cmd in received packets check pos in received packets md5sum ====== 19a80b22e43717175facfc26e25d902b fsp-2.8.1b24.tar.bz2 1eaa0465fbdb6682da9ea9717c7ec0be fsp-2.8.1b24.tar.gz GPG signatures ================== My key id is 0xAAAC7BBC. You can grab my pub key from a keyserver or my Homepage: http://sven.stormbind.net/SvenHoexter_timegatede.asc Fingerprint is: 5B3B 2C82 5E34 8080 A8BE 6E0B C4A5 D58E AAAC 7BBC This is the same key I use to sign this releases announcement. Build test ========== Debian/testing Debian/stable SuSE Linux 9.1 FreeBSD 5.3 Have fun, Sven -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFCF8GixKXVjqqse7wRArqlAJ9GBsxdEbA33/jUX2UCDK+sKMw4uQCdENgt wTWsxNkj/6HW6BSOVUWX48Q= =6NmC -----END PGP SIGNATURE----- |