One Hat Cyber Team
Your IP :
216.73.216.148
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
mellit
/
doc
/
View File Name :
BUGS.txt
KNOWN BUGS 1) Need to bottom out how to catch stderr on Win2k platform. 2>&1 does not work! 2) We strip newlines out of comments because NT doesn't handle them properly. There must be a way, however, to get it to handle them properly! -> need to go back and take out where I do it in the specific case. More useful to use the generic log_exec replacement. 3) cvswebread.cgi does not seem to download binary files properly. This might be just on NT. Also, cvswebedit.cgi does not seem to download binary files properly. First question is whether we want the functionality in both files! -> Erik took binmode out! 4) I had a situation where, on trying to import a new (3MB) file, my tempdir disappeared. I have no idea why! 5) Download should present the download in a new window and automatically switch to present an upload window. 6) After upload, the view should switch to a revision history view of that particular file. 7) CvsWebRead.cgi : Meta Info - I guess that Ident for Windows requires slashes to be backslashes so it does not work. 8) Doesn't use the users' login id to submit the changes to CVS - all updates are executed as belonging to the submitting process 9) Switched the filetype to MSWin32 - this is naughty though as it is not portable. 10) Does download dir delete the gzip file after it makes it available? 11) How can we get download_dir to tell the browser that it is a gzip file and hence give it the right suffix? [Why did it call it b rather than b_dir.tgz or even b_dir?] 12) On winnt, I get temporary files left in the cvs-web directory!