| Age | Commit message (Expand) | Author | Files | Lines |
| 2004-06-02 | IPv6 support. |  brad | 6 | -39/+29 |
| 2004-06-01 | need to fixup for empty pltgot (weak regress is a test for it) |  mickey | 1 | -1/+5 |
| 2004-05-27 | fake plabel32 relocs for dyn.init/fini instead of an evil md macro hook |  mickey | 2 | -18/+29 |
| 2004-05-27 | accept login names over 8 chars; miod ok |  deraadt | 1 | -4/+4 |
| 2004-05-26 | allow md makefile to supply LDADD; drahn@ ok |  mickey | 1 | -2/+2 |
| 2004-05-26 | call ctors after debugging has been setup; drahn@ ok |  mickey | 1 | -13/+13 |
| 2004-05-25 | spaces |  deraadt | 3 | -9/+9 |
| 2004-05-25 | md parts for hppa |  mickey | 6 | -2/+784 |
| 2004-05-25 | provide one version of _dl_bcopy instead of copy in every arch; drahn@ ok |  mickey | 8 | -88/+19 |
| 2004-05-25 | use md hook for calling init/fini if defined; only say running ctors/dtors if they are there; drahn@ ok |  mickey | 1 | -6/+23 |
| 2004-05-25 | return object* the symbol is in for _dl_find_symbol*; drahn@ ok |  mickey | 12 | -74/+90 |
| 2004-05-25 | spacing |  deraadt | 17 | -90/+89 |
| 2004-05-24 | doing ldd exit asap -- move all other tasks towards after it. |  mickey | 1 | -29/+29 |
| 2004-05-24 | Change define used to deal with PLT protection, use postive logic not negative. |  drahn | 9 | -17/+21 |
| 2004-05-22 | Dont print symcache statistics if no symbol lookups have occurred, ok mickey@ |  drahn | 1 | -4/+6 |
| 2004-05-20 | Grammar nit. |  tom | 1 | -2/+2 |
| 2004-05-18 | fix includes scoping; drahn@ ok |  mickey | 2 | -5/+6 |
| 2004-05-12 | login_passwd needs to be setuid root after all for "secure" YP maps. |  millert | 1 | -3/+3 |
| 2004-05-09 | de-lint |  deraadt | 1 | -3/+2 |
| 2004-04-28 | fd leaks |  deraadt | 2 | -5/+11 |
| 2004-04-28 | fd leaks; beck ok |  deraadt | 1 | -2/+4 |
| 2004-04-24 | Use openpty; OK deraadt@ |  millert | 2 | -1/+3 |
| 2004-04-20 | Adapt to new pw_copy() API, closes PR 3698. |  millert | 1 | -3/+3 |
| 2004-04-17 | no no no nobody, _tftpd is better, theo ok |  henning | 1 | -4/+4 |
| 2004-04-10 | improve BUGS: |  jmc | 1 | -12/+14 |
| 2004-04-07 | Remove those option letters from the getopt string which do not have a case |  aaron | 1 | -2/+2 |
| 2004-04-03 | add pxeboot references to FILES and SEE ALSO; |  jmc | 1 | -3/+4 |
| 2004-04-03 | fix logging. without -v, you get just the connection level, no mail data. |  dhartmei | 1 | -8/+15 |
| 2004-04-02 | nextstate() can get passed a read(2) chunk containing multiple lines, |  dhartmei | 1 | -17/+25 |
| 2004-03-17 | fix problem with counter and logging spotted by danh, where logging |  beck | 1 | -11/+11 |
| 2004-03-16 | sort options and escape a minus sign; |  jmc | 2 | -9/+9 |
| 2004-03-16 | typos from Andrey Matveev; |  jmc | 1 | -2/+2 |
| 2004-03-15 | Add -B option, with maxblack limit to limit the number of blacklist |  beck | 2 | -7/+35 |
| 2004-03-14 | make window size adjustement on sockets only after the DATA |  beck | 1 | -7/+6 |
| 2004-03-14 | #include fixes, from Max Laier, ok beck@ henning@ |  dhartmei | 1 | -2/+2 |
| 2004-03-13 | Add signal handler to parent, so that when greylisting we don't need to |  beck | 2 | -34/+69 |
| 2004-03-12 | sort options; |  jmc | 1 | -5/+5 |
| 2004-03-12 | paranoia and cleanup, ensure we use free then NULL everywhere. |  beck | 1 | -4/+7 |
| 2004-03-12 | Fix typo, spotted by Eduardo Alvarenga <eduardo@eduardo.lan.cei> |  beck | 1 | -2/+2 |
| 2004-03-11 | fix bug where custom 450 messages are not displayed, |  beck | 1 | -6/+6 |
| 2004-03-11 | Remove sync() calls that immediately precede databse close(). Since |  millert | 2 | -6/+2 |
| 2004-03-11 | Call db-sync() after each db modification since they aren't all that |  beck | 1 | -5/+16 |
| 2004-03-10 | More checking for a NULL return value from getpass(). otto@ OK |  millert | 7 | -17/+29 |
| 2004-03-10 | spaces |  deraadt | 4 | -19/+22 |
| 2004-03-10 | close file on error paths. from Patrick Latifi |  tedu | 1 | -4/+8 |
| 2004-03-10 | spaces |  deraadt | 2 | -18/+16 |
| 2004-03-10 | fix missing space, also from |  beck | 1 | -2/+2 |
| 2004-03-10 | add -b option to specify local bind address, sent by |  beck | 2 | -7/+26 |
| 2004-03-07 | remove some unused variables and includes; KNF |  otto | 1 | -18/+5 |
| 2004-03-05 | Fix really dumb memory leak that would have long runnign large whitelist |  beck | 1 | -5/+17 |