Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-06 | @wantlib elements become checksummable | Marc Espie | |
2008-06-06 | Fix a bunch of goo by creating a more generic fucntion to handle it. | Marco Peereboom | |
code from jordan | |||
2008-06-06 | Fix alignment on some machines where crc cehck failed. | Marco Peereboom | |
code from jordan | |||
2008-06-04 | adderss -> address | Miod Vallat | |
2008-06-04 | Don't disassemble the AML if the -o option is specified. That way at least | Mark Kettenis | |
we get the complete files if the disassembler crashes on a machine. ok marco@, krw@, deraadt@ | |||
2008-06-04 | fix math screwup that reintroduced a bias for upper_bounds in range | Damien Miller | |
(2^30,2^31). Nothing in the tree yet requests random numbers bounded by this range. report jakob!deraadt; ok deraadt@ | |||
2008-06-02 | fix references to OpenBSD:Ustar; from Alan Bueno | Jason McIntyre | |
2008-06-02 | spray takes no additional arguments; from ferdek.y.no-ip.pl | Theo de Raadt | |
2008-06-02 | sort options in DESCRIPTION. | Igor Sobrado | |
2008-06-01 | sort flags; synchronize synopsis and usage; style(9). | Igor Sobrado | |
tweaked by jmc@, thanks! ok jmc@ | |||
2008-06-01 | synchronize synopsis and usage. | Igor Sobrado | |
2008-06-01 | - make it possible to merge files from xetcXX only | Antoine Jacoutot | |
man page bits by jmc@ suggested by an ok jdixon@ merdely@ | |||
2008-06-01 | provision for reading only prelink related stuff from a package (maybe | Marc Espie | |
a bit more, we'll trim it as fitting). | |||
2008-05-31 | add a marker for true binary files to be used by prelinking | Marc Espie | |
2008-05-30 | -salt is default for "openssl enc"; from djm | Jason McIntyre | |
tweaked with some help from Matthew Dempsky and djm ok djm | |||
2008-05-30 | correct size of iov[]; ralf.horstmann@gmx.de | Theo de Raadt | |
2008-05-29 | appease stupid stupid gcc; ok millert | Theo de Raadt | |
2008-05-29 | Second half of PF state table rearrangement. | Ryan Thomas McBride | |
- Mechanical change: Use arrays for state key pointers in pf_state, and addr/port in pf_state_key, to allow the use of indexes. - Fix NAT, pfsync, pfctl, and tcpdump to handle the new state structures. In struct pfsync_state, both state keys are included even when identical. - Also fix some bugs discovered in the existing code during testing. (in particular, "block return" for TCP packets was not returning an RST) ok henning beck deraadt tested by otto dlg beck laurent Special thanks to users Manuel Pata and Emilio Perea who did enough testing to actually find some bugs. | |||
2008-05-27 | grammar fixes; from Jochem Kossen, system/5822; | Jason McIntyre | |
ok henning | |||
2008-05-26 | remove nlist bandwidth optimization, since ftp servers actually don't cope | Marc Espie | |
with *.tgz very well... Fix regexp for stripping out ftp responses (as noticed by bernd) | |||
2008-05-26 | cgetstr(3) can also return 2 so handle that. Also restructre things a bit | Otto Moerbeek | |
to get rid of the flag var. ok deraadt@ fgsch@ | |||
2008-05-25 | Don't error out if dhcpd-sync does not exist in /etc/services and no | Todd C. Miller | |
sync options were specified. OK deraadt@ | |||
2008-05-25 | - chat to syslog if the script file can't be read or executed. | Jasper Lievisse Adriaanse | |
ok otto@ | |||
2008-05-25 | de-register, remove #ifdefs and #ifndefs using SIN6_LEN, add OpenBSD cvs | Marc Balmer | |
markers. no binary changes | |||
2008-05-24 | typo. | Igor Sobrado | |
2008-05-24 | Move the setting of the POLLIN flag to the bottom of the for loop | Brad Smith | |
to ensure that the flag is only set when there is a valid fd. Found by deraadt@ ok deraadt@ millert@ | |||
2008-05-23 | hexidecimal -> hexadecimal | Igor Sobrado | |
ok jmc@ | |||
2008-05-23 | KNF and readability changes. de-register, remove #ifndef SIN6_LEN defines. | Marc Balmer | |
Add OpenBSD cvs markers. No binary changes. | |||
2008-05-23 | de-register | Marc Balmer | |
2008-05-23 | Last chunk of KNF and readability changes here. | Marc Balmer | |
no binary changes. | |||
2008-05-22 | Remove the german announcement text. | Marc Balmer | |
"yes, let it rot in the attic" claudio | |||
2008-05-22 | More KNF and readability. | Marc Balmer | |
no binary changes. | |||
2008-05-22 | - fix a bug in msgbuf_write() that caused a descriptor to stay in the fd | Gilles Chehade | |
list even after being sent successfully. this has imsg_get_fd() keep returning the first fd. no impact in snmpd. "go for it" pyr@, "yeah someone screwed up in the copy" henning@ | |||
2008-05-22 | - fix a bug in msgbuf_write() that caused a descriptor to stay in the fd | Gilles Chehade | |
list even after being sent successfully. this has imsg_get_fd() keep returning the first fd. no impact in relayd. "go for it" pyr@, "yeah someone screwed up in the copy" henning@ | |||
2008-05-22 | Comparing string literals does not work as the author expected. | Otto Moerbeek | |
From Adam Majer (debian maintaner); looks correct fgs@ | |||
2008-05-21 | Use a symbolic entry register save mask, and sprinkle _C_LABEL. | Miod Vallat | |
No functional change. | |||
2008-05-21 | punctuation fix; | Jason McIntyre | |
2008-05-21 | Do not mention pccom any longer. | Miod Vallat | |
2008-05-21 | KNF and readability changes. | Marc Balmer | |
No binary changes. | |||
2008-05-21 | Remove #ifndef SIN6_LEN/#else/#endif constructs. | Marc Balmer | |
Suggested by djm a while ago. No binary changes. | |||
2008-05-21 | Document and implement -U option, fix usage information for '-?'. | Marc Balmer | |
Documentation corrections and spelling by jmc. | |||
2008-05-21 | The default address family to be used is stored in a global variable. If | Marc Balmer | |
no options are given on the commandline, it is set to PF_INET. The configuration file parser did not use this variable in all cases, but used PF_UNSPEC for getaddrinfo/getnameinfo, leading to bogus error messages in some cases (but httpd operated as expected). Use the global variable instead of the hardcode PF_UNSPEC in the cases. Add a new commandline flag, -U, to set the default address family to PF_UNSPEC for ambigous directives. Discussed with sthen. | |||
2008-05-19 | Permit compilation on 3 architectures which show that this diff was | Theo de Raadt | |
not tested on them. Older gcc's require decl before code, and this is supposed to be portable code in that sense. | |||
2008-05-18 | another ndp(8) tweak: its description still talks about "flags" | Igor Sobrado | |
rather than "flag", so kill the .Ar macro to have it read correctly. change suggested by jmc@. ok jmc@ | |||
2008-05-18 | some minor fixes; | Jason McIntyre | |
2008-05-17 | documentation tweaks. | Igor Sobrado | |
ok (some time ago) jmc@ | |||
2008-05-17 | If the -T or -t flag is given, the key must be an email address so check | Todd C. Miller | |
that it contains an @ sign. Prompted by jmc@, OK beck@. | |||
2008-05-16 | - sort usage() | Jason McIntyre | |
- use .Bk/.Ek to avoid ugly SYNOPSIS split | |||
2008-05-16 | tweak ftp call, remove extraneous -o option. | Marc Espie | |
okay sthen@ | |||
2008-05-16 | add a -d repository option in order not to have to specify all pkgnames. | Marc Espie | |
as noticed by naddy and ajacoutot, we now have enough packages that this stresses shell limits if we specify everything on the command line. ;-) |