summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2009-06-04Export networks to be redistributed into all ribs for now.Claudio Jeker
2009-06-04Add "rde rib <name>" to the config and allow the rde to use these other RIBs.Claudio Jeker
2009-06-04Document that we accept ASPLAIN format 32-bit ASN.Stuart Henderson
2009-06-04hotplugd is on so many, give up on MANSUBDIRTheo de Raadt
2009-06-03simplify struct batch; ok gilles@Jacek Masiulaniec
2009-06-03change "cachepct" to "bufcachepercent" so it is the sameBob Beck
2009-06-03Allocate all rib contextes for tree walks and don't use static stack memory.Claudio Jeker
2009-06-03Initial stab at rib_free() until now unused.Claudio Jeker
2009-06-03cleanup contorted and slightly broken call to imsg_get_fdEric Faurot
2009-06-03Better way to allocate new RIBs.Claudio Jeker
2009-06-03initialize queueEric Faurot
2009-06-03Make prefix_destroy more generic and use it in prefix_remove this is possibleClaudio Jeker
2009-06-03- enable on sgiJasper Lievisse Adriaanse
2009-06-03allow localhost to query server-status by default. this makes apachectlRobert Nagy
2009-06-03rename sc_config to sc_conffile since that's what this field is about, itGilles Chehade
2009-06-03Improve error checking for the secrets encoding function; ok gilles@Jacek Masiulaniec
2009-06-03Arla client rename from xfs to nnpfs for later upgrades. Tested on various ar...Janne Johansson
2009-06-03rewind DATA, so that the next scp: url will have code to connect to...Marc Espie
2009-06-03change buf_close return type to void.Eric Faurot
2009-06-02Fix the way apache reports Content-Length by promoting the clength fieldPierre-Yves Ritschard
2009-06-02make env->sc_listeners and env->sc_ssl pointers, one step further towardGilles Chehade
2009-06-02bring in buf_seek, buf_size and buf_left from bgpdEric Faurot
2009-06-02constify argument to buf_addEric Faurot
2009-06-02Same reject and blackhole route handling as in ospfd. Allow those routesClaudio Jeker
2009-06-02- minor tweaksJason McIntyre
2009-06-02Track reject and blackhole routes and allow them to be redistributed evenClaudio Jeker
2009-06-02make it clear that setting the global timeout late will mess things up.Pierre-Yves Ritschard
2009-06-02note that order is important in the file regarding global options at this tim...Janne Johansson
2009-06-02Fix ldpd.conf man page.Michele Marchetto
2009-06-02remove extra imsg_event_add() after EV_WRITE checks - this is notReyk Floeter
2009-06-02Libevent may do an upcall with both EV_READ and EV_WRITE set.Reyk Floeter
2009-06-02Also match on 'master.passwd.byuid'. Fixes a problem with lookup by uid.Bernd Ahlers
2009-06-02Make show rib as and show rib community use the same dump code as the otherClaudio Jeker
2009-06-02Move the rest of the rib dump functions into rde_rib.c where it belongs.Claudio Jeker
2009-06-01Use only one list to queue the dump contextes on. Use the list in structClaudio Jeker
2009-06-01no endpwentHenning Brauer
2009-06-01no we don't need endpwentHenning Brauer
2009-06-01yet another cleanup in mfa/lka, don't roll their own loops to release mapsGilles Chehade
2009-06-01Do not call the upcall twice on some prefixes. Move the upcall back toClaudio Jeker
2009-06-01add new file ruleset.c with code related to the ruleset matching, and killGilles Chehade
2009-06-01Holy simplification batman. Use the per rib entry flags to lock entriesClaudio Jeker
2009-06-01Instead of storing a pointer to the RIB head in the RIB element use thatClaudio Jeker
2009-06-01propagate the recipient domain through aliases expansion, this fixes a bugGilles Chehade
2009-06-01Welcome ldpd, the Label Distribution Protocol daemon.Michele Marchetto
2009-06-01Fix NULL dereference in aml_name.c (acpidump)Mike Larkin
2009-06-01No need for save_getpwuid and such functions which call endpwent.Theo de Raadt
2009-06-01fix function name in log_debugJacek Masiulaniec
2009-06-01display ssl negociation information in the received line of incomingGilles Chehade
2009-06-01Don't destroy listening socket when pause/resume request is received,Jacek Masiulaniec
2009-06-01Fix EV_READ/EV_WRITE testing inside IMSG handlers. Based on similar changeJacek Masiulaniec