summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAge
* Update eyrie.org URLs to httpsRuss Allbery2018-04-29
* Add SPDX-License-IdentifierRuss Allbery2018-04-29
* Fix warnings under ClangRuss Allbery2018-04-22
* Add a check-cppcheck target and fix what it foundRuss Allbery2018-04-01
* Update to rra-c-util 7.1 and C TAP Harness 4.3Russ Allbery2018-04-01
* Avoid fall-through in client/remctl.cRuss Allbery2018-03-30
* Import new warning flag handling from rra-c-utilRuss Allbery2016-10-03
* Fix compilation without Kerberos supportRuss Allbery2014-07-02
* Use calloc and reallocarray and add malloc overflow checksRuss Allbery2014-06-15
* Coding style improvements to client/api.cRuss Allbery2014-01-28
* Fix a GSS-API context leak on protocol version one errorRuss Allbery2014-01-28
* Clean up assumptions about free(NULL) and NULL pointersRuss Allbery2014-01-22
* Change a stray HAVE_KERBEROS to HAVE_KRB5Russ Allbery2014-01-06
* Update to rra-c-util 5.1 and C TAP Harness 2.4Russ Allbery2014-01-05
* Change my email address to eagle@eyrie.orgRuss Allbery2014-01-05
* Close memory leak in remctl_set_ccacheRuss Allbery2013-12-26
* Don't report the legacy port on connection errorsRuss Allbery2013-09-08
* Check fwrite status in the clientRuss Allbery2013-08-14
* include utils/macros.h in client/open.cKen Dreyer2013-08-14
* Fix compilation on systems without gss_krb5_import_credRuss Allbery2013-05-30
* Use gss_krb5_import_cred for remctl_set_ccacheRuss Allbery2013-05-16
* Remove stray periods from the copyright statementsRuss Allbery2013-03-27
* Avoid passing uninitialized GSS-API statuses to error reportingRuss Allbery2013-03-15
* Diagnose empty commands in remctl_commandRuss Allbery2013-03-15
* Some additional whitespace changes in remctl_open codeRuss Allbery2013-02-22
* Coding style and improvements to new remctl_open_*Russ Allbery2013-02-22
* Add alternate remctl_open API'sJeffrey Hutzelman2013-02-22
* Abstract out connection reset before openJeffrey Hutzelman2013-02-22
* Move connection-opening to remctl_open()Jeffrey Hutzelman2013-02-22
* Close more client memory leaks on error conditionsRuss Allbery2012-09-24
* Fix several client memory leaksRuss Allbery2012-09-24
* Prefer asprintf to malloc/strlcpy in client/open.cRuss Allbery2012-09-24
* Update to rra-c-util 4.6Russ Allbery2012-09-24
* Add missing copyright and license statements to many filesRuss Allbery2012-06-19
* Include time.h in remctl.hRuss Allbery2012-02-22
* Also apply the network timeout to the initial connectionRuss Allbery2012-02-19
* Also close protocol v1 connections on timeoutRuss Allbery2012-02-19
* Add remctl_set_timeout to the client libraryRuss Allbery2012-02-19
* Close the server connection on timeoutRuss Allbery2012-02-19
* Map timeout errors to a token error codeRuss Allbery2012-02-19
* Use timeout support for all network operationsRuss Allbery2012-02-18
* Add remctl_noop to the remctl client library APIRuss Allbery2011-10-31
* Add -b option to remctl to specify the source IPRuss Allbery2011-09-27
* Better error message wording if credential cache not supportedRuss Allbery2011-09-21
* Send QUIT properly when reusing an existing remctl objectRuss Allbery2011-09-21
* Check GSS-API context flags in the client after context is completeRuss Allbery2011-09-20
* Update to rra-c-util 3.9Russ Allbery2011-09-20
* Don't leak the client GSS-API contextRuss Allbery2011-09-20
* Fix memory leak in remctl_set_source_ipRuss Allbery2011-09-20
* Add new remctl_set_ccache function to the remctl library APIRuss Allbery2011-09-20