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: rename conn => sconn for smbd_server_connection structs
Stefan Metzmacher
2009-08-08
15
-118
/
+118
*
Move the checks for null timestamps down below the VFS_NTIMES
Jeremy Allison
2009-08-07
1
-30
/
+3
*
Correctly send out notify messages for timestamp changes.
Jeremy Allison
2009-08-07
1
-5
/
+3
*
s3:smbd: split the dir entry marshalling into smbd_marshall_dir_entry()
Stefan Metzmacher
2009-08-07
1
-443
/
+482
*
s3:smbd: move dptr globals into struct smbd_server_connection
Stefan Metzmacher
2009-08-07
7
-88
/
+135
*
s3:smbd: remove dirptr and dirpath from connection_struct
Stefan Metzmacher
2009-08-07
5
-48
/
+46
*
s3:smbd: implement get_lanman2_dir_entry() on top of smbd_dirptr_get_entry()
Stefan Metzmacher
2009-08-07
1
-229
/
+215
*
s3:smbd: let get_dir_entry() use smbd_dirptr_get_entry()
Stefan Metzmacher
2009-08-07
1
-139
/
+89
*
s3:smbd: add generic smbd_dirptr_get_entry()
Stefan Metzmacher
2009-08-07
2
-0
/
+163
*
s3:smbd: conn_free_internal() can be static now
Stefan Metzmacher
2009-08-07
3
-17
/
+17
*
s3:smbd: add a smbd_server_connection pointer to connection_struct
Stefan Metzmacher
2009-08-07
5
-31
/
+35
*
s3:smbd: don't ignore check_descend in get_dir_entry()
Stefan Metzmacher
2009-08-07
1
-0
/
+6
*
s3: Fix a bug in renames of directories
Tim Prouty
2009-08-06
1
-6
/
+19
*
Remove a const warning.
Jeremy Allison
2009-08-06
1
-1
/
+1
*
Put SMB_INFO_STANDARD back into setfileinfo, but do it right
Jeremy Allison
2009-08-06
1
-0
/
+45
*
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
[prev]
[next]