Corey Minyard

Results 11 issues of Corey Minyard

This has caused me grief several times. The OpenIPMI SDR compiler will create BCD or 6-bit ASCII names per the spec, but ipmitool wouldn't handle them even though it has...

I have a non-blocking data stream that I need to transfer some data over. I'm already using libyaml for reading configuration files in the application, I'd like it to handle...

I don't see a way to see the "heard" list when using the http interface. That would be nice.

feature request

I put this on top of the work by Emil Sit, which still had a couple of issues. The To and Cc fields still wouldn't get filled in because of...

The ability to manage the alias list from HTTP would be really nice. A command line one would be nice, too. You could, for instance, have an "add alias" and...

feature request

In winsup/cygwin/fhandler_console.cc there is the following code: ``` while (n < total_read) { DWORD len; WriteConsoleInputW (p->input_handle, input_rec + n, min (total_read - n, inrec_size1), &len); n += len; }...

I'm working on a satellite application that has different speeds on the uplink and downlink, 1200 on the uplink and 9600 on the downlink. Is it possible to do this?...

Since the sha256 implementation can take partial inputs, there is no need to allocate a block of memory in the H() function. Just put the two pieces of data into...

Google has added the ability to run Linux programs on ChromeOS with something called crostini, and I'm trying to get it working. I am able to transmit ok (if I...

Add a way to specify your own CA instead of using the one from the system. Much like the "+tls-ca" option to dig.