summaryrefslogtreecommitdiff
path: root/client_common.c (follow)
Commit message (Expand)AuthorAge
* Switch to SPDX identifiers.Andre Noll2026-03-17
* handshake: No longer announce/request the sha256 feature.Andre Noll2026-01-29
* Employ sideband API for audioc-audiod connections.Andre Noll2026-01-04
* Make iov_valid() local and rename to iov_empty().Andre Noll2025-11-22
* Improve client documentation.Andre Noll2025-10-08
* Merge topic branch t/rm_sha1 into masterAndre Noll2025-09-22
|\
| * Rename hash2 -> hash.Andre Noll2025-05-22
| * Remove sha1.Andre Noll2025-05-22
* | Remove loglevel argument of client_parse_config().Andre Noll2025-09-13
* | Remove loglevel argument of client_open().Andre Noll2025-09-13
|/
* Merge topic branch t/build into masterAndre Noll2025-05-20
|\
| * build: Merge version.{c,h} into string.{c,h}.Andre Noll2025-03-25
* | Include regex.h from para.h.Andre Noll2025-05-19
|/
* apc_priv_decrypt: Let the callee allocate the buffer.Andre Noll2024-05-17
* client: Check buffer size returned by apc_priv_decrypt().Andre Noll2024-05-17
* Merge topic branch t/crypt-cleanups into masterAndre Noll2023-12-24
|\
| * client: Reduce line length.Andre Noll2023-05-15
* | Merge topic branch t/fd into masterAndre Noll2023-08-06
|\ \ | |/ |/|
| * fd: Remove file_exists().Andre Noll2023-03-26
* | client: Fix has_feature().Andre Noll2023-05-14
|/
* Consolidate EOF error codes.Andre Noll2023-03-11
* Merge topic branch t/net into masterAndre Noll2022-11-07
|\
| * net: Rename para_connect_simple() -> para_connect().Andre Noll2022-10-03
* | Open-code find_arg().Andre Noll2022-10-03
|/
* Merge topic branch t/overflow into masterAndre Noll2022-10-03
|\
| * string: Rename para_calloc() -> zalloc().Andre Noll2022-07-29
| * string: Rename para_malloc() -> alloc().Andre Noll2022-07-29
* | Rename ->{pre,post}_select methods to ->{pre,post}_monitor.Andre Noll2022-08-25
* | Hide implementation of para_fd_set().Andre Noll2022-08-25
* | sched: Introduce sched_{read,write}_ok().Andre Noll2022-08-25
* | fd: Drop fd_set parameter from read_nonblock() and friends.Andre Noll2022-08-25
|/
* Minor log severity adjustments.Andre Noll2022-05-17
* Use sha256 for the challenge response.Andre Noll2021-10-21
* Assume sideband and aes_ctr128 are always supported/requested.Andre Noll2021-10-21
* client_common: Improve documentation of client_{pre,post}_select().Andre Noll2021-10-21
* Replace /* fallthrouth*/ by __attribute__ ((fallthrough));Andre Noll2020-09-17
* Merge branch 'refs/heads/t/long-help'Andre Noll2018-06-10
|\
| * client: Use lsu_merge_config_file_options().Andre Noll2018-04-22
* | Merge branch 'refs/heads/t/crypt'Andre Noll2018-05-13
|\ \ | |/ |/|
| * crypt: Rename RSA functions.Andre Noll2018-02-26
* | client: Remove unused ->config_file member.Andre Noll2018-03-30
* | client: Remove duplicate error message.Andre Noll2018-03-30
* | client: Fix loglevel setting.Andre Noll2018-03-30
|/
* Shorten copyright notice.Andre Noll2017-09-22
* client: Silence a gcc-7.1,0 warning.Andre Noll2017-05-14
* Merge branch 'refs/heads/t/lopsub'Andre Noll2017-04-27
|\
| * Convert para_client to lopsub.Andre Noll2017-03-26
* | crypt: Remove RC4 support.Andre Noll2017-01-08
|/
* client: No longer fail connection if sideband was not announced.Andre Noll2016-07-17
* client_common.c: Fix typo in comment.Andre Noll2015-12-28