summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2008-04-20Take failed system calls more serious than LOG_INFO.Rainer Giedat
2008-04-19remove build warnings:Charles Longeau
2008-04-18add filtering on direction; ok mpf@ deraadt@ feedback jmc@Damien Miller
2008-04-16Redo/clarify the logic for storing options in the various buffers.Kenneth R Westerback
2008-04-15- make it clear that hosts.lpd follows the same syntax that hosts.equiv(5)Antoine Jacoutot
2008-04-13Use arc4random_buf() when requesting more than a single word of outputDamien Miller
2008-04-07typo, fix fragmentsMarc Espie
2008-04-07deprecate -c, we've been using -DCOMMENT=value more or less forever by now.Marc Espie
2008-04-07tweak a bit, allow ^ to occur at beginning of variable nameMarc Espie
2008-04-07pretty print the BARsDavid Gwynne
2008-04-07likewise for the hash itselfMarc Espie
2008-04-07I should know better... reuse methods internally as much as I can, toMarc Espie
2008-04-07document OpenBSD::SubstMarc Espie
2008-04-07put Subst stuff into its own library file, to reuse elsewhere.Marc Espie
2008-04-04option 144 is commonly used for tftp-config-file.David Gwynne
2008-04-04document the bug that sasyncd peers should share the sameOtto Moerbeek
2008-03-30.Xr snmpctlMartin Reindl
2008-03-24Make it possible to disable/enable pseudo devices in UKC, config file andMats O Jansson
2008-03-24msg_controllen has to be CMSG_SPACE so that the kernel can account forTheo de Raadt
2008-03-23Done mark a disable of a disabled device as an change (and same with enable).Mats O Jansson
2008-03-23Do not abort walking the tree if a node's contents is too large; allowsMiod Vallat
2008-03-22spaces found reading that diffTheo de Raadt
2008-03-22put in explicit suffix rules, they're needed anyways since $< is only usedMarc Espie
2008-03-22Mention that softreconfig is on by default. From Matthew DempskyClaudio Jeker
2008-03-21better handling of chunked encoding, further fixes after extensive testingReyk Floeter
2008-03-20handle the case that the Content-Length HTTP header may be 0Reyk Floeter
2008-03-20Fix HISTORY. OK reyk@Todd C. Miller
2008-03-19CMSG_LEN and CMSG_SPACE are not neccessarily the same size. So if youTheo de Raadt
2008-03-18Fix mention of authpf_users table (s/authpf users/authpf_users/).Michael Erdely
2008-03-18correct CMSG_SPACE and CMSG_LEN handling as done in other places. TheseTheo de Raadt
2008-03-18remove ber_add_astring and make it the default behaviour inReyk Floeter
2008-03-18fix bug that ber_oid2ber skips the first byte when encoding powers ofReyk Floeter
2008-03-17two small bugs in printing funcs:Henning Brauer
2008-03-17sync the synopsis and usage; "usage:" is lowercaseIgor Sobrado
2008-03-17"usage:" is lowercase; while here, KNFIgor Sobrado
2008-03-17use the right format for "usage:"; "usage:" is lowercaseIgor Sobrado
2008-03-17sort optionsIgor Sobrado
2008-03-17convert more strings to use the new ber_add_astring() function whichReyk Floeter
2008-03-17another sizeofa instead of sizeof fixReyk Floeter
2008-03-17fix incorrect use of sizeof() where there sizeofa() macro should be usedReyk Floeter
2008-03-17option 252 is generally used to specify an autoproxy-script on a subnet.David Gwynne
2008-03-16s/273.16/273.15/g, then refactor the formulae to ensure that theConstantine A. Murenin
2008-03-16text simplification;Jason McIntyre
2008-03-16avoid errno trashing, ok mpf henningTheo de Raadt
2008-03-16syslogd leaves zombies around if multiple |/pathto/mylogprogMarco Pfatschbacher
2008-03-16Reduce the number of unnecessary time(3)/gettimeofday(2) calls, and make sureConstantine A. Murenin
2008-03-16implement the hrSWRun portion of the HOST-RESOURCES mib. you can see whatsDavid Gwynne
2008-03-16usage statements are preceeded with usage:David Gwynne
2008-03-15provide sizeofa for counting the number of elements in an array. use it forDavid Gwynne
2008-03-15space allocated is sum of CMSG_SPACE()'s. length given to the kernelTheo de Raadt