index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
gen
/
auth_subr.3
Age
Commit message (
Expand
)
Author
2009-07-15
must include <sys/types.h> before including <login_cap.h> or <bsd_auth.h>;
Ingo Schwarze
2008-04-04
Zero out the password/response argument in the simplified BSD auth
Todd C. Miller
2007-05-31
convert to new .Dd format;
Jason McIntyre
2005-07-22
- sync prototypes and header file excerpts to reality
Jared Yanovich
2004-08-03
Add support for passing a file descriptor back and forth between
Todd C. Miller
2004-01-10
auth_clean does not clear the options settings
Todd C. Miller
2003-07-07
- .Li Ta -> .D1
Jason McIntyre
2003-05-30
- clean up macro abuse
Jason McIntyre
2003-05-03
typos;
Jason McIntyre
2003-02-24
of of
Theo de Raadt
2002-10-15
Document the fact that calling auth_setitem() with a NULL value
Todd C. Miller
2002-05-08
Fix typo; Peter Werner
Todd C. Miller
2002-04-30
Initial cleanup:
Mike Pechkin
2002-03-16
Add CAVEATS section similar to authenticate.3
Todd C. Miller
2002-03-16
o Document auth_getpwd()
Todd C. Miller
2001-08-23
Add missing commas after auth_getitem and auth_setitem in NAME section.
Todd C. Miller
2001-03-01
Spelling: preceeding -> preceding
Aaron Campbell
2000-12-24
Various repairs, mostly to get rid of short lines.
Aaron Campbell
2000-11-21
BSD authentication routines from BSDI. Presently this is not used but
Todd C. Miller