Age | Commit message (Expand) | Author |
2004-04-24 | Use openpty; OK deraadt@ | Todd C. Miller |
2004-04-20 | Adapt to new pw_copy() API, closes PR 3698. | Todd C. Miller |
2004-04-17 | no no no nobody, _tftpd is better, theo ok | Henning Brauer |
2004-04-10 | improve BUGS: | Jason McIntyre |
2004-04-07 | Remove those option letters from the getopt string which do not have a case | Aaron Campbell |
2004-04-03 | add pxeboot references to FILES and SEE ALSO; | Jason McIntyre |
2004-04-03 | fix logging. without -v, you get just the connection level, no mail data. | Daniel Hartmeier |
2004-04-02 | nextstate() can get passed a read(2) chunk containing multiple lines, | Daniel Hartmeier |
2004-03-17 | fix problem with counter and logging spotted by danh, where logging | Bob Beck |
2004-03-16 | sort options and escape a minus sign; | Jason McIntyre |
2004-03-16 | typos from Andrey Matveev; | Jason McIntyre |
2004-03-15 | Add -B option, with maxblack limit to limit the number of blacklist | Bob Beck |
2004-03-14 | make window size adjustement on sockets only after the DATA | Bob Beck |
2004-03-14 | #include fixes, from Max Laier, ok beck@ henning@ | Daniel Hartmeier |
2004-03-13 | Add signal handler to parent, so that when greylisting we don't need to | Bob Beck |
2004-03-12 | sort options; | Jason McIntyre |
2004-03-12 | paranoia and cleanup, ensure we use free then NULL everywhere. | Bob Beck |
2004-03-12 | Fix typo, spotted by Eduardo Alvarenga <eduardo@eduardo.lan.cei> | Bob Beck |
2004-03-11 | fix bug where custom 450 messages are not displayed, | Bob Beck |
2004-03-11 | Remove sync() calls that immediately precede databse close(). Since | Todd C. Miller |
2004-03-11 | Call db-sync() after each db modification since they aren't all that | Bob Beck |
2004-03-10 | More checking for a NULL return value from getpass(). otto@ OK | Todd C. Miller |
2004-03-10 | spaces | Theo de Raadt |
2004-03-10 | close file on error paths. from Patrick Latifi | Ted Unangst |
2004-03-10 | spaces | Theo de Raadt |
2004-03-10 | spaces | Theo de Raadt |
2004-03-10 | fix missing space, also from | Bob Beck |
2004-03-10 | add -b option to specify local bind address, sent by | Bob Beck |
2004-03-07 | remove some unused variables and includes; KNF | Otto Moerbeek |
2004-03-05 | Fix really dumb memory leak that would have long runnign large whitelist | Bob Beck |
2004-03-03 | assign servtimeout to sa.sa_handler to actually use the alternate | joshua stein |
2004-03-01 | zap extra spaces. From a PR by Jared Yanovich. | Marc Espie |
2004-03-01 | typo; we do have spamlogd(8) not spamlog(8); | Xavier Santolaria |
2004-03-01 | uset inet_pton(3) instead of home grown address validator; some other cleanup | Otto Moerbeek |
2004-02-28 | Fix macro definition if pf.conf example. Ok beck@ | Matthieu Herrb |
2004-02-28 | - ensure greylist entry expiry is not updated until actually whitelisted | Bob Beck |
2004-02-27 | fix CFLAGS -I | David Krause |
2004-02-27 | make spamlogd watch the destination of outbound smtp connections, | Bob Beck |
2004-02-27 | change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many | Theo de Raadt |
2004-02-26 | don't leak one here either. | Bob Beck |
2004-02-26 | don't leak an fd here. | Bob Beck |
2004-02-26 | Add ommitted copyright. | Bob Beck |
2004-02-26 | paranoia; beck ok | Theo de Raadt |
2004-02-26 | spaces | Theo de Raadt |
2004-02-26 | Add -g option for greylisting support for spamd. The greylisting techinque | Bob Beck |
2004-02-25 | Fix this assumed sizeof(long) == 4 error. Would very occasionally cause | Dale Rahn |
2004-02-24 | Make example "rdr pass" not just "rdr"; OK beck@ | Todd C. Miller |
2004-02-23 | pretty | Theo de Raadt |
2004-02-23 | Set the user variable environ early in ld.so so that library constructors can | Dale Rahn |
2004-02-15 | new arg to disk_unbusy, to record separate read/write statistics. | Ted Unangst |