Re: [Afpfs-ng-devel] UAMs
Status: Alpha
Brought to you by:
alexthepuffin
From: Alex d. <ale...@gm...> - 2007-02-01 03:03:37
|
On 1/31/07, Derrik Pates <de...@de...> wrote: ... > After doing this, I could successfully authenticate against a MacOS X 10.4 > system at the office using the DHCAST128 UAM. I've also transcribed my > Randnum and 2-way Randnum UAMs, but I don't currently have a means to > test them. Sounds great! Could you mail me a patch? > Also, it seems that the function that should be returning the dirent list > for a directory is only getting a small fraction of the entries; I suspect > that FPEnumerate{,Ext,Ext2} (whichever you're using) is only getting called > one time; you need to call the enumerator in a loop, until you don't get > any more entries, otherwise with anything other than a very small > directory, entries will be missed. That's interesting... I haven't seen that behaviour since 0.3.2. afp_readdir() in fuse_int.c has such a loop. I just tested it with 1000 dir entries and I don't see that behaviour right now. Can you describe your setup? - Alex |