]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Extended "client-kill" management interface command (server-side)
authorJames Yonan <james@openvpn.net>
Sun, 20 Mar 2011 04:12:26 +0000 (04:12 +0000)
committerJames Yonan <james@openvpn.net>
Sun, 20 Mar 2011 04:12:26 +0000 (04:12 +0000)
commit0df678794a708eb42426ce9844f78ef034dc94bf
treecf4787ac317353bc1acf194e52a99cdccd3b1f9d
parent097ed787c68869dd90c4e3deb36b13ef5b8e2707
Extended "client-kill" management interface command (server-side)
to accept an optional message string.  The message string format is:

  RESTART|HALT,<human-readable-message>

RESTART will tell the client to restart (i.e. SIGUSR1).

HALT will tell the client to exit (i.e. SIGTERM).

On the client, human-readable-message will be communicated via
management interface:

  >NOTIFY,<severity>,<type>,<human-readable-message>"

Version 2.1.3m

git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@7063 e7ae566f-a301-0410-adde-c780ea21d3b5
forward.c
manage.c
manage.h
multi.c
push.c
push.h
version.m4