summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2016-05-02prepare userland for removing chroot(2) from allowed syscalls under pledge(2).Sebastien Marie
2016-05-01unbreak the tree:Theo Buehler
2016-05-01convert ldapd to use the libtls api, bringing in a copy of the evbuffer_tlsJonathan Matthew
2016-04-29In sysmerge interactive mode, check syntax of several important files afterStuart Henderson
2016-04-29fix "smtpctl show queue" reporting "invalid" envelope state.Eric Faurot
2016-04-28When a group contains a non-existent user, make the warningIngo Schwarze
2016-04-28Avoid unusual Content-Type: even in an example;Ingo Schwarze
2016-04-28Include the TLS configuration errors in log messages. Also set theJoel Sing
2016-04-28Plug a couple of leaks of input buffers.Kenneth R Westerback
2016-04-28Comment sm_check_an_eg().Antoine Jacoutot
2016-04-28Simplify TLS configuration handling. Instead of matching by address/port,Joel Sing
2016-04-27sysmerge(8) is the bastard child of ksh and perl, so just call it a "utility".Antoine Jacoutot
2016-04-27Simplify overengineered and buggy code that looked like as if it didIngo Schwarze
2016-04-27Remove pledge(2)'s that are called before chroot(2) since in the near futureRicardo Mestre
2016-04-26It's ok to disable a non-existing daemon.Antoine Jacoutot
2016-04-26Implement daemon_rtable support.Antoine Jacoutot
2016-04-26Add pledge(2) promises independently on each user(8)'s functions as follows:Ricardo Mestre
2016-04-26Tweak output a bit; to be improved probably (sthen@ and I can't think of aAntoine Jacoutot
2016-04-25remove systraceTed Unangst
2016-04-25use setresgid() rather than setegid, all 3 gids can go the same way.Theo de Raadt
2016-04-25make vmctl 'create' usage description match the man pageMike Larkin
2016-04-25prepare for possible pledging. We can't really drop privs if we're notMarc Espie