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
...
*
Don't push the data out to the client in reply_sesssetup_blob()
Volker Lendecke
2008-10-22
1
-4
/
+0
*
Fix a debug message in send_nt_replies()
Volker Lendecke
2008-10-22
1
-3
/
+6
*
Fix nonempty blank lines
Volker Lendecke
2008-10-19
1
-91
/
+91
*
"fn_new"->"fn" in smb_messages[], we got beyond that :-)
Volker Lendecke
2008-10-19
1
-3
/
+3
*
Use a direct compare instead of calling strncmp in valid_smb_header
Volker Lendecke
2008-10-19
1
-1
/
+5
*
Move the global hosts_allow() check out of the processing loop
Volker Lendecke
2008-10-19
1
-19
/
+22
*
Inline the once-used macro "init_dfsroot"
Volker Lendecke
2008-10-19
1
-1
/
+6
*
s3-build: fix the build of smbd.
Günther Deschner
2008-10-18
1
-1
/
+1
*
Use separate make variables for libutil and libcrypto.
Jelmer Vernooij
2008-10-18
1
-2
/
+2
*
Cope with bad trans2mkdir requests from System i QNTC IBM SMB client.
Jeremy Allison
2008-10-16
1
-3
/
+4
*
Note url explaining this code.
Jeremy Allison
2008-10-14
1
-0
/
+4
*
Remove unused stuff
Volker Lendecke
2008-10-14
1
-12
/
+0
*
Use {u,}int64_t instead of SMB_BIG_{U,}INT.
Jelmer Vernooij
2008-10-14
12
-237
/
+237
*
Remove smb_np_struct
Volker Lendecke
2008-10-13
4
-137
/
+3
*
Use "struct files_struct" for pipes instead of smb_np_struct
Volker Lendecke
2008-10-13
5
-99
/
+99
*
Remove the chain_fsp global
Volker Lendecke
2008-10-13
3
-21
/
+11
*
Pass struct smb_request to file_free
Volker Lendecke
2008-10-13
9
-77
/
+80
*
Pass struct smb_request to file_new
Volker Lendecke
2008-10-13
6
-22
/
+25
*
Pass struct smb_request to file_fsp
Volker Lendecke
2008-10-13
5
-34
/
+34
*
s3: fix another build warning.
Günther Deschner
2008-10-13
1
-4
/
+4
*
Fix bug 5691: SIGBUS on Solaris
Volker Lendecke
2008-10-13
1
-1
/
+4
*
Use common util_file code.
Jelmer Vernooij
2008-10-12
3
-6
/
+6
*
Cope with the fact that the data blobs returned are now
Jelmer Vernooij
2008-10-12
1
-4
/
+20
*
Use common strlist implementation in Samba 3 and Samba 4.
Jelmer Vernooij
2008-10-12
1
-2
/
+2
*
Cope with changed signature of http_timestring().
Jelmer Vernooij
2008-10-11
1
-1
/
+1
*
Make use of talloc_tos()
Volker Lendecke
2008-10-11
1
-2
/
+2
*
Fix some nonempty blank lines
Volker Lendecke
2008-10-11
2
-23
/
+23
*
Fix a "nexted extern declaration" warning
Volker Lendecke
2008-10-11
1
-1
/
+1
*
Remove SEC_ACCESS. It's a uint32_t.
Jeremy Allison
2008-10-09
1
-19
/
+7
*
Remove a pointless level of indirection
Volker Lendecke
2008-10-09
2
-11
/
+1
*
Fix a typo
Volker Lendecke
2008-10-09
1
-1
/
+1
*
For the vfs_acl_xattr.c module, make sure we map GENERIC file and directory bits
Jeremy Allison
2008-10-08
2
-0
/
+9
*
Deal with inheritance from parent directory when setting Windows
Jeremy Allison
2008-10-08
1
-1
/
+1
*
Remove unused CHECK_FSP macro
Volker Lendecke
2008-10-08
1
-3
/
+2
*
Update vfs version as I've added a const to the security_descriptor paramter ...
Jeremy Allison
2008-10-07
1
-25
/
+26
*
Simply our main loop processing. A lot :-). Correctly use events for all the ...
Jeremy Allison
2008-10-03
3
-187
/
+40
*
Fix use of DLIST_REMOVE as spotted by Constantine Vetoshev <gepardcv@gmail.com>.
Jeremy Allison
2008-10-01
1
-1
/
+1
*
Fix the make test problem Karolin reported. Now rename_open_files actually wo...
Jeremy Allison
2008-09-30
1
-2
/
+2
*
Second part of the fix for bug #5790 - samba returns STATUS_OBJECT_NAME_NOT_F...
Jeremy Allison
2008-09-26
1
-4
/
+6
*
Fix bug #5797 - Moving readonly files fails. Reported by infomail@lordb.de.
Jeremy Allison
2008-09-26
1
-3
/
+1
*
Fix bug #5790 samba returns STATUS_OBJECT_NAME_NOT_FOUND on set file disposit...
Jeremy Allison
2008-09-24
1
-4
/
+2
*
Fix bug #5783 FindFirst fails where search pattern == mangled filename.
Jeremy Allison
2008-09-23
2
-8
/
+8
*
s3: use samba4 prototype for ndr_push/pull_struct_blob.
Günther Deschner
2008-09-23
1
-4
/
+4
*
Fix aio on FreeBSD.
Timur
2008-09-15
1
-1
/
+16
*
Fix cut and paste error in quota code.
Timur
2008-09-15
1
-2
/
+2
*
Fix bug 5761 "open of mangled directory name results in 'is a stream name'"
Jeremy Allison
2008-09-15
1
-3
/
+7
*
Modify a comment to make things clearer.
Jeremy Allison
2008-09-12
1
-1
/
+3
*
Fix bug #5052 - not work cancel inheritance on share. We were
Jeremy Allison
2008-09-10
1
-3
/
+10
*
When requesting UNIX info levels on findfirst/findnext, don't play games with...
Jeremy Allison
2008-09-10
1
-1
/
+5
*
Add some debug to reply_nttrans
Volker Lendecke
2008-09-09
1
-0
/
+11
[prev]
[next]