From: SourceForge.net <no...@so...> - 2005-04-02 20:33:49
|
Feature Requests item #1175025, was opened at 2005-04-01 20:14 Message generated for change (Settings changed) made by seryakov You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=719009&aid=1175025&group_id=130646 Category: Tcl-API Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: Vlad Seryakov (seryakov) Assigned to: Vlad Seryakov (seryakov) Summary: uuencode/ base64 changes Initial Comment: I modified ns_uuencode/decode to support string any size instead of 48 bytes as it is now. Also, when encoding big string, it will do wrapping as other base64 encoders. ---------------------------------------------------------------------- Comment By: Vlad Seryakov (seryakov) Date: 2005-04-02 02:37 Message: Logged In: YES user_id=184124 Strangely enough, those htuuencode/decode functions do base64 actually, we can rename them but for now at least they work for buffers any size. So, it is okay to commit? ---------------------------------------------------------------------- Comment By: Stephen Deasey (sdeasey) Date: 2005-04-02 02:01 Message: Logged In: YES user_id=87254 Adding a base64 codec is a good idea. The htuucodec is something completely different though, and is specific to the encoding of passwords in HTTP basic authentication IIRC. I think there's an old bug report in the AOLserver tracker. Can you add newly named commands/C functions? It would be less confusing, as MIME base64 is what people really want. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=719009&aid=1175025&group_id=130646 |