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
...
*
We're not changing last write, but setting this to be FILE_NOTIFY_CHANGE_CREA...
Jeremy Allison
2009-07-31
1
-1
/
+1
*
Tidy up treatment of ctime.
Jeremy Allison
2009-07-30
2
-5
/
+9
*
Fix bug #6529 - Offline files conflict with Vista and Office 2003.
Jeremy Allison
2009-07-30
1
-0
/
+16
*
Remove the extraneous logic in smb_set_info_standard - we
Jeremy Allison
2009-07-30
1
-26
/
+8
*
SMB_INFO_STANDARD is not a valid info level on set,
Jeremy Allison
2009-07-30
1
-42
/
+0
*
Added prefer_ipv4 bool parameter to resolve_name().
Jeremy Allison
2009-07-28
1
-1
/
+1
*
Fix a valgrind error in chain_reply
Volker Lendecke
2009-07-27
1
-3
/
+10
*
Move 16 bytes from data to r/o text segment
Volker Lendecke
2009-07-25
1
-1
/
+1
*
First patch for "new VFS" portability
Volker Lendecke
2009-07-25
1
-5
/
+5
*
s3: Convert a few callers of unix_convert() over to filename_convert()
Tim Prouty
2009-07-24
5
-105
/
+63
*
s3: Remove a few callers of get_full_smb_filename()
Tim Prouty
2009-07-24
2
-45
/
+81
*
s3 onefs: Fix the onefs modules after the big refactoring
Tim Prouty
2009-07-24
1
-12
/
+12
*
s3: Simplify rename_internals() by passing in smb_filename structs
Tim Prouty
2009-07-24
3
-155
/
+125
*
s3: Allow filename_convert() to pass through unix_convert_flags and let the c...
Tim Prouty
2009-07-24
6
-42
/
+82
*
add my copyright after the VFS rewrite
Volker Lendecke
2009-07-24
1
-0
/
+1
*
Make the smbd VFS typesafe
Volker Lendecke
2009-07-24
1
-32
/
+838
*
In chain_reply, copy the subrequests' error to the main request
Volker Lendecke
2009-07-24
1
-0
/
+15
*
Fix a few uninitialized variable warnings
Volker Lendecke
2009-07-24
10
-20
/
+20
*
Fix some nonempty blank lines
Volker Lendecke
2009-07-24
1
-4
/
+4
*
s3: Change unix_convert to use an smb_filename struct internally
Tim Prouty
2009-07-22
2
-138
/
+168
*
s3: Convert some callers of vfs_lstat_smb_fname to SMB_VFS_LSTAT()
Tim Prouty
2009-07-22
2
-9
/
+30
*
s3: Convert some callers of vfs_stat_smb_fname to SMB_VFS_STAT()
Tim Prouty
2009-07-22
4
-26
/
+37
*
s3: plumb smb_filename through some of the trans2 posix_* functions
Tim Prouty
2009-07-21
1
-60
/
+38
*
s3: Remove unnecessary callers of get_full_smb_filename
Tim Prouty
2009-07-21
4
-119
/
+63
*
s3: Remove the now unused fname parameter from filename_convert()
Tim Prouty
2009-07-21
5
-50
/
+23
*
s3: Fix RENAME_FLAG_RENAME path to stop calling unix_convert twice
Tim Prouty
2009-07-21
1
-50
/
+75
*
s3: Remove unnecessary fname argument from callers of filename_convert
Tim Prouty
2009-07-21
1
-9
/
+14
*
s3: Plumb smb_filename through map_open_params_to_ntcreate
Tim Prouty
2009-07-21
3
-19
/
+20
*
do not log chdir with level 0 if reason is access denied
Christian Ambach
2009-07-21
1
-2
/
+2
*
s3: Add some asserts to the filename util functions
Tim Prouty
2009-07-20
1
-0
/
+12
*
s3: Plumb smb_filename through open_fake_file
Tim Prouty
2009-07-20
2
-18
/
+24
*
s3: Separate out a new file: filename_utils.c
Tim Prouty
2009-07-20
4
-228
/
+249
*
s3: Move is_ntfs_stream*() to filename.c
Tim Prouty
2009-07-20
2
-24
/
+24
*
s3: Change fsp->fsp_name to be an smb_filename struct!
Tim Prouty
2009-07-20
27
-559
/
+539
*
s3 onefs oplocks: Replace static fstring with talloc'd dbg_ctx()
Tim Prouty
2009-07-20
1
-16
/
+16
*
s3: Change file_structs to be allocated with talloc instead of malloc
Tim Prouty
2009-07-20
1
-10
/
+15
*
Fix Coverity CID 928. Removed check as this can never be null.
Jeremy Allison
2009-07-17
1
-1
/
+1
*
Fix Coverity CID 929. Potential NULL deref after code refactoring.
Jeremy Allison
2009-07-17
1
-0
/
+5
*
Fix coverity CID 930. Pointer check can never be null here.
Jeremy Allison
2009-07-17
1
-1
/
+1
*
Fix coverity CID 931. This check is redundent as smb_fname can
Jeremy Allison
2009-07-17
1
-1
/
+1
*
Move the initialization of smbd_server_conn from smbd/process,
Jeremy Allison
2009-07-17
2
-5
/
+5
*
Fix bug #6564 - SetPrinter fails (panics) as non root.
Jeremy Allison
2009-07-17
1
-0
/
+1
*
Fix bug #6551 - win98 clients cannot connect after server upgrade to samba-3....
Jeremy Allison
2009-07-15
2
-0
/
+3
*
s3:smbd: try to fix a compiler warning on i386 : left shift count >= width of...
Stefan Metzmacher
2009-07-15
1
-1
/
+1
*
s3:smbd: add support for SMB2 SetInfo File*Information
Stefan Metzmacher
2009-07-15
1
-1
/
+128
*
s3:smbd: implement SMB2 GetInfo with Fs*Information
Stefan Metzmacher
2009-07-15
1
-0
/
+47
*
s3:smbd: return NT_STATUS_INVALID_INFO_CLASS in SMB2 GetInfo
Stefan Metzmacher
2009-07-15
1
-3
/
+7
*
s3:smbd: check quota access against sec_initial_uid() instead of 0
Stefan Metzmacher
2009-07-15
1
-6
/
+6
*
Make gencache more stable
Volker Lendecke
2009-07-15
1
-0
/
+1
*
Create a talloc_stackframe for each file in wildcard unlink
Volker Lendecke
2009-07-14
1
-0
/
+10
[prev]
[next]