summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2010-06-15fix count of deinstalling packages.Marc Espie
2010-06-15push @todo2 global into state. name other options with sensible names.Marc Espie
2010-06-15yet another path, maybe to changeMarc Espie
2010-06-14zap empty message...Marc Espie
2010-06-14Add commands to create/delete/install/import keys withoutJonathan Gray
2010-06-14Fixes unlinking the first element inside a set or a sequence, andMartin Hedenfal
2010-06-14fix a memory leak, from aschrivjerPierre-Yves Ritschard
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-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 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-11Wrap searches in a read-only transaction so it is guaranteed to see aMartin Hedenfal
2010-06-11Implement IP-FORWARD-MIB, ipv4 only for now.Jonathan 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-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-11Append a "tombstone" meta page after a database has been compacted. ThisMartin Hedenfal
2010-06-10fsck -> check & reorderMarc Espie
2010-06-10remove warning, adapted from Vadim ZhukovMarc Espie
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-10Add a command to revoke a certificate and generate a CRL;Jonathan Gray
2010-06-10add new commands: the couple/decouple commands will set loading of theReyk Floeter
2010-06-10No need to print FEC twice. Remove it in the log function.Claudio Jeker
2010-06-10Signal a neighbor down event to the LDE when the TCP session is closed.Claudio Jeker
2010-06-10next -> return after code change (noticed by Antti Harri)Marc Espie
2010-06-09switch `ref' data type to int, because it is tested for negative value inzinovik
2010-06-09Only embed the interface scope for link local nexthops. AS-ext LSA haveClaudio Jeker
2010-06-09Correctly decode prefixes. Fixes an infinite loop hit when the prefixlen isClaudio Jeker
2010-06-09Move the logging of FEC changes to the LDE and print the FEC and labelClaudio Jeker
2010-06-09More useful warning message.Claudio Jeker
2010-06-09common pattern reuseMarc Espie
2010-06-09wrap most stuff read from files in safe(), so that if the fs is in a bad shape,Marc Espie
2010-06-09use State usage, so that I can get rid of duplicate code...Marc Espie
2010-06-09no need to fatal(), we can error() and keep going.Marc Espie
2010-06-09warns if packages contain symlinks that point to non-existent places.Marc Espie
2010-06-09uniform spelling: packing-listMarc Espie
2010-06-09make error messages more consistent. Add an extra sanity check whichMarc Espie