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