Age | Commit message (Expand) | Author |
2004-05-25 | md parts for hppa | Michael Shalayeff |
2004-05-25 | provide one version of _dl_bcopy instead of copy in every arch; drahn@ ok | Michael Shalayeff |
2004-05-25 | use md hook for calling init/fini if defined; only say running ctors/dtors if... | Michael Shalayeff |
2004-05-25 | return object* the symbol is in for _dl_find_symbol*; drahn@ ok | Michael Shalayeff |
2004-05-25 | spacing | Theo de Raadt |
2004-05-24 | doing ldd exit asap -- move all other tasks towards after it. | Michael Shalayeff |
2004-05-24 | Change define used to deal with PLT protection, use postive logic not negative. | Dale Rahn |
2004-05-22 | Dont print symcache statistics if no symbol lookups have occurred, ok mickey@ | Dale Rahn |
2004-05-20 | Grammar nit. | Tom Cosgrove |
2004-05-18 | fix includes scoping; drahn@ ok | Michael Shalayeff |
2004-05-12 | login_passwd needs to be setuid root after all for "secure" YP maps. | Todd C. Miller |
2004-05-09 | de-lint | Theo de Raadt |
2004-04-28 | fd leaks | Theo de Raadt |
2004-04-28 | fd leaks; beck ok | Theo de Raadt |
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 |