Makefile client.c clientutil.c clitar.c nmbsync.c :
commit5897f0493d0665ae53ea181e122c467faa0c7642
authorLuke Leighton <lkcl@samba.org>
Wed, 22 Oct 1997 14:28:19 +0000 (22 14:28 +0000)
committerLuke Leighton <lkcl@samba.org>
Wed, 22 Oct 1997 14:28:19 +0000 (22 14:28 +0000)
tree1c5b0bd6fd4da0d4a244a5f4f1cfa517abb19863
parent2e8cedba6480d0c1f89d3490888cadac769d09ca
Makefile client.c clientutil.c clitar.c nmbsync.c :

redid the split that i did a year ago, taking the functions in client.c
out into clientutil.c.  guess what?  we could now do encrypted password
NetServerEnum2 calls in nmbd, if we wanted to.

i can now use cli_call_api() to send to different pipes.  i hope.

pipenetlog.c:

allow adding to users group _and_ to admin group.  if adding to
guest group, don't allow adding to users or admin as well.

smb.h :

added some pipe #defines (\PIPE\NETLOGON \PIPE\srvsvc ...)

proto.h :

usual.
(This used to be commit 6ee065ce6e099acfc7e83ad399ef6e60b4c625c1)
source3/client/client.c
source3/client/clientutil.c
source3/client/clitar.c
source3/include/proto.h
source3/include/smb.h
source3/nmbsync.c
source3/pipenetlog.c