summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-03-15- check for tty when asking for logmsg or descriptionXavier Santolaria
- add -I[rev] - more verbosity checks OK niallo@, "Works great" ray@.
2006-03-15remove dead macrosMichael Shalayeff
2006-03-15In nexthop_compare() if the two passed pointers point to the same objectClaudio Jeker
the odds are better than good that there is no difference.
2006-03-15switch the ioctl paths to using ami_start instead of ami_cmd. now the onlyDavid Gwynne
things left using ami_cmd are the scsi paths.
2006-03-15clean up ami_start and move the error handling for a failed command fromDavid Gwynne
ami_cmd into ami_start.
2006-03-15- fix typo in comment; an path -> a pathNiall O'Higgins
2006-03-15- make cvs_worklist members volatile.Niall O'Higgins
from deraadt@
2006-03-15There is no need to check iface != NULL. These parser rules are only allowedClaudio Jeker
if iface is set and so the check is superfluous. OK norby@
2006-03-15Looks like auth-type simple was busted since a long time. We bcmp() aClaudio Jeker
c string with a lenght <= 8 with a buffer of size 8. Now in some cases there can be trailing garbage after the c-string and so the bcmp() fails. Found by Sergey Matveychuk who provided a similar patch. OK norby@
2006-03-15Sync usage with man page (sort arguments).Claudio Jeker
2006-03-15Document new -s path option to select an alternate path for the main controlClaudio Jeker
socket.
2006-03-15split the code in ami_cmd that does the polling commands out into aDavid Gwynne
function of its own. switch callers of ami_cmd that want polled commands over to using ami_poll.
2006-03-15sc->sc_dev.dv_xname converted to DEVNAME(sc). makes things a little easierDavid Gwynne
for me to read.
2006-03-15Allow the control socket to be changed on the command line. Useful if youClaudio Jeker
need to run multiple bgpds on a single box to simulate a IX. This helped me massivly debugging error reports. OK henning@
2006-03-15Fix a memory leak when communities are set or deleted. This seems to fixClaudio Jeker
Sylvain Coutant memory issues. A lot of patience and testing by Sylvain.
2006-03-15copyout() the pollfds if poll() gets interrupted. This resets the reventsClaudio Jeker
bitmask and makes poll() behave like documented in the man page. OK deraadt@
2006-03-15if no key file are given when printing the DNS host record, use theJakob Schlyter
host key file(s) as default. ok djm@
2006-03-15remove some bizzare idioms; ok rayTheo de Raadt
2006-03-15Move and rename checkin_choose_rcsfile() to rcs_choosefile().Ray Lai
ok joris
2006-03-15Fix signed/unsigned comparisons by using size_tDavid Hill
Sprinkle some const ok ray@ jaredy@
2006-03-15Both strlen and sizeof return a size_t. This also fixes a signed/unsignedDavid Hill
comparison. ok ray@ moritz@
2006-03-15Removes extraneous variables from getopt(3). Inspired by one ofRay Lai
David Hill's diffs. ok otto
2006-03-15Don't assume there is an RCS directory just because the filenameRay Lai
contains the letters `RCS'. ok niallo
2006-03-15Fix and enable rcsmerge test.Ray Lai
rcsmerge stuff ok niallo
2006-03-15syncTheo de Raadt
2006-03-15/dev/reload is an old amiga thing, how did it make it here?Theo de Raadt
2006-03-15Add missing function declarationsDavid Hill
Sprinkle some const OK beck@
2006-03-15Make 'no' the default answer to 'Display the list of XXX servers?'.Kenneth R Westerback
Suggested by otto@, various people chiming in to agree. While here fix one ask_yn misuse and update copyright to 2006.
2006-03-14syncTheo de Raadt
2006-03-14#ifdef DEBUG not #if DEBUGTheo de Raadt
2006-03-14spamd can show the wrong IP address to clients in a %A message becauseBob Beck
the per-connection copy of the connecting address was being pointed to the on-stack copy. Spotted (and fix suggested) by Michael Durket in pr 5046 ok deraadt@
2006-03-14move wsconsctl up earlier, so that any key changes made can be usedTheo de Raadt
to (for instance) interrupt dhclient with a ^C instead of a 'CAPS-LOCK C' from e@molioner.dk checked by matthieu
2006-03-14no need for an aperture. we are unlikely to ever allow pci video cardsTheo de Raadt
in these machines, because pci video cards contain too much evil. if we do support them later, we add it back. ok miod
2006-03-14install these on amd64Nikolay Sturm
even though amd64 does not have apm support, this change permits hw.setperf manipulations via apm/apmd
2006-03-14remove excessive optimization; from adobriyan@gmail; ok teduTheo de Raadt
2006-03-14only santa checks things twice; from adobriyan@gmail; ok teduTheo de Raadt
2006-03-14delete lint balony from another era; adobriyan@gmail, ok teduTheo de Raadt
2006-03-14fix sentence to make sense.Bob Beck
ok millert@ jmc@ ketennis@ and others from before 3.9 lock
2006-03-14fix incorrect sizeof(), spotted by ckuetheBob Beck
ok deraadt@
2006-03-14make BN_is_prime() realise that 2 is, in fact, a prime number.Damien Miller
from OpenSSL CVS; ok otto@ deraadt@
2006-03-14No need to declare optind/optarg if unistd.h is included.Moritz Jodeit
From David Hill. ok ray@
2006-03-14More use of const and fix a signed/unsigned comparison.Moritz Jodeit
From David Hill. ok ray@ jaredy@
2006-03-14amd64 asm code is not correct for exp(+/-Inf), so until somebodyOtto Moerbeek
comes up with a correct asm version, use the C version of exp(3). ok steven@ kettenis@
2006-03-14Return ENXIO when trying to open a non-existent device, not ENODEV.Miod Vallat
2006-03-14Prevent double-free.Mark Kettenis
ok mickey@, todd@, deraadt@
2006-03-14Some more usage of const and correct fmt string for a size_t.Moritz Jodeit
From David Hill. ok ray@ jaredy@ otto@
2006-03-14*AliveCountMax applies to protcol v2 only; ok dtucker, djmMarkus Friedl
2006-03-14Kill unneeded util.h include.Claudio Jeker
2006-03-14add an argument to cvs_diff3() to be able to handle verbosity ofXavier Santolaria
commands; fixes rcsmerge -q behaviour. OK niallo@ ray@.
2006-03-14Allow anonymous logins without a password, which was brokenMoritz Jodeit
by the last commit. Noticed by Armin Wolfermann. ok henning@