Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-25 | minor cleanups | Marc Espie | |
2010-06-25 | fix bad opt('l') printing. | Marc Espie | |
don't create names list to recreate handles list | |||
2010-06-25 | remove last local vars. | Marc Espie | |
2010-06-25 | simplify message printing a bit | Marc Espie | |
2010-06-25 | document ::State a bit | Marc Espie | |
2010-06-25 | clean-up options handling some more | Marc Espie | |
2010-06-25 | new style | Marc Espie | |
2010-06-25 | move handle_options in state, as should be. | Marc Espie | |
fix a buglet in vsystem | |||
2010-06-25 | do options the other way so that we provide defaults that can be overridden | Marc Espie | |
locally | |||
2010-06-25 | use new state (so no need to parse some options). | Marc Espie | |
this requires exporter for now. | |||
2010-06-25 | use locator object. | Marc Espie | |
rework options into state | |||
2010-06-25 | move 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-25 | allow 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-25 | fix "deduplicate" code. | Marc Espie | |
allow prepend as well as add | |||
2010-06-25 | sha25 -> sha256 as noticed by Nigel Taylor | Marc Espie | |
2010-06-24 | Include 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-23 | 127/8 is INADDR_LOOPBACK & IN_CLASSA_NET the kroute code does not | Claudio 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-23 | fix the permissions on directories inside the exported tarball | Jonathan Gray | |
in the cert case. | |||
2010-06-23 | More appropriate contents for the exported ca tarball. | Jonathan Gray | |
2010-06-23 | Fix 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-23 | sort the options list, and add some new options to usage(); | Jason McIntyre | |
2010-06-23 | Add 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-23 | Kill rt_node->invalid it is not used by anything. | Claudio Jeker | |
2010-06-23 | remove leftovers from old compaction code | Martin Hedenfal | |
2010-06-23 | Re-implement compaction and (re-)indexing outside ldapd. | Martin Hedenfal | |
2010-06-23 | Set errno to appropriate values when returning failure in btree. Make btree | Martin Hedenfal | |
functions only return success or failure (-1 or NULL). Update callers to check errno. | |||
2010-06-23 | Remove compaction and indexing from ldapd. It is better done by a separate | Martin Hedenfal | |
process now that the btree can pick up the changes automatically. | |||
2010-06-23 | fetchifs and fetchtable return -1 on error, not !0. in fact, they return | David 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-21 | Send the right kroute struct to ldpctl for IMSG_CTL_KROUTE. This should | Claudio Jeker | |
fix printing of multipath routes. | |||
2010-06-21 | Requiring { } blocks for interfaces is dumb since most don't need any | Claudio Jeker | |
additional options. | |||
2010-06-21 | use the full path to zip | Jonathan Gray | |
2010-06-20 | display bad symlinks by destination | Marc Espie | |
2010-06-19 | let 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-18 | oops | Marc Espie | |
2010-06-18 | document newer module and new framework (somewhat...) | Marc Espie | |
document more stuff from Vstat. | |||
2010-06-18 | whitespace | Marc Espie | |
2010-06-18 | reuse for_list | Marc Espie | |
2010-06-18 | buglet: Log object needs a printer to run f(). | Marc Espie | |
introduce for_list() iterator in ProgressMeter and use it | |||
2010-06-17 | Fix byte alignment on sparc64. | Martin Hedenfal | |
From Alexander Schrijver. | |||
2010-06-16 | Add support to use sasyncd(8) with iked(8) instead of isakmpd(8). The | Reyk 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-15 | Move around some functions to ease re-use from ldapctl. | Martin Hedenfal | |
2010-06-15 | Verify that a transaction passed to btree_tnx_{put,del} is not readonly. | Martin Hedenfal | |
2010-06-15 | Make modify and simple auth requests open their own transactions, as search | Martin 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-15 | remove unused uuid_hash function, found by lint | Martin Hedenfal | |
2010-06-15 | Implement support in the parent to (re-)open database files on behalf of | Martin Hedenfal | |
the unprivileged child over imsg. Part of a larger change that will fix database compaction. | |||
2010-06-15 | EV_READ and EV_WRITE are not mutually exclusive, so check if we get both in | Martin Hedenfal | |
the same event. | |||
2010-06-15 | handle lost+found | Marc Espie | |
2010-06-15 | it's okay for partial- packages to be a bit weird... | Marc Espie | |
2010-06-15 | fix an mdoc macro | Jonathan Gray | |
2010-06-15 | typo2 | Marc Espie | |