summaryrefslogtreecommitdiff
path: root/source3/smbd/dir.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-30s3: include smbd/smbd.h where needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2011-03-18The searches struct is still being used and idled in SMB2 - move it to the gl...Jeremy Allison1-26/+26
2011-03-17Fix crash bug on smbd shutdown when using FOPENDIR() found by Volker.Jeremy Allison1-1/+13
2011-02-26dirfd doesn't exist in some platforms.Jeremy Allison1-0/+6
2011-02-10Put OpenDir() back the way it was - don't overload with an fsp arg. Create Op...Jeremy Allison1-14/+59
2011-02-09Allow SMB2_FIND to actually use the open fd handle if we support fdopendir. F...Jeremy Allison1-11/+43
2011-02-08Pass fsp to dptr_CloseDir(). Cope with setting the fd if we're closing an fd ...Jeremy Allison1-3/+9
2011-01-25Add uint32_t name_hash argument (currently unused) to get_file_infos().Jeremy Allison1-1/+1
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-0/+1
2010-04-24s3: Simplify (bool != True) to !boolVolker Lendecke1-1/+1
2010-04-23Fix bug #7384 - dptr_Close has a bitmap leak.Ira Cooper1-3/+1
2010-03-28s3: Use bitmap_talloc in init_dptrsVolker Lendecke1-1/+2
2010-03-15Remove reference to conn->admin_user in preparation for removal.Jeremy Allison1-9/+13
2010-03-15Rever e80ceb1d7355c8c46a2ed90d5721cf367640f4e8 "Remove more uses of "extern s...Jeremy Allison1-10/+3
2010-03-12Remove more uses of "extern struct current_user current_user;".Jeremy Allison1-3/+10
2010-02-10s3-smbd: update to use new DLIST macrosAndrew Tridgell1-4/+3
2010-01-07s3: Remove some code that has become unnecessaryVolker Lendecke1-8/+0
2009-11-23Revert "s3: Make the implicit reference to Protocol in is_in_path() explicit"Volker Lendecke1-2/+1
2009-11-23Revert "s3: Move the global variable Protocol to struct smbd_server_connection"Volker Lendecke1-2/+1
2009-11-21s3: Move the global variable Protocol to struct smbd_server_connectionVolker Lendecke1-1/+2
2009-11-21s3: Make the implicit reference to Protocol in is_in_path() explicitVolker Lendecke1-1/+2
2009-11-18s3: Replace some create_synthetic_smb_fname() callsVolker Lendecke1-28/+20
2009-11-18s3: Do not talloc in readdirVolker Lendecke1-30/+51
2009-08-28s3: Add a new VFS op called SMB_VFS_TRANSLATE_NAMEAravind Srinivasan1-13/+22
2009-08-07s3:smbd: move dptr globals into struct smbd_server_connectionStefan Metzmacher1-55/+98
2009-08-07s3:smbd: remove dirptr and dirpath from connection_structStefan Metzmacher1-8/+3
2009-08-07s3:smbd: let get_dir_entry() use smbd_dirptr_get_entry()Stefan Metzmacher1-139/+89
2009-08-07s3:smbd: add generic smbd_dirptr_get_entry()Stefan Metzmacher1-0/+142
2009-08-07s3:smbd: don't ignore check_descend in get_dir_entry()Stefan Metzmacher1-0/+6
2009-07-08s3: Plumb smb_filename through dos_mode() and related funtionsTim Prouty1-25/+23
2009-06-25s3 file_access: Convert some more functions over to use smb_filneameTim Prouty1-17/+22
2009-06-24s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty1-27/+79
2009-06-24s3: Convert is_visible_file to use talloc_asprintf instead of mallocTim Prouty1-14/+15
2009-05-26Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke1-6/+6
2009-05-18s3: Always allocate memory in dptr_ReadDirNameAravind Srinivasan1-13/+26
2009-05-05s3: Fix trans2 path to use case-insensitive stat optimizationtprouty1-0/+17
2009-02-14Attempt to fix the build on Solaris 8Volker Lendecke1-1/+1
2009-02-09s3: Added SMB_VFS_INIT_SEARCH_OP to initialize data at the beginning of SMB s...Steven Danneman1-0/+8
2009-02-09Pass stat buffer down through all levels of VFS_READDIR wrappersSteven Danneman1-83/+89
2009-01-08s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher1-8/+2
2008-08-12Make sure to always set errno on error path in OpenDir (and hence scan_direct...Michael Adam1-0/+1
2008-06-18smbd/dir.c: remove unneeded stat buf parameter from user_can_read_file()Michael Adam1-4/+2
2008-06-17file_access: remove unneeded stat buf parameter from can_access_file_acl().Michael Adam1-1/+1
2008-06-15Remove unused "extern struct current_user" from dir.cVolker Lendecke1-2/+0
2008-05-02Remove the "stat_open()" function, flag, and all associated code. It was onlyJeremy Allison1-66/+2
2008-04-07smbd: make it possible to disable get_file_infos() on searchesStefan Metzmacher1-7/+11
2008-04-07locking: combine get_delete_on_close_flag() and get_write_time() into get_fil...Stefan Metzmacher1-1/+1
2008-04-07smbd: implement the strange write time update logicStefan Metzmacher1-0/+8
2008-01-12Convert OpenDir to talloc, use talloc_tos()Volker Lendecke1-57/+39