tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
libexec
/
login_token
/
at
rk3128
8 files
Makefile
for some time now mandoc has not required MLINKS to function correctly - logically complete that now by removing MLINKS from base;
10 years ago
init.c
Move definiton of struct token_types *tt to init.c from header file.
5 years ago
login_token.8
use .Mt for email addresses; from Jan Stary <hans at stare dot cz>
12 years ago
login_token.c
Check auth_mkvalue(3) return value for NULL (malloc failure). For constant strings we don't actually need to use auth_mkvalue(3). Problem reported by Ross L Richardson.
5 years ago
token.c
Use explicit_bzero() instead of memset() for zeroing out secrets. OK deraadt@
10 years ago
token.h
Move definiton of struct token_types *tt to init.c from header file.
5 years ago
tokendb.c
When system calls indicate an error they return -1, not some arbitrary value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future.
6 years ago
tokendb.h
spelling fixes; from paul tagliamonte
3 years ago