| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
- bring comment in both programms in line
- tokeninit(8) needs "tty" for readpassphrase(3)
- call token_init() after pledge(2)
- fix whitespace
OK millert@
|
| |
|
|
|
|
|
| |
on the DB files and before that it also needs "getpw" due to calling getgrnam(3)
to get the group (TOKEN_GROUP).
This was OK bluhm@ and also with a slightly tweak sugested from him
|
| |
|
|
|
|
|
|
|
| |
possible. Annotate <sys/param.h> lines with their current reasons. Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change
MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where
sensible to avoid pulling in the pollution. These are the files confirmed
through binary verification.
ok guenther, millert, doug (helped with the verification protocol)
|
| |
|
|
| |
from Igor Sobrado
|
| | |
|
| |
|
|
| |
handler below. millert@ ok
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
millert@ ok
|
| | |
|
|
|
from BSDi. Will be enabled when BSD authentication is turned on (login_token).
|