History log of /openbsd/include/bsd_auth.h (Results 1 – 11 of 11)
Revision Date Author Comments
# 15afe4d6 09-Mar-2017 fcambus <fcambus@openbsd.org>

As per style.9, prototypes should not have variable names associated
with the types.

OK jca@


# ece79e10 21-Apr-2014 guenther <guenther@openbsd.org>

Use internal '__' names for __attributes__ in public headers


# c916d948 06-Jan-2006 millert <millert@openbsd.org>

Adapt things to use __type_t instead of _BSD_TYPE_T_
Add new sys/_types.h header
Include machine/_types.h or sys/_types.h where applicable


# 78992478 30-Aug-2002 espie <espie@openbsd.org>

put sentinel back in. Thx miod@


# fd94d1c8 07-Jun-2002 miod <miod@openbsd.org>

Backout previous change. Since it requires people to upgrade gcc, we want
to give them a larger timeslot to do that.
Requested by deraadt@ and various people on icb or vocally.


# b73de045 05-Jun-2002 espie <espie@openbsd.org>

Use attribute((sentinel)) on functions where it makes sense.
(this will warn if they are used without a terminating NULL pointer.
Note *pointer*, very useful for arches where 0 != (void *)0, in size)

Use attribute((sentinel)) on functions where it makes sense.
(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@

show more ...


# a019fb86 12-Mar-2002 millert <millert@openbsd.org>

Make the function prototypes line up better and add stub struct
definitions to allow bsd_auth.h to be included before login_cap.h
or pwd.h.


# c72b5b24 16-Feb-2002 millert <millert@openbsd.org>

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 don

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.

show more ...


# d0b779f3 28-Jan-2001 niklas <niklas@openbsd.org>

$OpenBSD$


# 89ebbd5d 01-Jan-2001 millert <millert@openbsd.org>

Guard agaist multiple inclusion
Add missing __BEGIN_DECLS and use __P macro in function prototypes


# e802aa69 21-Nov-2000 millert <millert@openbsd.org>

BSD authentication routines from BSDI. Presently this is not used but
the login_* helper programs and other support will be committed in the
near future.