summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2008-02-29no , at end of enum; tobiasu@tmux.orgTheo de Raadt
2008-02-29replacement algorithm. initialize a 64K-short buffer using DurstenfeldTheo de Raadt
2008-02-27Unbreak parser by initializing topfile correctly.Marco Pfatschbacher
2008-02-27Unbreak parser by initializing topfile correctly.Marco Pfatschbacher
2008-02-27Have popfile() also close the main config file,Marco Pfatschbacher
2008-02-26Fix memory leak in the parser. Found by Matthew Dempsky but using the moreClaudio Jeker
2008-02-26Ignore and drop path attributes with a type code of 0 instead of sending anClaudio Jeker
2008-02-26Don't pass quick when tagging, so the tag can be used outsideHenning Brauer
2008-02-26Have popfile() also close the main config file,Marco Pfatschbacher
2008-02-26Allow a range of baud rates in a manner similiar to tip/cu,Jonathan Gray
2008-02-25uninitialized variable needs zero'ing, ok kettenisTheo de Raadt
2008-02-25document the basic algorithms used by pkg*.Marc Espie
2008-02-24Add missing space when printing ext. communities.Claudio Jeker
2008-02-24taht -> thatMarc Balmer
2008-02-24fix a type, taht -> that.Marc Balmer
2008-02-23correct pathnames reported; pr#5742Theo de Raadt
2008-02-22Allow multiple NUL characters within string-valued properties (but add anMark Kettenis
2008-02-22remove comma from type list, add missing semicolon for consistencySimon Bertrang
2008-02-20set globalnl to vnodenl in filemode() so we access the rightThordur I. Bjornsson
2008-02-16sort flags in both synopsis and usageIgor Sobrado
2008-02-14backout the change to make arp(8) default to -an;Thordur I. Bjornsson
2008-02-14Add authpf-noip, which allows multiple users to connect from a single IP;Ryan Thomas McBride
2008-02-13bump copyrightReyk Floeter
2008-02-13no need to set values after bcopying the complete structReyk Floeter
2008-02-13stylistic change: move code to add protonodes from the BNF intoReyk Floeter
2008-02-11tweak previous;Jason McIntyre
2008-02-11Correct the output of several error and debug messages.Esben Norby
2008-02-11Correct the output of several error and debug messages.Esben Norby
2008-02-11log_debug error messages report incorrect function namesEsben Norby
2008-02-11unbreak the dns protocol handler, closes pr 5717Reyk Floeter
2008-02-11Marry relayd with snmpd using new "send trap" option: Request to sendReyk Floeter
2008-02-11bump Mdocdate for pages committed in "febuary", necessary becauseJason McIntyre
2008-02-09fix a memleak in the snmp engine and the ber i/o; free the dynamicallyReyk Floeter
2008-02-08use correct variable for COUNTER64Reyk Floeter
2008-02-08fix Mdocdate.Jason McIntyre
2008-02-08adjust this page a little more, now that -an is the default;Jason McIntyre
2008-02-07Oops. Better diff to enable -an by default without breakingThordur I. Bjornsson
2008-02-07make arp(8) default to -na when called with no arguments;Thordur I. Bjornsson
2008-02-07add a imsg which allows to "lock" the control connection, theReyk Floeter
2008-02-07spacingReyk Floeter
2008-02-07add IPv6 root serversJakob Schlyter
2008-02-06Fix FETCH_CMD and don't hardcode ftp(1) but use OpenBSD::Paths->ftp().Bernd Ahlers
2008-02-05Fix a debug printf. After the session members got a se_ prefix this oneThordur I. Bjornsson
2008-02-04specify that MakeWhatis and pkg-config fall outside the scope of this documentMarc Espie
2008-02-04Replace bogus lowercase n in 'DESCRIPTIOn'Landry Breuil
2008-02-04typos and whitespaceMarc Espie
2008-02-04a somewhat long introduction to how the package tools really work,Marc Espie
2008-02-04Move some prototypes from relay.c to relayd.h and remove there externsThordur I. Bjornsson
2008-02-04Move the declaration of DPRINTF from relay.c too relayd.h so it can beThordur I. Bjornsson
2008-02-04declare se_relay as pointer to a struct relay not as a void pointer;Thordur I. Bjornsson