Age | Commit message (Expand) | Author |
2017-04-05 | We can enable many -W compiler warnings now. | Reyk Floeter |
2017-04-05 | Rework the packet.c code for decoding and assembling DHCP messages. | Reyk Floeter |
2017-04-05 | Don't rely on asprintf setting pointer to NULL on failure. | Jeremie Courreges-Anglas |
2017-04-05 | When building counter memory in preparation to copy to userland, always | Theo de Raadt |
2017-04-05 | Add Home and End for copy mode. | Nicholas Marriott |
2017-04-05 | For a non-interactive attempt to pkg_delete a firmware package, print a | Stuart Henderson |
2017-04-05 | Replace logdebug() with generic log_debug() from log.c. Implement | Alexander Bluhm |
2017-04-05 | Try again to resolve problems with mistaking sessions for windows: now | Nicholas Marriott |
2017-04-05 | Give each client a name. This defaults to the tty name as before but | Nicholas Marriott |
2017-04-05 | cfg_file can be static. | Nicholas Marriott |
2017-04-05 | Change tty_repeat_space to write large sets of spaces together instead | Nicholas Marriott |
2017-04-05 | various improvements, from klemens nanni; | Jason McIntyre |
2017-04-05 | - -Z before -z in options list | Jason McIntyre |
2017-04-05 | an annoying whitespace glitch | Theo de Raadt |
2017-04-05 | timeval has trailing padding on powerpc and m88k, so memset it before | Philip Guenther |
2017-04-05 | Here at OpenBSD we change ABIs at the fling of a hat. Just in case a | Theo de Raadt |
2017-04-05 | clear structure on the stack before copying out for sysctl. At present | Theo de Raadt |
2017-04-05 | sync | Theo de Raadt |
2017-04-05 | Allow nc to save the peer certificate and chain in a pem file specified | Bob Beck |
2017-04-05 | Add tls_peer_cert_chain_pem - To retreive the peer certificate and chain | Bob Beck |
2017-04-05 | Internal changes to allow for relayd engine privsep. sends the hash of the | Bob Beck |
2017-04-05 | Do not print a warning if closing the control socket fails. It | Alexander Bluhm |
2017-04-04 | add a config test flag to sasyncd | Jonathan Gray |
2017-04-04 | Also remove non syspatch hidden files/dirs. | Antoine Jacoutot |
2017-04-04 | Do not purge the CONFIG_SERVERS config in the parent. The ticket code uses | Claudio Jeker |
2017-04-04 | struct vfsconf is tightly packed, but let's M_ZERO it in case that ever | Theo de Raadt |
2017-04-04 | Ensure, that during upgrades, the default for the "Location of sets" | Robert Peichaer |
2017-04-04 | The unsigned result cannot be -1, turn it into a signed variable. | Reyk Floeter |
2017-04-04 | constify pc_remote and pc_circuit | Reyk Floeter |
2017-04-04 | Send a RTM_PROPOSAL to clear out other dhclient instances on startup. | Kenneth R Westerback |
2017-04-04 | document comments in table files; help/ok gilles | Jason McIntyre |
2017-04-04 | tweak previous; | Jason McIntyre |
2017-04-04 | Add missing newline in fprintf error message. | Reyk Floeter |
2017-04-04 | Treat SSID's like the 0 to 32 bytes of uint8_t data that they really | Kenneth R Westerback |
2017-04-04 | Cleanup the code further. Get rid of the remaining C++-style comments, | Mark Kettenis |
2017-04-04 | Issue memory barrier before lock release, not after. This ensures | Visa Hankala |
2017-04-04 | add a free() size near microcode loading | Theo de Raadt |
2017-04-04 | Rewrite tohexstr() to use the common idiom of converting a byte | Todd C. Miller |
2017-04-04 | Add 8265 and 3168 support. Both cards need new firmware files which currently | Claudio Jeker |
2017-04-04 | disallow creation (of empty files) in read-only mode; reported by | Damien Miller |
2017-04-04 | cp -p the bootblocks to RELEASEDIR; ok tb | Theo de Raadt |
2017-04-03 | warn format string should be literal. | Frederic Cambus |
2017-04-03 | Change parse_string() to take an optional integer pointer that can | Kenneth R Westerback |
2017-04-03 | Add caveat telling it's better to always read a data byte when passing | Otto Moerbeek |
2017-04-03 | Send and receive 1 byte of data in addition to the control message. This is | Otto Moerbeek |
2017-04-03 | WSDISPLAY_MAXFONTCOUNT macro was introduced in sys/dev/wscons/wsconsio.h | Frederic Cambus |
2017-04-03 | Simplify read_string() to just read the characters between the '"'s. | Kenneth R Westerback |
2017-04-03 | check return from pread, don't divide -1 for count | Ted Unangst |
2017-04-03 | use recallocarray() because the array contains data that can be observed | Theo de Raadt |
2017-04-03 | initialize regmatch_t always, fixes grep -o "" | Ted Unangst |