summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2004-09-15need buf_free() to free buf, free() is not good enoughHenning Brauer
2004-09-15imsg framework cleanup:Henning Brauer
2004-09-15malloc the imsg buffers instead of having them statically, suggested byHenning Brauer
2004-09-15Support for -Dvar=value in pkg_create:Marc Espie
2004-09-15new getopt module, that allows for option-specific processing, so thatMarc Espie
2004-09-15if (signalflag) { dowork(); signalflag = 0; } is a race. First clear flag,Otto Moerbeek
2004-09-15minor KNF, Moritz Jodeit <moritz@jodeit.org>Henning Brauer
2004-09-15shell keyword...Marc Espie
2004-09-15if (signalflag) { dowork(); signalflag = 0; } is a race. First clear flag,Otto Moerbeek
2004-09-15Use less stack, as allowed by the new ABI.Miod Vallat
2004-09-15string.h for memcpyJolan Luff
2004-09-15KNFHenning Brauer
2004-09-15don't refuse packets with stratum=0, they are fineHenning Brauer
2004-09-15kill another unused function and two debugging printfsHenning Brauer
2004-09-15remove the unused variable/macro code, ok theoHenning Brauer
2004-09-15unused variables, theoHenning Brauer
2004-09-15missing include, from theoHenning Brauer
2004-09-15remove buf_write(), not used in ntpd. found by theoHenning Brauer
2004-09-14portable code should not use that gcc __func__ specific junk when it is not n...Theo de Raadt
2004-09-14size_t vs ssize_t confusionTheo de Raadt
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-09-14gccisms are bad, including __func__Henning Brauer
2004-09-14add support for info directories.Marc Espie
2004-09-14better wording for documentation.Marc Espie
2004-09-14use System or Vsystem everywhere.Marc Espie
2004-09-14better reporting of conflicts, suggested by naddy@Marc Espie
2004-09-14report issues while installing configuration files.Marc Espie
2004-09-14use chown/chmod system calls directly where possible.Marc Espie
2004-09-14basic error wrapper for system and such.Marc Espie
2004-09-14use IdCache.Marc Espie
2004-09-14IdCache module, that deals with uid/gid caches.Marc Espie
2004-09-14vnd key is u_char *Theo de Raadt
2004-09-14install mtree.Marc Espie
2004-09-14remove unused variablesTheo de Raadt
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-09-14remove gcc specific extensions, and ARGSUSED where usefulTheo de Raadt
2004-09-14new categories, modules and manual-installation, not active yet.Marc Espie
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-09-14treat ENOBUFS like EAGAIN and try laterHenning Brauer
2004-09-14Handle basic mtree for directory creation.Marc Espie
2004-09-14paranoia: reset query->fd to -1 after close, from canacar some time agoHenning Brauer
2004-09-10mention that the used cipher is Blowfish, from Jonathan Gray, ok tedu@Pedro Martelletto
2004-09-10expand @@ServerRoot@@ variableDavid Krause
2004-09-09correctly track peer count. fixes a memory corruption.Henning Brauer
2004-09-09correctly track peer count. fixes a memory corruption.Henning Brauer
2004-09-09Add missing section heading "DESCRIPTION".Tom Cosgrove
2004-09-09Avoid following a NULL pointer if a hostname lookup fails andTodd C. Miller
2004-09-08security fix:Henning Brauer
2004-09-07ignore ntp_sendmsg()s return value in server_dispatch. could result inHenning Brauer