Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-09 | flesh out some details in STANDARDS regarding timespec; | Jason McIntyre | |
ok sobrado millert | |||
2014-01-09 | Fix a memory/fd leak reported by Tiago Cunha. | Nicholas Marriott | |
2014-01-09 | sync usage(); | Jason McIntyre | |
2014-01-09 | Add DHCPv6. | Brad Smith | |
ok deraadt@ | |||
2014-01-09 | sync | Theo de Raadt | |
2014-01-09 | revert to O_EXCL for generating keys, so we don't erase them by accident. | Marc Espie | |
internal code a bit yucky, can be fixed some more later. okay tedu@ | |||
2014-01-09 | Install our third key. NOTE that this is a TEST KEY for use as we improve | Stuart Henderson | |
our processes. requested by espie@ | |||
2014-01-09 | bump copyright to 2014 | Marc Espie | |
2014-01-09 | remove the SHA256 file as soon as we start creating sets | Theo de Raadt | |
2014-01-09 | Mention that T5120/T5220 systems require an OBP update if they are below 4.28 | Miod Vallat | |
level (matching the stealth commit to sparc64.html years ago); and update the OBP update section to point to the current Oracle ``Firmware Domwnloads'' page. | |||
2014-01-09 | Install our second key. NOTE that this is a TEST KEY for use as we improve | Marc Espie | |
our processes. prodded by deraadt@ | |||
2014-01-09 | oops | Ted Unangst | |
2014-01-09 | change O_EXCL to O_TRUNC before deraadt kills me. | Ted Unangst | |
2014-01-09 | copy the relevant key for the release onto the media | Theo de Raadt | |
2014-01-09 | update for sig comments | Ted Unangst | |
2014-01-09 | copy secret key comment into signature. requested by deraadt | Ted Unangst | |
2014-01-09 | sync | Theo de Raadt | |
2014-01-09 | install signify keys | Theo de Raadt | |
2014-01-09 | Install our first key. NOTE that this is a TEST KEY for use as we improve | Theo de Raadt | |
our processes. ok tedu | |||
2014-01-09 | if we're re-signing, check old sig first. shouldn't sign stuff we don't | Marc Espie | |
trust. | |||
2014-01-09 | with the intermediate gunzip gone, this is a simple pipe. No need for | Marc Espie | |
separate handles to tweak. | |||
2014-01-09 | oops, re-adapt for the install media | Theo de Raadt | |
2014-01-09 | test signing too | Ted Unangst | |
2014-01-09 | signify subdir | Ted Unangst | |
2014-01-09 | regress signify | Ted Unangst | |
2014-01-09 | ramdisks need a /etc/signify directory | Theo de Raadt | |
2014-01-09 | -e embedded signatures. ok deraadt | Ted Unangst | |
2014-01-09 | we need to build a ztscale stub for zaurus media. | Theo de Raadt | |
2014-01-09 | Similar to attach-session, make switch-client -t accept a window and | Nicholas Marriott | |
pane. From Johannes Jakobsson. | |||
2014-01-09 | Allow attach-session -t to accept a window and pane to select them on | Nicholas Marriott | |
attach. Based on a diff from J Raynor. | |||
2014-01-09 | Three small changes from Tiago Cunha: | Nicholas Marriott | |
- Check for truncation when copying path. - Don't need to use a temporary buffer in screen_set_title. - Include strerror in output when connecting to server fails. | |||
2014-01-09 | Style and comment fixes from Tiago Cunha. | Nicholas Marriott | |
2014-01-09 | Simplify args_set, from Tiago Cunha. | Nicholas Marriott | |
2014-01-09 | Remove unnecessary calls to va_start/va_end, from Tiago Cunha. | Nicholas Marriott | |
2014-01-09 | Fix the burner method, here the cookie is a pointer to rasops_info. | Martin Pieuchot | |
Problem noticed by Nick Gray and brett@ and analysed with mikeb@. ok jsg@ | |||
2014-01-09 | -C was useless with signify, report @signer identity instead (prepend | Marc Espie | |
"reportedly" to make tedu happy :) ) | |||
2014-01-09 | @signer makes sense only for signify, so move it there. | Marc Espie | |
2014-01-09 | simplify a bit: pass the first SIGNER for @signer. | Marc Espie | |
2014-01-09 | document SIGNER | Marc Espie | |
2014-01-09 | switch to internal gzip/gunzip. | Marc Espie | |
reduces the number of external processes and the complexity of the code. tested on a few select arches by tobiasu, naddy. If it breaks somewhere, tough. This one is simple to revert. | |||
2014-01-09 | tweak signing yet again. Have pkg_create automatically add signing | Marc Espie | |
identities every time, and make matching identities mandatory. e.g., pkg_create and pkg_add must have matching -DSIGNER. by default, signer is derived from uname -r and role (pkg_add/fw_update), e.g., 54pkg, 54fw... | |||
2014-01-09 | bzero/bcmp -> memset/memcmp. ok matthew | Ted Unangst | |
2014-01-09 | tiny tweak to asm. prefer memcpy and memmove, with bcopy wrapper | Ted Unangst | |
ok guenther | |||
2014-01-09 | Switch to string copy rather than memcpy so we stop past '\0' and | Martynas Venckus | |
don't copy over the garbage from the source buffer (like, leaking the canary). OK millert@. | |||
2014-01-09 | Use destination bound rather than the source bound for out_line and | Martynas Venckus | |
out_name. OK millert@. | |||
2014-01-09 | When formating the time for "ls -l"-style output, show dates in the future | Philip Guenther | |
with the year, and rearrange a comparison to avoid a potentional signed arithmetic overflow that would give the wrong result. ok djm@ | |||
2014-01-09 | Symlinks are displayed with '->', not '=>' | Philip Guenther | |
2014-01-09 | Update pax -v format to match "ls -l": display the year for dates | Philip Guenther | |
in the future and include a space between the major and minor numbers for devices. Eliminate bogus handling of LC_TIME environment variable. Make strftime() format selection understandable by gcc -Wformat=2. ok millert@ | |||
2014-01-09 | Per POSIX, times in the future should be reported with the year | Philip Guenther | |
like files more than six months old. Use strftime() directly instead of breaking down the ctime() output on character positions. ok millert@ | |||
2014-01-08 | Fix the tests for the pf divert state and socket reuse. | Alexander Bluhm | |