sthen
f70ce9c5e8
List openfiles-max explicitly in default /etc/login.conf files. Otherwise,
raising openfiles-cur above the implicit -max value (1024 on at least the
common arch) results in the setting not being applied at all.
Earlier version OK tom@ danj@ ajacoutot@ benno@ krw@ beck@, suggestion about
openfiles= from millert@ - changes in this version are to use 1024 for -max
rather than 512 to avoid changing the existing hard limit, and just use
openfiles= for bgpd/unbound where max and cur are the same value.
7 years ago
patrick
f4a7846182
Add support for OpenBSD/arm64.
7 years ago
sthen
86f4ef9c8a
ypcipher isn't supported any more - it was already removed from login.conf(5)
and pwd_gensalt.c - so remove it from the default /etc/login.conf files as well.
ok millert@
9 years ago
sthen
0f204b21fa
add class used by the _pbuild user for DPB, ok ajacoutot@
9 years ago
sthen
28611e7e8a
Add class section for unbound, using openfiles-cur=512 rather
than the daemon class' default of 128. Reminded by/ok ajacoutot@
9 years ago
reyk
0b6d3f347f
Remove the kerberos login methods.
ok henning@
10 years ago
tedu
f57f1925af
end experimental login.conf template support. one file per machine.
ok deraadt millert
10 years ago
sobrado
702ebd8167
add missing authentication styles.
initially intended for YubiKey, jmc@ noted that list was out of date.
ok deraadt@, jmc@
12 years ago
ajacoutot
20eae469d3
Add /usr/local/sbin to the default path (/sbin and /usr/sbin are
already there).
ok sthen@ millert@ gilles@ deraadt@
13 years ago
sthen
b9da1730d8
Show an example of overriding a limit for a specific daemon with rc.d(8).
Use bgpd(8) for this which on a peering router often needs openfiles-cur
to be higher than the default. ok henning@ claudio@ deraadt@
13 years ago
tedu
a4a61f54ff
allow default blowfish rounds to be tweakable by arch, no behavioral change
ok deraadt
14 years ago
millert
82d251ba4c
Add authpf class as per the pf faq; from Alex Holst. OK beck@.
18 years ago
millert
c3f648ac33
Generate login.conf from a template with optional per-architecture overrides
19 years ago
millert
15483f9726
crank datasize-cur to 512M; requested by pvalchev@
19 years ago
millert
1751314c23
double datasize limits now that mmap is counted in dsize
19 years ago
biorn
74516645f6
chpass will not change the kerberos password
19 years ago
otto
60a4cac6a2
typo in comment; from Brian Poole
20 years ago
otto
9ac9bc9fb0
be more consistent in terminology in comments
20 years ago
pvalchev
7034e99693
backout as it's too close to release; requested by deraadt
20 years ago
pvalchev
170d5174cb
raise openfiles limit (max fd per process) on staff group above default; ok miod millert
20 years ago
drahn
b83e4952fd
bump default datasize to 75MB instead of 64MB. Allows XF4 to build (on amd64)
with new binutils without tweaking datasize. ok deraadt@ millert@
20 years ago
mho
3d0f6a5f72
Don't mention krb4.
21 years ago
deraadt
7c1aa5137e
fix comments; seb@todesplanet.de
22 years ago
deraadt
aef3e085f9
the kerberos people can bite me. or enable kerberos themselves if they
really want this. secure by default, and as i say, bite me. millert
and markus and miod ok
22 years ago
deraadt
b7aad3ecb5
turn off more methods by default -- enable them if you need them; millert ok
22 years ago
deraadt
d8ad086ce4
zap trailing spaces and tabs
23 years ago
millert
54d0f56882
skey was left out of the default authentication methods; add it back
23 years ago
millert
b09a2a543d
mention radius but don't put it in the list of default authentication styles
23 years ago
millert
1c62fde045
List all authentication types; krb4-or-pwd is still the default...
23 years ago
hin
787f05127b
Rename login_krb-or-pwd to login_krb4-or-pwd
23 years ago
millert
525207ebf1
o move passwd.conf variables into login.conf
o no longer install passwd.conf (but it is used if it exists and the
needed info is not in login.conf)
o added passwordtime and minpasswordlen login.conf variables
23 years ago
millert
ede6b777ba
add auth defaults
23 years ago
millert
6af4c12eba
crank maxproc for staff login class
24 years ago
millert
6121d03607
Crank default datasize-{max,cur} and stacksize-cur
24 years ago
millert
768a4c7996
Add calls to setusercontext() and login_get*(). We basically call
setusercontext() in most places where previously we did a setlogin().
Add default login.conf file and put root in the "daemon" login class.
24 years ago