summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2016-02-02use stat(2) instead of chdir(2) to check if given the directory is valid.Gleydson Soares
2016-02-02Implement ldapctl -r datadir; ok sthen@ landry@Jeremie Courreges-Anglas
2016-02-02Uppecase.Antoine Jacoutot
2016-02-02Check imsg data size before use.Sunil Nimmagadda
2016-02-01some -r fixes;Jason McIntyre
2016-02-01Add -r argument to ldapd, to specify an alternative directory toLandry Breuil
2016-02-01No need for SRCS, identd.c is deduced from PROG and make(1) rules.Jeremie Courreges-Anglas
2016-02-01Make tcpdump show 802.11 QoS frames properly.Stefan Sperling
2016-01-30Actually order matters; I missed it when reviewing previous.Antoine Jacoutot
2016-01-30Explain how to run multiple copies of the same daemon;Ingo Schwarze
2016-01-30redo sthen's idea deeper in pkg_add, so that *every* url can be abbreviatedMarc Espie
2016-01-29whitespace fixes; ok ajacoutotJason McIntyre
2016-01-29Remove code that has been disabled for almost 20 years:tb
2016-01-29Use apmd instead of ntpd in the example since the later is on by default.Antoine Jacoutot
2016-01-29remove unused fieldEric Faurot
2016-01-29Simplify code: hasrun is confusing and useless. There is no wayEric Faurot
2016-01-29Remove the query queueing mechanism. It's useless since pipelining isEric Faurot
2016-01-29Fix err.h uses, reporting errno when available and simplifying errormmcc
2016-01-28Correct bit flag tests to work as intended.Jonathan Gray
2016-01-28Simplify the query-chain code now that events are sent through a dedicated loop.Eric Faurot
2016-01-27Fix typo in comment. From Chris Bennett, thanks!tb
2016-01-27Don't attempt to kill() the constraint in the wrong process. TheReyk Floeter
2016-01-27update ntpd log initialization to work like relayd, fix debug log levelsBrent Cook
2016-01-27Allow pkg.conf's installpath to be set to a bare hostname (no /), whichStuart Henderson
2016-01-27- sort optionsJason McIntyre
2016-01-27appease mandoc lint, no difference in outputJasper Lievisse Adriaanse
2016-01-27Check imsg data length before use.Sunil Nimmagadda
2016-01-27Use "VIS_SAFE | VIS_CSTYLE" instead of "VIS_OCTAL" as the value canReyk Floeter
2016-01-27Add hostctl(8), a tool to access key-value stores on the host,Reyk Floeter
2016-01-27send events to filters in a simple loop, rather than using theEric Faurot
2016-01-26typosmmcc
2016-01-26Use an unsigned int rather than an int when iterating through all 32mmcc
2016-01-26lseek() + write() can be replaced by a slightly shorter ftruncate()Reyk Floeter
2016-01-26The division "res->size /= 1024 / 1024" is a no-op: 1024 / 1024 isReyk Floeter
2016-01-25remove pointless log message; As a bonus avoid trigraph '??'Gleydson Soares
2016-01-25(hidden) is more readable than (??????) and avoid trigraphGleydson Soares
2016-01-25avoid a potential double freeJonathan Gray
2016-01-25No need to declare main().Jeremie Courreges-Anglas
2016-01-25malloc+memset -> callocJeremie Courreges-Anglas
2016-01-25Redundant assignement is redundant.Jeremie Courreges-Anglas
2016-01-24Check all daemons in "faulty", not just the base ones.Antoine Jacoutot
2016-01-24Set argument encode / result decode callbacks for 'all'.Matthieu Herrb
2016-01-24Set argument encode / result decode call backs for 'maplist'.Matthieu Herrb
2016-01-24Implement the 'master' request. ok jmatthew@Matthieu Herrb
2016-01-22in lka process, revoke proc/exec pledges after privsep-ed table backendsGilles Chehade
2016-01-22add a log_warn() so that when smtpd fails to start due to a problem readingGilles Chehade
2016-01-21another round of tiny wording tweaks and unificationsJoerg Jung
2016-01-19Backport r3602 | wouter | 2016-01-19 15:37:54 +0000 (Tue, 19 Jan 2016) | 3 linesStuart Henderson
2016-01-19minor tweaks: remove comma, remove superflous plural s, add the word "file"Joerg Jung
2016-01-18minor tweaks: add single quote to @ char, add .Ic markup to forward-only,Joerg Jung