index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
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
*
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
*
r20873: Some correctness fixes w.r.t. Samba4 torture BASE-DELETE.
Jeremy Allison
2007-10-10
1
-5
/
+8
*
r20844: Somewhat radical change - this may break the build (I will
Jeremy Allison
2007-10-10
1
-12
/
+19
*
r20411: Fix originally from SATOH Fumiyasu (slightly
Jeremy Allison
2007-10-10
1
-0
/
+12
*
r18547: Add in fixes to mangling dir code - ensure don't
Jeremy Allison
2007-10-10
1
-40
/
+51
*
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
2007-10-10
1
-10
/
+11
*
r16537: Fix for bug #3858, all files in a directory not
Jeremy Allison
2007-10-10
1
-6
/
+7
*
r15196: Update a comment that I found confusing (I confuse easily).
Paul Green
2007-10-10
1
-1
/
+1
*
r14986: Fix OS/2 directory delete bug found by kukks.
Jeremy Allison
2007-10-10
1
-8
/
+28
*
r13293: Rather a big patch I'm afraid, but this should fix bug #3347
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r11657: Tiny improvement to debug error message in dir_check_ftype.
Paul Green
2007-10-10
1
-1
/
+1
*
r11511: A classic "friday night check-in" :-). This moves much
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r11420: Fix issue pointed out by Dina Fine <dina@exanet.com>. We can
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r10558: Fix bug #3010 yet again. Die monster, die !
Jeremy Allison
2007-10-10
1
-1
/
+16
*
r9483: Changed DIR to SMB_STRUCT_DIR because of the amazing stupidity of a UN...
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r9457: Attempt to fix bug #3010 by handling END_OF_DIRECTORY_OFFSET
Jeremy Allison
2007-10-10
1
-1
/
+6
*
r9286: Fix false positive found by Coverity - wcard must not be null.
Jeremy Allison
2007-10-10
1
-12
/
+14
*
r8689: Fixes bugid #2889 for sure. Turns out the OS/2 dos box doesn't like tw...
Jeremy Allison
2007-10-10
1
-14
/
+21
*
r8655: Still trying to fix #2889. We don't need the DPTR_MASK after
Jeremy Allison
2007-10-10
1
-9
/
+2
*
r8610: If I'm going to do a debug level zero, at least make it useful.
Jeremy Allison
2007-10-10
1
-1
/
+2
*
r8609: Fix for bugid #2889. I think the problem is that the top 16 bits of th...
Jeremy Allison
2007-10-10
1
-2
/
+8
*
r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the torture
Jeremy Allison
2007-10-10
1
-22
/
+38
*
r7893: Add in the extra parameters to opendir() to fix the large directory/in...
Jeremy Allison
2007-10-10
1
-39
/
+30
*
r7842: With the patch I sent Steve yesterday this gives us complete POSIX pat...
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r7617: Fix for bug #2801 - delete veto files was broken with the new
Jeremy Allison
2007-10-10
1
-1
/
+17
*
r7474: A *foul* and *disgusting* hack to ensure that, at the very lowest
Jeremy Allison
2007-10-10
1
-1
/
+23
[next]