Age | Commit message (Expand) | Author |
2008-04-20 | Take failed system calls more serious than LOG_INFO. | Rainer Giedat |
2008-04-19 | remove build warnings: | Charles Longeau |
2008-04-18 | add filtering on direction; ok mpf@ deraadt@ feedback jmc@ | Damien Miller |
2008-04-16 | Redo/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-13 | Use arc4random_buf() when requesting more than a single word of output | Damien Miller |
2008-04-07 | typo, fix fragments | Marc Espie |
2008-04-07 | deprecate -c, we've been using -DCOMMENT=value more or less forever by now. | Marc Espie |
2008-04-07 | tweak a bit, allow ^ to occur at beginning of variable name | Marc Espie |
2008-04-07 | pretty print the BARs | David Gwynne |
2008-04-07 | likewise for the hash itself | Marc Espie |
2008-04-07 | I should know better... reuse methods internally as much as I can, to | Marc Espie |
2008-04-07 | document OpenBSD::Subst | Marc Espie |
2008-04-07 | put Subst stuff into its own library file, to reuse elsewhere. | Marc Espie |
2008-04-04 | option 144 is commonly used for tftp-config-file. | David Gwynne |
2008-04-04 | document the bug that sasyncd peers should share the same | Otto Moerbeek |
2008-03-30 | .Xr snmpctl | Martin Reindl |
2008-03-24 | Make it possible to disable/enable pseudo devices in UKC, config file and | Mats O Jansson |
2008-03-24 | msg_controllen has to be CMSG_SPACE so that the kernel can account for | Theo de Raadt |
2008-03-23 | Done mark a disable of a disabled device as an change (and same with enable). | Mats O Jansson |
2008-03-23 | Do not abort walking the tree if a node's contents is too large; allows | Miod Vallat |
2008-03-22 | spaces found reading that diff | Theo de Raadt |
2008-03-22 | put in explicit suffix rules, they're needed anyways since $< is only used | Marc Espie |
2008-03-22 | Mention that softreconfig is on by default. From Matthew Dempsky | Claudio Jeker |
2008-03-21 | better handling of chunked encoding, further fixes after extensive testing | Reyk Floeter |
2008-03-20 | handle the case that the Content-Length HTTP header may be 0 | Reyk Floeter |
2008-03-20 | Fix HISTORY. OK reyk@ | Todd C. Miller |
2008-03-19 | CMSG_LEN and CMSG_SPACE are not neccessarily the same size. So if you | Theo de Raadt |
2008-03-18 | Fix mention of authpf_users table (s/authpf users/authpf_users/). | Michael Erdely |
2008-03-18 | correct CMSG_SPACE and CMSG_LEN handling as done in other places. These | Theo de Raadt |
2008-03-18 | remove ber_add_astring and make it the default behaviour in | Reyk Floeter |
2008-03-18 | fix bug that ber_oid2ber skips the first byte when encoding powers of | Reyk Floeter |
2008-03-17 | two small bugs in printing funcs: | Henning Brauer |
2008-03-17 | sync the synopsis and usage; "usage:" is lowercase | Igor Sobrado |
2008-03-17 | "usage:" is lowercase; while here, KNF | Igor Sobrado |
2008-03-17 | use the right format for "usage:"; "usage:" is lowercase | Igor Sobrado |
2008-03-17 | sort options | Igor Sobrado |
2008-03-17 | convert more strings to use the new ber_add_astring() function which | Reyk Floeter |
2008-03-17 | another sizeofa instead of sizeof fix | Reyk Floeter |
2008-03-17 | fix incorrect use of sizeof() where there sizeofa() macro should be used | Reyk Floeter |
2008-03-17 | option 252 is generally used to specify an autoproxy-script on a subnet. | David Gwynne |
2008-03-16 | s/273.16/273.15/g, then refactor the formulae to ensure that the | Constantine A. Murenin |
2008-03-16 | text simplification; | Jason McIntyre |
2008-03-16 | avoid errno trashing, ok mpf henning | Theo de Raadt |
2008-03-16 | syslogd leaves zombies around if multiple |/pathto/mylogprog | Marco Pfatschbacher |
2008-03-16 | Reduce the number of unnecessary time(3)/gettimeofday(2) calls, and make sure | Constantine A. Murenin |
2008-03-16 | implement the hrSWRun portion of the HOST-RESOURCES mib. you can see whats | David Gwynne |
2008-03-16 | usage statements are preceeded with usage: | David Gwynne |
2008-03-15 | provide sizeofa for counting the number of elements in an array. use it for | David Gwynne |
2008-03-15 | space allocated is sum of CMSG_SPACE()'s. length given to the kernel | Theo de Raadt |