index
:
delta/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
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
dir.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: Remove SMB_OFF_T, replace with off_t
Andrew Bartlett
2012-04-06
1
-2
/
+2
*
build: Remove SMB_STRUCT_DIR define
Andrew Bartlett
2012-04-05
1
-1
/
+1
*
Add open_dir_with_privilege() to ensure we're opening the correct directory w...
Jeremy Allison
2012-03-01
1
-2
/
+66
*
Add accessor functions to set a bool "priv" on a directory handle. Not yet us...
Jeremy Allison
2012-02-29
1
-0
/
+11
*
Move dptr code over to TALLOC.
Jeremy Allison
2012-02-25
1
-18
/
+9
*
Make dptr_path() and dptr_wcard() const.
Jeremy Allison
2012-02-24
1
-2
/
+2
*
s3: Fix some False/NULL hickups
Volker Lendecke
2011-12-20
1
-1
/
+1
*
s3: Move can_delete_directory to smbd/, remove shim
Volker Lendecke
2011-12-13
1
-2
/
+2
*
s3:smbd: don't limit the number of open dptrs for smb2 (bug #8592)
Stefan Metzmacher
2011-11-10
1
-3
/
+12
*
s3:smbd: fully construct the dptr before allocating a dnum in the bitmap
Stefan Metzmacher
2011-11-10
1
-27
/
+29
*
s3:smbd: avoid string_set() in dir.c
Stefan Metzmacher
2011-11-10
1
-2
/
+9
*
Add the SEC_DIR_LIST check to dptr_create().
Jeremy Allison
2011-11-07
1
-0
/
+27
*
Move the SEC_DIR_LIST check into dptr_create for SMB2 and now for SMB1.
Jeremy Allison
2011-11-05
1
-0
/
+6
*
Remove can_access_file_acl(). We no longer need this duplicate code (hurrah!).
Jeremy Allison
2011-11-04
1
-1
/
+3
*
Revert "Call check_parent_access() on readdir."
Jeremy Allison
2011-11-04
1
-13
/
+0
*
Call check_parent_access() on readdir.
Jeremy Allison
2011-11-01
1
-0
/
+13
*
s3:smbd: remove an unused variable in dptr_create()
Michael Adam
2011-08-25
1
-1
/
+0
*
We don't need check_name() here. All possible paths to dptr_create()
Jeremy Allison
2011-08-03
1
-4
/
+0
*
lib/util Move bitmap.c to lib/util
Andrew Bartlett
2011-07-08
1
-0
/
+1
*
s3-build: Provide a run-time shim to work around duplicate symbols
Andrew Bartlett
2011-06-21
1
-2
/
+2
*
s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
2011-06-09
1
-2
/
+2
*
s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCH
Andrew Bartlett
2011-04-29
1
-2
/
+2
*
s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR
Andrew Bartlett
2011-04-29
1
-4
/
+4
*
s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEM
Andrew Bartlett
2011-04-29
1
-3
/
+3
*
s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDEN
Andrew Bartlett
2011-04-29
1
-3
/
+3
*
s3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLY
Andrew Bartlett
2011-04-29
1
-2
/
+2
*
s3: include smbd/smbd.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-includes: only include system/filesys.h when needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
The searches struct is still being used and idled in SMB2 - move it to the gl...
Jeremy Allison
2011-03-18
1
-26
/
+26
*
Fix crash bug on smbd shutdown when using FOPENDIR() found by Volker.
Jeremy Allison
2011-03-17
1
-1
/
+13
*
dirfd doesn't exist in some platforms.
Jeremy Allison
2011-02-26
1
-0
/
+6
*
Put OpenDir() back the way it was - don't overload with an fsp arg. Create Op...
Jeremy Allison
2011-02-10
1
-14
/
+59
*
Allow SMB2_FIND to actually use the open fd handle if we support fdopendir. F...
Jeremy Allison
2011-02-09
1
-11
/
+43
*
Pass fsp to dptr_CloseDir(). Cope with setting the fd if we're closing an fd ...
Jeremy Allison
2011-02-08
1
-3
/
+9
*
Add uint32_t name_hash argument (currently unused) to get_file_infos().
Jeremy Allison
2011-01-25
1
-1
/
+1
*
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
2010-10-12
1
-0
/
+1
*
s3: Simplify (bool != True) to !bool
Volker Lendecke
2010-04-24
1
-1
/
+1
*
Fix bug #7384 - dptr_Close has a bitmap leak.
Ira Cooper
2010-04-23
1
-3
/
+1
*
s3: Use bitmap_talloc in init_dptrs
Volker Lendecke
2010-03-28
1
-1
/
+2
*
Remove reference to conn->admin_user in preparation for removal.
Jeremy Allison
2010-03-15
1
-9
/
+13
*
Rever e80ceb1d7355c8c46a2ed90d5721cf367640f4e8 "Remove more uses of "extern s...
Jeremy Allison
2010-03-15
1
-10
/
+3
*
Remove more uses of "extern struct current_user current_user;".
Jeremy Allison
2010-03-12
1
-3
/
+10
*
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
[next]