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: Don't rename a dir with files open underneath
Volker Lendecke
2014-10-31
1
-1
/
+120
*
s3: smbd: Fix a couple of tricky slow-path cases - don't return a mangled nam...
Jeremy Allison
2014-09-16
1
-0
/
+24
*
smbd: Move make_dir_struct() to reply.c
Volker Lendecke
2014-09-09
1
-46
/
+0
*
lib/util: move memcache.[ch] to the toplevel 'samba-util' library
Stefan Metzmacher
2014-07-18
1
-1
/
+1
*
s3:smbd: initialize stat_ex buffer in smbd_dirptr_get_entry()
Michael Adam
2014-07-13
1
-1
/
+1
*
s3:smbd: make dptr_ReadDirName() static.
Michael Adam
2014-07-10
1
-4
/
+4
*
param: rename lp function and variable from "hideunwriteable_files" to "hide_...
Garming Sam
2014-02-07
1
-1
/
+1
*
param: rename lp function and variable from "hideunreadable" to "hide_unreada...
Garming Sam
2014-02-07
1
-1
/
+1
*
s3:dir - Introduce a 64-bit directory offset <-> 32 bit wire offset map using...
Jeremy Allison
2014-01-15
1
-2
/
+87
*
s3:dir - Map wire offsets to native directory cookies.
Jeremy Allison
2014-01-15
1
-5
/
+17
*
s3:dir - Cope with fixed mapping of 'special' values.
Jeremy Allison
2014-01-15
1
-0
/
+7
*
s3: dir - Introduce 32-bit wire versions of the 'special' values.
Jeremy Allison
2014-01-15
1
-0
/
+5
*
s3:dir - Introduce a function to map a directory cookie to a 32-bit wire cookie.
Jeremy Allison
2014-01-15
1
-1
/
+10
*
s3:dir - In the old SMB1 search code, rename offset to wire_offset to disting...
Jeremy Allison
2014-01-15
1
-8
/
+8
*
s3-lib: smbclient shows no error if deleting a directory with del failed
Jeremy Allison
2013-11-14
1
-26
/
+0
*
s3-smbd: smbclient shows no error if deleting a directory with del failed
Jeremy Allison
2013-11-14
1
-3
/
+3
*
smbd: Remove an unused variable
Volker Lendecke
2013-06-12
1
-2
/
+0
*
Fix bug #9822 - Samba crashing during Win8 sync.
Jeremy Allison
2013-04-27
1
-0
/
+1
*
smbd: Convert is_visible_file to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-4
/
+3
*
smbd: Convert dptr_create to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-8
/
+7
*
smbd: Convert open_dir_with_privilege to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-5
/
+4
*
smbd: Convert smbd_dirptr_get_entry to cp_smb_filename
Volker Lendecke
2013-04-17
1
-3
/
+2
*
Cleanup. Remove unused function dptr_DirCacheAdd(). Make DirCacheAdd() static.
Jeremy Allison
2013-04-16
1
-10
/
+3
*
Remove the "Ugly hack" that was the second use of dirfd().
Jeremy Allison
2013-04-12
1
-13
/
+5
*
In the struct smb_Dir destructor, use the fsp back pointer to release resources.
Jeremy Allison
2013-04-12
1
-10
/
+13
*
Maintain a back-pointer to the fsp in struct smb_Dir when opening with FDOPEN...
Jeremy Allison
2013-04-12
1
-1
/
+5
*
smbd: Tune "dir" a bit.
Volker Lendecke
2013-03-22
1
-6
/
+19
*
More for #9374 - Allow smb2.acls torture test to pass against smbd with a POS...
Jeremy Allison
2012-11-20
1
-5
/
+9
*
Add bool use_privs parameter to smbd_check_access_rights()
Jeremy Allison
2012-09-14
1
-0
/
+2
*
Add "backup_intent" bool.
Jeremy Allison
2012-09-14
1
-1
/
+2
*
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
[next]