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
/
dir.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-10
Put OpenDir() back the way it was - don't overload with an fsp arg. Create Op...
Jeremy Allison
1
-14
/
+59
2011-02-09
Allow SMB2_FIND to actually use the open fd handle if we support fdopendir. F...
Jeremy Allison
1
-11
/
+43
2011-02-08
Pass fsp to dptr_CloseDir(). Cope with setting the fd if we're closing an fd ...
Jeremy Allison
1
-3
/
+9
2011-01-25
Add uint32_t name_hash argument (currently unused) to get_file_infos().
Jeremy Allison
1
-1
/
+1
2010-10-12
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
1
-0
/
+1
2010-04-24
s3: Simplify (bool != True) to !bool
Volker Lendecke
1
-1
/
+1
2010-04-23
Fix bug #7384 - dptr_Close has a bitmap leak.
Ira Cooper
1
-3
/
+1
2010-03-28
s3: Use bitmap_talloc in init_dptrs
Volker Lendecke
1
-1
/
+2
2010-03-15
Remove reference to conn->admin_user in preparation for removal.
Jeremy Allison
1
-9
/
+13
2010-03-15
Rever e80ceb1d7355c8c46a2ed90d5721cf367640f4e8 "Remove more uses of "extern s...
Jeremy Allison
1
-10
/
+3
2010-03-12
Remove more uses of "extern struct current_user current_user;".
Jeremy Allison
1
-3
/
+10
2010-02-10
s3-smbd: update to use new DLIST macros
Andrew Tridgell
1
-4
/
+3
2010-01-07
s3: Remove some code that has become unnecessary
Volker Lendecke
1
-8
/
+0
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
-2
/
+1
2009-11-21
s3: Move the global variable Protocol to struct smbd_server_connection
Volker Lendecke
1
-1
/
+2
2009-11-21
s3: Make the implicit reference to Protocol in is_in_path() explicit
Volker Lendecke
1
-1
/
+2
2009-11-18
s3: Replace some create_synthetic_smb_fname() calls
Volker Lendecke
1
-28
/
+20
2009-11-18
s3: Do not talloc in readdir
Volker Lendecke
1
-30
/
+51
2009-08-28
s3: Add a new VFS op called SMB_VFS_TRANSLATE_NAME
Aravind Srinivasan
1
-13
/
+22
2009-08-07
s3:smbd: move dptr globals into struct smbd_server_connection
Stefan Metzmacher
1
-55
/
+98
2009-08-07
s3:smbd: remove dirptr and dirpath from connection_struct
Stefan Metzmacher
1
-8
/
+3
2009-08-07
s3:smbd: let get_dir_entry() use smbd_dirptr_get_entry()
Stefan Metzmacher
1
-139
/
+89
2009-08-07
s3:smbd: add generic smbd_dirptr_get_entry()
Stefan Metzmacher
1
-0
/
+142
2009-08-07
s3:smbd: don't ignore check_descend in get_dir_entry()
Stefan Metzmacher
1
-0
/
+6
2009-07-08
s3: Plumb smb_filename through dos_mode() and related funtions
Tim Prouty
1
-25
/
+23
2009-06-25
s3 file_access: Convert some more functions over to use smb_filneame
Tim Prouty
1
-17
/
+22
2009-06-24
s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT
Tim Prouty
1
-27
/
+79
2009-06-24
s3: Convert is_visible_file to use talloc_asprintf instead of malloc
Tim Prouty
1
-14
/
+15
2009-05-26
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
1
-6
/
+6
2009-05-18
s3: Always allocate memory in dptr_ReadDirName
Aravind Srinivasan
1
-13
/
+26
2009-05-05
s3: Fix trans2 path to use case-insensitive stat optimization
tprouty
1
-0
/
+17
2009-02-14
Attempt to fix the build on Solaris 8
Volker Lendecke
1
-1
/
+1
2009-02-09
s3: Added SMB_VFS_INIT_SEARCH_OP to initialize data at the beginning of SMB s...
Steven Danneman
1
-0
/
+8
2009-02-09
Pass stat buffer down through all levels of VFS_READDIR wrappers
Steven Danneman
1
-83
/
+89
2009-01-08
s3:smbd: move all globals and static variables in globals.[ch]
Stefan Metzmacher
1
-8
/
+2
2008-08-12
Make sure to always set errno on error path in OpenDir (and hence scan_direct...
Michael Adam
1
-0
/
+1
2008-06-18
smbd/dir.c: remove unneeded stat buf parameter from user_can_read_file()
Michael Adam
1
-4
/
+2
2008-06-17
file_access: remove unneeded stat buf parameter from can_access_file_acl().
Michael Adam
1
-1
/
+1
2008-06-15
Remove unused "extern struct current_user" from dir.c
Volker Lendecke
1
-2
/
+0
2008-05-02
Remove the "stat_open()" function, flag, and all associated code. It was only
Jeremy Allison
1
-66
/
+2
2008-04-07
smbd: make it possible to disable get_file_infos() on searches
Stefan Metzmacher
1
-7
/
+11
2008-04-07
locking: combine get_delete_on_close_flag() and get_write_time() into get_fil...
Stefan Metzmacher
1
-1
/
+1
2008-04-07
smbd: implement the strange write time update logic
Stefan Metzmacher
1
-0
/
+8
2008-01-12
Convert OpenDir to talloc, use talloc_tos()
Volker Lendecke
1
-57
/
+39
2008-01-08
Allocate dirp->name_cache on demand only
Volker Lendecke
1
-11
/
+10
2008-01-06
Remove superfluous fd parameter from SMB_VFS_FGET_NT_ACL().
Michael Adam
1
-2
/
+2
2007-12-22
Use filesystem capabilities to support case-insensitive filesystems.
James Peach
1
-17
/
+21
2007-11-13
Make [f]get_nt_acl return NTSTATUS
Volker Lendecke
1
-6
/
+5
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-27
/
+27
[next]