Age | Commit message (Expand) | Author |
2010-02-17 | Always call the shutdown code after returning from event_dispatch(). | Jonathan Gray |
2010-02-17 | the map api becomes backend-agnostic with initial support for db(3) and | Gilles Chehade |
2010-02-17 | localpart of a struct path may legally exceed MAXLOGNAME, causing lka to | Gilles Chehade |
2010-02-16 | Make ldpd less verbose. | Michele Marchetto |
2010-02-16 | Pick up RTM_DELADDR and issue an internal IFADDRDEL message to the ospfe to | Claudio Jeker |
2010-02-16 | When taking an interface down just try to do the cleanup. In cases where | Claudio Jeker |
2010-02-16 | Only merge interfaces that have the same address and netmask. Fixes a bug | Claudio Jeker |
2010-02-16 | Clear the DR and BDR addresses in nbr_act_delete(), makes the election | Claudio Jeker |
2010-02-16 | Lets violate the RFC once more. Change the way we map hello packets to | Claudio Jeker |
2010-02-16 | Don't log the same thing twice. From a much bigger diff. | Claudio Jeker |
2010-02-16 | implement support for fast hello packets. | David Gwynne |
2010-02-16 | the minimal spf-holdtime and spf-delay is 10 msec, not 50. | David Gwynne |
2010-02-16 | allow spf-delay and spf-holdtime to be specified in msec so ospfd can | David Gwynne |
2010-02-16 | Plug a memory leak in pushfile(). | Michele Marchetto |
2010-02-11 | Not knowing a AFI/SAFI pair in the MP capability is no reason to fail | Claudio Jeker |
2010-02-11 | We need to load the config before kr_init() is called or fib-update is | Claudio Jeker |
2010-02-11 | While looking through this code I figured out that set nexthop self and | Claudio Jeker |
2010-02-11 | Force a space between address and nexthop. IPv6 is overflowing all size | Claudio Jeker |
2010-02-09 | Don't hardcode the AID to AID_INET6 when sending MP EoR updates. | Claudio Jeker |
2010-02-08 | Unbreak IPv6 local address lookups. Some idiot aka me optimised a loop and | Claudio Jeker |
2010-02-08 | It is enough that peer->capa.mp[i] is non zero. It does not need to be 1. | Claudio Jeker |
2010-02-08 | ...and yet another typo copied from ospfd: the ev_sighup event handler | Philip Guenthe |
2010-02-08 | Use SIGCHLD for the sigchild handler not SIGINT twice. | Philip Guenthe |
2010-02-07 | A few visual cleanups, and clarify a comment. | Bret Lambert |
2010-02-06 | Remove newly generated sum file(s) if it did not exist before and trap | Antoine Jacoutot |
2010-02-06 | Simplify LDAP URL handling (currently unused): | Bret Lambert |
2010-02-04 | remove assumption that internal IFSD_LINK* defines are the same as | Kevin Steves |
2010-02-04 | In event_again() call event_del() before calling event_set() so we | Jonathan Gray |
2010-02-04 | no -S option; from Daniel Dickman | Jason McIntyre |
2010-02-03 | Add a SECURITY FIX for CVE-2010-0010 | Jasper Lievisse Adriaanse |
2010-02-01 | Fix logic error (&& vs. ||), found while looking for inspiration for smtpd | Jacek Masiulaniec |
2010-01-31 | add HOWTO_PIPEX_NPPPD.txt for people who try to use pipex and npppd before | YASUOKA Masahiko |
2010-01-31 | privilege separation of npppd. | YASUOKA Masahiko |
2010-01-30 | Build on loongson, and sort platform list. | Miod Vallat |
2010-01-27 | tweak previous: there was a word missing, but i've just changed | Jason McIntyre |
2010-01-27 | actually order things: | Marc Espie |
2010-01-27 | search for authpf.message in $USER dirs also | Todd T. Fries |
2010-01-27 | use arc4random() instead of random() | Jakob Schlyter |
2010-01-27 | merge QID generation patch from NSD trunk | Jakob Schlyter |
2010-01-27 | Fixed 2 off-by-one problems. | YASUOKA Masahiko |
2010-01-26 | downgrade, not downgrades | Marc Espie |
2010-01-26 | fix merging behavior when merging doesn't occur: | Marc Espie |
2010-01-24 | extra indirection: no match gives a reason why, so we can rebuild | Marc Espie |
2010-01-24 | use libspecs, report problem will be terser for now. | Marc Espie |
2010-01-24 | use libspecs through Dependencies. | Marc Espie |
2010-01-24 | add code to unify spec and names as LibraryObject, plus a repository and | Marc Espie |
2010-01-24 | prevent broken packagenames from creeping in. | Marc Espie |
2010-01-24 | add code to check packagename for problems | Marc Espie |
2010-01-24 | In orig_intra_lsa_rtr(), don't allocate and free a temporary buffer | Stefan Sperling |
2010-01-20 | Make ypserv(8) reread its YP maps on SIGHUP | Ingo Schwarze |