Michael Osipov

Results 90 issues of Michael Osipov

**[MANDATORY] Describe the bug [MANDATORY]** When a Bastillefile template receives an `ARG` value with an ampersand (`&`) it is mangled down the line by `sed(1)` because it it not escaped...

bug

**[MANDATORY] Describe the bug [MANDATORY]** For some strange reason all subcommand scripts are located in `/usr/local/share/bastille`, this is incorrect according to `hier(7)`. `share` contains static resources. **[MANDATORY] Bastille and FreeBSD...

bug

**[MANDATORY] Describe the bug [MANDATORY]** When you create a jail with `-T -V` `THICK_JAIL` and `VNET_JAIL` is set, but the template for think jails or if absent thin jails is...

bug

**[MANDATORY] Describe the bug [MANDATORY]** If your Bastillefile contains more than one space in one line this block: https://github.com/BastilleBSD/bastille/blob/b85d6347dee44c943819c2d7b4eee9c5a30535b5/usr/local/share/bastille/template.sh#L267-L268 kills it. **[MANDATORY] Bastille and FreeBSD version (paste ``bastille -v &&...

bug

This completes the option of setting the remote user by the authentication mechanism which actually verified the user. One possible usecase is that a proxied (upstream) server performs the authentication,...

@cstamas This breaks stuff and should be in 2.x only. The motivation is that if the class name says `Null...` it shall return `null` and not be a `Default...` impl....

@kwin @nielsbasjes Have a look whether this makes sense to you. I am not 100% certain about this. It feels awkward that this mojo does not extend from `AbstractScmReleaseMojo`, but...

This closes #122 Following this checklist to help us incorporate your contribution quickly and easily: - [x] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MJAVADOC) filed for the change (usually before...

Don't apply tricks and rely on OS behavior to resolve addresses. This also aligns with the NIO implementatin using `InetSocketAddress`. This mimics the behavior of HTTPd's listen.c for apr_sockaddr_info_get(). @mturk...

It has two flaws: 1. It wraps the content in a div with id `wrap`, this is already occupied by the content. 2. By abusing that id the output on...