index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
ikectl
Age
Commit message (
Expand
)
Author
8 hours
Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour
Claudio Jeker
8 hours
Unify error reporting in various control programs.
Claudio Jeker
8 hours
Convert the common imsgbuf_read calls to the post EAGAIN world.
Claudio Jeker
8 hours
Rename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush to
Claudio Jeker
8 hours
Use imsg_flush() instead of implementing the same by hand.
Claudio Jeker
2024-05-21
remove prototypes with no matching function and externs with no var
Jonathan Gray
2023-11-17
Set "unique_subject = no" to allow renewing expired certificates.
Tobias Heider
2022-12-04
Rename sun to s_un for portability.
Tobias Heider
2022-12-03
Consistently use uintXX_t from <stdint.h> instead of u_intXX_t.
Tobias Heider
2022-09-19
Add iked connection statistics for successful and failed connections, common
Tobias Heider
2022-03-31
man pages: add missing commas between subordinate and main clauses
Christian Weisgerber
2021-11-21
Add 'ikectl show certinfo' to show trusted CAs and certificates.
Tobias Heider
2021-01-23
Handle write() errors.
tobhe
2021-01-23
Handle errors and truncated output from snprintf().
tobhe
2020-06-10
Cast imsg->data to char pointer to silence GCC warning
kn
2020-04-25
Document 'ikectl show sa'.
tobhe
2020-03-22
Add 'ikectl show sa' command to print information about the state of
tobhe
2020-03-18
Add 'ikectl reset id <ID>' command to reset all SAs from policies with
tobhe
2019-05-08
convert system() calls to an execv() like interface.
Ted Unangst
2019-02-26
ikectl's built-in CA command for simple configurations has a fixed certificate
Stuart Henderson
2018-06-18
fix memory leak: freeaddrinfo() the data from getaddrinfo().
Sebastian Benoit
2017-11-08
Since r1.41 the extensions are included in the CSR. Thus ca_request()
Patrick Wildt
2017-06-08
Invoke openssl with -passin file rather than -key in ca_revoke().
Jonathan Gray
2017-05-31
ca_revoke() gets called two ways. Directly from ca_opt() with keyname
Jonathan Gray
2017-05-24
Set REQ_EXT in req section so ikectl ca certificate revoke will work again.
Jonathan Gray
2017-05-21
A few more freezero() uses
Theo de Raadt
2017-03-29
set REQ_EXT to x509v3_CA, fixing "ikectl ca XX create" inadvertently broken
Stuart Henderson
2017-01-31
Teach ikectl to include extensions in the CSR, rather than just adding them
Stuart Henderson
2016-09-11
Files in /etc/ssl belong to root. ok deraadt
Martin Natano
2016-06-14
Remove unused variable, found by clang
Reyk Floeter
2016-03-01
add LIBCRYPTO to DPADD
Gleydson Soares
2015-12-05
EAGAIN handling for imsg_read. OK henning@ benno@
Claudio Jeker
2015-11-10
With ikectl now requiring ca specific sections not present in the
Jonathan Gray
2015-11-06
Use pledge in ikectl. For now one request for sending imsgs to iked
Jonathan Gray
2015-11-02
switch from using sha1 to sha256
Jonathan Gray
2015-11-02
sign csrs with openssl ca instead of x509 -req
Jonathan Gray
2015-11-02
sign csrs with openssl ca instead of x509 -req
Jonathan Gray
2015-11-02
Accept an ocsp option when creating certificates to set the extended
Jonathan Gray
2015-09-07
append a slash immediately after a file system path that is a directory;
Igor Sobrado
2015-08-19
ca_hier() und ca_newpass() abort on failure, return void instead of int.
Reyk Floeter
2015-08-19
spacing
Reyk Floeter
2015-08-19
fcopy_env() should return void as it aborts on failure.
Reyk Floeter
2015-08-19
Use C99 integer types in ikectl(8).
Reyk Floeter
2015-08-19
Support for overwriting $ENV:: variables in OpenSSL .cnf files from
Reyk Floeter
2015-08-15
correct mode_t 644 to 0644
Sebastien Marie
2015-08-15
corrects three err() to errx() calls
Sebastien Marie
2015-07-27
use file system path (.Pa) semantic markup macros where appropriate.
Igor Sobrado
2015-06-11
Use "compliant" header guards by avoiding the reserved '_' namespace.
Reyk Floeter
2015-02-28
Reduce usage of predefined strings in manpages.
Anthony J. Bentley
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
[next]