]> eyrie.org Git - kerberos/remctl.git/history - server
Ignore ignored attributes for Ruby
[kerberos/remctl.git] / server /
2022-05-02 Russ AllberyAdd support for PCRE2
2022-05-01 Russ AllberyMerge pull request #31 from ktdreyer/ruby-minitest
2022-05-01 Russ AllberyMerge pull request #32 from ktdreyer/rm-pytest-runner
2022-04-17 Russ AllberyReformat with clang-format
2020-02-02 Russ AllberyReformat with clang-format-10
2019-10-25 Russ AllberyFix cppcheck warnings
2018-04-30 Russ AllberyAdd SPDX-License-Identifier
2018-04-23 Russ AllberyFix warnings under Clang
2018-04-23 Russ AllberyAdd more debugging output for v2 protocol
2018-04-23 Russ AllberyFix child output truncation on early stdin exit
2018-04-01 Russ AllberyAdd a check-cppcheck target and fix what it found
2018-04-01 Russ AllberyUpdate to rra-c-util 7.1 and C TAP Harness 4.3
2018-03-31 Russ AllberyMerge pull request #24 from santoshankr/master
2018-03-30 Santosh Ananthakri... xstrdup rule->program
2016-10-04 Russ AllberyAdd remctl-shell support for running as a forced command
2016-10-04 Russ AllberyImport new warning flag handling from rra-c-util
2016-09-25 Russ AllberyClean up const handling for exec arguments
2016-09-05 Russ AllberyCoding style fixes for summary fix
2016-09-05 Russ AllberyMerge branch 'ccin2p3-feature/summary_with_a_subcommand'
2016-09-05 Russ AllberyMerge branch 'feature/summary_with_a_subcommand' of...
2016-07-29 Russ AllberyAdd new sudo configuration option
2016-07-28 Russ AllberyAdd REMCTL_HOST support to remctl-shell
2016-07-27 Russ AllberyAdd a -v option to remctl-shell
2016-07-27 Russ AllberyAdd -q and ACL methods to remctl-shell usage
2016-07-27 Russ AllberyAdd remctl-shell tests and some options to ease testing
2016-07-27 Russ AllberySwitch to SSH_CONNECTION for client IP address
2016-07-27 Russ AllberyFix ssh command parser and add tests
2016-07-27 Russ AllberyInitial refactoring for ssh shell support
2015-11-27 Russ AllberyAdd anyuser:auth and anyuser:anonymous ACLs
2015-11-27 Russ AllberyCoding style cleanup in server/config.c
2015-10-22 Russ AllberyJust double getgrnam_r buffer
2015-10-22 Russ AllberyMerge pull request #5 from sigmaris/getgrnam_r_buffer
2015-09-21 Russ AllberyMove ANYUSER handling down into ACL processing
2015-09-06 Russ AllberyAnonymous authentication does not satisfy ANYUSER
2015-09-05 Russ AllberyUpdate to rra-c-util 5.8 and C TAP Harness 3.4
2015-09-05 Russ AllberySet REMCTL_EXPIRES when running commands
2015-06-02 Hugh Cole-BakerRetry getgrnam_r with larger buffer on ERANGE
2014-12-25 Remi Ferrand[github#3] Support summary with subcommand.
2014-07-03 Russ AllberyFix compilation without Kerberos support
2014-06-16 Russ AllberyHandle additional krb5_aname_to_localname failure codes
2014-06-16 Russ AllberyRefactoring of the localgroup support
2014-06-16 Russ AllberyRename the unxgrp ACL type to localgroup
2014-06-16 Russ AllberyChange how unxgrp support is optionally built
2014-06-16 Remi FerrandContinue to track down memory leaks
2014-06-16 Remi FerrandFix some unxgrp memory leaks
2014-06-16 Remi FerrandNew implementation of `unxgrp` ACL scheme.
2014-06-16 Remi FerrandAdd ACL scheme for checking that user belongs to nss...
2014-06-16 Russ AllberyUse calloc and reallocarray and add malloc overflow...
2014-02-03 Russ AllberyReset SIGPIPE before running processes
2014-01-29 Russ AllberyUpdate server/README and add a license statement
2014-01-28 Russ AllberyRework how to free memory allocated for message handlers
2014-01-27 Russ AllberyBackport to libevent 1.4
2014-01-23 Russ AllberyFree all resources on remctld exit or fork
2014-01-23 Russ AllberyImprove remctld -h and comments on the options struct
2014-01-23 Russ AllberyUse a temporary file to write the server PID file
2014-01-23 Russ AllberyClean up assumptions about free(NULL) and NULL pointers
2014-01-23 Russ AllberyRename struct confline to struct rule
2014-01-23 Russ AllberyReorganize the process struct a bit
2014-01-23 Russ AllberyMove more child processing into the event loop
2014-01-23 Russ AllberyFix a minor server memory leak on help
2014-01-22 Russ AllberyUse an evbuffer to store input data for a process
2014-01-22 Russ AllberySimplify process I/O sockets
2014-01-22 Russ AllberyRemove unnecessary includes from server/commands.c
2014-01-22 Russ AllberySuppress debug messages for each argument
2014-01-22 Russ AllberyUse sysdie on failure before exec when running commands
2014-01-22 Russ AllberySwitch to bufferevents for standard output and error
2014-01-22 Russ AllberyConvert stdin handling to use a bufferevent
2014-01-22 Russ AllberyUse socketpair instead of pipe for server child processes
2014-01-22 Russ AllberySend the maximum permissible amount of MESSAGE_OUTPUT...
2014-01-17 Russ AllberySwitch the process event loop to libevent
2014-01-14 Russ AllberyAdd remctl server implementation details
2014-01-05 Russ AllberyAdd support for systemd socket activation and notification
2014-01-05 Russ AllberyAdd support for upstart's expect stop protocol
2014-01-05 Russ AllberyUpdate to rra-c-util 5.1 and C TAP Harness 2.4
2014-01-05 Russ AllberyChange my email address to eagle@eyrie.org
2013-12-26 Russ AllberyReport better error message on bind failure
2013-05-30 Russ AllberyAdd a regression test for truncation of large output
2013-05-30 Russ AllberyFix race condition in remctld with output before proces...
2013-03-15 Russ AllberyRemove dead store in the server code
2012-09-25 Russ AllberyDon't create server PID file until the network is ready
2012-09-24 Russ AllberyFix file descriptor leak in checking ACL files
2012-09-24 Russ AllberyClose some memory leaks in server configuration parsing
2012-05-10 Russ AllberyFree the allocated request argv after running a summary...
2012-05-10 Russ AllberyFix a couple of memory allocation bugs with summary...
2012-05-10 Russ AllberyBe more aggressive about closing the client connection...
2012-05-09 Russ AllberySome coding style and ordering cleanup of help/summary...
2012-05-08 Jon RobertsonAdd help interface to remctl commands
2012-03-20 Russ AllberyFix comment typo in server/remctld.c
2012-02-24 Russ AllberyMerge remote-tracking branch 'tkula/spec-fixing'
2012-02-23 Russ AllberyAdditional cleanup of the remctld user configuration...
2012-02-22 Andrew MortensenAdd server configuration option to run as a different...
2012-02-19 Russ AllberyMap timeout errors to a token error code
2012-02-19 Russ AllberyOnly impose a network timeout on the server, not a...
2012-02-19 Russ AllberyUse timeout support for all network operations
2012-02-09 Russ AllberyCompile cleanly with -D_FORTIFY_SOURCE=2 and -Wcast...
2011-10-06 Russ AllberyAssume keepalive for all commands except MESSAGE_COMMAND
2011-10-06 Russ AllberyRefactor server token handling
2011-10-05 Russ AllberyRename handle_commands to handle_messages
2011-09-27 Russ AllberyIntroduce protocol version 3 and the NOOP command
2011-06-01 Russ AllberyFix uninitialized variable in remctld standalone server...
next