- Jul 06, 2020
-
-
Doug Goldstein authored
-
Jonathan Creekmore authored
update ssl_file to pass on the full path See merge request !2
-
Doug Goldstein authored
-
Doug Goldstein authored
The ssl_file directive must be passed as a full path onto the openssl_probe library which reads it from the SSL_CERT_FILE env var.
-
- Mar 19, 2020
-
-
Doug Goldstein authored
-
Doug Goldstein authored
add an i686 musl build See merge request !1
-
Jonathan Creekmore authored
-
Jonathan Creekmore authored
-
Jonathan Creekmore authored
-
Jonathan Creekmore authored
-
- May 31, 2018
-
-
Doug Goldstein authored
Due to 12412f47 we need to avoid bumping to development version numbers.
-
Doug Goldstein authored
Ensure that releases have signed commits
-
Doug Goldstein authored
The download URL didn't work out as I had hoped. Fix it for now until there's a better way.
-
Doug Goldstein authored
This reverts commit b8c685af. cargo-rpm is unable to handle versions like this. Upstream issue: https://github.com/iqlusion-io/crates/issues/38
-
Doug Goldstein authored
-
Doug Goldstein authored
When the yum repo config wasn't pinned to 7.2 it was upgrading the packages from the latest version which caused the latest OpenSSL to get pulled in from a newer CentOS. CentOS 7.2 used an older version. This is important because the newer OpenSSL is not included in XenServer 7.x.
-
Doug Goldstein authored
GitLab keeps the artifacts from each job in its own zip so this job will bring them all together into one.
-
Doug Goldstein authored
openssl-probe fixes the musl based binary to be able to find OpenSSL's CA's so that musl can include a static copy of OpenSSL.
-
Doug Goldstein authored
build -> test release -> build build was a bit confusing since it was really just compile testing and doing a format check of the code base while release was building the binaries to publish.
-
Doug Goldstein authored
This RPM should work for CentOS 7.2 machines and XenServer 7.x machines.
-
Doug Goldstein authored
Add a CentOS 7.2 based build environment for generating RPMs.
-
Doug Goldstein authored
Make it more clear as to what we are targeting
-
Doug Goldstein authored
This will allow a package to be built up using cargo rpm build.
-
Doug Goldstein authored
Upgraded from Rust 1.26.0 (rustfmt 0.4.1-stable) to Rust 1.26.1 (rustfmt 0.4.2-stable) and this was the change
-
- May 29, 2018
-
-
Doug Goldstein authored
Most other LDAP utilities appear to use 'bindpw' so rename to that for consistency with other tools.
-
Doug Goldstein authored
Added pronounciation hint. Fixed config file format. Added more links to OpenSSH docs.
-
Doug Goldstein authored
Use structopt to parse the command line allowing the configuration file to be specified as well as giving more helpful output back to the user over what went wrong with their invocation.
-
Doug Goldstein authored
To hopefully avoid users exposing their bind passwords, require that the config file have 0400 as its permissions.
-
Doug Goldstein authored
The goal is to be as simple as possible to provide something secure so add a basic README that hopefully covers things.
-
Doug Goldstein authored
More natural default
-
Doug Goldstein authored
This directly affects what is expected in the config file and it feels more natural to be lower case.
-
Doug Goldstein authored
Add additional information to the error messages to make them more descriptive while using the older style of a main function to be able to use the Display form of errors instead of the Debug.
-
- May 27, 2018
-
-
Doug Goldstein authored
-
Doug Goldstein authored
Simplify the name. We'll pronounce it sackle like handle.
-
Doug Goldstein authored
-
- May 26, 2018
-
-
Doug Goldstein authored
Roughly this will talk to a LDAP server and grab the public SSH key from an attribute and print it to stdout so that OpenSSH can use it. The config file will need to be read from a more permanent location and error messages need to be improved.
-
- May 25, 2018
-
-
Doug Goldstein authored
-