History log of /openbsd/etc/etc.armv7/login.conf (Results 1 – 15 of 15)
Revision Date Author Comments
# 615efeaf 11-Dec-2023 kettenis <kettenis@openbsd.org>

Synchronize datasize-cur limit for staff with the default class.

ok deraadt@, millert@, phessler@


# 60955c03 14-Nov-2023 jsg <jsg@openbsd.org>

increase datasize to 1536M for the default login class
needed to build llvm-16 gnu/usr.bin/clang/include/llvm/AMDGPU
ok jca@


# e9a172df 21-Feb-2022 robert <robert@openbsd.org>

cap the daemon login class' datasize at either 1G or 4G depending on
the architecture and set the bgpd class' datasize to either 16G or 1G

ok sthen@ and discussed with many


# 29ec0a10 04-Jan-2022 jmc <jmc@openbsd.org>

- add LDAP
- capitalise RADIUS when referring to the protocol
- remove tis

from raf czlonka
ok sthen ajacoutot


# af6a71fe 25-Apr-2021 mortimer <mortimer@openbsd.org>

Bump pbuild stacksize to 8M.

Addresses a stack exhaustion issue with llvm11 and a small number of ports.

ok kettenis@


# 93e2f5d4 18-Jan-2021 deraadt <deraadt@openbsd.org>

crank limits to satisfy piggy piggy clang


# 521e6185 07-Jan-2021 robert <robert@openbsd.org>

add a xenodm login class and bump openfiles to 512 to avoid running out
of file descriptors while running a busy desktop

the xenodm login class expands the records from the daemon login class

ok aj

add a xenodm login class and bump openfiles to 512 to avoid running out
of file descriptors while running a busy desktop

the xenodm login class expands the records from the daemon login class

ok aja@, deraadt@, kettenis@, sthen@

show more ...


# 38dc29e6 05-Nov-2019 solene <solene@openbsd.org>

Add a default priority of 5 for user _pbuild, this should help keeping system
responsive during packages compilation, especially on slower machines.

feedback welcome from people building ports

disc

Add a default priority of 5 for user _pbuild, this should help keeping system
responsive during packages compilation, especially on slower machines.

feedback welcome from people building ports

discussed with deraadt@

show more ...


# 791377de 02-Jun-2019 jmc <jmc@openbsd.org>

spelling/grammar fixes; from larry hynes


# 80f9238a 06-Feb-2017 sthen <sthen@openbsd.org>

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 appl

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.

show more ...


# 651e6709 23-Oct-2015 sthen <sthen@openbsd.org>

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@


# acb92636 20-Jul-2015 sthen <sthen@openbsd.org>

add class used by the _pbuild user for DPB, ok ajacoutot@


# fe51f237 17-Feb-2015 sthen <sthen@openbsd.org>

Add class section for unbound, using openfiles-cur=512 rather
than the daemon class' default of 128. Reminded by/ok ajacoutot@


# 18f9620c 22-Apr-2014 reyk <reyk@openbsd.org>

Remove the kerberos login methods.

ok henning@


# cf9c8788 26-Mar-2014 tedu <tedu@openbsd.org>

end experimental login.conf template support. one file per machine.
ok deraadt millert