summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2010-06-25minor cleanupsMarc Espie
2010-06-25fix bad opt('l') printing.Marc Espie
don't create names list to recreate handles list
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
fix a buglet in vsystem
2010-06-25do options the other way so that we provide defaults that can be overriddenMarc Espie
locally
2010-06-25use new state (so no need to parse some options).Marc Espie
this requires exporter for now.
2010-06-25use locator object.Marc Espie
rework options into state
2010-06-25move common options (-D/-v) handling code upto State.Marc Espie
rework handle_options to be code in state proper, so that I can remove a class that's actually useless. reuse the export code from getopt so that legacy code still get opt_x working.
2010-06-25allow creation of a unique PackageLocator object, that stores state,Marc Espie
and thus can eventually be used to create repositories, print messages, etc.
2010-06-25fix "deduplicate" code.Marc Espie
allow prepend as well as add
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
reported by Antti Harri who gave a very good tip helping analysis, thanks! ok espie@
2010-06-23127/8 is INADDR_LOOPBACK & IN_CLASSA_NET the kroute code does notClaudio Jeker
automagicaly mask the addresses. While there kill a #ifdef that no longer makes sense since it is the least problem for portable versions.
2010-06-23fix the permissions on directories inside the exported tarballJonathan Gray
in the cert case.
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
Therefor the list holds the recv mappings and not the sent mappings. ldpd sends his mappings upstream.
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
and make both export commands optionally take an argument that will be added to a peer.txt file in the exported output. Additionally include any site specific notes from /usr/share/iked if present. man page bits and help with the parser from reyk
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
functions only return success or failure (-1 or NULL). Update callers to check errno.
2010-06-23Remove compaction and indexing from ldapd. It is better done by a separateMartin Hedenfal
process now that the btree can pick up the changes automatically.
2010-06-23fetchifs and fetchtable return -1 on error, not !0. in fact, they returnDavid Gwynne
the number of bytes they processed from the kernel on success, so testing against 0 meant that the fib reload code always dropped out early. found by andrew sallaway ok claudio@
2010-06-21Send the right kroute struct to ldpctl for IMSG_CTL_KROUTE. This shouldClaudio Jeker
fix printing of multipath routes.
2010-06-21Requiring { } blocks for interfaces is dumb since most don't need anyClaudio Jeker
additional options.
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
namely, if a shared lib exists, then a static library should not match if the version number is not okay. problem noticed by sthen@, okay sthen@
2010-06-18oopsMarc Espie
2010-06-18document newer module and new framework (somewhat...)Marc Espie
document more stuff from Vstat.
2010-06-18whitespaceMarc Espie
2010-06-18reuse for_listMarc Espie
2010-06-18buglet: Log object needs a printer to run f().Marc Espie
introduce for_list() iterator in ProgressMeter and use it
2010-06-17Fix byte alignment on sparc64.Martin Hedenfal
From Alexander Schrijver.
2010-06-16Add support to use sasyncd(8) with iked(8) instead of isakmpd(8). TheReyk Floeter
new config option "control isakmpd|iked|all|none" in sasyncd.conf(5) is used to set the mode; the default is to control isakmpd like before. When controlling iked, sasyncd connects to the daemon using the imsg socket and sends imsgs - this is easy because the imsg framework has been imported into libutil. iked(8) already includes the important bits to work with sasyncd(8) (the active/passive mode option in ikectl). manpage bits ok jsg@ ok jsg@
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
already does. Trigger a reopen imsg request if either the data or index databases are compacted. Queue the failed request and try again when the file is reopened. Compaction can now be done by a separate process, and ldapd will pick up the change and reopen the file.
2010-06-15remove unused uuid_hash function, found by lintMartin Hedenfal
2010-06-15Implement support in the parent to (re-)open database files on behalf ofMartin Hedenfal
the unprivileged child over imsg. Part of a larger change that will fix database compaction.
2010-06-15EV_READ and EV_WRITE are not mutually exclusive, so check if we get both inMartin Hedenfal
the same event.
2010-06-15handle lost+foundMarc Espie
2010-06-15it's okay for partial- packages to be a bit weird...Marc Espie
2010-06-15fix an mdoc macroJonathan Gray
2010-06-15typo2Marc Espie