Chris Adams

Results 315 comments of Chris Adams

I just ran into a situation where it would be extremely useful to be able to run sslyze using OpenSSH's dynamic proxy mode through a bastion host where I'd prefer...

Yes: it's a full SOCKS 5 proxy: https://help.ubuntu.com/community/SSH/OpenSSH/PortForwarding#Dynamic_Port_Forwarding The main selling point is not needing to install anything on the bastion host, especially not a new network service on what...

@BenjaminHae the advantage of the dynamic proxy mode is that it works for more than one host/port and doesn't break hostname validation. I never encourage that in standard usage since...

The main thing I was thinking was having two options to say it's not an error to get a non-200 for a particular response and to disable redirects so you...

I'm not sure even assigning a value causes a download in all cases — I hit the same problem for the same reason and adding that option doesn't appear to...

Since the core Django project no longer supports Django 1.7 and earlier (https://www.djangoproject.com/download/) perhaps by now it's simplest just to do a 0.10 release which drops support entirely rather than...

That seems reasonable. My goal is to take something like what I've been setting up for Django trunk at http://djspeedcenter.djangy.com/timeline/ and start collecting data for other projects which I use...

It's necessary to allow null this if you want to have a unique index on that field but would like to have more than one record with a blank field...

@szukw000 That issue had 4 pages, not three, and note that it's displaying the same page 3 times rather than 3 separate pages (here's what an unaffected batch looks like:...

If memory serves, we ran into this with an older Kakadu version as well. I’ll check the history tomorrow.