summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2011-05-10fix an off-by-one that made smtpd skip an "invalid" bucket that wasGilles Chehade
2011-05-10Update EXAMPLES to reflect current behaviour.lum
2011-05-09Installing -> Updating.Antoine Jacoutot
2011-05-09ospfctl bits for opaque LSA support.Claudio Jeker
2011-05-09First bits to support opaque LSA. Type-9, 10 and 11 are LSA that canClaudio Jeker
2011-05-09Reorganize the relayd code to use the proc.c privsep API/commodityReyk Floeter
2011-05-09Reorganize the relayd code to use the proc.c privsep API/commodityReyk Floeter
2011-05-09fix segfault in newaliases after global env move.Eric Faurot
2011-05-08Make sure /etc/group and /etc/master.passwd are handled first in case weAntoine Jacoutot
2011-05-07there is already a function to set the portno.Eric Faurot
2011-05-06move dns session specific structs and prototypes out of smtpd.h.Eric Faurot
2011-05-06If it doesn't exist, create the directory holding the link we are aboutAntoine Jacoutot
2011-05-06Do not special case loopback interfaces on init. Instead force themClaudio Jeker
2011-05-06Do not special case loopback interfaces on init. Instead force themClaudio Jeker
2011-05-05order static typesClaudio Jeker
2011-05-05KNFClaudio Jeker
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