summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2011-05-05Update all logging and debug functions to use the __func__ macroReyk Floeter
2011-05-05Allow a user to specify the route priorityPeter Hessler
2011-05-05ibuf_add returns 0 or -1. adding up the return values in errs and thenHenning Brauer
2011-05-04Massive diff to handle logins more correctly. iscsid will now doClaudio Jeker
2011-05-04When enqueueing offline mail, use a wait list to keep the number ofEric Faurot
2011-05-02More spring cleaningClaudio Jeker
2011-05-02Wrap some long lines and other cleanup. No functional change.Claudio Jeker
2011-05-02no need to escape `|'; as discussed with schwartzeJason McIntyre
2011-05-02Some cleanup, some KNF and sync non functional differences withClaudio Jeker
2011-05-02Some KNF, some other cleanup, fix some fatalx() messages.Claudio Jeker
2011-05-02Sync with ospfd/database.cClaudio Jeker
2011-05-02wrap long lineClaudio Jeker
2011-05-02Don't include sys/param.h and reformat some lines.Claudio Jeker
2011-05-02Rework the logout code and use this to do a proper logout whenClaudio Jeker
2011-05-01the smtpd env is meant to be global, so do not pass it all around.Eric Faurot
2011-05-01On reload the filtersets attached to a network need to be moved to theClaudio Jeker
2011-05-01Free cname and rcname on exit. Found by Milosz JakubowskiClaudio Jeker
2011-04-30Remove some unused code, from Michael W Bombardieri. ok yasuokaNicholas Marriott
2011-04-30Use gid_t for setgroups(), from Michael W Bombardieri. ok yasuokaNicholas Marriott
2011-04-30no need to escape |, pointed out by jmc@Stuart Henderson
2011-04-28Try to schedule a new task for the connection in conn_task_cleanup()Claudio Jeker
2011-04-28DATA OUT operations need to be piggibacked on the same connection asClaudio Jeker
2011-04-28divert-to is picky about the address family so adjust the ruleMike Belopuhov
2011-04-28switch ftp-proxy over to divert-to instead of rdr-to. this avoidsMike Belopuhov
2011-04-27Implement "log verbose|brief" and allow the configuratuin of theClaudio Jeker
2011-04-27Implement CTRL_LOG_VERBOSE to toggle log verbosity.Claudio Jeker
2011-04-27Rename task_cleanup() to conn_task_cleanup() seems a better place forClaudio Jeker
2011-04-27Add log_verbose() like all the other log.c users.Claudio Jeker
2011-04-27Cosmetic:Antoine Jacoutot
2011-04-27Start implementing the FSM. Introduce a session FSM that is run via aClaudio Jeker
2011-04-25don't erase 1st manpage in case two manpages have the first name.Marc Espie
2011-04-24Get rid of casts to struct rsession in relayd by not declaring aAlexander Bluhm
2011-04-23improve line breaking in SYNOPSIS now that semantics of the .Bk macroIgor Sobrado
2011-04-23Only print changed TOS in returned packets when -t is set (last commit wasStuart Henderson
2011-04-23BRKSIZ is the right constant now, so I don't get lots of teeny tiny heapsTed Unangst
2011-04-21no need to escape `|';Jason McIntyre
2011-04-21Make nsd-zonec less verbose in nsdc runs by removing the -vClaudio Jeker
2011-04-21Oopsy.Antoine Jacoutot
2011-04-21Better detection of obsolete files (naddy@ reported a false positive).Antoine Jacoutot
2011-04-21Add a "filter-routes" option; when set, snmpd asks the kernel not toStuart Henderson
2011-04-21daemon() can fail; don't hide this for the user if that's the case.Jasper Lievisse Adriaanse
2011-04-20grammar fix; from Michael W. BombardieriJason McIntyre
2011-04-20Enhance sysmerge(8) output so that it is more readable and make it moreAntoine Jacoutot
2011-04-18people (should) bump REVISION nowadays.Jasper Lievisse Adriaanse
2011-04-18yeouchMarc Espie
2011-04-18Fix a bug where OBSOLETE_FILES would contain only the last appendedAntoine Jacoutot
2011-04-17improve line breaking in the SYNOPSIS section.Igor Sobrado
2011-04-17cleanups, cosmethic changes, functions that should be static are now staticGilles Chehade
2011-04-17remove unused IMSG_ definesGilles Chehade
2011-04-17a structure describing an envelope should be called struct envelope, notGilles Chehade