1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-13 08:23:49 +03:00
Files
samba-mirror/source
Andrew Tridgell 8cce9740ed r18319: fixed the directory search resume code on IRIX
The problem was twofold:

  1) irix returns 64 bit numbers in telldir(). The protocol uses a 32
     bit resume key. We now cope with this properly using the code in
     pvfs_list_seek_ofs().

  2) irix returns 0xFFFFFFFF from telldir() for the last entry in the
     directory. When added to DIR_OFFSET_BASE this became
     DIR_OFFSET_DOTDOT which meant an infinite loop!
2007-10-10 14:18:08 -05:00
..
2007-10-10 12:50:40 -05:00
2007-10-10 14:18:06 -05:00
2007-10-10 14:16:54 -05:00
2007-10-10 14:18:08 -05:00
2007-10-10 14:16:54 -05:00
2007-10-10 14:17:59 -05:00
2007-10-10 14:18:08 -05:00
2007-10-10 14:18:07 -05:00
2007-10-10 14:18:04 -05:00
2007-10-10 13:59:15 -05:00
2007-10-10 14:08:06 -05:00