Age | Commit message (Expand) | Author |
2012-05-29 | do not overwrite the table timeout with the global timeout when a | Sebastian Benoit |
2012-05-29 | - introduce map_static.c as a backend to static maps in parse.y, this has | Gilles Chehade |
2012-05-29 | - introduce text_to_relayhost() which converts an url into a relayhost. | Gilles Chehade |
2012-05-28 | Plug a couple more fd leaks. As part of the fix, make all the *init | Joel Knight |
2012-05-28 | I'm an idiot, make sure we call the right routines every time | Marc Espie |
2012-05-27 | tweak previous; | Jason McIntyre |
2012-05-27 | Document network mrt file [ filter] used to load mrt dumps into bgpd. | Claudio Jeker |
2012-05-27 | Make it possible to load mrt table dumps into bgpd. This is a debug tool but | Claudio Jeker |
2012-05-27 | Extend the network code to allow attributes to be passed in with prefixes. | Claudio Jeker |
2012-05-26 | Plug some leaks when certain error conditions are met. | Joel Knight |
2012-05-26 | fix class hierarchy errors: print all Action (includes @newuser, @newgroup, | Marc Espie |
2012-05-25 | remove unused variable | Charles Longeau |
2012-05-25 | add missing header needed by time() | Charles Longeau |
2012-05-24 | exlusive -> exclusive | Miod Vallat |
2012-05-24 | put possible fragments in there. | Marc Espie |
2012-05-23 | - introduce temp_inet_net_pton_ipv6() temporarily until we have AF_INET6 | Gilles Chehade |
2012-05-23 | also record expanded @exec-like actions and @newauth... | Marc Espie |
2012-05-22 | Flush the right networks, the dynamic ones not the static ones. | Claudio Jeker |
2012-05-22 | Sync log strings with the possible values of IMSG_CTL_RESULT | Claudio Jeker |
2012-05-22 | Fix a warning message to print the correct information. OK henning@ sthen@ | Claudio Jeker |
2012-05-18 | just warn if files from the *etc sets are missing. This will remind | Marc Espie |
2012-05-17 | show the f_iflags; ok guenther | Theo de Raadt |
2012-05-16 | The PCIe link speed values are printed in GT/s not Gb/s. | Jonathan Gray |
2012-05-16 | recognise 8.0 GT/s link speed for PCI Express 3.0 | Jonathan Gray |
2012-05-16 | Don't spin accept() when hitting ENFILE/EMFILE. Upstream r2663. | Stuart Henderson |
2012-05-15 | supplementary magic code, not active yet | Marc Espie |
2012-05-15 | less hackish test for LIB*VERSION: after building the element, | Marc Espie |
2012-05-15 | allow elements to remove themselves from PackingList, adjust visit | Marc Espie |
2012-05-15 | move the chroot path stripping into a different function to make sure | Robert Nagy |
2012-05-14 | Don't display a nonsense uptime for an inactive interface. ldpd fix from | Stuart Henderson |
2012-05-14 | use the size of the struct not the size of the pointer for memset | Jonathan Gray |
2012-05-13 | tweak previous; ok gilles | Jason McIntyre |
2012-05-13 | replace tabs with spaces, to avoid markup problems; ok gilles | Jason McIntyre |
2012-05-13 | backport changeset 4619 from nginx trunk: | Robert Nagy |
2012-05-13 | Remove sizes entry so it doesn't appear as a valid command in the | Nicholas Marriott |
2012-05-13 | update to nginx-1.2.0 | Robert Nagy |
2012-05-13 | - cleanup parse.y by removing lots of code that should not have been there, | Gilles Chehade |
2012-05-12 | - remove unused sources S_EXT, S_DYN and S_EXT from enum map_src | Gilles Chehade |
2012-05-12 | - simplify a bit maps by removing fields which are still unused years | Gilles Chehade |
2012-05-12 | Update the internal mta implementation so that a session now has a | Eric Faurot |
2012-05-12 | - 'secret' -> 'credentials' in some logs | Gilles Chehade |
2012-05-12 | - rename all occurences of K_SECRET to K_CREDENTIALS | Gilles Chehade |
2012-05-11 | split the session logic off mta.c into mta_session.c | Eric Faurot |
2012-05-11 | set the status line and log envelope change in mta_envelope_done(). | Eric Faurot |
2012-05-09 | Fix a desynchronization on host change during a running check | giovanni |
2012-05-08 | fix "label string" in http protocol. problem found by giovanni. | Sebastian Benoit |
2012-05-08 | Delete rtev* that was to work around routing socket overflows. | YASUOKA Masahiko |
2012-05-08 | Fix a null reference bug on terminating the process. | YASUOKA Masahiko |
2012-05-08 | Result-Code AVP of StopCCN was not parsed properly. | YASUOKA Masahiko |
2012-05-08 | Ignore NAK of authentication protocol option on LCP that was not | YASUOKA Masahiko |