summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-01-09-C was useless with signify, report @signer identity instead (prependMarc Espie
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
2014-01-09tweak signing yet again. Have pkg_create automatically add signingMarc Espie
2014-01-09bzero/bcmp -> memset/memcmp. ok matthewTed Unangst
2014-01-09tiny tweak to asm. prefer memcpy and memmove, with bcopy wrapperTed Unangst
2014-01-09Switch to string copy rather than memcpy so we stop past '\0' andMartynas Venckus
2014-01-09Use destination bound rather than the source bound for out_line andMartynas Venckus
2014-01-09When formating the time for "ls -l"-style output, show dates in the futurePhilip Guenther
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
2014-01-09Per POSIX, times in the future should be reported with the yearPhilip Guenther
2014-01-08Fix the tests for the pf divert state and socket reuse.Alexander Bluhm
2014-01-08Set socket buffer size to fixed value of 100000 octets. ThisAlexander Bluhm
2014-01-08We still need to cast the resulting pointer in NEW and NEW2 as itTodd C. Miller
2014-01-08Add casts to unsigned char for ctype functions and other placesTodd C. Miller
2014-01-08regenBrad Smith
2014-01-08Use the same naming scheme on both sides for the Attansic entries andBrad Smith
2014-01-08Name the local variables for struct ifaddr consistently "ifa".Alexander Bluhm
2014-01-08Use calloc() instead of malloc() + memset. Based on a diff fromTodd C. Miller
2014-01-08Make allocate() take size_t and return void *. This lets us dropTodd C. Miller
2014-01-08Fix typo recieve -> receive.Alexander Bluhm
2014-01-08Take restore off the floppy media for now. Sorry.Theo de Raadt
2014-01-08Switch to using the base sha256 command, rather than some customizedTheo de Raadt
2014-01-08syncTheo de Raadt
2014-01-08create the /etc/signify directoryTheo de Raadt
2014-01-08Remove CALLOC, MALLOC, FREE and REALLOC macros and just call calloc(),Todd C. Miller
2014-01-08regenjoshua stein
2014-01-08add a bunch of newer apple wellspring keyboard/trackpad idsjoshua stein
2014-01-08If the file size is zero, there's nothing to transmit so avoid spammingJeremie Courreges-Anglas
2014-01-08Be sure to have pmap_extract() return FALSE for existing, but non-valid userMiod Vallat
2014-01-08Fix wrapping of usage message for cksum.Todd C. Miller
2014-01-08flesh out STANDARDS somewhat; help/ok sobradoJason McIntyre
2014-01-08err() not errx() when fopen fails.Todd C. Miller
2014-01-08zap trailing whitespace;Jason McIntyre
2014-01-08Remove NHASHES, it is not needed and is incompatible with #ifdef SMALL.Todd C. Miller
2014-01-08sort options;Jason McIntyre
2014-01-08Remove pmode, fix hfile open mode, check return value when writingTodd C. Miller
2014-01-08ctype cleanup; ok gillesTheo de Raadt
2014-01-08enter md5 directoryTheo de Raadt
2014-01-08Build a -DSMALL verison of md5 for the install media (will be installedTheo de Raadt
2014-01-08Add -DSMALL support to kill a lot of the unncecessary hashes and checksumsTheo de Raadt
2014-01-08Add support for -h hashfile. This is very useful with with -p, in a pipeline,Theo de Raadt
2014-01-08unsigned char for ctype. ok deraadtOkan Demirmen
2014-01-08fix logic/usage in VERIFYONLY caseMarc Espie
2014-01-08Delete struct definitions that have been obsolete for a dozen yearsPhilip Guenther