summaryrefslogtreecommitdiff
path: root/etc/group
AgeCommit message (Collapse)Author
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.
2002-09-04_x11 user and group for the X server when run by xdm. ok deraadt@Matthieu Herrb
The actual X code to use them will be added soon.
2002-08-02_sshagnt will be used to secure ssh-agent(1) moreTheo de Raadt
2002-07-155 new uid/gid sets; millert okTheo de Raadt
2002-06-07authpf group, for authpfBob Beck
2002-05-09Add crontab group for when crontab loses its setuid bit tomorrow.Todd C. Miller
Consider this a head-up...
2002-05-08move to sshd.sshd insteadTheo de Raadt
2002-05-07ssh uid and gid for privsepTheo de Raadt
2001-09-25popa3d piecesTheo de Raadt
2001-09-11Scaffolding to support sendmail 8.12. Note that the new smmsp user/groupTodd C. Miller
are *required*.
2001-09-05Add proxy userBob Beck
2000-12-12Add "auth" groupTodd C. Miller
1999-02-04No longer need an audlog group.Angelos D. Keromytis
1999-02-03gid 71 is now "audlog"Angelos D. Keromytis
1998-09-20bye bye ingresTheo de Raadt
1998-05-24give named its own groupTodd C. Miller
1998-03-05add user www, group wwwTheo de Raadt
1997-12-11Add group `network'.brian
This group is intended for use by network daemons such as ppp, pppd and slattach. These programs will be mode 4550 and group network (soon), allowing the sys-admin control over who manipulates interface configurations and routing tables.
1997-03-04Add a suggested users group.Jason Downs
1996-10-31nobody gid == nobody uid (32767)Todd C. Miller
1996-10-31nobody wants a group nameTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt