Nikolai Kondrashov

Results 85 issues of Nikolai Kondrashov

Make sure the conv code never assumes that there are only two formats possible and doesn't do something like: ``` if (format == AUSHAPE_FORMAT_XML) { /* Format is XML */...

Syslog is usually limited by message size. Find if we can support some output which lets us log (essentially unlimited) execve documents.

Some functions in headers don't have an extern keyword in front of their declarations. Make sure they all do.

Implement unit tests for the aushape_gbuf and aushape_conv.

Support parsing RS-separated streams, as per RFC 7464. Hi Michael, here are some (possibly) useful changes separated from my stream parsing support, freshly rebased. Would be glad to hear your...