Age | Commit message (Expand) | Author |
2009-12-24 | make the final progress bar vanish unless verbose >= 2, as requested by | Marc Espie |
2009-12-24 | kill PATH_RUNQUEUEHIGH and PATH_RUNQUEUELOW, i had great plans for them but | Gilles Chehade |
2009-12-24 | avoid infinite loop, noticed by Rivo Nurges. | Marc Espie |
2009-12-23 | Print more addresses with scope. | Claudio Jeker |
2009-12-23 | Implementation of RFC 2920 PIPELINING extension, client side only for now. | Jacek Masiulaniec |
2009-12-23 | Loopback interface don't have link local addresses so use the real IPv6 | Claudio Jeker |
2009-12-23 | partion -> partition. First one (mkfs.c) noted by Brad Tilley on tech@. | Kenneth R Westerback |
2009-12-22 | Crap. Remove debug code that I did not plan to commit. | Claudio Jeker |
2009-12-22 | Holy inconsitancy Batman! While it is impossible to use embeded scope ids | Claudio Jeker |
2009-12-22 | Add interface index aka. scope id to struct kroute so that the rde can pass | Claudio Jeker |
2009-12-22 | progressmeter always, unless -x is given | Theo de Raadt |
2009-12-22 | Use log_in6addr_scope() to print the correct nexthop. | Claudio Jeker |
2009-12-22 | Link local addressing strikes again. Include ifindex in all nexthop | Claudio Jeker |
2009-12-22 | Implement log_in6addr_scope() yet another function doing the same thing | Claudio Jeker |
2009-12-22 | Use correct interface id. iface_id is our ifindex, nbr_iface_id is the | Claudio Jeker |
2009-12-22 | Give calc_nexthop_lladdr() a chance to find the correct link local address. | Claudio Jeker |
2009-12-21 | Another AF_INET that should be an AF_INET6. | Claudio Jeker |
2009-12-21 | Doh! It helps to load the IPv6 routing table into kroute instead of IPv4. | Claudio Jeker |
2009-12-21 | check new package later, after we're sure of the set. | Marc Espie |
2009-12-21 | enable ospf6d, ospf6ctl, ldpd and ldpctl in builds. There is no reason to | Claudio Jeker |
2009-12-21 | if we're not in a "pretend" mode, synchronization operations on vstat occur | Marc Espie |
2009-12-21 | document recent changes, clean up old pkg_delete options | Marc Espie |
2009-12-21 | consistent spelling | Marc Espie |
2009-12-21 | much simpler SIG{INFO} handling: create a status object in state and | Marc Espie |
2009-12-20 | change verbosity handling: be silent by default, turn on the first level if -v. | Marc Espie |
2009-12-20 | zap trailing whitespace; | Jason McIntyre |
2009-12-20 | Removed lstat, because fstat will do most of the checks later on. Make | Tobias Stoeckmann |
2009-12-20 | Properly fill password string with zeros after use on unprivileged side of | Tobias Stoeckmann |
2009-12-20 | Make use of the new mknetid(8) -P flag. | Ingo Schwarze |
2009-12-20 | When a passwd(5) file is not available, fall back to master.passwd(5). | Ingo Schwarze |
2009-12-19 | - "cost" is not a good example of a macro name; from Rogier Krieger | Jason McIntyre |
2009-12-19 | create a $state->todo method to account for sets to install. | Marc Espie |
2009-12-19 | bye bye old | Marc Espie |
2009-12-18 | Merge rde_filter_community() with community_match() and kill a useless | Claudio Jeker |
2009-12-18 | xargs takes the whole list as argument, so no need to append. | Antoine Jacoutot |
2009-12-18 | Add etcsum and xetcsum to IGNORE_FILES. Needed for upcoming change. | Antoine Jacoutot |
2009-12-17 | misplaced change, found it back. | Marc Espie |
2009-12-17 | be slightly more paranoid about shell stuff we run. | Marc Espie |
2009-12-17 | remove extra spaces, fix doc for Ustar (create, not extract), and document | Marc Espie |
2009-12-17 | move the ntogo actual code in the progressmeter, so that -x shuts it off. | Marc Espie |
2009-12-17 | add a callback to file creation, so that we get progress meter for huge | Marc Espie |
2009-12-17 | spacing, no functional change. | Igor Sobrado |
2009-12-17 | Fix formatstring in printf. | Claudio Jeker |
2009-12-17 | display progressmeter at 0% at start of install/deinstall. | Marc Espie |
2009-12-16 | knf and unused variables | Theo de Raadt |
2009-12-16 | Don't lose a line each time a chunkful of content is read off the disk. | Jacek Masiulaniec |
2009-12-16 | enforce less restrictive limits to mailbox sizes and improve message | Igor Sobrado |
2009-12-16 | Use log_ext_subtype() instead of the homebrew version (which actually got | Claudio Jeker |
2009-12-16 | Implement "set ext-community [delete] subtype key:value" to set and delete | Claudio Jeker |
2009-12-16 | Fix RCPT TO failure handling, bug introduced in r1.18. | Jacek Masiulaniec |