summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/groupaccess.c
AgeCommit message (Expand)Author
2019-03-06Move checks for lists of users or groups into their own function.Darren Tucker
2015-05-04Remove pattern length argument from match_pattern_list(),Damien Miller
2015-01-20Reduce use of <sys/param.h> and transition to <limits.h> throughout.Theo de Raadt
2013-05-17bye, bye xfree(); ok markus@Damien Miller
2008-07-04support negation of groups in "Match group" block (bz#1315); ok dtucker@Damien Miller
2006-08-03almost entirely get rid of the culture of ".h files that include .h files"Theo de Raadt
2006-07-26move #include <sys/param.h> out of includes.hKevin Steves
2006-07-17move #include <unistd.h> out of includes.hKevin Steves
2006-07-02move #include <grp.h> out of includes.hKevin Steves
2006-03-25Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatDamien Miller
2006-03-19RCSID() can dieTheo de Raadt
2003-04-08rename log() into logit() to avoid name conflict. markus ok, from netbsdJun-ichiro itojun Hagino
2002-03-04$OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; addKevin Steves
2001-06-26remove comments from .h, since they are cut&paste from the .c filesMarkus Friedl
2001-01-29$OpenBSD$Niklas Hallqvist
2001-01-21split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.Markus Friedl
2001-01-13support supplementary group in {Allow,Deny}GroupsMarkus Friedl