Server IP : 103.119.228.120 / Your IP : 18.117.158.124 Web Server : Apache System : Linux v8.techscape8.com 3.10.0-1160.119.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Jul 15 12:09:18 UTC 2024 x86_64 User : nobody ( 99) PHP Version : 5.6.40 Disable Function : shell_exec,symlink,system,exec,proc_get_status,proc_nice,proc_terminate,define_syslog_variables,syslog,openlog,closelog,escapeshellcmd,passthru,ocinum cols,ini_alter,leak,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dl,dll,myshellexec,proc_open,socket_bind,proc_close,escapeshellarg,parse_ini_filepopen,fpassthru,exec,passthru,escapeshellarg,escapeshellcmd,proc_close,proc_open,ini_alter,popen,show_source,proc_nice,proc_terminate,proc_get_status,proc_close,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,dl,symlink,shell_exec,system,dl,passthru,escapeshellarg,escapeshellcmd,myshellexec,c99_buff_prepare,c99_sess_put,fpassthru,getdisfunc,fx29exec,fx29exec2,is_windows,disp_freespace,fx29sh_getupdate,fx29_buff_prepare,fx29_sess_put,fx29shexit,fx29fsearch,fx29ftpbrutecheck,fx29sh_tools,fx29sh_about,milw0rm,imagez,sh_name,myshellexec,checkproxyhost,dosyayicek,c99_buff_prepare,c99_sess_put,c99getsource,c99sh_getupdate,c99fsearch,c99shexit,view_perms,posix_getpwuid,posix_getgrgid,posix_kill,parse_perms,parsesort,view_perms_color,set_encoder_input,ls_setcheckboxall,ls_reverse_all,rsg_read,rsg_glob,selfURL,dispsecinfo,unix2DosTime,addFile,system,get_users,view_size,DirFiles,DirFilesWide,DirPrintHTMLHeaders,GetFilesTotal,GetTitles,GetTimeTotal,GetMatchesCount,GetFileMatchesCount,GetResultFiles,fs_copy_dir,fs_copy_obj,fs_move_dir,fs_move_obj,fs_rmdir,SearchText,getmicrotime MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/doc/sharutils-4.13.3/ |
Upload File : |
* TODO file for GNU sharutils Tell <bug-gnu-utils@gnu.org> if you feel like volunteering for any of these ideas, listed more or less in decreasing order of priority. Some TODO items are implicit from received email. - read_stduu, read_base64, decode: arbitrary limitation, by using a fixed length buffer. Although well-formed uuencode coded output always fits within this buffer, an arbitrary-length filename may make the begin line exceed the buffer, and it is not robust to malicious input. Furthermore, POSIX states that input files are not necessarily text files since arbitrary data and line lengths may precede the embedded uuencode section. We should probably be using gnulib's getline here. - decode: POSIX only states that the input file contain output from uuencode, not that the encoded data begins immediately after a newline character. Maybe it is worth asking for an interpretation from the POSIX Austin Group as to whether arbitrary characters can proceed the "begin" on the first line of the encoded data. - decode: POSIX requires uudecode to parse both octal AND symbolic mode, but the GNU uudecode currently fails on symbolic modes. - decode: GNU uudecode attempts to do ~ expansion, which is allowed by POSIX since ~ is not part of the portable filename character set. However, it may be worth considering extensions to uuencode and uudecode that encode non-portable filename characters in such a manner that uudecode can recreate any valid filename (within the limits of the filesystem it is expanding onto). - change mail-files to use multiple To: lines instead of having a loop. Suggested by Tom Tromey. - shar: Don't offer -Z if compress isn't available (--help is adjusted; also add ifdefs to rip out the code?). - Use plural form: #: src/shar.c:2279 #, c-format msgid "Created %d files\n" msgstr "%d Datei(en) erzeugt\n" - Check the old todo list (after "cut here"). After 4.4.0: - Remove intl/. - Split some messages. -=-=-=-=-=-=-=-=-=-=-=-=-=- cut here -=-=-=-=-=-=-=-=-=-=-=-=-=- (One more word. This list already existed when I took over the task of maintaining sharutils. I have not investigated the list enough to say this will also be correct for me. But Franc,ois and I often agree so it is likely.) .# Next release The next release will have these changes: . + better integrate uucode with the others, code-wise .@ ChangeLog .* Short term . + Utiliser guillemets français dans fr.tt . + convert uucode documentation into sharutils.texi . + remove many fixed limits, everywhere . + delete useless code, among which some matching features . + simplify further `:' vs `true' usage, the latter might be avoided . - documentation The documentation is still rudimentary, but might help you to understand what is going on. Many examples in some quick start node might help. In any case, criticize it at will, and let me use your comments as an incentive for further improvement. Any help from native English speakers is appreciated. White lines, and lines beginning with \`#\', are comments. Command keywords may be abbreviated to their first letter. Space between successive keywords may be omitted. Variable arguments may often be replaced by numeric index from lists. SITE may also be local or 0. SITE_SET is a list of SITE, default is all. A ! prefix complements it. The following commands are meant for automatic internal use: . - handle receving files over symbolic links or directories . - maintain a project title . - no remote could also be local . - diagnose /net/mnt_tmp/... directories . - if deleting a scan, already registered files declared unexisting . - have a paranoid option, in which diffs are always done . - study if and how the symbolic links might be transported .* Medium term . + have -C as synonymous for -d in shar 1994-08-22, Karl Berry <kb@cs.umb.edu> . + speedup unshar, far too slow while matching sed input . + construct some `make check' for shar/unshar . + do something sensible with file permissions . + study if the symbolic links might be transported . + when local/remote directories are relative, this should be to ~user . + do not send absolute files . + add some `-h UNSHAR.HDR' option 1994-08-19, Marty Leisner <leisner@sdsp.mc.xerox.com> . + decode options from a SHAR environment variable 1994-08-30, Ulrich Drepper <drepper@ira.uka.de> . + automatic detection of gzip'ed shar files in unshar 1996-06-06, Larry Schwimmer <rosebud@cyclone.Stanford.EDU> . + provide -z option to compress input of shar (???) 1996-06-06, Larry Schwimmer <rosebud@cyclone.Stanford.EDU> .* Long term . + automatically retrieve incorrect sequence from a bunched file 1994-08-24, Karl Berry <kb@cs.umb.edu> . + when -T, just reject binary files 1994-08-29, Andrew A. Chernov <ache@astral.msk.su> 1994-09-11, Eric Backus <ericb@lsid.hp.com> -- disagrees