Age | Commit message (Expand) | Author |
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 |
2014-01-09 | -C was useless with signify, report @signer identity instead (prepend | Marc Espie |
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 |
2014-01-09 | tweak signing yet again. Have pkg_create automatically add signing | Marc Espie |
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 |
2014-01-09 | Switch to string copy rather than memcpy so we stop past '\0' and | Martynas Venckus |
2014-01-09 | Use destination bound rather than the source bound for out_line and | Martynas Venckus |
2014-01-09 | When formating the time for "ls -l"-style output, show dates in the future | Philip Guenther |
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 |
2014-01-09 | Per POSIX, times in the future should be reported with the year | Philip Guenther |
2014-01-08 | Fix the tests for the pf divert state and socket reuse. | Alexander Bluhm |
2014-01-08 | Set socket buffer size to fixed value of 100000 octets. This | Alexander Bluhm |
2014-01-08 | We still need to cast the resulting pointer in NEW and NEW2 as it | Todd C. Miller |
2014-01-08 | Add casts to unsigned char for ctype functions and other places | Todd C. Miller |
2014-01-08 | regen | Brad Smith |
2014-01-08 | Use the same naming scheme on both sides for the Attansic entries and | Brad Smith |
2014-01-08 | Name the local variables for struct ifaddr consistently "ifa". | Alexander Bluhm |
2014-01-08 | Use calloc() instead of malloc() + memset. Based on a diff from | Todd C. Miller |
2014-01-08 | Make allocate() take size_t and return void *. This lets us drop | Todd C. Miller |
2014-01-08 | Fix typo recieve -> receive. | Alexander Bluhm |
2014-01-08 | Take restore off the floppy media for now. Sorry. | Theo de Raadt |
2014-01-08 | Switch to using the base sha256 command, rather than some customized | Theo de Raadt |
2014-01-08 | sync | Theo de Raadt |
2014-01-08 | create the /etc/signify directory | Theo de Raadt |
2014-01-08 | Remove CALLOC, MALLOC, FREE and REALLOC macros and just call calloc(), | Todd C. Miller |
2014-01-08 | regen | joshua stein |
2014-01-08 | add a bunch of newer apple wellspring keyboard/trackpad ids | joshua stein |
2014-01-08 | If the file size is zero, there's nothing to transmit so avoid spamming | Jeremie Courreges-Anglas |
2014-01-08 | Be sure to have pmap_extract() return FALSE for existing, but non-valid user | Miod Vallat |
2014-01-08 | Fix wrapping of usage message for cksum. | Todd C. Miller |
2014-01-08 | flesh out STANDARDS somewhat; help/ok sobrado | Jason McIntyre |
2014-01-08 | err() not errx() when fopen fails. | Todd C. Miller |
2014-01-08 | zap trailing whitespace; | Jason McIntyre |
2014-01-08 | Remove NHASHES, it is not needed and is incompatible with #ifdef SMALL. | Todd C. Miller |
2014-01-08 | sort options; | Jason McIntyre |
2014-01-08 | Remove pmode, fix hfile open mode, check return value when writing | Todd C. Miller |
2014-01-08 | ctype cleanup; ok gilles | Theo de Raadt |
2014-01-08 | enter md5 directory | Theo de Raadt |
2014-01-08 | Build a -DSMALL verison of md5 for the install media (will be installed | Theo de Raadt |
2014-01-08 | Add -DSMALL support to kill a lot of the unncecessary hashes and checksums | Theo de Raadt |
2014-01-08 | Add support for -h hashfile. This is very useful with with -p, in a pipeline, | Theo de Raadt |
2014-01-08 | unsigned char for ctype. ok deraadt | Okan Demirmen |
2014-01-08 | fix logic/usage in VERIFYONLY case | Marc Espie |
2014-01-08 | Delete struct definitions that have been obsolete for a dozen years | Philip Guenther |