summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2004-09-18framework to be able to distinguish packages installed manually (and thusMarc Espie
2004-09-18full support for @shell: insert shells into /etc/shells if they'reMarc Espie
2004-09-18document new @shell and @conflict.Marc Espie
2004-09-18new-style conflicts that respect pkgspec.Marc Espie
2004-09-18do not bother overallocating and shrinking the pfd and idx2peer arrays,Henning Brauer
2004-09-17Fix log messageClaudio Jeker
2004-09-17warn for dirrm.Marc Espie
2004-09-16malloc ibuf instead of having it staticallyHenning Brauer
2004-09-16Use inet_ntop() instead of inet_ntoa() in piaddr. This solves a problemClaudio Jeker
2004-09-16nice off_t castTheo de Raadt
2004-09-16avoid aliasing with libc functions; ok henningTheo de Raadt
2004-09-16ftruncate() with ftello() instead of ftell(); ok millertTheo de Raadt
2004-09-16imsg type is really an enum imsg_type and not an intHenning Brauer
2004-09-16when a cloned peer goes back to IDLE state, don't remove him immediatelyHenning Brauer
2004-09-16cope with imsg API changeHenning Brauer
2004-09-16imsg API cleanup:Henning Brauer
2004-09-16print th_seq from truncated tcp headers (e.g. in icmp need-frag)Markus Friedl
2004-09-16add -T tcp to enforce interpretation as TCPMarkus Friedl
2004-09-16nfs v3 support from tcpdump.org/netbsd; tests with pedro, mariusMarkus Friedl
2004-09-16Remove the not initialized fallback_interface code and use the normal bpfClaudio Jeker
2004-09-16various lint. ok millertTheo de Raadt
2004-09-16Add LibraryOnly routine to check on @lib files.Marc Espie
2004-09-16minor KNFHenning Brauer
2004-09-16cope with ENOBUFS in buf_write()Henning Brauer
2004-09-16the "type" param to imsg_compose and imsg_create is really anHenning Brauer
2004-09-16in imsg_compose:Henning Brauer
2004-09-16use imsg_add instead of the lower level buf_add in imsg_create; it alreadyHenning Brauer
2004-09-16ewps...Henning Brauer
2004-09-16malloc the imsg buffers instead of having them staticly, suggested byHenning Brauer
2004-09-15AllowTcpForwarding should be disabled for authpf users;Jason McIntyre
2004-09-15some fixes passed back to arla people;Jason McIntyre
2004-09-15some grammar fixes, and a consistency fix i forgot to commit;Jason McIntyre
2004-09-15- better .NdJason McIntyre
2004-09-15- use some literal indentJason McIntyre
2004-09-15rename local err() function to error()Theo de Raadt
2004-09-15size_t vs ssize_t confusionTheo de Raadt
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