summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2011-05-19Fix some possible NULL pointer dereferences, and a little bit of cleanup.Peter Hessler
2011-05-19Add a few missing checks of return values of memory allocations.Reyk Floeter
2011-05-19Fix reload support in relayd(8) by reimplementing large parts of theReyk Floeter
2011-05-17introduce new user_backend API for smtpd to lookup the users it wants toGilles Chehade
2011-05-17smtpd now uses an auth_backend API to authenticate users that are allowedGilles Chehade
2011-05-17somehow a previous sync with relayd missed one line...Gilles Chehade
2011-05-16remove useless assignationGilles Chehade
2011-05-16when a C_VDOM recipient expands to a local user, envelope expansion willGilles Chehade
2011-05-16plug leak in make_aliases()Jasper Lievisse Adriaanse
2011-05-16murder struct path and make sure smtpd uses simpler structures that do notGilles Chehade
2011-05-16tweak previous;Jason McIntyre
2011-05-16Print IPv6 addresses in hex, not decimal; from Tim van der MolenBret Lambert
2011-05-15disable pipex for L2TP on disconnect, too; yasuoka@ agrees.Markus Friedl
2011-05-14more clang warnings fixedGilles Chehade
2011-05-14char -> u_charGilles Chehade
2011-05-14int * -> socklen_t * in getsockopt() callGilles Chehade
2011-05-12Make it clear that ftp-proxy needs to make outbound connections.Ryan Thomas McBride
2011-05-12remove sneaky little ;lum
2011-05-12Add quotations around the value of name=value pairs that are missing them.lum
2011-05-12Preferably we would have "use warnings;" but never-the-less a small booboolum
2011-05-11Tidy how adduser handles email messages.lum
2011-05-11Tweak previous from jmc@lum
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