summaryrefslogtreecommitdiff
path: root/include/bsd_auth.h
AgeCommit message (Collapse)Author
2002-08-30put sentinel back in. Thx miod@Marc Espie
2002-06-07Backout previous change. Since it requires people to upgrade gcc, we wantMiod Vallat
to give them a larger timeslot to do that. Requested by deraadt@ and various people on icb or vocally.
2002-06-05Use attribute((sentinel)) on functions where it makes sense.Marc Espie
(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@
2002-03-12Make the function prototypes line up better and add stub structTodd C. Miller
definitions to allow bsd_auth.h to be included before login_cap.h or pwd.h.
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-01-28$OpenBSD$Niklas Hallqvist
2001-01-01Guard agaist multiple inclusionTodd C. Miller
Add missing __BEGIN_DECLS and use __P macro in function prototypes
2000-11-21BSD authentication routines from BSDI. Presently this is not used butTodd C. Miller
the login_* helper programs and other support will be committed in the near future.