summaryrefslogtreecommitdiffstats
path: root/include/bsd_auth.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* As per style.9, prototypes should not have variable names associatedfcambus2017-03-091-2/+2
| | | | | | with the types. OK jca@
* 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
| | | | | Add new sys/_types.h header Include machine/_types.h or sys/_types.h where applicable
* 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
| | | | | to give them a larger timeslot to do that. Requested by deraadt@ and various people on icb or vocally.
* Use attribute((sentinel)) on functions where it makes sense.espie2002-06-051-3/+6
| | | | | | | (this will warn if they are used without a terminating NULL pointer. Note *pointer*, very useful for arches where 0 != (void *)0, in size) okay millert@
* Make the function prototypes line up better and add stub structmillert2002-03-121-27/+29
| | | | | definitions to allow bsd_auth.h to be included before login_cap.h or pwd.h.
* 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
| | | | Add missing __BEGIN_DECLS and use __P macro in function prototypes
* BSD authentication routines from BSDI. Presently this is not used butmillert2000-11-211-0/+87
the login_* helper programs and other support will be committed in the near future.