summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2014-12-06Verify that facility and priority numbers are in valid ranges.Tobias Stoeckmann
2014-12-05enable warningsFlorian Obser
2014-12-05Bail out if the buffer is too small to contain the length of aFlorian Obser
2014-12-05dead stores; pointed out by llvm scan-build; no binary changeFlorian Obser
2014-12-05pause shadows global; pointed out by gcc; no binary changeFlorian Obser
2014-12-05mode is unused; pointed out by gcc; no binary changeFlorian Obser
2014-12-05declare lerr and lerrx __dead; unconfuses llvm scan-buildFlorian Obser
2014-12-04replace an overlapping memcpy with memmove, ok deraadt teduStuart Henderson
2014-12-04stop viral header propagation. none of this code uses sys/hash.hTed Unangst
2014-12-03zap extra parameter that my first read missed, because that one is constant.Marc Espie
2014-12-03rtsol is goneFlorian Obser
2014-12-03Unhook rtsol(8) and rtsold(8) from the build.Florian Obser
2014-12-03Fix off by one in check for socket path too long. From Nicolas Bedos.Todd C. Miller
2014-12-03Restore packetp and snapend pointers once we're done with an incorrectlyMike Belopuhov
2014-12-03Fixup a crash found by jsg using the AFL fuzzer. IP and IPv6 printingMike Belopuhov
2014-12-02zap extra parenthesis after recent rewriteMarc Espie
2014-12-01use reallocarray() deep inside an macro ugly as sinTheo de Raadt
2014-11-30much simpler checks, always enforce root/bin (or root/wheel for symlinks)Marc Espie
2014-11-30interactive/progressmeter clean-upMarc Espie
2014-11-30much cleaner way to handle progress meter wipes: have state methods thatMarc Espie
2014-11-30get rid of some of the unadorned printfsMarc Espie
2014-11-30missed some.Marc Espie
2014-11-30forgot to take that out...Marc Espie
2014-11-30In mopFileRead(), make sure to never increment e_cursec beyond e_nsec, soMiod Vallat
2014-11-30clear progress meter before asking questionsMarc Espie
2014-11-30Remove passing an override of INSTALL_PROGRAM to theBrad Smith
2014-11-29simplify the interactive code into its own little object with simplerMarc Espie
2014-11-29The startup script is /etc/rc.d/nsdTodd C. Miller
2014-11-27default for interactive should match non-interactive.Marc Espie
2014-11-27Fix typos in comments.Tobias Stoeckmann
2014-11-26Prefer setvbuf() to setlinebuf() for portability; ok deraadt@Todd C. Miller
2014-11-26Drop sysmerge.log ; it used to be handy for batch mode but now theAntoine Jacoutot
2014-11-25evbuffer_read and evbuffer_write are wrappers around read and write,David Gwynne
2014-11-25minor clean-up: the stuff not to display is tied to the set, so make theMarc Espie
2014-11-25use correct divisor when converting microseconds to 100ths of a secondBret Lambert
2014-11-24remove a surplus break statementJonathan Gray
2014-11-23some third-party applications generate malformed headers which we can stillGilles Chehade
2014-11-23TargetPortalGroupTag is a binary 16-bit value so 0 is allowed.Claudio Jeker
2014-11-23Change the error handling a bit to ensure we do not double free the taskClaudio Jeker
2014-11-23Clear the work in progress PDU before calling the task handler.Claudio Jeker
2014-11-23<sys/buf.h> isn't actually needed herePhilip Guenther
2014-11-22oops, left an old line...Theo de Raadt
2014-11-22/dev/random has created the same effect as /dev/arandom (and /dev/urandom)Theo de Raadt
2014-11-22use size_t where appropriate. ok deraadt reykTed Unangst
2014-11-21white space begoneTheo de Raadt
2014-11-21a long time ago, DISPLAY and UNDISPLAY required special treatment, as theyMarc Espie
2014-11-20big trim-down of MESSAGE/UNMESSAGE: just match checksums between new packagesMarc Espie
2014-11-20Yet more #include de-duplication.Kenneth R Westerback
2014-11-20avoid some warning message, normal dirs don't have any log info registeredMarc Espie
2014-11-20theo's right. use random_name for truely random stuff.Marc Espie