summaryrefslogtreecommitdiffstats
path: root/source3/smbd/notify_hash.c
Commit message (Expand)AuthorAgeFilesLines
* r15555: Make "change notify timeout" a per-share parameter - usedJeremy Allison2007-10-101-3/+17
* r13482: Push the FAM notification file descriptor into the selectJames Peach2007-10-101-0/+1
* r13423: Write wrapper functions (and configure tests) so we canJeremy Allison2007-10-101-19/+4
* r8695: Patch from James Peach for hires timestamps and efficientJeremy Allison2007-10-101-4/+34
* r7893: Add in the extra parameters to opendir() to fix the large directory/in...Jeremy Allison2007-10-101-1/+1
* r7200: Don't use memset, use SET_STAT_INVALID (has the same effect).Jeremy Allison2007-10-101-1/+1
* r5160: First cut at refactoring of directory code to handle non-wildcardJeremy Allison2007-10-101-4/+8
* r5152: Restructure the directory handling code, stop using void * pointersJeremy Allison2007-10-101-1/+1
* r5063: Shamelessly steal the Samba4 logic (and some code :-) for directoryJeremy Allison2007-10-101-1/+3
* r1154: Change default setting for case sensitivity to "auto". If set to autoJeremy Allison2007-10-101-1/+1
* Fix for bug #562 (incorrect mode sum) by h-yamasaki@pd.jp.nec.com.Jeremy Allison2003-10-061-3/+3
* Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy2003-05-141-2/+2
* Fix VFS layer:Alexander Bokovoy2003-05-111-2/+2
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* smbd/notify_hash.c: Merged Herb's fix.Jeremy Allison2001-10-271-2/+2
* more compiler warningsHerb Lewis2001-10-231-1/+1
* Fixed issues with changenotify only being called once in VC++.Jeremy Allison2001-10-191-4/+29
* Tidy up debug in notify code.Jeremy Allison2001-10-191-12/+17
* Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison2001-10-181-6/+9
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-3/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-1/+1
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-3/+0
* Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector themJeremy Allison2000-09-271-2/+2
* Optimization (noticed by bloody Andrew :-) to stop directory scan everJeremy Allison2000-09-211-4/+15
* Fix to allow a timestamp of zero to cause an instantaneous changenotifyJeremy Allison2000-09-201-3/+6
* allow the notify implementation to choose the select timeout changeAndrew Tridgell2000-06-141-0/+1
* totally rewrote the async signal, notification and oplock notificationAndrew Tridgell2000-06-121-0/+184