logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

cvs commit: tng/source/client client.c smbsend.c tng/source Makefil: msg#00013

Subject: cvs commit: tng/source/client client.c smbsend.c tng/source Makefile.in tng/source/libsmb climessage.c
peter       2003/08/25 10:16:37 CEST

Modified files:
   source/client          client.c 
   source                 Makefile.in 
   source/libsmb          climessage.c 
Added files:
   source/client          smbsend.c 
Log:
New binary 'smbsend' to send WINPOPUP messages.  These messages really
have nothing to do with smbclient, so when I wanted to add some
features to 'smbclient -M' I decided to make it a separate binary
instead.  Perhaps 'smbclient -M' should be changed to just exec this
binary, at some point.

smbsend is not perfect yet, but it works and it has some nice
features.  Notably:
- you do not have to know the NetBIOS name of the destination host
  (this feature was requested by Stephan)
- you can send the same message to multiple hosts at once
- you can specify the message on the command line:
        smbsend -m "my message" HOST...
  can be used instead of
        echo "my message" | smbsend HOST...

No manpage yet.  I'll do that later. (:


Revision  Changes    Path
1.107     +9 -2      tng/source/Makefile.in
1.27      +0 -8      tng/source/client/client.c
1.1       +259 -0    tng/source/client/smbsend.c (new)
1.9       +1 -2      tng/source/libsmb/climessage.c



<Prev in Thread] Current Thread [Next in Thread>