summaryrefslogtreecommitdiff
path: root/etc/group
AgeCommit message (Collapse)Author
2015-04-27Add a _file user and use for privsep, ok deraadtNicholas Marriott
2014-10-17Drop the _lkm group.Antoine Jacoutot
ok dcoppa@ deraadt@
2014-09-20Drop smmsp group and alias.Antoine Jacoutot
ok matthieu@ miod@
2014-08-22disable use of bind in base; in the base use nsd/unbound instead.Theo de Raadt
a proper & complete bind port will show up. discussed with many for years
2014-04-27Get back "_ppp" user and "_ppp" group. From now they will be solelyYASUOKA Masahiko
used by npppd. ok deraadt
2014-03-17_ppp uid/gid will come up for recycling (but please not within a year)Theo de Raadt
2014-03-15Enable Unbound in base, ok deraadt@Stuart Henderson
2014-03-13smtpd dudes forgot to add their _smtpq userTed Unangst
2013-12-15remove popa3d etc tendrilsTed Unangst
2013-08-19Remove the following users which became obsolete:Antoine Jacoutot
* _afs: arla/nnpfs got disabled then removed long ago * _kdc, _kadmin: these were added 10 years ago but never used for anything afaict ok dcoppa@ beck@
2013-08-09Remove all references to btd and the corresponding _btd user and group.Antoine Jacoutot
ok sthen@ deraadt@
2012-10-12Add the _iscsid user, required by iscsidDavid Coppa
OK claudio@
2010-06-03Add a new _iked user with uid 101 instead of (ab)using the _isakmpd user.Reyk Floeter
ok deraadt@
2010-06-03enable ldapd and ldapctl in the buildMartin Hedenfal
ok deraadt@
2010-04-22Allow multiple users to share the same aucat server. If aucat isAlexandre Ratchov
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
2010-02-22Add _ldpd user for ldpd(8). OK dlg, deraadtClaudio Jeker
2010-01-16add user/group for nsd; ok nick@Jakob Schlyter
2009-05-20add a group _rwalld tooThordur I. Bjornsson
2009-03-04add user and group for smtpdGilles Chehade
discussed with pyr@ and deraadt@
2008-11-25add user '_btd' for the bluetooth daemon.Felix Kronlage
discussed with and ok uwe@
2008-06-26add user and group needed for ypldap.Pierre-Yves Ritschard
2008-06-09drop root privileges in rtadvd to _rtadvdRainer Giedat
ok deraadt@, reyk@, pyr@
2008-01-31enable snmpd in the buildReyk Floeter
approved by deraadt@, ok thib@
2007-12-07hoststated gets renamed to relayd. easier to type, and actually saysTheo de Raadt
what the daemon does - it is a relayer that pays attention to the status of pools of hosts; not a status checkers that happens to do some relaying
2007-10-08Add the user _ospf6d otherwise the newly imported ospf6d daemon will notEsben Norby
start. ok dlg@
2007-01-31link hoststated to the builds.Pierre-Yves Ritschard
ok miod@, henning@
2006-10-29Add the _ripd user and startup stuff.Esben Norby
ok claudio@
2006-06-01add all the goo to hook dvmrp into the systemEsben Norby
ok derradt@
2005-04-13say hi to _hostapdHenning Brauer
2005-01-18user and group _ospfd, with claudioHenning Brauer
2004-11-24say hi to _ftpHenning Brauer
2004-05-30new user/group _ntp, theo okHenning Brauer
2004-05-06change _pppoe to _ppp, i had thought about it before, but henning has ↵Theo de Raadt
convinced me
2004-05-06_pppoe privdrop user for canacarTheo de Raadt
2004-05-06_afs user for privsep; beck okTheo de Raadt
2004-04-30rbootd privsep uid/gidTheo de Raadt
2004-04-17new user/group _tftpd, theo okHenning Brauer
2004-04-14user/group _mopd for, well, mopd. theo okHenning Brauer
2004-04-13new _dhcp user for, well, dhcp stuff, theo okHenning Brauer
2004-01-19fake _tcpdump user for upcoming privsep workTheo de Raadt
2003-12-17add user & group _bgpdHenning Brauer
ok deraadt@ millert@
2003-10-22privilege seperated pflogdCan Erkin Acar
_pflogd user and group must be created for proper operation. ok frantzen@ henning@ mcbride@ deraadt@
2003-07-24_syslogd privsep uid/gid as requested by avsmTheo de Raadt
2003-05-14add _isakmpd user/group for privsep. ok millert@Jakob Schlyter
2003-05-14_kdc and _kadmin users and groups added. Will be used by the kerberos kdcHans Insulander
and admin servers ok deraadt@
2003-01-06_lkm group for modstat(8); millert okTheo de Raadt
2002-12-24_spamdTheo de Raadt
2002-11-21To avoid possible conflict with pre-existing groups, changeTodd C. Miller
shadow -> _shadow, tokenadm -> _token, and also add _radius.
2002-11-21Add a new group, "tokenadm" and make login_token setgid tokenadm insteadTodd C. Miller
of setuid root. deraadt@ OK
2002-11-21Add a "shadow" group and make the shadow passwd db readable by thatTodd C. Miller
group. This changes getpw* to always try the shadow db first and then fall back to the db w/o password hashes. In the future, /usr/libexec/auth/login_passwd (and others) will be setgid shadow instead of setuid root. OK deraadt@ If you track -current you should do the following: o add group shadow to /etc/group o chgrp shadow /etc/spwd.db o chmod 640 /etc/spwd.db o rebuild and install src/usr.sbin/pwd_mkdb You do not need to rebuild libc yet, but it would't hurt to do so.