summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-14restructure code a bit to move closer to initiator mode:Reyk Floeter
2010-06-14tidy this file up a bit. reorder a few comments,Thordur I. Bjornsson
2010-06-14remove the scsi_buf_* functions as these have beenThordur I. Bjornsson
2010-06-14sync from mirrors.datStuart Henderson
2010-06-14cleanup messages and parsed information correctlyReyk Floeter
2010-06-14add define for saproto 0Reyk Floeter
2010-06-14screen does not have hpa, but we can make do with \r cuf.Marc Espie
2010-06-14log must use ->fMarc Espie
2010-06-14More code for initiator mode (not finished yet)Reyk Floeter
2010-06-13Update awk to May 23, 2010 version. OK miod@Todd C. Miller
2010-06-13Adjust FTP reply codes (in error conditions) to conform to RFC 959.Tobias Stoeckmann
2010-06-13Prevent a segmentation fault. It could occur when login_getclass fails andTobias Stoeckmann
2010-06-13remove obsolete ENVIRONMENT section; from Daniel DickmanJason McIntyre
2010-06-13Don't expose typedefs of pgno_t and indx_t in the public header file, moveMartin Hedenfal
2010-06-13Fix btree reference counting when opening the database with a fileMartin Hedenfal
2010-06-13Fix value clash in btree flags BT_FIXPADDING and BT_NOSYNC.Martin Hedenfal
2010-06-12add missing arg to a printf callJonathan Gray
2010-06-12Add missing arg to a printf call.Jonathan Gray
2010-06-12Add a missing ntohs() around hdr.type. This fixes a segfault asAlexander Bluhm
2010-06-12Fix an obvious use after free. From ospfd.Alexander Bluhm
2010-06-12The "dispatch_rtmsg no nexthop" error was emitted in wrong casesAlexander Bluhm
2010-06-12Print additional new line after 'Number of Links' in show databaseAlexander Bluhm
2010-06-12Print 'Number of Routers' in show database network.Alexander Bluhm
2010-06-12at line 445 `al' is allocated via `aldap_init' in `client_aldap_open'zinovik
2010-06-11start with an empty headerMarc Espie
2010-06-11don't call working() in -q mode.Marc Espie
2010-06-11add some infrastructure to support timers and initiator mode later.Reyk Floeter
2010-06-11Restore an unusual XS_SENSE semantic that inadvertantly got lostKenneth R Westerback
2010-06-11Wrap searches in a read-only transaction so it is guaranteed to see aMartin Hedenfal
2010-06-11Add support for Intel AES-NI and the CLMUL_ instructions, plus a few othersThordur I. Bjornsson
2010-06-11Implement IP-FORWARD-MIB, ipv4 only for now.Jonathan Gray
2010-06-11tweak the code slightly so we can remove -lsslJonathan Gray
2010-06-11add wantarray optimization, just reply 1 as soon as we can when we actuallyMarc Espie
2010-06-11fix format, as noticed by marco@Marc Espie
2010-06-11sync from mirrors.datStuart Henderson
2010-06-11Track changes in btree_txn_* API, pass a NULL btree when also passing aMartin Hedenfal
2010-06-11Keep returning BT_DEAD if last meta page has the "tombstone" bit set.Martin Hedenfal
2010-06-11print long long int as %lldMartin Hedenfal
2010-06-11Allow functions that accept both a btree and a txn argument to be passed aMartin Hedenfal
2010-06-11syncStuart Henderson
2010-06-11various fixes from Daniel Dickman:Jason McIntyre
2010-06-11Append a "tombstone" meta page after a database has been compacted. ThisMartin Hedenfal
2010-06-11syncStuart Henderson
2010-06-11sync from mirrors.datStuart Henderson
2010-06-10fsck -> check & reorderMarc Espie
2010-06-10remove warning, adapted from Vadim ZhukovMarc Espie
2010-06-10minimal initial -Tps support, from kristaps@ GSOCIngo Schwarze
2010-06-10Read-only transactions have no dirty_queue, so check for a read-onlyMartin Hedenfal
2010-06-10allow configure queue expiryCharles Longeau
2010-06-10Declare safepri at the MD level on each platform, so that the kern_synch.cTheo de Raadt