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