summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-09flesh out some details in STANDARDS regarding timespec;Jason McIntyre
ok sobrado millert
2014-01-09Fix a memory/fd leak reported by Tiago Cunha.Nicholas Marriott
2014-01-09sync usage();Jason McIntyre
2014-01-09Add DHCPv6.Brad Smith
ok deraadt@
2014-01-09syncTheo de Raadt
2014-01-09revert 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-09Install our third key. NOTE that this is a TEST KEY for use as we improveStuart Henderson
our processes. requested by espie@
2014-01-09bump copyright to 2014Marc Espie
2014-01-09remove the SHA256 file as soon as we start creating setsTheo de Raadt
2014-01-09Mention that T5120/T5220 systems require an OBP update if they are below 4.28Miod 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-09Install our second key. NOTE that this is a TEST KEY for use as we improveMarc Espie
our processes. prodded by deraadt@
2014-01-09oopsTed Unangst
2014-01-09change O_EXCL to O_TRUNC before deraadt kills me.Ted Unangst
2014-01-09copy the relevant key for the release onto the mediaTheo de Raadt
2014-01-09update for sig commentsTed Unangst
2014-01-09copy secret key comment into signature. requested by deraadtTed Unangst
2014-01-09syncTheo de Raadt
2014-01-09install signify keysTheo de Raadt
2014-01-09Install our first key. NOTE that this is a TEST KEY for use as we improveTheo de Raadt
our processes. ok tedu
2014-01-09if we're re-signing, check old sig first. shouldn't sign stuff we don'tMarc Espie
trust.
2014-01-09with the intermediate gunzip gone, this is a simple pipe. No need forMarc Espie
separate handles to tweak.
2014-01-09oops, re-adapt for the install mediaTheo de Raadt
2014-01-09test signing tooTed Unangst
2014-01-09signify subdirTed Unangst
2014-01-09regress signifyTed Unangst
2014-01-09ramdisks need a /etc/signify directoryTheo de Raadt
2014-01-09-e embedded signatures. ok deraadtTed Unangst
2014-01-09we need to build a ztscale stub for zaurus media.Theo de Raadt
2014-01-09Similar to attach-session, make switch-client -t accept a window andNicholas Marriott
pane. From Johannes Jakobsson.
2014-01-09Allow attach-session -t to accept a window and pane to select them onNicholas Marriott
attach. Based on a diff from J Raynor.
2014-01-09Three 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-09Style and comment fixes from Tiago Cunha.Nicholas Marriott
2014-01-09Simplify args_set, from Tiago Cunha.Nicholas Marriott
2014-01-09Remove unnecessary calls to va_start/va_end, from Tiago Cunha.Nicholas Marriott
2014-01-09Fix 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 (prependMarc Espie
"reportedly" to make tedu happy :) )
2014-01-09@signer makes sense only for signify, so move it there.Marc Espie
2014-01-09simplify a bit: pass the first SIGNER for @signer.Marc Espie
2014-01-09document SIGNERMarc Espie
2014-01-09switch 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-09tweak signing yet again. Have pkg_create automatically add signingMarc 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-09bzero/bcmp -> memset/memcmp. ok matthewTed Unangst
2014-01-09tiny tweak to asm. prefer memcpy and memmove, with bcopy wrapperTed Unangst
ok guenther
2014-01-09Switch to string copy rather than memcpy so we stop past '\0' andMartynas Venckus
don't copy over the garbage from the source buffer (like, leaking the canary). OK millert@.
2014-01-09Use destination bound rather than the source bound for out_line andMartynas Venckus
out_name. OK millert@.
2014-01-09When formating the time for "ls -l"-style output, show dates in the futurePhilip 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-09Symlinks are displayed with '->', not '=>'Philip Guenther
2014-01-09Update pax -v format to match "ls -l": display the year for datesPhilip 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-09Per POSIX, times in the future should be reported with the yearPhilip 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-08Fix the tests for the pf divert state and socket reuse.Alexander Bluhm