"For I have laboured mightily on Luke's code, and hath broken
authorJeremy Allison <jra@samba.org>
Wed, 11 Mar 1998 21:11:04 +0000 (21:11 +0000)
committerJeremy Allison <jra@samba.org>
Wed, 11 Mar 1998 21:11:04 +0000 (21:11 +0000)
commit118ba4d77a33248e762a2cf843fb7cbc906ee6e7
treef32d11769b73ccfb19c9b42bed5cbd49b050de3d
parentbafc7768925109d0e8e87152054d37ec3f4e7fdd
"For I have laboured mightily on Luke's code, and hath broken
all I saw" - the book of Jeremy, chapter 1 :-).

So here is the mega-merge of the NTDOM branch server code.
It doesn't include the new client side pieces, we'll look
at that later.

This should give the same functionality, server wise, as
the NTDOM branch does, only merged into the main branch.

Any fixes to domain controler functionality should be
added to the main branch, not the NTDOM branch.

This code compiles without warnings on gcc2.8, but will
need further testing before we are sure all the working
functionality of the NTDOM server branch has been
correctly carried over.

I hereby declare the server side of the NTDOM branch
dead (and all who sail in her :-).

Jeremy.
56 files changed:
source/client/ntclient.c
source/include/ntdomain.h [new file with mode: 0644]
source/include/nterr.h
source/include/proto.h
source/include/rpc_dce.h [new file with mode: 0644]
source/include/rpc_lsa.h [new file with mode: 0644]
source/include/rpc_misc.h [new file with mode: 0644]
source/include/rpc_netlogon.h [new file with mode: 0644]
source/include/rpc_reg.h [new file with mode: 0644]
source/include/rpc_samr.h [new file with mode: 0644]
source/include/rpc_srvsvc.h [new file with mode: 0644]
source/include/rpc_wkssvc.h [new file with mode: 0644]
source/include/smb.h
source/lib/membuffer.c [new file with mode: 0644]
source/lib/util.c
source/lib/util_hnd.c [new file with mode: 0644]
source/lsarpcd/srv_lsa.c [new file with mode: 0644]
source/nmbd/nmbd_processlogon.c
source/nmbd/nmbd_subnetdb.c
source/nmbd/nmbd_winsserver.c
source/param/loadparm.c
source/passdb/smbpass.c
source/rpc_client/cli_login.c [new file with mode: 0644]
source/rpc_client/cli_lsarpc.c [new file with mode: 0644]
source/rpc_client/cli_netlogon.c [new file with mode: 0644]
source/rpc_client/cli_pipe.c [new file with mode: 0644]
source/rpc_client/cli_samr.c [new file with mode: 0644]
source/rpc_client/cli_srvsvc.c [new file with mode: 0644]
source/rpc_client/cli_wkssvc.c [new file with mode: 0644]
source/rpc_client/ntclienttrust.c [new file with mode: 0644]
source/rpc_parse/parse_lsa.c [new file with mode: 0644]
source/rpc_parse/parse_misc.c [new file with mode: 0644]
source/rpc_parse/parse_net.c [new file with mode: 0644]
source/rpc_parse/parse_prs.c [new file with mode: 0644]
source/rpc_parse/parse_reg.c [new file with mode: 0644]
source/rpc_parse/parse_rpc.c [new file with mode: 0644]
source/rpc_parse/parse_samr.c [new file with mode: 0644]
source/rpc_parse/parse_srv.c [new file with mode: 0644]
source/rpc_parse/parse_wks.c [new file with mode: 0644]
source/rpc_server/srv_lsa.c [new file with mode: 0644]
source/rpc_server/srv_lsa_hnd.c [new file with mode: 0644]
source/rpc_server/srv_netlog.c [new file with mode: 0644]
source/rpc_server/srv_pipe_hnd.c [new file with mode: 0644]
source/rpc_server/srv_reg.c [new file with mode: 0644]
source/rpc_server/srv_samr.c [new file with mode: 0644]
source/rpc_server/srv_srvsvc.c [new file with mode: 0644]
source/rpc_server/srv_util.c [new file with mode: 0644]
source/rpc_server/srv_wkssvc.c [new file with mode: 0644]
source/script/mkproto.awk
source/smbd/chgpasswd.c
source/smbd/ipc.c
source/smbd/password.c
source/smbd/pipes.c
source/smbd/reply.c
source/smbd/server.c
source/utils/smbpasswd.c