summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAge
...
* Add new remctl_set_source_ip function to remctl library APIRuss Allbery2011-09-19
* Change the Stanford copyright statement to use the official formRuss Allbery2011-05-31
* Enable symbol versioning for any GNU ld systemRuss Allbery2011-05-14
* Include GSSAPI_LDFLAGS in pkg-config Libs.privateRuss Allbery2010-09-19
* Add support for pkg-configRuss Allbery2010-09-19
* Update to rra-c-util 2.4Russ Allbery2010-04-02
* Allow subcommand to be omitted on the command lineRuss Allbery2009-11-18
* Cleanups for Windows portability and build improvementsRuss Allbery2009-10-12
* Windows portability and build improvementsJeffrey Altman2009-10-12
* Use command and subcommand for components of a remctl commandRuss Allbery2009-02-18
* Better iovec handling on WindowsRuss Allbery2008-08-22
* Minor case fix in a comment in the client library codeRuss Allbery2008-08-21
* Set symbol visibility to hiddenRuss Allbery2008-08-01
* Remove Subversion Id stringsRuss Allbery2008-08-01
* Fix a place in libremctl where the library would call exit rather thanRuss Allbery2008-04-04
* If no server principal is specified on the remctl command line or inRuss Allbery2008-04-03
* Giant coding style cleanup.Russ Allbery2008-03-31
* Convert all internal interfaces and data structures to use bool whereRuss Allbery2008-03-30
* Add socket_set_errno and socket_strerror compatibility layers and useRuss Allbery2008-03-30
* Move socket_init and socket_shutdown into the portable/socket.h layer andRuss Allbery2008-03-30
* Add additional includes. Everything that deals with socket errors nowRuss Allbery2008-03-30
* Move the *.rc files into the client directory.Russ Allbery2008-03-30
* Include the Windows port of the client done by Matthew Loar. SeeRuss Allbery2008-03-30
* Fix a few obvious problems with the previous commit.Russ Allbery2007-11-09
* remctl now has an official port registered with IANA (4373), replacingRuss Allbery2007-09-02
* The libremctl client library now uses symbol versioning on Linux.Russ Allbery2007-08-26
* The remctl client now also requests sequence protection, but theRuss Allbery2007-08-26
* Added complete C API documentation (as section 3 manual pages) for theRuss Allbery2007-06-29
* Fix remctl client library crashes due to an uninitialized variableRuss Allbery2007-06-29
* Fix the way default principals are handled to be slightly less dumb.Russ Allbery2007-06-28
* Default to host/<hostname> if a NULL principal is passed into theRuss Allbery2007-06-28
* More changes for 2.8.Russ Allbery2007-06-28
* Fix the section in the reference to the remctld man page.Russ Allbery2007-06-13
* Fix various null pointer dereferences in the simplified remctl clientRuss Allbery2007-05-31
* Fix problems with the parameter types for GSS-API memory freeingRuss Allbery2007-05-31
* Better handle the special case of sending zero-length arguments near theRuss Allbery2007-03-16
* Fixed a subtle bookkeeping error when sending commands larger than theRuss Allbery2007-03-16
* When the command-line remctl canonicalizes the name of the server hostRuss Allbery2007-03-06
* Use a portability wrapper around the GSS-API header to avoid repeatingRuss Allbery2007-02-11
* Drop -Wcast-align; it produces false positives for legitimate networkRuss Allbery2007-02-09
* Update copyright dates and make sure proper license text is present.Russ Allbery2007-02-04
* Audited memory handling of buffers sent to and read from the networkRuss Allbery2007-02-04
* Automatically use a continued MESSAGE_COMMAND if the total commandRuss Allbery2007-01-29
* Share GSS-API error reporting routines between the client and server toRuss Allbery2007-01-29
* IPv6 support is now automatically enabled on systems that support it.Russ Allbery2007-01-13
* Update copyright dates.Russ Allbery2007-01-12
* In the remctl command-line client, print a newline after protocolRuss Allbery2007-01-12
* Document the exit status of the remctl client.Russ Allbery2006-11-07
* Properly nul-terminate error replies when using the simplified remctlRuss Allbery2006-08-22
* Add a mention of the Heimdal MIC verification issue.Russ Allbery2006-08-09