Age | Commit message (Expand) | Author |
2012-09-18 | The if (!better && !equal) check is redundant as the same condition | Alexander Bluhm |
2012-09-18 | make use of expandtree_free_nodes() in lka_session_destroy(). | Eric Faurot |
2012-09-18 | - add xmemdup() helper. | Eric Faurot |
2012-09-18 | simple lka cleanups: | Eric Faurot |
2012-09-18 | fix mandoc -Tlint warnings. | YASUOKA Masahiko |
2012-09-18 | New configuration syntax for npppd(8). `npppd.conf' will be based on | YASUOKA Masahiko |
2012-09-18 | this structure is not useful and ill-named. remove it. | Eric Faurot |
2012-09-18 | a few cleanups: | Eric Faurot |
2012-09-18 | remove C_NET. it's not used and there is no plan for it at the moment. | Eric Faurot |
2012-09-18 | update email addresses to match reality. | Reyk Floeter |
2012-09-18 | update the standards and RFCs | Reyk Floeter |
2012-09-18 | prio 0 is valid, therefore, I chose an "impossible" value for prio meaning | Henning Brauer |
2012-09-18 | Print the wieght in the show rib detail output. OK sthen@, henning@ | Claudio Jeker |
2012-09-18 | Expose the local weight in the ctl_show_rib struct so bgpctl can print it. | Claudio Jeker |
2012-09-18 | Add SNMPv3 in the EXAMPLES section. | Reyk Floeter |
2012-09-18 | Only allow one reload request at a time in bgpd. Needed for further work. | Claudio Jeker |
2012-09-18 | sync mask2prefixlen6() with the nicer version from bgpd/kroute.c: | Reyk Floeter |
2012-09-18 | knf | Reyk Floeter |
2012-09-18 | Add 2 new knobs to usermod(8): | Antoine Jacoutot |
2012-09-17 | tweak previous; | Jason McIntyre |
2012-09-17 | Add map_create() and map_add() helpers. Simplify the config parser by a | Eric Faurot |
2012-09-17 | Fix relay statistics. Found and fix by Erik Lax (erik -at- halon -dot- se) | Sebastian Benoit |
2012-09-17 | let the debug message look like the configuration syntax | Reyk Floeter |
2012-09-17 | Fix format expansion in smtpd.conf, it has confused a lot of people and it | Gilles Chehade |
2012-09-17 | increment the session counter when a session is created. | Eric Faurot |
2012-09-17 | simplify the detection of release/stable vs. snapshot kernel by | Robert Peichaer |
2012-09-17 | Unbreak. gcc 2 at least complains if a declaration is ended by two semicolons. | Miod Vallat |
2012-09-17 | tedu lint tendrils through config internals. | Marc Espie |
2012-09-17 | silence gcc | Reyk Floeter |
2012-09-17 | Update copyright and my email address in snmpd while I'm here. | Reyk Floeter |
2012-09-17 | Add initial SNMPv3 support to snmpd(8). | Reyk Floeter |
2012-09-17 | Fix trailing whitespaces. | Alexander Bluhm |
2012-09-17 | fix pasto | Eric Faurot |
2012-09-17 | revert previous and unlink aliases.5 and forward.5 from the build: these | Jason McIntyre |
2012-09-17 | various tweaks; ok gilles | Jason McIntyre |
2012-09-16 | we need to ensure we have at least two descriptors per-client accepted, or | Gilles Chehade |
2012-09-16 | now that log_imsg() is only used in smtpd.c, set it as static. | Charles Longeau |
2012-09-16 | Factorize log_imsg() in imsg_dispatch() instead of in each imsg_callback()'s | Charles Longeau |
2012-09-16 | link new aliases.5 and forward.5 to the build | Charles Longeau |
2012-09-16 | silent warnings | Charles Longeau |
2012-09-16 | replace BSD-licensed mkdir_p() with ISC-licensed mkdirs(), this allows us | Gilles Chehade |
2012-09-16 | remove the thread_private hack. | Eric Faurot |
2012-09-15 | When enqueueing from the local socket, the input address is faked as "::1". | Eric Faurot |
2012-09-15 | Don't depend on sa_family_t being typedefed by <sys/types.h>; pull in | Philip Guenthe |
2012-09-14 | Remove s_ssl from the smtp session since it is duplicated in the io struct. | Eric Faurot |
2012-09-14 | When printing ioev, do not segfault if there is no associated iobuf. | Eric Faurot |
2012-09-14 | tweak the description of "value" somewhat; ok gilles | Jason McIntyre |
2012-09-14 | Check limits before allocating the session. | Eric Faurot |
2012-09-14 | restructure this page somewhat, and make it read better; ok gilles | Jason McIntyre |
2012-09-13 | There is no need to compile this with -Werror by default. | Claudio Jeker |