CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2014/10/07 16:14:17
Modified files:
comms/conserver: Makefile distinfo
comms/conserver/files: console.cf
comms/conserver/patches: patch-conserver_consent_c
patch-conserver_cutil_c
patch-conserver_group_c
patch-console_console_c
comms/conserver/pkg: DESCR README
Added files:
comms/conserver/patches: patch-configure_in
Log message:
update conserver to 8.2.0, and make some port changes ...
- Switch to using unix domain sockets instead of network sockets for
comms between "console" client and "conserver" server. This is a compile-
time toggle and disables network sockets. Uses SO_PEERCRED for access
control so it's possible to do per-user acls in conserver without
the need to re-enter user passwords.
- Add a flavour to use network sockets for those that need it (i.e.
running the client on a different machine to the server).
- Tweaks to pkg-readme explaining the above.