summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2011-04-06When specifying tos with -t, display a message if the returned packetStuart Henderson
2011-04-06Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'Miod Vallat
2011-04-06Local variables storing integer values and printed with %d should beMiod Vallat
2011-04-05Remove portalfs.Thordur I. Bjornsson
2011-04-05Move session related code into session.c.Claudio Jeker
2011-04-05Log the SessionName so that it is possible to understand which sessionClaudio Jeker
2011-04-04Remove unused variables; from Michael W. BombardieriTodd C. Miller
2011-04-04arla_warn -> arla_warnx if there is no errno to pass...Miod Vallat
2011-04-03Call setlocale() to avoid display glitches in UTF-8 locales.Stefan Sperling
2011-04-02add stat counters for the lookup agentEric Faurot
2011-04-02saner and hopefully correct implementation for dname_from_fqdn().Eric Faurot
2011-04-02add support for pppx interfaces instead of tun interfaces.David Gwynne
2011-03-31cleanup and simplification following the asr update.Eric Faurot
2011-03-31remove dead code from pppoe(8).Igor Sobrado
2011-03-29remove unused code now that reverse lookups are done through asr.Eric Faurot
2011-03-29make use the cname query interface from asr for reverse lookupsEric Faurot
2011-03-28tweak previous;Jason McIntyre
2011-03-28Add a couple of examples on tcpflags and icmptype filtersgiovanni
2011-03-27add a function to factorize resetting of dnssession events.Eric Faurot
2011-03-27add missing CVS markers and update copyright year.Eric Faurot
2011-03-26missing file in previous commitEric Faurot
2011-03-26Fix the MX lookup process:Eric Faurot
2011-03-26check that we actually have a stdio stream opened for the message beforeGilles Chehade
2011-03-26Tweak the asr API to make things a bit smoother on the user side.Eric Faurot
2011-03-26Merge a reverse lookup query implementation into asr.Eric Faurot
2011-03-26have the client API receive a stdio stream rather than a fd to the messageGilles Chehade
2011-03-26use an index for iterating into the mx list.Eric Faurot
2011-03-25Use the rdomain information returned by DIOCNATLOOK to install theClaudio Jeker
2011-03-25Rewrite the lsack generation. Make it more like the lsupdate code.Claudio Jeker
2011-03-24Make the sequence number constanst explicitly unsigned. The seq_num isClaudio Jeker
2011-03-24Fix some memory leaks. Mainly better cleanup on shutdown but the v_nexthopClaudio Jeker
2011-03-23The asr structure must always be freed in asr_done(). This is aEric Faurot
2011-03-23Simplify resolver initialization. This is done only onceEric Faurot
2011-03-23remove unused states in enumEric Faurot
2011-03-23cache user name for ~userMarc Espie
2011-03-23allow scp://hostname/~user/subdir to workMarc Espie
2011-03-23Print a warning when rtsol or rtsold are used to do IPv6 autoconfigurationAlexander Bluhm
2011-03-22Don't be to strict when checking the length of an ospf packet.Claudio Jeker
2011-03-22use timerclear macroOkan Demirmen
2011-03-21do not close msgfd in bounce_session(), it is closed by client_close()Gilles Chehade
2011-03-21- reset smtp_client pointer to NULL after client_close()Gilles Chehade
2011-03-21fix a memory leak in client.c and properly close envelope inGilles Chehade
2011-03-20document new stuffMarc Espie
2011-03-20pass url name to Ustar, for error messagesMarc Espie
2011-03-20allow Ustar to be more precise in its error messages: record positionMarc Espie
2011-03-19use timerclear macroOkan Demirmen
2011-03-19Pass the new -c option to grotty when building manuals, to avoid ANSIIngo Schwarze
2011-03-19I can remove duplicate flag since that's handled upwards.Marc Espie
2011-03-19put back -L in handle_options, so that it works in pkg_add/pkg_delete/pkg_createMarc Espie
2011-03-19fix some name[=value] horrors;Jason McIntyre