summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2010-06-27fix rtmsg_process to return on an error during processing rather thanDavid Gwynne
2010-06-27Add support for different page sizes in the btree. Add a new header pageMartin Hedenfal
2010-06-27Suggest a reboot if "sh MAKEDEV" was run or login.conf was modified.Antoine Jacoutot
2010-06-26Unbreak removal of one-level search index.Martin Hedenfal
2010-06-26irr->irr_raf_mask_onlink and irr->irr_raf_mask_auto are single-bit bitfieldsPhilip Guenthe
2010-06-26Use offsetof() instead of writing our own version (...which generatesPhilip Guenthe
2010-06-26remove support for the old pflog format, replaced in 2003Henning Brauer
2010-06-25minor cleanupsMarc Espie
2010-06-25fix bad opt('l') printing.Marc Espie
2010-06-25remove last local vars.Marc Espie
2010-06-25simplify message printing a bitMarc Espie
2010-06-25document ::State a bitMarc Espie
2010-06-25clean-up options handling some moreMarc Espie
2010-06-25new styleMarc Espie
2010-06-25move handle_options in state, as should be.Marc Espie
2010-06-25do options the other way so that we provide defaults that can be overriddenMarc Espie
2010-06-25use new state (so no need to parse some options).Marc Espie
2010-06-25use locator object.Marc Espie
2010-06-25move common options (-D/-v) handling code upto State.Marc Espie
2010-06-25allow creation of a unique PackageLocator object, that stores state,Marc Espie
2010-06-25fix "deduplicate" code.Marc Espie
2010-06-25sha25 -> sha256 as noticed by Nigel TaylorMarc Espie
2010-06-24Include files annotated @bin in the database produced by pkg_mklocatedb;Stuart Henderson
2010-06-23127/8 is INADDR_LOOPBACK & IN_CLASSA_NET the kroute code does notClaudio Jeker
2010-06-23fix the permissions on directories inside the exported tarballJonathan Gray
2010-06-23More appropriate contents for the exported ca tarball.Jonathan Gray
2010-06-23Fix comment. Downstream is towards the destination of a LSP.Claudio Jeker
2010-06-23sort the options list, and add some new options to usage();Jason McIntyre
2010-06-23Add a ca export command for EAP mode where we only require the CA cert,Jonathan Gray
2010-06-23Kill rt_node->invalid it is not used by anything.Claudio Jeker
2010-06-23remove leftovers from old compaction codeMartin Hedenfal
2010-06-23Re-implement compaction and (re-)indexing outside ldapd.Martin Hedenfal
2010-06-23Set errno to appropriate values when returning failure in btree. Make btreeMartin Hedenfal
2010-06-23Remove compaction and indexing from ldapd. It is better done by a separateMartin Hedenfal
2010-06-23fetchifs and fetchtable return -1 on error, not !0. in fact, they returnDavid Gwynne
2010-06-21Send the right kroute struct to ldpctl for IMSG_CTL_KROUTE. This shouldClaudio Jeker
2010-06-21Requiring { } blocks for interfaces is dumb since most don't need anyClaudio Jeker
2010-06-21use the full path to zipJonathan Gray
2010-06-20display bad symlinks by destinationMarc Espie
2010-06-19let build libspec match as they should.Marc Espie
2010-06-18oopsMarc Espie
2010-06-18document newer module and new framework (somewhat...)Marc Espie
2010-06-18whitespaceMarc Espie
2010-06-18reuse for_listMarc Espie
2010-06-18buglet: Log object needs a printer to run f().Marc Espie
2010-06-17Fix byte alignment on sparc64.Martin Hedenfal
2010-06-16Add support to use sasyncd(8) with iked(8) instead of isakmpd(8). TheReyk Floeter
2010-06-15Move around some functions to ease re-use from ldapctl.Martin Hedenfal
2010-06-15Verify that a transaction passed to btree_tnx_{put,del} is not readonly.Martin Hedenfal
2010-06-15Make modify and simple auth requests open their own transactions, as searchMartin Hedenfal