index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
filename.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-28
Use existing ISDOT and ISDOTDOT macros.
Jeremy Allison
1
-2
/
+1
2011-05-06
More const fixes. Remove CONST_DISCARD.
Jeremy Allison
1
-1
/
+1
2011-05-05
Fix many const compiler warnings.
Jeremy Allison
1
-1
/
+1
2011-04-04
Move SET_STAT_INVALID call added by Volker as fix for bug 8042 - Newly create...
Jeremy Allison
1
-3
/
+3
2011-04-04
Note that check_parent_exists() doesn't change the contents of smb_fname (add...
Jeremy Allison
1
-1
/
+1
2011-04-03
s3: Fix bug 8042: File creation on OS/X
Volker Lendecke
1
-0
/
+3
2011-03-30
s3: include smbd/smbd.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-includes: only include system/filesys.h when needed.
Günther Deschner
1
-0
/
+1
2011-02-10
Put OpenDir() back the way it was - don't overload with an fsp arg. Create Op...
Jeremy Allison
1
-1
/
+1
2011-02-09
Allow SMB2_FIND to actually use the open fd handle if we support fdopendir. F...
Jeremy Allison
1
-1
/
+1
2011-01-25
Fix bug #7863 - Unlink may unlink wrong file when hardlinks are involved.
Jeremy Allison
1
-1
/
+10
2011-01-25
Add uint32_t name_hash argument (currently unused) to get_file_infos().
Jeremy Allison
1
-0
/
+1
2010-12-19
s3: Fix some typos
Volker Lendecke
1
-3
/
+3
2010-09-10
Add check missing from previous patch after talloc_strdup().
Jeremy Allison
1
-0
/
+3
2010-09-10
Factor out the recent changes into a function - check_parent_exists().
Jeremy Allison
1
-77
/
+103
2010-09-08
Optimization suggested by Metze. Without this patch,
Jeremy Allison
1
-1
/
+97
2010-08-26
s3-build: only include "fake_file.h" where needed.
Günther Deschner
1
-0
/
+1
2010-04-08
Fix bug #7339 - MSDFS is non-functional in 3.5.x
Jeremy Allison
1
-0
/
+2
2010-02-11
Remove lp_safe_widelinks() -> convert to just lp_widelinks. Suggestion from V...
Jeremy Allison
1
-1
/
+1
2010-02-11
Introduce lp_safe_widelinks()
Simo Sorce
1
-1
/
+1
2009-11-25
Make us pass RAW-CHKPATH with a case sensitive share.
Jeremy Allison
1
-42
/
+105
2009-11-24
Remove call into reduce_name if case sensitive. This allows us to pass
Jeremy Allison
1
-2
/
+1
2009-11-24
Allow us to pass RAW-CHKPATH with FILE_FLAG_POSIX_SEMANTICS set or with
Jeremy Allison
1
-1
/
+2
2009-11-23
Proper fix for #6898 - Samba duplicates file content on appending. Pointed ou...
Jeremy Allison
1
-1
/
+2
2009-11-23
Revert "s3: Make the implicit reference to Protocol in is_in_path() explicit"
Volker Lendecke
1
-2
/
+1
2009-11-23
Revert "s3: Move the global variable Protocol to struct smbd_server_connection"
Volker Lendecke
1
-1
/
+1
2009-11-21
s3: Move the global variable Protocol to struct smbd_server_connection
Volker Lendecke
1
-1
/
+1
2009-11-21
s3: Make the implicit reference to Protocol in is_in_path() explicit
Volker Lendecke
1
-1
/
+2
2009-11-18
s3: Do not talloc in readdir
Volker Lendecke
1
-6
/
+7
2009-09-24
s3: Add more helpful debugging to some of the streams code
Tim Prouty
1
-1
/
+1
2009-08-28
s3: Add a new VFS op called SMB_VFS_TRANSLATE_NAME
Aravind Srinivasan
1
-1
/
+5
2009-08-27
s3:smbd: teach filename_convert() about fake files (2nd fix for bug #6642)
Stefan Metzmacher
1
-0
/
+11
2009-07-24
s3: Convert a few callers of unix_convert() over to filename_convert()
Tim Prouty
1
-10
/
+12
2009-07-24
s3: Allow filename_convert() to pass through unix_convert_flags and let the c...
Tim Prouty
1
-7
/
+34
2009-07-22
s3: Change unix_convert to use an smb_filename struct internally
Tim Prouty
1
-137
/
+154
2009-07-21
s3: Remove the now unused fname parameter from filename_convert()
Tim Prouty
1
-12
/
+4
2009-07-20
s3: Separate out a new file: filename_utils.c
Tim Prouty
1
-219
/
+0
2009-07-20
s3: Move is_ntfs_stream*() to filename.c
Tim Prouty
1
-0
/
+24
2009-07-06
s3: Add ability to pass NULL to filename_convert for the char *fname
Tim Prouty
1
-7
/
+11
2009-06-24
s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT
Tim Prouty
1
-30
/
+81
2009-06-19
Fix Coverity IDs 922 and 933
Volker Lendecke
1
-2
/
+5
2009-06-18
Replace the boilerplate calls to :
Jeremy Allison
1
-0
/
+52
2009-06-17
s3: Change SMB_VFS_OPEN to take an smb_filename struct
Tim Prouty
1
-3
/
+2
2009-06-12
s3: Add smb_filename utility functions and fix a bug in copy_smb_filename
Tim Prouty
1
-5
/
+85
2009-06-10
s3: Add utility function for copying an smb_filename struct
Tim Prouty
1
-0
/
+39
2009-05-30
Simplify the dropbox patch
Jeremy Allison
1
-5
/
+10
2009-05-29
Re-Add the "dropbox" functionality with -wx rights on a directory
Volker Lendecke
1
-3
/
+3
2009-05-26
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
1
-1
/
+1
2009-05-20
s3: Change unix_convert (and its callers) to use struct smb_filename
Tim Prouty
1
-77
/
+98
2009-05-09
Do not call SMB_VFS_GET_REAL_FILENAME if the name is mangled
Volker Lendecke
1
-6
/
+11
[next]