diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-04-18 21:14:46 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-04-18 21:14:46 +0000 |
commit | 5bb0f4bcd38fb6eafb083cd8042869c3bc665851 (patch) | |
tree | a8eb83df9dbbdd6e318252a41b40b944611f8a2e /TODO | |
parent | 026684c09b7ec9626cae71b8f3f0b7ad85b377e7 (diff) | |
download | busybox-w32-5bb0f4bcd38fb6eafb083cd8042869c3bc665851.tar.gz busybox-w32-5bb0f4bcd38fb6eafb083cd8042869c3bc665851.tar.bz2 busybox-w32-5bb0f4bcd38fb6eafb083cd8042869c3bc665851.zip |
"Unify base64 handling" is done, remove TODO
git-svn-id: svn://busybox.net/trunk/busybox@18492 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -36,12 +36,7 @@ Rob Landley <rob@landley.net>: | |||
36 | modutils. The orig depmod is rather pointless to have to add to a firmware image | 36 | modutils. The orig depmod is rather pointless to have to add to a firmware image |
37 | in when we already have a insmod/rmmod and friends. | 37 | in when we already have a insmod/rmmod and friends. |
38 | Unify base64 handling. | 38 | Unify base64 handling. |
39 | There's base64 encoding and decoding going on in: | 39 | [done] |
40 | networking/wget.c:base64enc() | ||
41 | coreutils/uudecode.c:read_base64() | ||
42 | coreutils/uuencode.c:tbl_base64[] | ||
43 | networking/httpd.c:decodeBase64() | ||
44 | And probably elsewhere. That needs to be unified into libbb functions. | ||
45 | Do a SUSv3 audit | 40 | Do a SUSv3 audit |
46 | Look at the full Single Unix Specification version 3 (available online at | 41 | Look at the full Single Unix Specification version 3 (available online at |
47 | "http://www.opengroup.org/onlinepubs/009695399/nfindex.html") and | 42 | "http://www.opengroup.org/onlinepubs/009695399/nfindex.html") and |