summaryrefslogtreecommitdiffstats
path: root/include/bsd_auth.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* As per style.9, prototypes should not have variable names associatedfcambus2017-03-091-2/+2
* Use internal '__' names for __attributes__ in public headersguenther2014-04-211-3/+3
* Adapt things to use __type_t instead of _BSD_TYPE_T_millert2006-01-061-2/+4
* put sentinel back in. Thx miod@espie2002-08-301-3/+6
* Backout previous change. Since it requires people to upgrade gcc, we wantmiod2002-06-071-6/+3
* Use attribute((sentinel)) on functions where it makes sense.espie2002-06-051-3/+6
* Make the function prototypes line up better and add stub structmillert2002-03-121-27/+29
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-31/+31
* $OpenBSD$niklas2001-01-281-0/+2
* Guard agaist multiple inclusionmillert2001-01-011-30/+39
* BSD authentication routines from BSDI. Presently this is not used butmillert2000-11-211-0/+87