Commit graph

9 commits

Author SHA1 Message Date
9b76e61002 increase NFS41NP_MAX_DEVICES to 10000 2021-12-07 12:54:25 +01:00
9cf90bb5b6 increase maximum number of network drives
Currently unmounting an NFS share fails if another user has the explorer
open in the same share. This leads to orphaned network drives that
cannot be removed (only be rebooting). When this happened 26 times (i.e.
users logged on and off 26 times), mounting NFS shares does not work
anymore (system error 1794). This workaround makes it work longer and
allows for "fixing" the problem by rebooting the machine periodically.
2021-04-09 10:43:00 +02:00
Casey Bodley
bbb1ed696c license changed to LGPL: added COPYING file, changed source file comments
Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
2012-03-19 12:24:43 -04:00
Casey Bodley
3d053740c3 mount: propagate errors back to nfs_mount
nfs41_np.c:
NPAddConnection3() was overwriting status=WN_BAD_NETNAME on any errors from DeviceIoControl()

nfs41_driver.c:
GetConnectionHandle() was only returning the handle, and throwing away the return value from ZwCreateFile()
map_mount_errors() was missing a mapping from ERROR_BAD_NET_NAME to STATUS_BAD_NETWORK_NAME

Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
2011-10-25 11:44:37 -04:00
Olga Kornievskaia
04ab888492 [cosmetic] minor license changes
added 2011 year to the copyright line
added authors info to the license
added UofM license to libtirpc files that we modified
(but i probably missed some)
2011-08-12 13:20:12 -04:00
Olga Kornievskaia
faec978ad5 [dll] fixing drive enumeration
setacl tool was calling into our dll to enumerate mounted drives. the
index was not updated after we returned the results and caused an
infinite loop.
2011-06-01 12:36:46 -04:00
Casey Bodley
88c28ec995 creating shared memory mutex in dll 2010-10-12 10:36:03 -04:00
Casey Bodley
27d764710e dll: printing username and passwd in AddConnection3 2010-10-12 10:36:02 -04:00
Casey Bodley
0ad4db4fad fresh git tree for public release
we regretfully had to remove our git history for licensing reasons

Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
2010-10-12 10:15:48 -04:00