"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)
commitfdeea341ed1bae670382e45eb731db1b5838ad21
treebdbc5138a9340bdbd5c12cee243e6acfb2e64daf
parent4c6230afd2f144322c07c7e4c46147d3e5d2ddde
"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.
(This used to be commit 118ba4d77a33248e762a2cf843fb7cbc906ee6e7)
56 files changed:
source3/client/ntclient.c
source3/include/ntdomain.h [new file with mode: 0644]
source3/include/nterr.h
source3/include/proto.h
source3/include/rpc_dce.h [new file with mode: 0644]
source3/include/rpc_lsa.h [new file with mode: 0644]
source3/include/rpc_misc.h [new file with mode: 0644]
source3/include/rpc_netlogon.h [new file with mode: 0644]
source3/include/rpc_reg.h [new file with mode: 0644]
source3/include/rpc_samr.h [new file with mode: 0644]
source3/include/rpc_srvsvc.h [new file with mode: 0644]
source3/include/rpc_wkssvc.h [new file with mode: 0644]
source3/include/smb.h
source3/lib/membuffer.c [new file with mode: 0644]
source3/lib/util.c
source3/lib/util_hnd.c [new file with mode: 0644]
source3/lsarpcd/srv_lsa.c [new file with mode: 0644]
source3/nmbd/nmbd_processlogon.c
source3/nmbd/nmbd_subnetdb.c
source3/nmbd/nmbd_winsserver.c
source3/param/loadparm.c
source3/passdb/smbpass.c
source3/rpc_client/cli_login.c [new file with mode: 0644]
source3/rpc_client/cli_lsarpc.c [new file with mode: 0644]
source3/rpc_client/cli_netlogon.c [new file with mode: 0644]
source3/rpc_client/cli_pipe.c [new file with mode: 0644]
source3/rpc_client/cli_samr.c [new file with mode: 0644]
source3/rpc_client/cli_srvsvc.c [new file with mode: 0644]
source3/rpc_client/cli_wkssvc.c [new file with mode: 0644]
source3/rpc_client/ntclienttrust.c [new file with mode: 0644]
source3/rpc_parse/parse_lsa.c [new file with mode: 0644]
source3/rpc_parse/parse_misc.c [new file with mode: 0644]
source3/rpc_parse/parse_net.c [new file with mode: 0644]
source3/rpc_parse/parse_prs.c [new file with mode: 0644]
source3/rpc_parse/parse_reg.c [new file with mode: 0644]
source3/rpc_parse/parse_rpc.c [new file with mode: 0644]
source3/rpc_parse/parse_samr.c [new file with mode: 0644]
source3/rpc_parse/parse_srv.c [new file with mode: 0644]
source3/rpc_parse/parse_wks.c [new file with mode: 0644]
source3/rpc_server/srv_lsa.c [new file with mode: 0644]
source3/rpc_server/srv_lsa_hnd.c [new file with mode: 0644]
source3/rpc_server/srv_netlog.c [new file with mode: 0644]
source3/rpc_server/srv_pipe_hnd.c [new file with mode: 0644]
source3/rpc_server/srv_reg.c [new file with mode: 0644]
source3/rpc_server/srv_samr.c [new file with mode: 0644]
source3/rpc_server/srv_srvsvc.c [new file with mode: 0644]
source3/rpc_server/srv_util.c [new file with mode: 0644]
source3/rpc_server/srv_wkssvc.c [new file with mode: 0644]
source3/script/mkproto.awk
source3/smbd/chgpasswd.c
source3/smbd/ipc.c
source3/smbd/password.c
source3/smbd/pipes.c
source3/smbd/reply.c
source3/smbd/server.c
source3/utils/smbpasswd.c