Age | Commit message (Expand) | Author |
2011-05-19 | Fix some possible NULL pointer dereferences, and a little bit of cleanup. | Peter Hessler |
2011-05-19 | Add a few missing checks of return values of memory allocations. | Reyk Floeter |
2011-05-19 | Fix reload support in relayd(8) by reimplementing large parts of the | Reyk Floeter |
2011-05-17 | introduce new user_backend API for smtpd to lookup the users it wants to | Gilles Chehade |
2011-05-17 | smtpd now uses an auth_backend API to authenticate users that are allowed | Gilles Chehade |
2011-05-17 | somehow a previous sync with relayd missed one line... | Gilles Chehade |
2011-05-16 | remove useless assignation | Gilles Chehade |
2011-05-16 | when a C_VDOM recipient expands to a local user, envelope expansion will | Gilles Chehade |
2011-05-16 | plug leak in make_aliases() | Jasper Lievisse Adriaanse |
2011-05-16 | murder struct path and make sure smtpd uses simpler structures that do not | Gilles Chehade |
2011-05-16 | tweak previous; | Jason McIntyre |
2011-05-16 | Print IPv6 addresses in hex, not decimal; from Tim van der Molen | Bret Lambert |
2011-05-15 | disable pipex for L2TP on disconnect, too; yasuoka@ agrees. | Markus Friedl |
2011-05-14 | more clang warnings fixed | Gilles Chehade |
2011-05-14 | char -> u_char | Gilles Chehade |
2011-05-14 | int * -> socklen_t * in getsockopt() call | Gilles Chehade |
2011-05-12 | Make it clear that ftp-proxy needs to make outbound connections. | Ryan Thomas McBride |
2011-05-12 | remove sneaky little ; | lum |
2011-05-12 | Add quotations around the value of name=value pairs that are missing them. | lum |
2011-05-12 | Preferably we would have "use warnings;" but never-the-less a small booboo | lum |
2011-05-11 | Tidy how adduser handles email messages. | lum |
2011-05-11 | Tweak previous from jmc@ | lum |
2011-05-10 | fix an off-by-one that made smtpd skip an "invalid" bucket that was | Gilles Chehade |
2011-05-10 | Update EXAMPLES to reflect current behaviour. | lum |
2011-05-09 | Installing -> Updating. | Antoine Jacoutot |
2011-05-09 | ospfctl bits for opaque LSA support. | Claudio Jeker |
2011-05-09 | First bits to support opaque LSA. Type-9, 10 and 11 are LSA that can | Claudio Jeker |
2011-05-09 | Reorganize the relayd code to use the proc.c privsep API/commodity | Reyk Floeter |
2011-05-09 | Reorganize the relayd code to use the proc.c privsep API/commodity | Reyk Floeter |
2011-05-09 | fix segfault in newaliases after global env move. | Eric Faurot |
2011-05-08 | Make sure /etc/group and /etc/master.passwd are handled first in case we | Antoine Jacoutot |
2011-05-07 | there is already a function to set the portno. | Eric Faurot |
2011-05-06 | move dns session specific structs and prototypes out of smtpd.h. | Eric Faurot |
2011-05-06 | If it doesn't exist, create the directory holding the link we are about | Antoine Jacoutot |
2011-05-06 | Do not special case loopback interfaces on init. Instead force them | Claudio Jeker |
2011-05-06 | Do not special case loopback interfaces on init. Instead force them | Claudio Jeker |
2011-05-05 | order static types | Claudio Jeker |
2011-05-05 | KNF | Claudio Jeker |
2011-05-05 | Update all logging and debug functions to use the __func__ macro | Reyk Floeter |
2011-05-05 | Allow a user to specify the route priority | Peter Hessler |
2011-05-05 | ibuf_add returns 0 or -1. adding up the return values in errs and then | Henning Brauer |
2011-05-04 | Massive diff to handle logins more correctly. iscsid will now do | Claudio Jeker |
2011-05-04 | When enqueueing offline mail, use a wait list to keep the number of | Eric Faurot |
2011-05-02 | More spring cleaning | Claudio Jeker |
2011-05-02 | Wrap some long lines and other cleanup. No functional change. | Claudio Jeker |
2011-05-02 | no need to escape `|'; as discussed with schwartze | Jason McIntyre |
2011-05-02 | Some cleanup, some KNF and sync non functional differences with | Claudio Jeker |
2011-05-02 | Some KNF, some other cleanup, fix some fatalx() messages. | Claudio Jeker |
2011-05-02 | Sync with ospfd/database.c | Claudio Jeker |
2011-05-02 | wrap long line | Claudio Jeker |