index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
rpc_server
/
srv_srvsvc_nt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-05
Fix for bug #7189 - Open txt files with notepad on samba shares creates problem.
Jeremy Allison
1
-0
/
+2
2010-01-07
s3: Lock down some srvsvc calls according to what w2k3 seems to do
Volker Lendecke
1
-0
/
+21
2009-11-26
s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...
Günther Deschner
1
-0
/
+1
2009-08-20
Fix bug 6638 - ADS Domain Member: Computer Mgr can not set share ACLs
Jeremy Allison
1
-3
/
+19
2009-08-07
s3:smbd: conn_free_internal() can be static now
Stefan Metzmacher
1
-4
/
+4
2009-07-24
s3: Allow filename_convert() to pass through unix_convert_flags and let the c...
Tim Prouty
1
-0
/
+4
2009-07-21
s3: Remove the now unused fname parameter from filename_convert()
Tim Prouty
1
-4
/
+2
2009-07-15
S3: Small fix to get rid of annoying log message.
Bo Yang
1
-2
/
+4
2009-07-06
s3: Change some filename_convert to pass in NULL for char **fname argument
Tim Prouty
1
-4
/
+2
2009-06-18
Add some const to the stat struct in the dosmode calls.
Jeremy Allison
1
-15
/
+4
2009-06-16
Fix msdfs after the change to smb_filename struct. We must *always*
Jeremy Allison
1
-2
/
+23
2009-06-12
s3: Plumb smb_filename through SMB_VFS_CREATE_FILE
Tim Prouty
1
-25
/
+7
2009-06-10
s3: Make all callers of SMB_VFS_CREATEFILE call unix_convert first
Tim Prouty
1
-9
/
+47
2009-04-21
s3: Use common security_descriptor_equal().
Jelmer Vernooij
1
-1
/
+1
2009-02-09
Fix count in _srvsvc_NetDiskEnum()
Volker Lendecke
1
-0
/
+2
2009-01-06
s3-srvsvc: remove all init_srvsvc* functions.
Günther Deschner
1
-6
/
+8
2009-01-06
s3-srvsvc: avoid all init_srvsvc* functions.
Günther Deschner
1
-98
/
+93
2009-01-01
Add iconv_convenience argument to size functions.
Jelmer Vernooij
1
-1
/
+1
2008-12-09
s3-srvsvc: fix build warning.
Günther Deschner
1
-2
/
+2
2008-12-08
s3: Add support for access based share enumeration
Todd Stecher
1
-19
/
+39
2008-12-03
s3: Change SMB_VFS_CREATE_FILE to take a create_file_flags argument
Tim Prouty
1
-2
/
+2
2008-12-03
s3: Add new "is_dos_path" argument to SMB_VFS_CREATE_FILE
Tim Prouty
1
-0
/
+2
2008-12-03
s3: Add SMB_VFS_CREATE_FILE to the vfs layer
Tim Prouty
1
-2
/
+2
2008-11-24
Get rid of pipes_struct->pipe_user, we have server_info now --- YESSS!
Volker Lendecke
1
-31
/
+17
2008-11-23
Add auth_serversupplied_info to create_conn_struct
Volker Lendecke
1
-6
/
+4
2008-10-23
Use WERR_FILE_EXISTS which is the equivalent of WERR_ALREADY_EXISTS
Jelmer Vernooij
1
-1
/
+1
2008-10-13
Pass struct smb_request to file_free
Volker Lendecke
1
-4
/
+4
2008-10-08
For the vfs_acl_xattr.c module, make sure we map GENERIC file and directory bits
Jeremy Allison
1
-2
/
+24
2008-09-26
s3-srvsvc: fix _srvsvc_NetShareAdd segfault.
Günther Deschner
1
-1
/
+3
2008-07-27
Fix srvsvc_Net[Get|Set]FileSecurity
Volker Lendecke
1
-155
/
+87
2008-06-24
Correct calculation of "remark" in srv_srvsvc_nt.c
Volker Lendecke
1
-9
/
+25
2008-05-27
Allow server manager to close open files selected by id.
Jeremy Allison
1
-2
/
+55
2008-05-22
Remove MAX_SESS_ENTRIES and MAX_CONN_ENTRIES limits
Jeremy Allison
1
-19
/
+6
2008-05-22
Revert "Arggh. Got the path/user the wrong way around. IDL is correct :-)."
Jeremy Allison
1
-6
/
+19
2008-05-22
Arggh. Got the path/user the wrong way around. IDL is correct :-).
Jeremy Allison
1
-19
/
+6
2008-05-22
Arggh. Got the path/user the wrong way around. IDL is correct :-).
Jeremy Allison
1
-4
/
+4
2008-05-22
Fix 2 bugs with displaying open file state. Firstly
Jeremy Allison
1
-3
/
+3
2008-05-09
Remove a couple of uses of SMB_VFS_GET_NT_ACL(), use
Jeremy Allison
1
-13
/
+42
2008-05-08
Yay ! Remove a VFS entry. Removed the set_nt_acl() call,
Jeremy Allison
1
-1
/
+1
2008-05-02
Remove the "stat_open()" function, flag, and all associated code. It was only
Jeremy Allison
1
-2
/
+9
2008-04-01
Fix SRVSVC ShareInfo level 502 server side handling.
Günther Deschner
1
-4
/
+6
2008-04-01
Fix SRVSVC ShareInfo max_users handling server side.
Günther Deschner
1
-6
/
+6
2008-04-01
Fix _srvsvc_NetShareSetInfo.
Günther Deschner
1
-3
/
+5
2008-03-21
Fix Coverity ID 548
Volker Lendecke
1
-3
/
+5
2008-03-21
Add my copyright.
Günther Deschner
1
-0
/
+1
2008-03-21
Move MAX.*ENTRY definitions out of old rpc srvsvc parsing code.
Günther Deschner
1
-0
/
+15
2008-03-21
Use pidl for _srvsvc_NetSessEnum().
Günther Deschner
1
-133
/
+95
2008-03-21
Use pidl for _srvsvc_NetConnEnum().
Günther Deschner
1
-135
/
+96
2008-03-20
Fix an uninitialized variable warning
Volker Lendecke
1
-0
/
+1
2008-03-19
Use pidl for _srvsvc_NetFileEnum.
Günther Deschner
1
-98
/
+71
[next]