# # # patch "monotone.texi" # from [4d721758c1715b1813db8285ff2d964d6871a4fc] # to [52761176681ce7b4bf88cc3e54fd9d2762739eb3] # ============================================================ --- monotone.texi 4d721758c1715b1813db8285ff2d964d6871a4fc +++ monotone.texi 52761176681ce7b4bf88cc3e54fd9d2762739eb3 @@ -7750,6 +7750,34 @@ @section Automation @end table address@hidden mtn automate remote_stdio @var{hostname} + address@hidden @strong address@hidden Arguments + address@hidden is the host (and optionally port) of the monotone server +process to connect to. + address@hidden Added in + +FIXME + address@hidden Purpose + +Permit @code{automate} commands to be run against a database that is +being used to serve netsync connections. + address@hidden Input/Output format + +This command takes input and produces output in exactly the +same format as @code{automate stdio}. Note that the commands run with address@hidden remote_stdio} may conform to a different @var{interface_version}, +because they are handled by a remote instance of monotone. + +There will be some extra chatter on stderr unless @option{--quiet} is given. + address@hidden table + @item mtn automate genkey @var{name} @var{passphrase} @table @strong @@ -10223,6 +10251,12 @@ @subsection Netsync Permission Hooks database from different authors can be selectively trusted using the @ref{Trust Evaluation Hooks} instead. address@hidden get_remote_automate_permitted(@var{key_identity}, @var{command}, @var{options}) + +Returns true if a peer authenticated as key @var{key_identity} should be +allowed to execute the given @var{command} with the given @var{options}, as +if through @code{automate stdio}. + @end ftable @anchor{Netsync Transport Hooks}