]> git.lizzy.rs Git - plan9front.git/blob - sys/src/cmd/cifs/To-do
Libflac: Tell it that we have stdint.h so it finds SIZE_MAX
[plan9front.git] / sys / src / cmd / cifs / To-do
1
2 more complete (server crossing) DFS support,
3         This requires major changes. cifs should support multiple sessions
4         via attach specifiers. Much of the existing code should be library-ised
5         and a new app which sits above cifs used to resolve DFS referrals and
6         launch new cifs sessions as required.
7
8 fix MAC signing
9         should work but doesn't
10
11 also put modified mschap interface into factotum 
12         This should give support for ntlmv2 auth  and mac signing
13
14 Support for FindNotify() callbacks rather than 1 second timer for directory caching
15
16 multithread the cifs
17         most of the work is done, but some global state
18         sitll exists and will need to be locked.
19
20 sort out why can I not make multiple connections from the same server?
21         I already use a random number for the MUID already
22
23 RPC protocol support
24         this will give file owner/group and ACLs/permissioms.
25
26 DFS lookups should occur on every use not just on walks,
27         this should allow timeout and refresh of DFS referals.
28
29 ping RTT measurment cache timeout
30
31 seperate the virtual filesystems presented by attach specifier
32         print - print queue
33         state - status files, like Users and Sessions.
34         main - normal filesystem
35