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