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
/
dir.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3-smbd: update to use new DLIST macros
Andrew Tridgell
2010-02-10
1
-4
/
+3
*
s3: Remove some code that has become unnecessary
Volker Lendecke
2010-01-07
1
-8
/
+0
*
Revert "s3: Make the implicit reference to Protocol in is_in_path() explicit"
Volker Lendecke
2009-11-23
1
-2
/
+1
*
Revert "s3: Move the global variable Protocol to struct smbd_server_connection"
Volker Lendecke
2009-11-23
1
-2
/
+1
*
s3: Move the global variable Protocol to struct smbd_server_connection
Volker Lendecke
2009-11-21
1
-1
/
+2
*
s3: Make the implicit reference to Protocol in is_in_path() explicit
Volker Lendecke
2009-11-21
1
-1
/
+2
*
s3: Replace some create_synthetic_smb_fname() calls
Volker Lendecke
2009-11-18
1
-28
/
+20
*
s3: Do not talloc in readdir
Volker Lendecke
2009-11-18
1
-30
/
+51
*
s3: Add a new VFS op called SMB_VFS_TRANSLATE_NAME
Aravind Srinivasan
2009-08-28
1
-13
/
+22
*
s3:smbd: move dptr globals into struct smbd_server_connection
Stefan Metzmacher
2009-08-07
1
-55
/
+98
*
s3:smbd: remove dirptr and dirpath from connection_struct
Stefan Metzmacher
2009-08-07
1
-8
/
+3
*
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
1
-0
/
+142
*
s3:smbd: don't ignore check_descend in get_dir_entry()
Stefan Metzmacher
2009-08-07
1
-0
/
+6
*
s3: Plumb smb_filename through dos_mode() and related funtions
Tim Prouty
2009-07-08
1
-25
/
+23
*
s3 file_access: Convert some more functions over to use smb_filneame
Tim Prouty
2009-06-25
1
-17
/
+22
*
s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT
Tim Prouty
2009-06-24
1
-27
/
+79
*
s3: Convert is_visible_file to use talloc_asprintf instead of malloc
Tim Prouty
2009-06-24
1
-14
/
+15
*
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
2009-05-26
1
-6
/
+6
*
s3: Always allocate memory in dptr_ReadDirName
Aravind Srinivasan
2009-05-18
1
-13
/
+26
*
s3: Fix trans2 path to use case-insensitive stat optimization
tprouty
2009-05-05
1
-0
/
+17
*
Attempt to fix the build on Solaris 8
Volker Lendecke
2009-02-14
1
-1
/
+1
*
s3: Added SMB_VFS_INIT_SEARCH_OP to initialize data at the beginning of SMB s...
Steven Danneman
2009-02-09
1
-0
/
+8
*
Pass stat buffer down through all levels of VFS_READDIR wrappers
Steven Danneman
2009-02-09
1
-83
/
+89
*
s3:smbd: move all globals and static variables in globals.[ch]
Stefan Metzmacher
2009-01-08
1
-8
/
+2
*
Make sure to always set errno on error path in OpenDir (and hence scan_direct...
Michael Adam
2008-08-12
1
-0
/
+1
*
smbd/dir.c: remove unneeded stat buf parameter from user_can_read_file()
Michael Adam
2008-06-18
1
-4
/
+2
*
file_access: remove unneeded stat buf parameter from can_access_file_acl().
Michael Adam
2008-06-17
1
-1
/
+1
*
Remove unused "extern struct current_user" from dir.c
Volker Lendecke
2008-06-15
1
-2
/
+0
*
Remove the "stat_open()" function, flag, and all associated code. It was only
Jeremy Allison
2008-05-02
1
-66
/
+2
*
smbd: make it possible to disable get_file_infos() on searches
Stefan Metzmacher
2008-04-07
1
-7
/
+11
*
locking: combine get_delete_on_close_flag() and get_write_time() into get_fil...
Stefan Metzmacher
2008-04-07
1
-1
/
+1
*
smbd: implement the strange write time update logic
Stefan Metzmacher
2008-04-07
1
-0
/
+8
*
Convert OpenDir to talloc, use talloc_tos()
Volker Lendecke
2008-01-12
1
-57
/
+39
*
Allocate dirp->name_cache on demand only
Volker Lendecke
2008-01-08
1
-11
/
+10
*
Remove superfluous fd parameter from SMB_VFS_FGET_NT_ACL().
Michael Adam
2008-01-06
1
-2
/
+2
*
Use filesystem capabilities to support case-insensitive filesystems.
James Peach
2007-12-22
1
-17
/
+21
*
Make [f]get_nt_acl return NTSTATUS
Volker Lendecke
2007-11-13
1
-6
/
+5
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-27
/
+27
*
r25117: The mega-patch Jerry was waiting for. Remove all pstrings from
Jeremy Allison
2007-10-10
1
-41
/
+94
*
r25111: Move to talloced pathnames on most code paths.
Jeremy Allison
2007-10-10
1
-6
/
+7
*
r25102: Rewrite msdfs code to use talloced filenames. Passes make test
Jeremy Allison
2007-10-10
1
-2
/
+1
*
r25009: Large patch discussed with Volker. Move unix_convert to a talloc-based
Jeremy Allison
2007-10-10
1
-16
/
+20
*
r24639: Add parameter "directory name cache size" - parameterize
Jeremy Allison
2007-10-10
1
-20
/
+33
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23724: Reduce access to the global inbuf a tiny bit. Add a struct smb_request
Volker Lendecke
2007-10-10
1
-3
/
+3
*
r21800: Check-in the DFS rewrite. I am still testing this but it
Jeremy Allison
2007-10-10
1
-4
/
+2
*
r21257: Better fix for bug #4188 :
Jeremy Allison
2007-10-10
1
-0
/
+39
*
r21191: Add in the POSIX open/mkdir/unlink calls.
Jeremy Allison
2007-10-10
1
-0
/
+1
[next]