Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move checks for lists of users or groups into their own function. | 2019-03-06 | 1 | -2/+3 | |
| | | | | | This is a no-op on OpenBSD but will make things easier in -portable, eg on systems where these checks should be case-insensitive. ok djm@ | ||||
* | Remove pattern length argument from match_pattern_list(), | 2015-05-04 | 1 | -4/+2 | |
| | | | | | | | | | | we only ever use it for strlen(pattern). Prompted by hanno AT hboeck.de pointing an out-of-bound read error caused by an incorrect pattern length found using AFL and his own tools. ok markus@ | ||||
* | Reduce use of <sys/param.h> and transition to <limits.h> throughout. | 2015-01-20 | 1 | -2/+2 | |
| | | | | ok djm markus | ||||
* | bye, bye xfree(); ok markus@ | 2013-05-17 | 1 | -2/+3 | |
| | |||||
* | support negation of groups in "Match group" block (bz#1315); ok dtucker@ | 2008-07-04 | 1 | -1/+26 | |
| | |||||
* | almost entirely get rid of the culture of ".h files that include .h files" | 2006-08-03 | 1 | -4/+3 | |
| | | | | | ok djm, sort of ok stevesk makes the pain stop in one easy step | ||||
* | move #include <sys/param.h> out of includes.h | 2006-07-26 | 1 | -1/+2 | |
| | |||||
* | move #include <unistd.h> out of includes.h | 2006-07-17 | 1 | -1/+2 | |
| | |||||
* | move #include <grp.h> out of includes.h | 2006-07-02 | 1 | -1/+5 | |
| | |||||
* | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that | 2006-03-25 | 1 | -0/+1 | |
| | | | | Theo nuked - our scripts to sync -portable need them in the files | ||||
* | RCSID() can die | 2006-03-19 | 1 | -1/+0 | |
| | |||||
* | rename log() into logit() to avoid name conflict. markus ok, from netbsd | 2003-04-08 | 1 | -2/+2 | |
| | |||||
* | $OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; add | 2002-03-04 | 1 | -2/+1 | |
| | | | | | missing RCSID() to .c files and remove dup /*$OpenBSD$*/ from .c files. ok markus@ | ||||
* | remove comments from .h, since they are cut&paste from the .c files | 2001-06-26 | 1 | -1/+12 | |
| | | | | and out of sync | ||||
* | $OpenBSD$ | 2001-01-29 | 1 | -0/+2 | |
| | |||||
* | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | 2001-01-21 | 1 | -1/+1 | |
| | | | | rename util.[ch] -> misc.[ch] | ||||
* | support supplementary group in {Allow,Deny}Groups | 2001-01-13 | 1 | -0/+76 | |
from stevesk@pobox.com |