Age | Commit message (Expand) | Author |
2009-06-03 | Better way to allocate new RIBs. | Claudio Jeker |
2009-06-03 | initialize queue | Eric Faurot |
2009-06-03 | Make prefix_destroy more generic and use it in prefix_remove this is possible | Claudio Jeker |
2009-06-03 | - enable on sgi | Jasper Lievisse Adriaanse |
2009-06-03 | allow localhost to query server-status by default. this makes apachectl | Robert Nagy |
2009-06-03 | rename sc_config to sc_conffile since that's what this field is about, it | Gilles Chehade |
2009-06-03 | Improve error checking for the secrets encoding function; ok gilles@ | Jacek Masiulaniec |
2009-06-03 | Arla client rename from xfs to nnpfs for later upgrades. Tested on various ar... | Janne Johansson |
2009-06-03 | rewind DATA, so that the next scp: url will have code to connect to... | Marc Espie |
2009-06-03 | change buf_close return type to void. | Eric Faurot |
2009-06-02 | Fix the way apache reports Content-Length by promoting the clength field | Pierre-Yves Ritschard |
2009-06-02 | make env->sc_listeners and env->sc_ssl pointers, one step further toward | Gilles Chehade |
2009-06-02 | bring in buf_seek, buf_size and buf_left from bgpd | Eric Faurot |
2009-06-02 | constify argument to buf_add | Eric Faurot |
2009-06-02 | Same reject and blackhole route handling as in ospfd. Allow those routes | Claudio Jeker |
2009-06-02 | - minor tweaks | Jason McIntyre |
2009-06-02 | Track reject and blackhole routes and allow them to be redistributed even | Claudio Jeker |
2009-06-02 | make it clear that setting the global timeout late will mess things up. | Pierre-Yves Ritschard |
2009-06-02 | note that order is important in the file regarding global options at this tim... | Janne Johansson |
2009-06-02 | Fix ldpd.conf man page. | Michele Marchetto |
2009-06-02 | remove extra imsg_event_add() after EV_WRITE checks - this is not | Reyk Floeter |
2009-06-02 | Libevent may do an upcall with both EV_READ and EV_WRITE set. | Reyk Floeter |
2009-06-02 | Also match on 'master.passwd.byuid'. Fixes a problem with lookup by uid. | Bernd Ahlers |
2009-06-02 | Make show rib as and show rib community use the same dump code as the other | Claudio Jeker |
2009-06-02 | Move the rest of the rib dump functions into rde_rib.c where it belongs. | Claudio Jeker |
2009-06-01 | Use only one list to queue the dump contextes on. Use the list in struct | Claudio Jeker |
2009-06-01 | no endpwent | Henning Brauer |
2009-06-01 | no we don't need endpwent | Henning Brauer |
2009-06-01 | yet another cleanup in mfa/lka, don't roll their own loops to release maps | Gilles Chehade |
2009-06-01 | Do not call the upcall twice on some prefixes. Move the upcall back to | Claudio Jeker |
2009-06-01 | add new file ruleset.c with code related to the ruleset matching, and kill | Gilles Chehade |
2009-06-01 | Holy simplification batman. Use the per rib entry flags to lock entries | Claudio Jeker |
2009-06-01 | Instead of storing a pointer to the RIB head in the RIB element use that | Claudio Jeker |
2009-06-01 | propagate the recipient domain through aliases expansion, this fixes a bug | Gilles Chehade |
2009-06-01 | Welcome ldpd, the Label Distribution Protocol daemon. | Michele Marchetto |
2009-06-01 | Fix NULL dereference in aml_name.c (acpidump) | Mike Larkin |
2009-06-01 | No need for save_getpwuid and such functions which call endpwent. | Theo de Raadt |
2009-06-01 | fix function name in log_debug | Jacek Masiulaniec |
2009-06-01 | display ssl negociation information in the received line of incoming | Gilles Chehade |
2009-06-01 | Don't destroy listening socket when pause/resume request is received, | Jacek Masiulaniec |
2009-06-01 | Fix EV_READ/EV_WRITE testing inside IMSG handlers. Based on similar change | Jacek Masiulaniec |
2009-05-31 | Remove redundant imsg_event_add calls; ok claudio@ | Jacek Masiulaniec |
2009-05-31 | Remove redundant imsg_event_add calls; ok claudio@ | Jacek Masiulaniec |
2009-05-31 | Don't define NFS before including kernel header files, | Thordur I. Bjornsson |
2009-05-31 | Remove redundant imsg_event_add calls; ok claudio@ | Jacek Masiulaniec |
2009-05-31 | when entering mta_connect() reset session fd to -1 | Gilles Chehade |
2009-05-31 | More libevent callback fixes. While there make n also ssize_t as in all | Claudio Jeker |
2009-05-31 | Better EV_READ and EV_WRITE handling in the libevent callbacks. Again mostly | Claudio Jeker |
2009-05-31 | libevent handler fix to allow EV_READ and EV_WRITE to be set at the same | Claudio Jeker |
2009-05-31 | The libevent callback function may be called with EV_READ and EV_WRITE | Claudio Jeker |