1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00
samba-mirror/source3
Andrew Tridgell 71d648cdb4 change the default file permissions on the SHARE_MEM_FILE* to
0644. smbstatus now gets only read permission on the share files and
does no locking.

also get rid of some unnecessary umask(0) calls. smbd always runs with
umask(0)
(This used to be commit c6ac10170d)
1997-10-27 14:27:17 +00:00
..
client hooray. hooray some more. hooray a lot. got the client-side working. 1997-10-26 18:42:47 +00:00
codepages Adding codepage definition files and codepage file compiler/decompiler. 1997-08-30 01:13:39 +00:00
include change the default file permissions on the SHARE_MEM_FILE* to 1997-10-27 14:27:17 +00:00
lib default server_name if NIS server is unavailable should be the local 1997-10-24 13:58:21 +00:00
libsmb hooray. hooray some more. hooray a lot. got the client-side working. 1997-10-26 18:42:47 +00:00
locking change the default file permissions on the SHARE_MEM_FILE* to 1997-10-27 14:27:17 +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 change the default file permissions on the SHARE_MEM_FILE* to 1997-10-27 14:27:17 +00:00
utils change the default file permissions on the SHARE_MEM_FILE* to 1997-10-27 14:27:17 +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 added correct client-side credential generation / checking to the LSA SAM 1997-10-25 17:38:37 +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 The browse synchronisation code in nmbsync.c now uses the clientgen.c 1997-10-26 07:32:02 +00:00
pipenetlog.c hooray. hooray some more. hooray a lot. got the client-side working. 1997-10-26 18:42:47 +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 got the SAM logon request generated, and received a SAM logon response back. 1997-10-25 15:49:27 +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