Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-05 | De-escalate to an unprivileged users during 'make build' and 'make release'. | Martin Natano | |
- If you start make build as root, everything will be run as root. Nothing new here. New is, that you can set BUILDUSER=somebody and the unprived parts will be run as somebody. - If you start make build with sudo, the unprived parts will be run as the real user (meaning YOU). You can still set BUILDUSER=somebody and the uprived parts will run as somebody. - If you start make build as a normal user it will error out. "I'm sorry Dave." Note that DESTDIR must be on partition with the noperm flag set for make release to work correctly as an unprivileged user. idea and ok deraadt input and ok tb ratchov millert rpe, halex and probably others where part of the conversation to make this happen, thanks! | |||
2016-10-05 | Add support for enhanced networking configuration and virtual switches. | Reyk Floeter | |
See vm.conf(5) for more details. OK mlarkin@ | |||
2016-10-04 | stop supporting SUDO builds. Something better is coming, so let's | Theo de Raadt | |
align everyone who is using SUDO builds towards the new strategy. ok natano | |||
2016-09-27 | Run acpidump(8) at system startup and store ACPI tables in the | Robert Peichaer | |
/var/db/acpi directory. Later sendbug(1) will use this data in bug reports. That directory is created by mtree. idea from and OK deraadt OK kettenis | |||
2016-09-27 | Delay switch(4) interface start up so it can attach virtual interfaces | Rafael Zalamena | |
like vether(4). nits from and ok benno@, phessler@ | |||
2016-09-27 | Add unprivileged user for traceroute. | Florian Obser | |
Input deraadt@ OK benno@, sthen@ | |||
2016-09-26 | + _ping | Otto Moerbeek | |
2016-09-26 | Add _ping user/group. | Florian Obser | |
OK natano on a previous diff which used a different uid/gid. naddy@ pointed out that uid/gid was already taken on "important" systems. Turns out we cannot easily recycle freed up uids/gids so settle on 51. | |||
2016-09-26 | Add /etc/acme-client.conf to mtree/special and changelist. | Antoine Jacoutot | |
ok deraadt@ sthen@ florian@ | |||
2016-09-21 | the account key(s) live in /etc/acme; OK benno@ | Florian Obser | |
2016-09-18 | fix build | Theo de Raadt | |
2016-09-18 | add a config file parser to acme-client (unused at the moment, so that | Sebastian Benoit | |
it can be worked on in the tree). ok florian@ deraadt@ | |||
2016-09-17 | pathnames for cert and key files need to be quoted. | T.J. Townsend | |
reported by brynet | |||
2016-09-17 | add example certificate and key files generated with acme-client. | T.J. Townsend | |
ok florian | |||
2016-09-14 | Do the same with less code. | Robert Peichaer | |
OK halex | |||
2016-09-13 | proxy uid/gid was split up for seperate purposes; it can go away now. | Theo de Raadt | |
2016-09-11 | sync | Theo de Raadt | |
2016-09-11 | cua/tty nodes only need group dialer, the initial uid does not | Theo de Raadt | |
matter much -- and "uucp" is just stupid in 2016. ok rpe | |||
2016-09-11 | Set owner for /etc/{passwd,pwd.db,spwd.db} and /var/sysmerge/etcsum. | Martin Natano | |
from rpe | |||
2016-09-11 | Add a few directories missed in the past | Matthieu Herrb | |
2016-09-11 | The /etc/{localtime,rmt}, /var/tmp and /sys symlinks and the etc tarball | Martin Natano | |
should be owned by root. ok deraadt | |||
2016-09-11 | sync | Theo de Raadt | |
2016-09-11 | extra spaces | Theo de Raadt | |
2016-09-10 | Unbreak ksh.kshrc by using a MI way of finding out the console device name. | Robert Peichaer | |
Found by landry OK deraadt | |||
2016-09-10 | Simplify setting the USER and UID variables. | Robert Peichaer | |
While here, convert `` to $(). OK halex | |||
2016-09-10 | Remove remnants of rlogin, it's long gone (2002). | Robert Peichaer | |
OK halex | |||
2016-09-10 | Identation | Robert Peichaer | |
OK halex, krw | |||
2016-09-09 | print a clear error message when not ran as root instead of just falling | Jasper Lievisse Adriaanse | |
through and try whatever it can do with the invoking user's perms feedback/ok aja@ rpe@ | |||
2016-09-09 | Convert [] to ksh style [[]] tests. | Robert Peichaer | |
Based on a diff from Anthony Coulter. OK krw, halex | |||
2016-09-09 | Resurrect the detection of the console device that got lost a long time ago. | Robert Peichaer | |
OK tb | |||
2016-09-08 | sync after /dev/sound* removal | Alexandre Ratchov | |
2016-09-08 | Remove /dev/sound* as they are not used and they are identical | Alexandre Ratchov | |
to /dev/audio*. No port is using them (thanks to sthen@ for checking). ok sthen@ | |||
2016-09-07 | remove unused MD man5 dirs; ok schwarze | Jason McIntyre | |
while here, remove the comment for man6, according to ingo's system... | |||
2016-09-07 | Introduce an _rc_check_name() function to check the input script name so that | Antoine Jacoutot | |
we don't end up with cryptic error messages. Regex help from rpe@ Issue reported by Anthony Coulter in rcctl(8), but better fix the root cause. Also clarify the mage page that rc.d script name must follow ksh(1) variable naming. ok robert@ sthen@ | |||
2016-09-07 | restore commenting scheme: | Ingo Schwarze | |
before descending, after ascending, but not around single-subdir dirs | |||
2016-09-04 | regen | Christian Weisgerber | |
2016-09-04 | Remove the tape block device nodes. | Christian Weisgerber | |
While here, also remove two forgotten descriptions for long obsolete devices. | |||
2016-09-04 | bump the random timeout to taking % 2048 sec to avoid modulus bias | Theo Buehler | |
ok phessler | |||
2016-09-03 | update pf.os for larger wscale by default | Stuart Henderson | |
2016-09-03 | Add /var/syspatch to mtree(8). | Antoine Jacoutot | |
OK many | |||
2016-09-03 | Retire zaurus, as it hasn't made the EABI jump and will be permanently broken | Philip Guenther | |
shortly when we use the hardware thread register in userland | |||
2016-09-03 | Add doas.conf example configuration file. | Paul Irofti | |
Discussed with and loved by many. OK tedu@, tom@, deraadt@. | |||
2016-09-02 | sync | Kazuya Goda | |
2016-09-02 | Add switch(4) cdev entry | Kazuya Goda | |
ok deraadt@ yasuoka@ reyk@ | |||
2016-09-02 | move links from http to https://www.openbsd.org/ | Theo Buehler | |
ok beck | |||
2016-09-02 | sync | Stuart Henderson | |
2016-09-01 | remove sparc pieces | Theo de Raadt | |
2016-08-31 | create acme-client directories | Florian Obser | |
2016-08-31 | use tab. | Antoine Jacoutot | |
2016-08-23 | sync | Okan Demirmen | |