Commit Graph

6 Commits

Author SHA1 Message Date
manojampalam 3ffe279bf7 pwd and statvfs functions moved out from openbsd 2016-03-22 20:31:03 -07:00
quamrulmina 65df6a412c Fix PathCanonicalize() API not being found for win32 build
Add shlwapi.h to access the prototype of the function of
PathCanonicalize()
2016-01-04 17:21:50 -06:00
quamrulmina 6301972e69 Add multiple ../../.. support in sftp-server for changing directories or get/put
Before one could provide only one .. ; now it can be any numbers. cd
../../..  or get ../backup/myfile.c  --- all these formations now work.
2015-12-31 17:06:32 -06:00
quamrulmina 4857c272b9 Add driver letter support to sftp-server and let it form external path with / to meet spec
sftp-server now conforms to sftp rfc spec and creates external path with
/ as the first character so that programs like Winscp will now work.
Driver letters are kept below it like /x:/users/user1homedir format;
driver letters are now supported.  cd /users or cd c:/users or cd
D:/users will all work now. Windows security enforces what directory or
files one can view/access.
2015-12-29 03:12:56 -06:00
arif-pragmasys f4b56e2280 nomachine + additional changes applied to openssh 7.1p1 source base 2015-09-21 16:03:51 -05:00
Arif Saikat fb17410f60 Original Nomachine 5.9p1 source code
Original Nomachine 5.9p1 source code
2015-09-09 14:08:05 -05:00