summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/groupaccess.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* support negation of groups in "Match group" block (bz#1315); ok dtucker@djm2008-07-041-1/+2
|
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-3/+1
| | | | | ok djm, sort of ok stevesk makes the pain stop in one easy step
* move #include <grp.h> out of includes.hstevesk2006-07-021-2/+2
|
* standardise spacing in $OpenBSD$ tags; requested by deraadt@djm2006-03-251-1/+1
|
* remove comments from .h, since they are cut&paste from the .c filesmarkus2001-06-261-17/+4
| | | | and out of sync
* prototype pedant. not very creative...itojun2001-06-261-3/+3
| | | | | - () -> (void) - no variable names
* $OpenBSD$niklas2001-01-291-0/+2
|
* support supplementary group in {Allow,Deny}Groupsmarkus2001-01-131-0/+47
from stevesk@pobox.com