jeremy is going to hate me for this.
authorLuke Leighton <lkcl@samba.org>
Sat, 4 Dec 1999 19:14:37 +0000 (19:14 +0000)
committerLuke Leighton <lkcl@samba.org>
Sat, 4 Dec 1999 19:14:37 +0000 (19:14 +0000)
commitd923bc8da2cf996408194d98381409191dd81a16
tree916b7cf8cd4b997136b801a4da10c616e0f1b3d2
parent06390e792cd8aa57a91c3a3d1d267fd1bcdc17a1
jeremy is going to hate me for this.

created an "nmb-agent" utility that, yes: it connects to the 137 socket
and accepts unix socket connections which it redirects onto port 137.

it uses the name_trn_id field to filter requests to the correct
location.

name_query() and name_status() are the first victims to use this
feature (by specifying a file descriptor of -1).
source/Makefile.in
source/include/nameserv.h
source/include/proto.h
source/include/smb.h
source/lib/util_sock.c
source/libsmb/clientgen.c
source/libsmb/namequery.c
source/libsmb/nmblib.c
source/rpc_client/cli_use.c
source/utils/nmb-agent.c [new file with mode: 0644]
source/utils/nmblookup.c