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
...
*
reply_doserror() doesn't force DOS errors on the wire.
Jeremy Allison
2009-12-18
1
-10
/
+10
*
Always map EMFILE to ERRDOS, ERRnofids, *NOT* NT_STATUS_TOO_MANY_OPENED_FILES.
Jeremy Allison
2009-12-17
1
-0
/
+4
*
Vector correctly through reply_openerror() (which uses the same logic).
Jeremy Allison
2009-12-17
1
-6
/
+1
*
Fix bug #6939 - mangling method = hash breaks long filenames.
Jeremy Allison
2009-12-17
1
-1
/
+4
*
Add helpful debug of DACL for errors on ACL access.
Jeremy Allison
2009-12-16
1
-2
/
+10
*
Ensure dos_mode can return FILE_ATTRIBUTE_NORMAL, then filter the returned at...
Jeremy Allison
2009-12-15
2
-18
/
+25
*
s3: Fix a very embarrassing build failure
Volker Lendecke
2009-12-12
1
-2
/
+2
*
s3-spoolss: use driver level info8 everywhere in spoolss server internally.
Günther Deschner
2009-12-08
1
-25
/
+25
*
streamline some log levels for invalid servicenames
Christian Ambach
2009-12-06
2
-2
/
+2
*
Make Samba3 pass the RAW-LOCK test as Windows.
Jeremy Allison
2009-12-04
1
-0
/
+24
*
Make sure we're not using the old smb_fname data.
Jeremy Allison
2009-12-03
1
-1
/
+1
*
Remove smb_fname duplicates that just keep the same information as in fsp->fs...
Jeremy Allison
2009-12-03
1
-13
/
+11
*
Refactor reply_rmdir to use handle based code. All
Jeremy Allison
2009-12-03
2
-262
/
+298
*
Remove unneeded argument from can_set_delete_on_close(). Ensure
Jeremy Allison
2009-12-02
3
-25
/
+18
*
Fix bug #6837 - "Too many open files" when trying to access large number of f...
Jeremy Allison
2009-12-02
1
-2
/
+0
*
Ensure we don't see the xattr used to store NT security (visible when xattr_tdb
Jeremy Allison
2009-12-01
1
-1
/
+1
*
s3: Fix smbd to correctly return INVALID_LEVEL on set_file_end_of_file_info f...
Tim Prouty
2009-12-01
1
-5
/
+26
*
s3: "check_magic" only looks at the size
Volker Lendecke
2009-11-29
1
-1
/
+1
*
s3: "disk_quotas" only looks at the devicenumber
Volker Lendecke
2009-11-29
1
-17
/
+13
*
s3: Pass the "fake dir create times" parameter to sys_*stat
Volker Lendecke
2009-11-29
2
-14
/
+20
*
s3-smbd: no drsuapi server stubs yet in s3. Fixes the build, sorry.
Günther Deschner
2009-11-26
1
-1
/
+0
*
s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...
Günther Deschner
2009-11-26
2
-0
/
+17
*
Make us pass RAW-CHKPATH with a case sensitive share.
Jeremy Allison
2009-11-25
1
-42
/
+105
*
Fix crash due to uninitialized pointer (not a problem in 3.4.x or below).
Jeremy Allison
2009-11-25
1
-2
/
+1
*
s3 setfileinfo: Open with FILE_WRITE_DATA when setting the file size
Tim Prouty
2009-11-25
1
-1
/
+1
*
Remove call into reduce_name if case sensitive. This allows us to pass
Jeremy Allison
2009-11-24
1
-2
/
+1
*
Allow us to pass RAW-CHKPATH with FILE_FLAG_POSIX_SEMANTICS set or with
Jeremy Allison
2009-11-24
2
-4
/
+13
*
Fix make test. Only do POSIX case conversion if FILE_FLAG_POSIX_SEMANTICS set...
Jeremy Allison
2009-11-24
1
-8
/
+12
*
Restore NtCreateX case handling with FILE_FLAG_POSIX_SEMANTICS to the way
Jeremy Allison
2009-11-23
1
-5
/
+68
*
Remove unused code.
Jeremy Allison
2009-11-23
1
-46
/
+0
*
Proper fix for #6898 - Samba duplicates file content on appending. Pointed ou...
Jeremy Allison
2009-11-23
2
-13
/
+20
*
Fix bug #6898 - Samba duplicates file content on appending
Jeremy Allison
2009-11-23
1
-0
/
+10
*
Revert "s3: Make the implicit reference to Protocol in mask_match() explicit"
Volker Lendecke
2009-11-23
2
-6
/
+4
*
Revert "s3: Make the implicit reference to Protocol in is_in_path() explicit"
Volker Lendecke
2009-11-23
5
-13
/
+7
*
Revert "s3: Make the implicit reference to get_Protocol in lp_use_sendfile() ...
Volker Lendecke
2009-11-23
1
-4
/
+2
*
Revert "s3: Move the global variable Protocol to struct smbd_server_connection"
Volker Lendecke
2009-11-23
13
-59
/
+35
*
s3: Move a variable declaration to its only use
Volker Lendecke
2009-11-23
1
-1
/
+1
*
s3-printing: use spoolss types and structs while getting and deleting drivers.
Günther Deschner
2009-11-23
1
-33
/
+28
*
s3: Move the global variable Protocol to struct smbd_server_connection
Volker Lendecke
2009-11-21
13
-35
/
+59
*
s3: Make the implicit reference to get_Protocol in lp_use_sendfile() explicit
Volker Lendecke
2009-11-21
1
-2
/
+4
*
s3: Make the implicit reference to Protocol in is_in_path() explicit
Volker Lendecke
2009-11-21
5
-7
/
+13
*
s3: Make the implicit reference to Protocol in mask_match() explicit
Volker Lendecke
2009-11-21
2
-4
/
+6
*
s3: Tune if-conditions in a very hot codepath
Volker Lendecke
2009-11-21
1
-1
/
+1
*
Fix logic bug where high bits tests was being
Jeremy Allison
2009-11-20
1
-1
/
+1
*
s3: Replace some create_synthetic_smb_fname() calls
Volker Lendecke
2009-11-18
6
-104
/
+56
*
s3: Do not talloc in readdir
Volker Lendecke
2009-11-18
5
-105
/
+145
*
Start removing SMB_STRUCT_STAT variables except for
Jeremy Allison
2009-11-17
1
-15
/
+13
*
Remove "store create time" code, cause create time to be stored
Jeremy Allison
2009-11-17
6
-139
/
+188
*
Don't overwrite a dynamic pointer with the address of a stack
Jeremy Allison
2009-11-16
2
-16
/
+11
*
Fix bug 6891 - using windows explorer to change ownership on a folder fails w...
Jeremy Allison
2009-11-12
1
-1
/
+11
[prev]
[next]