openbsd
2014-01-10 espieby popular demand, remove excessive paranoia
2014-01-10 espiesignify silent by default, don't bother working around...
2014-01-10 tedureplace the rest of the obsolete radix macros
2014-01-10 jsingMake this work on hppa.
2014-01-10 deraadtbe a bit more careful
2014-01-10 jsingDo not include MD assembly code in a sys regress test...
2014-01-10 sobradoUsing random-id is recommended in combination with...
2014-01-10 sthenrevert previous; height is never changed, but top is...
2014-01-10 deraadtremove md5 after installing it (with the links to the...
2014-01-10 jmcno Pp before or after Sh;
2014-01-10 bradFix a bug found in ping6 when rebuilding with stack...
2014-01-10 djmthe /etc/ssh/ssh_host_ed25519_key is loaded by default too
2014-01-10 teduthe -c option is really a mode change, incompatible...
2014-01-10 guentherddpcb and unixsw symbols are no longer used with kvm_read
2014-01-10 guentherCopy changes from ls -l to find -ls: print future times...
2014-01-10 teduquiet time. printing verified was an artifact of develo...
2014-01-10 teduuse a single positional argument instead of a creeping...
2014-01-10 tedua little more consistent with names, notably call signa...
2014-01-10 tedubase64.c workaround keeps sneaking back in
2014-01-10 deraadtprovide a small (very very) practical example for using...
2014-01-10 deraadtchange the listing of the options, because there is...
2014-01-10 teduat least for now, we're going to need some -Inspector...
2014-01-10 lteoCheck the return values of the strdup() calls.
2014-01-10 deraadtbe forceful with removing the SHA256 file
2014-01-10 deraadta new key. Once again, this is still testing time.
2014-01-10 krwYet another annoyingly long line.
2014-01-10 krwskip_to_semi() is gilding the lily when the next statem...
2014-01-10 krwKNF (UNF?). Split annoying long line.
2014-01-10 bluhmLet "ddb show mbuf" print all mbuf fields in a consiste...
2014-01-09 djmban clients/servers that suffer from SSH_BUG_DERIVEKEY...
2014-01-09 djmIntroduce digest API and use it to perform all hashing...
2014-01-09 millertRemove useless variable "height" in function traverse...
2014-01-09 tedureplace Bcopy macro with memmove and memcpy. ok mpi
2014-01-09 jmcflesh out some details in STANDARDS regarding timespec;
2014-01-09 nicmFix a memory/fd leak reported by Tiago Cunha.
2014-01-09 jmcsync usage();
2014-01-09 bradAdd DHCPv6.
2014-01-09 deraadtsync
2014-01-09 espierevert to O_EXCL for generating keys, so we don't erase...
2014-01-09 sthenInstall our third key. NOTE that this is a TEST KEY...
2014-01-09 espiebump copyright to 2014
2014-01-09 deraadtremove the SHA256 file as soon as we start creating...
2014-01-09 miodMention that T5120/T5220 systems require an OBP update...
2014-01-09 espieInstall our second key. NOTE that this is a TEST KEY...
2014-01-09 teduoops
2014-01-09 teduchange O_EXCL to O_TRUNC before deraadt kills me.
2014-01-09 deraadtcopy the relevant key for the release onto the media
2014-01-09 teduupdate for sig comments
2014-01-09 teducopy secret key comment into signature. requested by...
2014-01-09 deraadtsync
2014-01-09 deraadtinstall signify keys
2014-01-09 deraadtInstall our first key. NOTE that this is a TEST KEY...
2014-01-09 espieif we're re-signing, check old sig first. shouldn't...
2014-01-09 espiewith the intermediate gunzip gone, this is a simple...
2014-01-09 deraadtoops, re-adapt for the install media
2014-01-09 tedutest signing too
2014-01-09 tedusignify subdir
2014-01-09 teduregress signify
2014-01-09 deraadtramdisks need a /etc/signify directory
2014-01-09 tedu-e embedded signatures. ok deraadt
2014-01-09 deraadtwe need to build a ztscale stub for zaurus media.
2014-01-09 nicmSimilar to attach-session, make switch-client -t accept...
2014-01-09 nicmAllow attach-session -t to accept a window and pane...
2014-01-09 nicmThree small changes from Tiago Cunha:
2014-01-09 nicmStyle and comment fixes from Tiago Cunha.
2014-01-09 nicmSimplify args_set, from Tiago Cunha.
2014-01-09 nicmRemove unnecessary calls to va_start/va_end, from Tiago...
2014-01-09 mpiFix the burner method, here the cookie is a pointer...
2014-01-09 espie-C was useless with signify, report @signer identity...
2014-01-09 espie@signer makes sense only for signify, so move it there.
2014-01-09 espiesimplify a bit: pass the first SIGNER for @signer.
2014-01-09 espiedocument SIGNER
2014-01-09 espieswitch to internal gzip/gunzip.
2014-01-09 espietweak signing yet again. Have pkg_create automatically...
2014-01-09 tedubzero/bcmp -> memset/memcmp. ok matthew
2014-01-09 tedutiny tweak to asm. prefer memcpy and memmove, with...
2014-01-09 martynasSwitch to string copy rather than memcpy so we stop...
2014-01-09 martynasUse destination bound rather than the source bound...
2014-01-09 guentherWhen formating the time for "ls -l"-style output, show...
2014-01-09 guentherSymlinks are displayed with '->', not '=>'
2014-01-09 guentherUpdate pax -v format to match "ls -l": display the...
2014-01-09 guentherPer POSIX, times in the future should be reported with...
2014-01-08 bluhmFix the tests for the pf divert state and socket reuse.
2014-01-08 bluhmSet socket buffer size to fixed value of 100000 octets...
2014-01-08 millertWe still need to cast the resulting pointer in NEW...
2014-01-08 millertAdd casts to unsigned char for ctype functions and...
2014-01-08 bradregen
2014-01-08 bradUse the same naming scheme on both sides for the Attans...
2014-01-08 bluhmName the local variables for struct ifaddr consistently...
2014-01-08 millertUse calloc() instead of malloc() + memset. Based on...
2014-01-08 millertMake allocate() take size_t and return void *. This...
2014-01-08 bluhmFix typo recieve -> receive.
2014-01-08 deraadtTake restore off the floppy media for now. Sorry.
2014-01-08 deraadtSwitch to using the base sha256 command, rather than...
2014-01-08 deraadtsync
2014-01-08 deraadtcreate the /etc/signify directory
2014-01-08 millertRemove CALLOC, MALLOC, FREE and REALLOC macros and...
2014-01-08 jcsregen
2014-01-08 jcsadd a bunch of newer apple wellspring keyboard/trackpad ids
2014-01-08 jcaIf the file size is zero, there's nothing to transmit...
next