| Age | Commit message (Expand) | Author | Files | Lines |
| 2001-08-19 | decruftify |  beck | 1 | -29/+8 |
| 2001-08-19 | Argh. I must be wearing a stupid sign today |  beck | 1 | -2/+2 |
| 2001-08-19 | bye bye atoi. |  beck | 1 | -8/+21 |
| 2001-08-19 | oops |  beck | 1 | -3/+3 |
| 2001-08-19 | I'm a knuckle-dragging moron, the fd_set is overflowable - make it so |  beck | 1 | -28/+39 |
| 2001-08-19 | 1564 lines of cleanup |  deraadt | 4 | -367/+294 |
| 2001-08-19 | libexec is the wrong place for popa3d, since it can be started WITHOUT inetd |  deraadt | 23 | -2661/+0 |
| 2001-08-19 | KNF |  beck | 1 | -11/+5 |
| 2001-08-19 | gratuitous KNFism's, don't have it looking like it's your first day |  beck | 1 | -13/+8 |
| 2001-08-19 | build ftp-proxy |  beck | 1 | -2/+2 |
| 2001-08-19 | transparent ftp proxy, based on Obtuse Systems juniper stuff with much |  beck | 6 | -0/+2157 |
| 2001-08-18 | i think this pads the buffers correctly |  deraadt | 1 | -5/+11 |
| 2001-08-18 | err() -> merr(), and reorder some bugs noted by giannici@neomedia.it; millert helped |  deraadt | 4 | -38/+38 |
| 2001-08-18 | better handle things; spotted by millert |  deraadt | 1 | -2/+3 |
| 2001-08-18 | strlcpy invades the tree |  deraadt | 4 | -18/+18 |
| 2001-08-17 | clean up after Todd. |  espie | 1 | -3/+3 |
| 2001-08-17 | o) close .Bl; |  mpech | 1 | -11/+13 |
| 2001-08-16 | no options yet |  camield | 1 | -11/+1 |
| 2001-08-16 | remove remaining PAM defines and comments |  camield | 2 | -11/+2 |
| 2001-08-16 | remove SHADOW hooks |  camield | 2 | -6/+3 |
| 2001-08-16 | stand-alone by default |  camield | 1 | -2/+2 |
| 2001-08-16 | build man page for popa3d |  ericj | 1 | -2/+2 |
| 2001-08-16 | a start at a man page for popa3d |  ericj | 1 | -0/+48 |
| 2001-08-13 | Blowfish salt for dummy crypt calls |  camield | 1 | -2/+3 |
| 2001-08-13 | Tags |  camield | 18 | -0/+36 |
| 2001-08-13 | Solar Designer's popa3d POP3 daemon, version 0.4.9.1 |  camield | 22 | -0/+2598 |
| 2001-08-12 | some KNF |  millert | 3 | -37/+37 |
| 2001-08-12 | Use INFTIM where possible. |  fgsch | 1 | -2/+2 |
| 2001-08-09 | o wheel and lastchance are -v args (variable), not -s (service) |  millert | 1 | -22/+25 |
| 2001-08-09 | It seems bogus to me, but if code call dlerror() when an error has |  drahn | 1 | -1/+3 |
| 2001-08-08 | split up the gethost*() functions a bit more, to make it more obvious what |  deraadt | 3 | -20/+42 |
| 2001-08-08 | do not use %m in syslog() when errno is known to be 0 |  deraadt | 1 | -3/+7 |
| 2001-08-06 | Change the priority of LD_LIBRARY_PATH, -rpath, and ldconfig path |  drahn | 1 | -10/+11 |
| 2001-08-05 | Do not have dl_find_symbol complain about symbols not found, code immediately |  drahn | 1 | -2/+2 |
| 2001-08-02 | o) .Sh AUTHOR -> .Sh AUTHORS; |  mpech | 7 | -14/+14 |
| 2001-08-01 | Remove tokenctl and tokenls from SEE ALSO -- they don't exist |  millert | 1 | -2/+1 |
| 2001-07-31 | while i'm here: NetBSD -> .Nx |  mpech | 1 | -3/+4 |
| 2001-07-31 | o) better struct handling; |  mpech | 1 | -8/+8 |
| 2001-07-27 | Wall cleanup |  pvalchev | 3 | -13/+9 |
| 2001-07-26 | Typo: radius-timout -> radius-timeout; noted by brad@ |  millert | 2 | -4/+4 |
| 2001-07-22 | Use shlib_version, like the rest of the tree. |  espie | 2 | -6/+4 |
| 2001-07-20 | do not dup-redefine binown and bindir |  mickey | 1 | -6/+2 |
| 2001-07-20 | do not include or define things which are common for this subdir's parent |  mickey | 1 | -3/+1 |
| 2001-07-19 | more places that need -lkafs |  deraadt | 2 | -4/+4 |
| 2001-07-19 | vsnprintf() can return a value larger than the buffer size. from assar |  itojun | 1 | -1/+1 |
| 2001-07-19 | well, with the most recent reorganization, it now turns out that any |  deraadt | 1 | -2/+2 |
| 2001-07-18 | HIN: DO NOT LOSE OUR LOCAL CHANGES |  deraadt | 1 | -1/+1 |
| 2001-07-11 | typo in comment |  pvalchev | 1 | -2/+2 |
| 2001-07-11 | remove mips leftovers; ok brad |  pvalchev | 1 | -3/+1 |
| 2001-07-09 | Use socklen_t, not size_t for type of length arg to recvfrom() |  millert | 1 | -2/+2 |