index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s3:smbd: return DELETE_PENDING on path based operations on streams, when the ...
Stefan Metzmacher
2008-12-01
1
-0
/
+40
*
s3:smbd: construct the correct newname for stream renames
Stefan Metzmacher
2008-12-01
1
-16
/
+32
*
s3:smbd: wildcard characters are allowed in stream names
Stefan Metzmacher
2008-12-01
1
-1
/
+11
*
s3:smbd: correctly verify stream names to pass RAW-STREAMS
Stefan Metzmacher
2008-12-01
1
-1
/
+35
*
s3:smbd: '|' isn't allowed in windows filenames
Stefan Metzmacher
2008-12-01
1
-1
/
+1
*
Fix a debug message, append the correct \n
Volker Lendecke
2008-12-01
1
-1
/
+1
*
Make nt4_compatible_acls() non-static for use by VFS ACL modules.
Steven Danneman
2008-11-30
1
-1
/
+1
*
Set PRESENT flag when returning NULL [SD]ACL like Windows does.
Steven Danneman
2008-11-30
1
-1
/
+9
*
Remove "conn" parameter from np_open, smb_request contains it
Volker Lendecke
2008-11-28
2
-2
/
+2
*
Remove inbuf references from the trans2ioctl code
Volker Lendecke
2008-11-28
1
-4
/
+4
*
Consolidate the buffer checks for the reply_trans style functions
Volker Lendecke
2008-11-28
3
-169
/
+54
*
Remove the variable "size" from reply_nttrans
Volker Lendecke
2008-11-28
1
-10
/
+13
*
Remove the variable "size" from reply_trans
Volker Lendecke
2008-11-28
1
-12
/
+16
*
Remove an unused variable
Volker Lendecke
2008-11-28
1
-2
/
+0
*
Remove two direct inbuf references from reply_sesssetup_and_X_spnego()
Volker Lendecke
2008-11-28
1
-2
/
+2
*
Fix the offset checks in the trans routines
Volker Lendecke
2008-11-27
3
-9
/
+9
*
Fix bug #5873 - ACL inheritance cannot be broken. This regresses #4308, but t...
Jeremy Allison
2008-11-24
1
-0
/
+8
*
Get rid of pipes_struct->pipe_user, we have server_info now --- YESSS!
Volker Lendecke
2008-11-24
1
-3
/
+3
*
Remove unused make_connection_with_chdir()
Volker Lendecke
2008-11-24
1
-32
/
+0
*
Fix to allow setting of NULL DACL/SACL
Steven Danneman
2008-11-23
1
-11
/
+2
*
Add auth_serversupplied_info to create_conn_struct
Volker Lendecke
2008-11-23
1
-4
/
+15
*
Rever 83ff6979f504d50caf725ee62549604630b69be7 - "Fix the logic bug that caus...
Jeremy Allison
2008-11-21
1
-7
/
+1
*
Fix the logic bug that caused us to run into kernel oplocks on an open for a ...
Jeremy Allison
2008-11-21
1
-1
/
+7
*
Second part of the fix for bug #5903 - vfs_streams_xattr breaks contents of t...
Jeremy Allison
2008-11-21
1
-15
/
+46
*
First part of fix for bug #5903 - vfs_streams_xattr breaks contents of the file.
Jeremy Allison
2008-11-21
5
-109
/
+126
*
Fix bug #5909 - MS-DFS does not work on Vista, if link name includes multibyt...
Yasuma Takeda
2008-11-20
1
-6
/
+6
*
Fix bug #5908 - Samba 3.0.32 - internal change notify on share directory fails"
Dina Fine
2008-11-18
1
-0
/
+3
*
Re-structure Volker's patch to "Fix trans2findfirst for the large directory o...
Jeremy Allison
2008-11-18
1
-26
/
+21
*
Fix trans2findfirst for the large directory optimization
Volker Lendecke
2008-11-18
1
-0
/
+5
*
Fix bug #5900 reported by monyo@samba.gr.jp - vfs_readonly.so does not work.
Jeremy Allison
2008-11-17
2
-3
/
+6
*
Fix build break
Tim Prouty
2008-11-12
1
-1
/
+1
*
Pretty print out SD's on get/set.
Jeremy Allison
2008-11-12
1
-0
/
+10
*
s3: Add support for storing dos attributes as st_flags in the stat struct.
Tim Prouty
2008-11-12
1
-13
/
+147
*
Fix bug 5889. "delete veto files = no" seems to break.
Jeremy Allison
2008-11-11
1
-4
/
+11
*
Make "construct_reply_common" static
Volker Lendecke
2008-11-08
1
-1
/
+3
*
Do not write into inbuf for the transs request
Volker Lendecke
2008-11-08
4
-19
/
+23
*
Remove direct inbuf refs from send_trans_reply
Volker Lendecke
2008-11-08
1
-37
/
+35
*
change CHECK_READ to use smb_request instead of inbuf
Volker Lendecke
2008-11-08
1
-3
/
+3
*
Remove a direct inbuf reference from reply_nttrans()
Volker Lendecke
2008-11-08
1
-2
/
+1
*
Remove a direct inbuf reference (should have been removed with 8987641d...)
Volker Lendecke
2008-11-08
1
-1
/
+1
*
Remove the change to the user context in process_blocking_lock_queue()
Volker Lendecke
2008-11-08
1
-76
/
+8
*
Converting notify.c to store a request, not an inbuf
Volker Lendecke
2008-11-08
2
-56
/
+30
*
Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...
Jeremy Allison
2008-11-06
2
-4
/
+4
*
Convert to use VFS layer.
Herb Lewis
2008-11-06
1
-1
/
+1
*
Add wrapper str_list_make_v3() to replace the old S3 behavior of
Jeremy Allison
2008-11-06
2
-2
/
+2
*
Final fix to make us pass NULL SD test in RAW-ACLs. Not sure if this is 100% ...
Jeremy Allison
2008-11-06
1
-0
/
+3
*
Don't call FSET_NT_ACL on file create if there's no SD to set. Leave the defa...
Jeremy Allison
2008-11-06
1
-1
/
+6
*
Add reference to bug #4308 to remind me to add regression test to smbtorture.
Jeremy Allison
2008-11-05
1
-1
/
+1
*
Fix the build
Volker Lendecke
2008-11-05
1
-1
/
+1
*
Fix a const warning
Volker Lendecke
2008-11-04
1
-1
/
+1
[prev]
[next]