History log of /openbsd/etc/etc.amd64/login.conf (Results 1 – 24 of 24)
Revision Date Author Comments
# ed371cb1 12-Nov-2023 robert <robert@openbsd.org>

bump datasize to 1536M for the default login class to allow the build
user to generate the AMDGPU includes in llvm-16

discussed with deraadt@


# 8a504047 28-Feb-2022 sthen <sthen@openbsd.org>

provide a login class for vmd, the "daemon" class now has a datasize
limit which is a bit low for VMs. only done on amd64 as vmd is only
provided there. ok deraadt@


# 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


# 6d2c6693 12-Nov-2021 ajacoutot <ajacoutot@openbsd.org>

Bump maxproc-cur to 512 for the pbuild user.
This will prevent recurring failures in bulks ('cannot fork').

ok tb@ sthen@ deraadt@


# 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@


# 5e271b12 08-Jan-2021 naddy <naddy@openbsd.org>

Bump default datasize-max and datasize-cur since clang now seems to
require more than 768M to build itself.


# 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 ...


# 44268de3 23-Jun-2020 naddy <naddy@openbsd.org>

bump pbuild datasize limit to 8G to allow Firefox to build with Rust 1.44
ok deraadt@


# 885dbb90 23-May-2020 danj <danj@openbsd.org>

Remove useless line from daemon class in login.conf

We used to have different numbers of blowfish rounds between the
default and daemon classes in login.conf. On Jun 26, 2016, tedu
committed "upgrad

Remove useless line from daemon class in login.conf

We used to have different numbers of blowfish rounds between the
default and daemon classes in login.conf. On Jun 26, 2016, tedu
committed "upgrade selected login.conf to use auto rounds for bcrypt"
for amd64, sparc64, i386, and maccpc.

Since the class daemon inherits from the default class, the
:localcipher=blowfish,a:\
is a duplicate.

ok millert@ deraadt@ sthen@

show more ...


# d1b96a32 11-Mar-2020 naddy <naddy@openbsd.org>

Bump the pbuild data size limit to 7G; Firefox 74 no longer builds in 6G.
ok deraadt@


# 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 ...


# c413ec2e 19-Aug-2019 naddy <naddy@openbsd.org>

The piggies have outgrown their pen again: Firefox 69 will no longer
build in 5 GB of memory. Bump default datasize for pbuild to 6 GB.
ok landry@ ajacoutot@


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

spelling/grammar fixes; from larry hynes


# 873479bd 02-May-2019 ajacoutot <ajacoutot@openbsd.org>

pbuild class: bump datasize and maxproc; these should be sufficient for
running a ports bulk without bumping anything else
(matches what's on amd64.ports and exopi)

ok sthen@ phessler@ espie@ naddy@


# 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 ...


# eaa01b96 25-Nov-2016 bluhm <bluhm@openbsd.org>

Increase default datasize limit from 512M to 768M on amd64. This
allows to build xenocara with extra options in malloc.conf.
OK deraadt@


# 69b58a8d 26-Jun-2016 tedu <tedu@openbsd.org>

upgrade selected login.conf to use auto rounds for bcrypt. the installer
already does this, so we don't want to go backwards on password changes.
ok krw


# 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@


# a180a50f 20-Jan-2015 deraadt <deraadt@openbsd.org>

increase limits for staff (user created at install time is in staff)


# 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