s3:smbd: move dptr globals into struct smbd_server_connection
[samba.git] / source3 / smbd / dir.c
2009-08-07 Stefan Metzmachers3:smbd: move dptr globals into struct smbd_server_conn...
2009-08-07 Stefan Metzmachers3:smbd: remove dirptr and dirpath from connection_struct
2009-08-07 Stefan Metzmachers3:smbd: let get_dir_entry() use smbd_dirptr_get_entry()
2009-08-07 Stefan Metzmachers3:smbd: add generic smbd_dirptr_get_entry()
2009-08-07 Stefan Metzmachers3:smbd: don't ignore check_descend in get_dir_entry()
2009-07-09 Tim Proutys3: Plumb smb_filename through dos_mode() and related...
2009-06-26 Tim Proutys3 file_access: Convert some more functions over to...
2009-06-25 Tim Proutys3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS...
2009-06-25 Tim Proutys3: Convert is_visible_file to use talloc_asprintf...
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-26 Volker LendeckeIntroduce "struct stat_ex" as a replacement for SMB_STR...
2009-05-19 Aravind Srinivasans3: Always allocate memory in dptr_ReadDirName
2009-05-05 tproutys3: Fix trans2 path to use case-insensitive stat optimi...
2009-02-14 Volker LendeckeAttempt to fix the build on Solaris 8
2009-02-10 Steven Dannemans3: Added SMB_VFS_INIT_SEARCH_OP to initialize data...
2009-02-10 Steven DannemanPass stat buffer down through all levels of VFS_READDIR...
2009-01-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-08 Stefan Metzmachers3:smbd: move all globals and static variables in globa...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-08-12 Michael AdamMake sure to always set errno on error path in OpenDir...
2008-06-17 Michael Adamsmbd/dir.c: remove unneeded stat buf parameter from...
2008-06-17 Michael Adamfile_access: remove unneeded stat buf parameter from...
2008-06-15 Volker LendeckeRemove unused "extern struct current_user" from dir.c
2008-05-03 Jeremy AllisonRemove the "stat_open()" function, flag, and all associ...
2008-04-07 Stefan Metzmachersmbd: make it possible to disable get_file_infos()...
2008-04-07 Stefan Metzmacherlocking: combine get_delete_on_close_flag() and get_wri...
2008-04-07 Stefan Metzmachersmbd: implement the strange write time update logic
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-15 Derrell LipmanMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-14 Gerald (Jerry) CarterMerge commit 'samba/v3-2-test' into v3-2-stable
2008-01-12 Volker LendeckeConvert OpenDir to talloc, use talloc_tos()
2008-01-08 Volker LendeckeAllocate dirp->name_cache on demand only
2008-01-08 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-06 Michael AdamRemove superfluous fd parameter from SMB_VFS_FGET_NT_ACL().
2007-12-22 James PeachUse filesystem capabilities to support case-insensitive...
2007-11-13 Volker LendeckeMake [f]get_nt_acl return NTSTATUS
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Jeremy Allisonr25117: The mega-patch Jerry was waiting for. Remove...
2007-10-10 Jeremy Allisonr25111: Move to talloced pathnames on most code paths.
2007-10-10 Jeremy Allisonr25102: Rewrite msdfs code to use talloced filenames...
2007-10-10 Jeremy Allisonr25009: Large patch discussed with Volker. Move unix_co...
2007-10-10 Jeremy Allisonr24639: Add parameter "directory name cache size" ...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Volker Lendecker23724: Reduce access to the global inbuf a tiny bit...
2007-10-10 Jeremy Allisonr21800: Check-in the DFS rewrite. I am still testing...
2007-10-10 Jeremy Allisonr21257: Better fix for bug #4188 :
2007-10-10 Jeremy Allisonr21191: Add in the POSIX open/mkdir/unlink calls.
2007-10-10 Jeremy Allisonr20873: Some correctness fixes w.r.t. Samba4 torture...
2007-10-10 Jeremy Allisonr20844: Somewhat radical change - this may break the...
2007-10-10 Jeremy Allisonr20411: Fix originally from SATOH Fumiyasu (slightly
2007-10-10 Jeremy Allisonr18547: Add in fixes to mangling dir code - ensure...
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Jeremy Allisonr16537: Fix for bug #3858, all files in a directory not
2007-10-10 Paul Greenr15196: Update a comment that I found confusing (I...
2007-10-10 Jeremy Allisonr14986: Fix OS/2 directory delete bug found by kukks.
2007-10-10 Jeremy Allisonr13293: Rather a big patch I'm afraid, but this should...
2007-10-10 Paul Greenr11657: Tiny improvement to debug error message in...
2007-10-10 Jeremy Allisonr11511: A classic "friday night check-in" :-). This...
2007-10-10 Jeremy Allisonr11420: Fix issue pointed out by Dina Fine <dina@exanet...
2007-10-10 Jeremy Allisonr10558: Fix bug #3010 yet again. Die monster, die !
2007-10-10 Jeremy Allisonr9483: Changed DIR to SMB_STRUCT_DIR because of the...
2007-10-10 Jeremy Allisonr9457: Attempt to fix bug #3010 by handling END_OF_DIRE...
2007-10-10 Jeremy Allisonr9286: Fix false positive found by Coverity - wcard...
2007-10-10 Jeremy Allisonr8689: Fixes bugid #2889 for sure. Turns out the OS...
2007-10-10 Jeremy Allisonr8655: Still trying to fix #2889. We don't need the...
2007-10-10 Jeremy Allisonr8610: If I'm going to do a debug level zero, at least...
2007-10-10 Jeremy Allisonr8609: Fix for bugid #2889. I think the problem is...
2007-10-10 Jeremy Allisonr8219: Merge the new open code from HEAD to 3.0. Haven...
2007-10-10 Jeremy Allisonr7893: Add in the extra parameters to opendir() to...
2007-10-10 Jeremy Allisonr7842: With the patch I sent Steve yesterday this gives...
2007-10-10 Jeremy Allisonr7617: Fix for bug #2801 - delete veto files was broken...
2007-10-10 Jeremy Allisonr7474: A *foul* and *disgusting* hack to ensure that...
2007-10-10 Jeremy Allisonr7210: Fix my own mistakes up, sorry.
2007-10-10 Jeremy Allisonr7200: Don't use memset, use SET_STAT_INVALID (has...
2007-10-10 Jeremy Allisonr6625: Remove another global variable left over from...
2007-10-10 Jeremy Allisonr6550: Move function make_dir_struct from util to dir.c
2007-10-10 Jeremy Allisonr6548: Fix bug #2622 - remove DPTR_MASK as it makes...
2007-10-10 Jeremy Allisonr6473: Fix for bug #2644 - test for special files to...
2007-10-10 Jeremy Allisonr6417: Strange old IRIX systems return -1 for telldir...
2007-10-10 Herb Lewisr6225: get rid of warnings from my compiler about neste...
2007-10-10 Jeremy Allisonr6169: Fix bug #2563. Infinite loop on non-existant...
2007-10-10 Jeremy Allisonr6044: Ensure the old search calls always ask mask_matc...
2007-10-10 Jeremy Allisonr6022: Fix for bug #2533. Incorrect dir listings from...
2007-10-10 Jeremy Allisonr5922: Fix for NASTY NASTY bug #2501. All my fault...
2007-10-10 Jeremy Allisonr5843: Removed unused variable - pointed out by jason...
2007-10-10 Jeremy Allisonr5632: Fix infinite looping bug found by nasty BlueArc...
2007-10-10 Jeremy Allisonr5508: Typo - ZERO_STRUCT -> ZERO_STRUCTP.
2007-10-10 Jeremy Allisonr5183: Ensure we correctly set the per-connection ...
2007-10-10 Jeremy Allisonr5160: First cut at refactoring of directory code to...
2007-10-10 Jeremy Allisonr5154: Tidy up interface a little.
2007-10-10 Jeremy Allisonr5152: Restructure the directory handling code, stop...
2007-10-10 Volker Lendecker5096: Attempt to fix the build
2007-10-10 Jeremy Allisonr5063: Shamelessly steal the Samba4 logic (and some...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Jeremy Allisonr2076: Removed old dir caching code - not being used...
2007-10-10 Jeremy Allisonr1085: Now it's had some proper user testing, merge...
2004-04-02 Jeremy AllisonAdded per-share parameter "store dos attributes". When...
2003-12-23 Jeremy AllisonFix for special files being hidden from admins by Dmitr...
2003-12-23 Jeremy AllisonFix for special files being hidden from admins by Dmitr...
next