Re: Porting guide Samba 2.2.x - 3.0

2002-12-04 Thread Rainer Link
, msg); #endif Hm, still I have to figure out, how a newline has to be encoded correctly, as the winpop pane of Win98 shows text1|text2 instead of text1 text2. best regards, Rainer Link

Porting guide Samba 2.2.x - 3.0

2002-11-28 Thread Rainer Link
regards, Rainer Link OpenAntiVirus.org

Re: VFS Virus Scanner idea...

2002-09-17 Thread Rainer Link
, but your Samba server serves say 100 users, this would violate the license, too. Thanks. best regards, Rainer Link

Re: VFS Virus Scanner idea...

2002-09-17 Thread Rainer Link
:) [which does not mean backups are only needed because of viruses - data loss because of hardware failure or by mistake are much more frequent]. Another important part is user education, but this is beyond the scope of this mailing list. best regards, Rainer Link

Re: Auditing with VFS

2002-07-09 Thread Rainer Link
(fname, fsp-fsp_name); [..] Should work. HTH best regards, Rainer Link -- Rainer Link | Student of Computer Networking [EMAIL PROTECTED] | University of Applied Sciences, Furtwangen, Germany rainer.w3.to | http://www.computer-networking.de/

Re: VFS - fsp-prev - Is this usable? ( first write issue to a file)

2002-06-11 Thread Rainer Link
kernel supports LFS, Samba was compiled with LFS, too. Therefore, my module has to be compiled with -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 and since then fsp-fsp_name actually contains the file name. HTH best regards, Rainer Link -- Rainer Link | Member of Virus Help Munich (www.vhm.haitec.de

Re: VFS Programming Docs.

2002-06-11 Thread Rainer Link
documentation I'm aware of is http://www.geocities.com/orville_torpid/papers/vfs_tutorial.html But it's somewhat out-of-date IIRC. Just do a RTFS :) in examples/VFS of the Samba sources. HTH best regards, Rainer Link -- Rainer Link | Student of Computer Networking [EMAIL

Re: VFS: hocking close call ... (Samba 2.2.2)

2002-04-25 Thread Rainer Link
Rainer Link schrieb: I have a VFS-related question. My current (somehwat ugly) just-for-debugging code looks like this: int vscan_close(struct files_struct *fsp, int fd) { [..] } Unfortunately, fsp-fsp_name is always NULL. Here's the snippet from [..] Actually, just for the record

Re: VFS modules patches for 2.2 CVS

2002-04-25 Thread Rainer Link
by ./configure, which sets CFLAGS correctly (i.e. if popt is not installed as lib, sources/popt is used). But let's wait for libmaker ... :) cheers, Rainer -- Rainer Link | Student of Computer Networking [EMAIL PROTECTED] | University of Applied Sciences, Furtwangen, Germany