summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2014-07-21Switch from <sys/endian.h> or <machine/endian.h> to the new,Philip Guenther
2014-07-20Fixed typo in error message.Tobias Stoeckmann
2014-07-20Fix tcpdump(8) display of logical link control data in IEEE802 frames.Stefan Sperling
2014-07-20Fix auto-upgradable files detection.Antoine Jacoutot
2014-07-20Make sure the correct errno is reported by warn* or err* and notPhilip Guenther
2014-07-19actually use the cve match_location correctly.Marc Espie
2014-07-18fix sorted outputMarc Espie
2014-07-18Fix privsep.c. Call missing imsg_free() after imsg_get(). Also addYASUOKA Masahiko
2014-07-18Cleanups:Antoine Jacoutot
2014-07-17Move comment about strcasecmp() to a more suitable spot.Stefan Sperling
2014-07-17Fix typo in example httpd config which caused error on startup.Stefan Sperling
2014-07-16zap trailing newlines; "go for it" deraadtOkan Demirmen
2014-07-16Implement file descriptor accounting. The concept was taken fromReyk Floeter
2014-07-16lynx will go to ports. there are too many reasons for it to go there,Theo de Raadt
2014-07-15typoAntoine Jacoutot
2014-07-15don't diplay the full path in error messagesReyk Floeter
2014-07-15/var/db/sysmerge -> /usr/share/sysmergeAntoine Jacoutot
2014-07-14Track Connection: Keep-AliveReyk Floeter
2014-07-14unhardcode db paths.Marc Espie
2014-07-14Create a socketpair() and tie one end to /dev/klog using ioctl LIOCSFD.Theo de Raadt
2014-07-14first step towards keep-alive/persistent connections supportReyk Floeter
2014-07-14When a connection was spliced in one direction and in copy mode inAlexander Bluhm
2014-07-13Use lerrx instead of errx since the logging subsystem is already initialized.Claudio Jeker
2014-07-13Some functions need to dup() before sending a socket by imsg and don'tYASUOKA Masahiko
2014-07-13remove all crypt choices other than bcrypt. ok afresh1 deraadtTed Unangst
2014-07-13Use errx() after getpwnam() failure since errno may not be set.Claudio Jeker
2014-07-13bye bye src url. Never amounted to much, we went another road a while agoMarc Espie
2014-07-13bundling base + packages was slow, as it needed to find lots of files.Marc Espie
2014-07-13Set KERN_PROC_NOBROADCASTKILL so that iscsid is not killed by initClaudio Jeker
2014-07-13When the three possible return values are -1, 0, and 1, != 1 is the sameKenneth R Westerback
2014-07-13tedu setlist support, superseded by the new locate dbs.Marc Espie
2014-07-13stuff no longer needed, now that base/x release install its own locate dbsMarc Espie
2014-07-13Remove a debug messageReyk Floeter
2014-07-13Since the event(s) passed to a callback can be a mask of all eventsKenneth R Westerback
2014-07-13Sync file to be identical in relayd(8) and httpd(8).Reyk Floeter
2014-07-13Finish writing the output before closing the connectionReyk Floeter
2014-07-13Close the connection after the response is completed (no Keepalive yet).Reyk Floeter
2014-07-13Add support for media types (aka. MIME types): the types section isReyk Floeter
2014-07-13Close connection/remove event handler when msgbuf_write() hits anKenneth R Westerback
2014-07-13Make error messages more obvious to the user.Bob Beck
2014-07-13Also ignore examplessum.Antoine Jacoutot
2014-07-13improve log output for relays. adjust regress testsSebastian Benoit
2014-07-13repair matching of headers, add regress test for this errorSebastian Benoit
2014-07-12Use Comic Sans (or Chalkboard) as the default font for HTTP errorReyk Floeter
2014-07-12Add httpd(8), an attempt to turn the relayd(8) codebase into a simpleReyk Floeter
2014-07-12don't check_security on newer *after* making sure the set doesn't haveMarc Espie
2014-07-12egsum -> examplessumAntoine Jacoutot
2014-07-12zap trailing whitespace;Jason McIntyre
2014-07-12Close connections when msgbuf_write() returns 0.Kenneth R Westerback
2014-07-12Fix a potential bug. privsep.c didn't check the interface nameYASUOKA Masahiko