summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2016-05-22makes sure the value of the asprintf buffer is zeroed on errorJoerg Jung
2016-05-22fix unbalanced va_start and va_end macrosJoerg Jung
2016-05-22start work on improving the log format, this is work in progress but it'llGilles Chehade
2016-05-22use temporary variables to store some struct tm values, no functionalGilles Chehade
2016-05-21Build on armv7.Mark Kettenis
2016-05-21replace hardcoded '+' with TAG_CHAR defineGilles Chehade
2016-05-21Byteswap 32-bit "cells" on little-endian platforms before printing them.Mark Kettenis
2016-05-21Zero op_name when we start enumerating properties such that we don't riskMark Kettenis
2016-05-21Harden TLS for ntpd constraints - stop disabling server name verification,Joel Sing
2016-05-20Restore support for 'instbin program args...'Philip Guenther
2016-05-19table formats are described in table(5) not makemap(8)Gilles Chehade
2016-05-17remove pam and shadow code that's not used. ok deraadt jcaTed Unangst
2016-05-17Repair some file descriptor leaks.Theo de Raadt
2016-05-16No need to store the return value of fcntl(fd, F_SETFL, flags).Todd C. Miller
2016-05-16fix logic in error code path of smtp state machine that can lead to anGilles Chehade
2016-05-16replace hardcoded + with TAG_CHARGilles Chehade
2016-05-15set glitch correctlyMarc Espie
2016-05-14use twice the same code for prepare_long and verify_modes so that it can'tMarc Espie
2016-05-14Be gone /var/sysmerge/examplessum.Antoine Jacoutot
2016-05-14Remove handling of /etc/examples/ files by sysmerge(8). Getting regular messagesAntoine Jacoutot
2016-05-14ftp:// -> http:// for main ftp site example.T.J. Townsend
2016-05-13add a stub log for signify, problem noticed by teduMarc Espie
2016-05-13fix logging.Ted Unangst
2016-05-12Disable EIGRPv6 on an interface when it loses its link-local address.Renato Westphal
2016-05-12Improve support for config reloading.Renato Westphal
2016-05-11remove hppa64 port, which we never got going beyond broken single users.Theo de Raadt
2016-05-11mention ca option in listen directiveJoerg Jung
2016-05-10go deeper in Term::ReadKey, we don't need smart guesses.Marc Espie
2016-05-10move some argument checking from vmmaction() to start_vm()Mike Larkin
2016-05-10typo in commentMike Larkin
2016-05-09in the http redirect example, also include the requested url insteadT.J. Townsend
2016-05-09need to use shadow passwd function here, reminded by sthenTed Unangst
2016-05-09prepare for API tweaks of OpenBSD::MkTempMarc Espie
2016-05-09stop depending on *.phMarc Espie
2016-05-09remove mention of dbm(3) and surrounding cruft; ok jmc@Christian Weisgerber
2016-05-08The "loop detected" message should not print the errno string.Todd C. Miller
2016-05-08allow root files to be root-writable.Marc Espie
2016-05-08Use /dev/bpf0 instead of /dev/bpf (without loop though), as suggested byMartin Natano
2016-05-07Print RA Route Information prefix, preference and lifetime.Jeremie Courreges-Anglas
2016-05-07Replace .Po/.Pc with .Pq, and drop extra .Li; suggested by jmc@Jeremie Courreges-Anglas
2016-05-07Document that both raflags and rtflags can hold route preference flags.Jeremie Courreges-Anglas
2016-05-06In verbose mode, print the router preference contained in RAs.Jeremie Courreges-Anglas
2016-05-06Unconfuse things by renaming variables to match their contents.Joel Sing
2016-05-05Fix a pasto; from Michal Mazurek <akfaew at jasminek dot net>.Ingo Schwarze
2016-05-03Fix regression on usermod/userdel by calling getpwnam_shadow(3) and savingRicardo Mestre
2016-05-03listen directive may use a table for authentication, to make this work theJoerg Jung
2016-05-03Move to /dev/bpf; ok lteoMartin Natano
2016-05-02Kill useless CPPFLAGSJeremie Courreges-Anglas
2016-05-02When writing master.password entries, use %lld for time_t and castTodd C. Miller
2016-05-02prepare userland for removing chroot(2) from allowed syscalls under pledge(2).Sebastien Marie