summaryrefslogtreecommitdiff
path: root/source3/smbd/notify_hash.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r13482: Push the FAM notification file descriptor into the selectJames Peach1-0/+1
2007-10-10r13423: Write wrapper functions (and configure tests) so we canJeremy Allison1-19/+4
2007-10-10r8695: Patch from James Peach for hires timestamps and efficientJeremy Allison1-4/+34
2007-10-10r7893: Add in the extra parameters to opendir() to fix the large directory/in...Jeremy Allison1-1/+1
2007-10-10r7200: Don't use memset, use SET_STAT_INVALID (has the same effect).Jeremy Allison1-1/+1
2007-10-10r5160: First cut at refactoring of directory code to handle non-wildcardJeremy Allison1-4/+8
2007-10-10r5152: Restructure the directory handling code, stop using void * pointersJeremy Allison1-1/+1
2007-10-10r5063: Shamelessly steal the Samba4 logic (and some code :-) for directoryJeremy Allison1-1/+3
2007-10-10r1154: Change default setting for case sensitivity to "auto". If set to autoJeremy Allison1-1/+1
2003-10-06Fix for bug #562 (incorrect mode sum) by h-yamasaki@pd.jp.nec.com.Jeremy Allison1-3/+3
2003-05-14Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy1-2/+2
2003-05-11Fix VFS layer:Alexander Bokovoy1-2/+2
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-10-27smbd/notify_hash.c: Merged Herb's fix.Jeremy Allison1-2/+2
2001-10-23more compiler warningsHerb Lewis1-1/+1
2001-10-19Fixed issues with changenotify only being called once in VC++.Jeremy Allison1-4/+29
2001-10-19Tidy up debug in notify code.Jeremy Allison1-12/+17
2001-10-18Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison1-6/+9
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-3/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-1/+1
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-3/+0
2000-09-27Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector themJeremy Allison1-2/+2
2000-09-21Optimization (noticed by bloody Andrew :-) to stop directory scan everJeremy Allison1-4/+15
2000-09-20Fix to allow a timestamp of zero to cause an instantaneous changenotifyJeremy Allison1-3/+6
2000-06-14allow the notify implementation to choose the select timeout changeAndrew Tridgell1-0/+1
2000-06-12totally rewrote the async signal, notification and oplock notificationAndrew Tridgell1-0/+184