On Mon, Jul 18, 2011 at 11:33:49PM -0700, David Woodhouse wrote: > If it's building out of the box, does that mean we're done making > changes to it? If so I'll do a new release... The only outstanding change I forsee is status updates. I'd like to copy all log messages to stderr so mtpd can parse/pass up to java. I'll dump the env to a separate pipe so that I can filter out the non-cisco vars. It should just be a simple 'fprintf(stderr, fmt, args);' in the logging function. I'll get a patch out later today. Right now, I'm trying to wrap my head around org.apache.http and cookie extraction. :-( thx, Jason.