CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/04/22 11:43:30
Modified files:
etc : ftpusers group master.passwd
etc/mail : aliases
usr.bin/aucat : aucat.1 aucat.c midicat.1 sock.c
lib/libsndio : aucat.c mio_thru.c
Log message:
Allow multiple users to share the same aucat server. If aucat is
run by root, it binds a shared address to the socket, cranks the
process priority and drops privileges. sio_open(3) will try to
connect to the private socket first (if any), then to the shared
socket. Only one user may have connections to aucat at a given
time.
based on discussions with henning, pyr and others
ok jacek, deraadt