mailarch@xy1.org
2005-May-23 12:28 UTC
[Samba] Is there a libsmb to make a client / server ?
Hello, first I would like to tell to the samba developpers that they did a great job! Samba is very nice! I currently code a file server compatible with multiple network protocols. Is there somewhere a libsmb with an API to make easy a Samba client and server? I would like that my file server is compatible with Windows, it's because I choose Samba. I need also to add additional operation codes for some specific file operations not supported on classic file systems. It would be great if it would be possible to add easy new operations codes and bind them to a call back function with this lib. Thanks in advance for a response. -- saf http://Archivum.info/ - Administrator
Gerald (Jerry) Carter
2005-May-23 14:26 UTC
[Samba] Is there a libsmb to make a client / server ?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 mailarch@xy1.org wrote: | I currently code a file server compatible with multiple | network protocols. Is there somewhere a libsmb with an | API to make easy a Samba client and server? I would like | that my file server is compatible with Windows, it's | because I choose Samba. I need also to add additional | operation codes for some specific file operations | not supported on classic file systems. It would be | great if it would be possible to add easy new operations | codes and bind them to a call back function with this lib. There's no so much a defined library for using Samba's functionality. But the server code does allow for adding new SMB ops and rpc code fairly easirly. If you are interesting is modifying and/or developing Samba code, I would suggest bring it up on the samba-technical mailing list (the developer list). cheers, jerry ====================================================================Alleviating the pain of Windows(tm) ------- http://www.samba.org GnuPG Key ----- http://www.plainjoe.org/gpg_public.asc "I never saved anything for the swim back." Ethan Hawk in Gattaca -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCkefvIR7qMdg1EfYRAvtYAKCZ6RzpHf/WTdwToEjVt81QoT7xwACfSR2W 503ZS7F1M3B3/bdPhX6Lvng=4wV5 -----END PGP SIGNATURE-----
Jeremy Allison
2005-May-23 16:17 UTC
[Samba] Is there a libsmb to make a client / server ?
On Mon, May 23, 2005 at 02:27:43PM +0200, mailarch@xy1.org wrote:> Hello, > > first I would like to tell to the samba developpers that they did a great job! > Samba is very nice! > > I currently code a file server compatible with multiple network protocols. > Is there somewhere a libsmb with an API to make easy a Samba client and server? > I would like that my file server is compatible with Windows, it's because I choose Samba. > I need also to add additional operation codes for some specific file operations > not supported on classic file systems. It would be great if it would be possible > to add easy new operations codes and bind them to a call back function with this lib. > > Thanks in advance for a response.If your file server is under a GPL license you can use any of the code within Samba with pleasure. Please don't try and use Samba in a proprietary code project though. Regards, Jeremy.