CVS Repository/ src/ include/ bsd_auth.h


OpenBSD release(s):
1.11 (79 78 77 76 75 74 73 72 71 70 69 68 67 66 65 64 63 62 61),  1.10 (60 59 58 57 56),  1.9 (55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39),  1.8 (38 37 36 35 34 33 32),  1.5 (31),  1.3 (30 29), 
Tags:
None
revision 1.11/ (Download) - annotate - Thu, 09 Mar 2017 10:13:03 UTC by fcambus
OpenBSD release(s): 79 78 77 76 75 74 73 72 71 70 69 68 67 66 65 64 63 62 61
Changes since 1.10: +2 -2 (diff)
As per style.9, prototypes should not have variable names associated
with the types.

OK jca@

revision 1.10/ (Download) - annotate - Mon, 21 Apr 2014 11:27:34 UTC by guenther
OpenBSD release(s): 60 59 58 57 56
Changes since 1.9: +3 -3 (diff)
Use internal '__' names for __attributes__ in public headers

revision 1.9/ (Download) - annotate - Fri, 06 Jan 2006 18:53:04 UTC by millert
OpenBSD release(s): 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39
Changes since 1.8: +4 -2 (diff)
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

revision 1.8/ (Download) - annotate - Fri, 30 Aug 2002 08:50:01 UTC by espie
OpenBSD release(s): 38 37 36 35 34 33 32
Changes since 1.7: +6 -3 (diff)
put sentinel back in. Thx miod@

revision 1.7/ (Download) - annotate - Fri, 07 Jun 2002 03:11:31 UTC by miod
Changes since 1.6: +3 -6 (diff)
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.

revision 1.6/ (Download) - annotate - Wed, 05 Jun 2002 19:27:50 UTC by espie
Changes since 1.5: +6 -3 (diff)
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@

revision 1.5/ (Download) - annotate - Tue, 12 Mar 2002 02:28:11 UTC by millert
OpenBSD release(s): 31
Changes since 1.4: +37 -35 (diff)
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.

revision 1.4/ (Download) - annotate - Sat, 16 Feb 2002 21:27:17 UTC by millert
Changes since 1.3: +40 -40 (diff)
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.

revision 1.3/ (Download) - annotate - Sun, 28 Jan 2001 23:43:15 UTC by niklas
OpenBSD release(s): 30 29
Changes since 1.2: +2 -0 (diff)
$OpenBSD$

revision 1.2/ (Download) - annotate - Mon, 01 Jan 2001 21:51:16 UTC by millert
Changes since 1.1: +39 -30 (diff)
Guard agaist multiple inclusion
Add missing __BEGIN_DECLS and use __P macro in function prototypes

revision 1.1/ (Download) - annotate - Tue, 21 Nov 2000 00:51:16 UTC by millert
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.