1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-06 13:18:07 +03:00
samba-mirror/source3
Luke Leighton 390c1f3c4d Makefile :
adding bits for new nt domain code

byteorder.h :

	trying to get macros right, and not to crash on SUNOS5...

client.c :

	added #ifdef NTDOMAIN, and created do_nt_login() function.  don't
	want to have to recompile client.c unless absolutely necessary.

credentials.c :

	moved deal_with_creds() [possibly inappropriately] into credentials.c

ipc.c reply.c server.c uid.c :

	attempting to make (un)become_root() functions calleable from smbclient.
	this is a little tricky: smbclient might have to be another setuid
	root program, immediately setuid'ing to non-root, so that we can
	reset-uid to root to get at the smbpasswd file.  or, have a secure
	pipe mechanism to smbd to grab smbpasswd entries.  or the like.

smbdes.c smbencrypt.c :

	created a function to generate lm and nt owf hashes.

lsaparse.c ntclient.c smbparse.c :

	added nt client LSA_AUTH2 code.  it works, too!

pipenetlog.c pipentlsa.c pipesrvsvc.c :

	simplification.  code-shuffling.  getting that damn offset right
	for the opcode in RPC_HDR.

smb.h :

	changed dcinfo xxx_creds to DOM_CRED structures instead of DOM_CHAL.
	we might need to store the server times as well.

proto.h :

	the usual.
(This used to be commit 82436a3d99)
1997-10-25 10:58:18 +00:00
..
client Makefile : 1997-10-25 10:58:18 +00:00
codepages Adding codepage definition files and codepage file compiler/decompiler. 1997-08-30 01:13:39 +00:00
include Makefile : 1997-10-25 10:58:18 +00:00
lib default server_name if NIS server is unavailable should be the local 1997-10-24 13:58:21 +00:00
libsmb Makefile : 1997-10-25 10:58:18 +00:00
locking shared memory code cleanups (partly preparing for a possible sysV 1997-10-22 11:15:14 +00:00
nmbd Big change to make nmbd code more readable/understandable. 1997-10-23 22:30:57 +00:00
param loadparm.c : 1997-10-22 11:31:37 +00:00
passdb This commit does 3 main things: 1997-09-14 16:37:18 +00:00
printing Adding Andrews buffer overflow fixes into the main branch. 1997-09-26 18:55:29 +00:00
script JHT ==> Fixing blocksize argument. Patch by: Llyod Whiteman 1997-10-07 16:01:08 +00:00
smbd Makefile : 1997-10-25 10:58:18 +00:00
utils Implemented asynchronous DNS lookups in nmbd. 1997-10-22 11:02:00 +00:00
web cgi.c is a simple set of CGI manipulation routines 1997-09-11 02:17:16 +00:00
.cvsignore .cvsignore: Added make_smbcodepage 1997-10-17 23:08:07 +00:00
cgi.c cgi.c is a simple set of CGI manipulation routines 1997-09-11 02:17:16 +00:00
change-log Started uninstall in Makefile 1996-07-04 03:17:08 +00:00
internals.doc - sequent-ptx support from bressler@iftccu.ca.boeing.com (Rick 1996-08-13 08:57:55 +00:00
lsaparse.c Makefile : 1997-10-25 10:58:18 +00:00
nameannounce.c Big change to make nmbd code more readable/understandable. 1997-10-23 22:30:57 +00:00
nameannounce.doc - added "netbios name" option in smb.conf to make controlling the name 1996-08-19 11:17:29 +00:00
namebrowse.c Big change to make nmbd code more readable/understandable. 1997-10-23 22:30:57 +00:00
namebrowse.doc updating documentation to reflect code a little bit. 1996-08-05 18:18:58 +00:00
nameconf.c Makefile: Added AIX targets from Ole Holm Nielsen <Ole.H.Nielsen@uni-c.dk> 1997-07-08 16:54:44 +00:00
namedbname.c Big change to make nmbd code more readable/understandable. 1997-10-23 22:30:57 +00:00
namedbname.doc updating documentation to reflect code a little bit. 1996-08-05 18:18:58 +00:00
namedbresp.c .cvsignore: Added make_smbcodepage 1997-10-17 23:08:07 +00:00
namedbresp.doc updated doc files to include a GPL header, with revision history in it. 1996-08-01 19:25:01 +00:00
namedbserver.c .cvsignore: Added make_smbcodepage 1997-10-17 23:08:07 +00:00
namedbsubnet.c Big change to make nmbd code more readable/understandable. 1997-10-23 22:30:57 +00:00
namedbwork.c Fixing assumtions that malloced memory is zero filled - making 1997-09-16 17:40:17 +00:00
nameelect.c Big change to make nmbd code more readable/understandable. 1997-10-23 22:30:57 +00:00
nameelect.doc updating documentation to reflect code a little bit. 1996-08-05 18:18:58 +00:00
namelogon.c playing about, trying to SMBopenX a \PIPE\NETLOGON (should be a SMBopen) 1997-10-23 13:38:46 +00:00
namelogon.doc updated doc files to include a GPL header, with revision history in it. 1996-08-01 19:25:01 +00:00
namepacket.c Big change to make nmbd code more readable/understandable. 1997-10-23 22:30:57 +00:00
namepacket.doc updated doc files to include a GPL header, with revision history in it. 1996-08-01 19:25:01 +00:00
namequery.doc updated doc files to include a GPL header, with revision history in it. 1996-08-01 19:25:01 +00:00
nameresp.c Big change to make nmbd code more readable/understandable. 1997-10-23 22:30:57 +00:00
nameresp.doc updated doc files to include a GPL header, with revision history in it. 1996-08-01 19:25:01 +00:00
nameserv.c Big change to make nmbd code more readable/understandable. 1997-10-23 22:30:57 +00:00
nameserv.doc updated doc files to include a GPL header, with revision history in it. 1996-08-01 19:25:01 +00:00
nameservreply.c Big change to make nmbd code more readable/understandable. 1997-10-23 22:30:57 +00:00
nameservreply.doc updating documentation to reflect code a little bit. 1996-08-05 18:18:58 +00:00
nameservresp.c Big change to make nmbd code more readable/understandable. 1997-10-23 22:30:57 +00:00
nameservresp.doc updating documentation to reflect code a little bit. 1996-08-05 18:18:58 +00:00
namework.c Big change to make nmbd code more readable/understandable. 1997-10-23 22:30:57 +00:00
namework.doc updating documentation to reflect code a little bit. 1996-08-05 18:18:58 +00:00
nmbsync.c Big change to make nmbd code more readable/understandable. 1997-10-23 22:30:57 +00:00
pipenetlog.c Makefile : 1997-10-25 10:58:18 +00:00
pipentlsa.c Makefile : 1997-10-25 10:58:18 +00:00
pipesrvsvc.c Makefile : 1997-10-25 10:58:18 +00:00
pipeutil.c general sorting out, from crashes generated by do_lsa_req_chal() in client.c 1997-10-23 16:17:07 +00:00
smbadduser JHT ==> Removed linefeed that caused problems. 1997-10-13 12:13:11 +00:00
smbparse.c Makefile : 1997-10-25 10:58:18 +00:00
srvparse.c debugging the srvsvc Net Share Enum. some padding issues; some string length 1997-10-19 17:54:13 +00:00
ubi_dLinkList.c This code manages a simple doubly-linked list. 1997-10-16 00:55:11 +00:00
ubi_dLinkList.h This code manages a simple doubly-linked list. 1997-10-16 00:55:11 +00:00
wsmbconf.c This commit does 3 main things: 1997-09-14 16:37:18 +00:00
wsmbstatus.c cgi.c is a simple set of CGI manipulation routines 1997-09-11 02:17:16 +00:00