- a few portability fixes from Jim Myers
authorAndrew Tridgell <tridge@samba.org>
Thu, 30 Oct 2003 08:32:26 +0000 (08:32 +0000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 30 Oct 2003 08:32:26 +0000 (08:32 +0000)
commit7fd381376f88ae99a4bf022d89f21ae497b48c1a
tree82faf5b1e26e2676c85d17d3f34336f58f21db64
parent4e3ca10b13b03b01fda2233b88c827019a69bfee
- a few portability fixes from Jim Myers

- added SMBD_LISTEN_BACKLOG in local.h

- added the beginnings of a ndr/rpc parsing framework for Samba4. It
  currently correctly parses security descriptors for the nttrans
  QUERY_SECDESC call, but I hope it will become a reasonable framework
  that an idl based generator can work to
(This used to be commit 9bf904fc34f88e0581f93656e73d3c01ca96f761)
13 files changed:
source4/Makefile.in
source4/auth/auth.c
source4/client/client.c
source4/include/includes.h
source4/include/local.h
source4/include/smb_interfaces.h
source4/libcli/raw/rawacl.c [new file with mode: 0644]
source4/libcli/rpc/librpc.h [new file with mode: 0644]
source4/libcli/rpc/rpc_basic.c [new file with mode: 0644]
source4/libcli/rpc/rpc_sec.c [new file with mode: 0644]
source4/libcli/rpc/rpc_sec.h [new file with mode: 0644]
source4/libcli/rpc/rpcparse.c [new file with mode: 0644]
source4/smbd/server.c