Age | Commit message (Collapse) | Author |
|
_PATH_PRIVSEP_CHROOT_DIR are missing; ok deraadt@
|
|
|
|
to 'pmonitor'. provos@
|
|
This is needed for privsep which calls setlogin() when it changes uids.
Without this, there is a race where the login name of an existing connection,
as returned by getlogin(), may be changed to the privsep user (sshd).
markus@ OK
|
|
|
|
|
|
|
|
|
|
|
|
pw=getpwnam(SSH_PRIVSEP_USER); do_setusercontext(pw). ok provos@
|
|
|
|
|
|
|
|
work done by me and markus@
|
|
and then do_authenticated; okay millert@
|
|
|
|
|
|
|
|
|
|
|
|
fixes arm/netbsd; based on patch from bjh21@netbsd.org; ok djm@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ok markus@
|
|
ok markus@
|
|
<assar@freebsd.org> and Bjorn Gronvall <bg@sics.se>. markus@ ok
|
|
|
|
TODO; cleanup headers
|
|
|
|
|
|
specify time may be expressed using a sequence of the form:
time[qualifier], where time is a positive integer value and qualifier
is one of the following:
<none>,s,m,h,d,w
Examples:
600 600 seconds (10 minutes)
10m 10 minutes
1h30m 1 hour 30 minutes (90 minutes)
ok markus@
|
|
|
|
|