Age | Commit message (Expand) | Author |
2010-06-10 | add new commands: the couple/decouple commands will set loading of the | Reyk Floeter |
2010-06-10 | No need to print FEC twice. Remove it in the log function. | Claudio Jeker |
2010-06-10 | Signal a neighbor down event to the LDE when the TCP session is closed. | Claudio Jeker |
2010-06-10 | next -> return after code change (noticed by Antti Harri) | Marc Espie |
2010-06-09 | switch `ref' data type to int, because it is tested for negative value in | zinovik |
2010-06-09 | Only embed the interface scope for link local nexthops. AS-ext LSA have | Claudio Jeker |
2010-06-09 | Correctly decode prefixes. Fixes an infinite loop hit when the prefixlen is | Claudio Jeker |
2010-06-09 | Move the logging of FEC changes to the LDE and print the FEC and label | Claudio Jeker |
2010-06-09 | More useful warning message. | Claudio Jeker |
2010-06-09 | common pattern reuse | Marc Espie |
2010-06-09 | wrap most stuff read from files in safe(), so that if the fs is in a bad shape, | Marc Espie |
2010-06-09 | use State usage, so that I can get rid of duplicate code... | Marc Espie |
2010-06-09 | no need to fatal(), we can error() and keep going. | Marc Espie |
2010-06-09 | warns if packages contain symlinks that point to non-existent places. | Marc Espie |
2010-06-09 | uniform spelling: packing-list | Marc Espie |
2010-06-09 | make error messages more consistent. Add an extra sanity check which | Marc Espie |
2010-06-09 | check digital signatures, document that | Marc Espie |
2010-06-09 | replace confusing (n to go) message with #done/#total annotations. | Marc Espie |
2010-06-09 | ui changes: go thru a state object for most printouts | Marc Espie |
2010-06-08 | ber_calc_len() is not an internal function, so adjust the comment. | Martin Hedenfal |
2010-06-08 | Calculate size of update packet with IPv6 header and reserve space | Alexander Bluhm |
2010-06-08 | tweak tweak so it works | Marc Espie |
2010-06-08 | tweak fragment handling a bit more. In particular, protest when we can't | Marc Espie |
2010-06-07 | minimal decode support for IKEv2 exchange types and payloads. | Jonathan Gray |
2010-06-07 | setproctitle(NULL) is not needed, Michael Lechtermann; ok mpf | Theo de Raadt |
2010-06-07 | switch iked pki files to /etc/iked, discussed with reyk. | Jonathan Gray |
2010-06-07 | display "switching to" with ->set_status | Marc Espie |
2010-06-07 | be a bit more specific about documenting this program | Marc Espie |
2010-06-07 | Store all labels in ldpd in host byte order without any additional shifting. | Claudio Jeker |
2010-06-07 | factor common code for dependency adjustment | Marc Espie |
2010-06-07 | check reverse dependencies as well | Marc Espie |
2010-06-07 | check symlinks upfront, so we don't warn if they don't exist, assuming | Marc Espie |
2010-06-07 | fix interactive | Marc Espie |
2010-06-07 | add shared libraries while sanity check, so that we can check wantlib. | Marc Espie |
2010-06-07 | Enable iked/ikectl in the builds. iked is still in an early stage, | Reyk Floeter |
2010-06-06 | Fix LDADD component order to let this build on static arches. | Miod Vallat |
2010-06-06 | clean-up into smaller functions | Marc Espie |
2010-06-06 | more checks: verify links. | Marc Espie |
2010-06-06 | actually pkg_check now | Marc Espie |
2010-06-06 | oops, make sure we have wpa before using it. | Marc Espie |
2010-06-05 | empty plist is bad too. | Marc Espie |
2010-06-05 | Install a default ldapd.conf, and standard schema files in /etc/ldap. | Martin Hedenfal |
2010-06-05 | last piece | Marc Espie |
2010-06-05 | move files after a discussion with Theo. | Marc Espie |
2010-06-05 | tweak previous; | Jason McIntyre |
2010-06-05 | modern syntax | Marc Espie |
2010-06-05 | roughly halfway through dependencies check (really need to handle | Marc Espie |
2010-06-05 | Minimize changes against the ber.c in snmpd and ypldap. This also fixes an | Martin Hedenfal |
2010-06-05 | usage line and error out if pkg foo. | Marc Espie |
2010-06-05 | use lock_db(unshared), since we may tweak things | Marc Espie |