Bjørnar Ness
Bjørnar Ness
Usage?
I do not understand usage of this? looks to me ```cuckoo_db in out``` only copies input to output? could you please give some examples in readme?
Something like this would be very handy to organize schemas better: parser:validate(schema, '#/definitions/some_object') ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/26633868-feature-possibility-to-spesify-spesific-definition-object-in-validate?utm_campaign=plugin&utm_content=tracker%2F483345&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F483345&utm_medium=issues&utm_source=github).
This should be a valid v4 schema: { "$schema": "http://json-schema.org/draft-04/schema#", "title": "create domain", "description": "create a new domain in mailsys", "type": "object", "properties": { "domain": { "description": "fully qualified domain...
chunking
Have you considered reinventing the sockproc protocol to serve data in chunks? Say for example for generating an archive dynamically, seems to me you need to allocate the size of...
Added EXPERIMENTAL_MAILFROM_MSGID to move generation of message_id from DATA to MAIL FROM phase. This will allow logging of errors in RCPT phase, referencing a potential future message_id
connection_in/out_id variable, similar to message_exim_id in global uniqueness. connection_out_id is preserved between deliveries, and available in event actions.
When using isolation (and also otherwise) it is lots of times better to set uid/gid than depend on getpwnam and resolving. suggestion is either to introduce uid/gid parameters and/or if...
Add ngx_http_lua_ffi_ssl_ciphers that returns a uint16_t array of tls_protocol_id supported (and enabled) by both server and client consider this pull request a request for comment example usage from resty-core: ```lua...
A new option is added to the tcp.connect options_table: ctx = boolean, where a "true" value would change the value returned from connect from current ok, err to: ```lua local...
Trying to access this variable in ssl_certificate_by_lua causes "API disabled in the current context". I know some work is beeing done on client_hello_by_lua, but would it be possible to expose...