Age | Commit message (Expand) | Author |
2006-03-15 | spelling, jon@vexed.se | Theo de Raadt |
2006-03-15 | no more need for the aperture | Theo de Raadt |
2006-03-15 | no more need for aperture | Theo de Raadt |
2006-03-15 | - check for tty when asking for logmsg or description | Xavier Santolaria |
2006-03-15 | remove dead macros | Michael Shalayeff |
2006-03-15 | In nexthop_compare() if the two passed pointers point to the same object | Claudio Jeker |
2006-03-15 | switch the ioctl paths to using ami_start instead of ami_cmd. now the only | David Gwynne |
2006-03-15 | clean up ami_start and move the error handling for a failed command from | David Gwynne |
2006-03-15 | - fix typo in comment; an path -> a path | Niall O'Higgins |
2006-03-15 | - make cvs_worklist members volatile. | Niall O'Higgins |
2006-03-15 | There is no need to check iface != NULL. These parser rules are only allowed | Claudio Jeker |
2006-03-15 | Looks like auth-type simple was busted since a long time. We bcmp() a | Claudio Jeker |
2006-03-15 | Sync usage with man page (sort arguments). | Claudio Jeker |
2006-03-15 | Document new -s path option to select an alternate path for the main control | Claudio Jeker |
2006-03-15 | split the code in ami_cmd that does the polling commands out into a | David Gwynne |
2006-03-15 | sc->sc_dev.dv_xname converted to DEVNAME(sc). makes things a little easier | David Gwynne |
2006-03-15 | Allow the control socket to be changed on the command line. Useful if you | Claudio Jeker |
2006-03-15 | Fix a memory leak when communities are set or deleted. This seems to fix | Claudio Jeker |
2006-03-15 | copyout() the pollfds if poll() gets interrupted. This resets the revents | Claudio Jeker |
2006-03-15 | if no key file are given when printing the DNS host record, use the | Jakob Schlyter |
2006-03-15 | remove some bizzare idioms; ok ray | Theo de Raadt |
2006-03-15 | Move and rename checkin_choose_rcsfile() to rcs_choosefile(). | Ray Lai |
2006-03-15 | Fix signed/unsigned comparisons by using size_t | David Hill |
2006-03-15 | Both strlen and sizeof return a size_t. This also fixes a signed/unsigned | David Hill |
2006-03-15 | Removes extraneous variables from getopt(3). Inspired by one of | Ray Lai |
2006-03-15 | Don't assume there is an RCS directory just because the filename | Ray Lai |
2006-03-15 | Fix and enable rcsmerge test. | Ray Lai |
2006-03-15 | sync | Theo de Raadt |
2006-03-15 | /dev/reload is an old amiga thing, how did it make it here? | Theo de Raadt |
2006-03-15 | Add missing function declarations | David Hill |
2006-03-15 | Make 'no' the default answer to 'Display the list of XXX servers?'. | Kenneth R Westerback |
2006-03-14 | sync | Theo de Raadt |
2006-03-14 | #ifdef DEBUG not #if DEBUG | Theo de Raadt |
2006-03-14 | spamd can show the wrong IP address to clients in a %A message because | Bob Beck |
2006-03-14 | move wsconsctl up earlier, so that any key changes made can be used | Theo de Raadt |
2006-03-14 | no need for an aperture. we are unlikely to ever allow pci video cards | Theo de Raadt |
2006-03-14 | install these on amd64 | Nikolay Sturm |
2006-03-14 | remove excessive optimization; from adobriyan@gmail; ok tedu | Theo de Raadt |
2006-03-14 | only santa checks things twice; from adobriyan@gmail; ok tedu | Theo de Raadt |
2006-03-14 | delete lint balony from another era; adobriyan@gmail, ok tedu | Theo de Raadt |
2006-03-14 | fix sentence to make sense. | Bob Beck |
2006-03-14 | fix incorrect sizeof(), spotted by ckuethe | Bob Beck |
2006-03-14 | make BN_is_prime() realise that 2 is, in fact, a prime number. | Damien Miller |
2006-03-14 | No need to declare optind/optarg if unistd.h is included. | Moritz Jodeit |
2006-03-14 | More use of const and fix a signed/unsigned comparison. | Moritz Jodeit |
2006-03-14 | amd64 asm code is not correct for exp(+/-Inf), so until somebody | Otto Moerbeek |
2006-03-14 | Return ENXIO when trying to open a non-existent device, not ENODEV. | Miod Vallat |
2006-03-14 | Prevent double-free. | Mark Kettenis |
2006-03-14 | Some more usage of const and correct fmt string for a size_t. | Moritz Jodeit |
2006-03-14 | *AliveCountMax applies to protcol v2 only; ok dtucker, djm | Markus Friedl |