| Age | Commit message (Expand) | Author | Files | Lines |
| 2003-12-10 | spacing |  deraadt | 6 | -49/+51 |
| 2003-12-09 | knf |  deraadt | 1 | -3/+3 |
| 2003-12-09 | preventative measure against format string problem; from art, via |  deraadt | 1 | -4/+4 |
| 2003-12-09 | fix PR 3596 by making root create the socket, ok millert@ |  beck | 1 | -2/+4 |
| 2003-12-03 | Move the asm definition of _dl__syscall from a header file into a .c file |  drahn | 2 | -12/+14 |
| 2003-11-21 | oops, it wasn't that diff that tedu@ ok'd - revert for now |  djm | 2 | -60/+41 |
| 2003-11-21 | add output file and path stripping options useful for pre-generating |  djm | 2 | -41/+60 |
| 2003-11-20 | remove -Werror from userland builds, to give us a chance to |  avsm | 6 | -12/+12 |
| 2003-11-20 | ftpd.8: |  jmc | 2 | -76/+84 |
| 2003-11-12 | Don't hold on to the bind() while we loop around waiting to see if we can |  millert | 1 | -62/+62 |
| 2003-11-11 | Better fix to the library name parsing. now correctly handles |  drahn | 2 | -16/+30 |
| 2003-11-09 | add missing -v to getopt |  dhartmei | 1 | -2/+2 |
| 2003-11-08 | typos from Jonathon Gray; |  jmc | 2 | -4/+4 |
| 2003-11-08 | add -v and -w window to usage(); |  jmc | 1 | -2/+4 |
| 2003-11-02 | some corrections from wiz@netbsd; |  jmc | 1 | -5/+5 |
| 2003-10-26 | Work around a problem with shared libraries named as libX-A.B.so.X.Y. |  drahn | 1 | -3/+9 |
| 2003-10-23 | - add -v to SYNOPSIS |  jmc | 1 | -7/+14 |
| 2003-10-22 | make logging less verbose by default - default logs connect, disconnect |  beck | 2 | -8/+21 |
| 2003-10-20 | document shlib_dirs; from Han Boetes (different diff used, though); |  jmc | 1 | -4/+27 |
| 2003-10-17 | double `the the'; |  jmc | 1 | -2/+2 |
| 2003-10-17 | slight update for fingerd; sort options; |  jmc | 2 | -34/+37 |
| 2003-10-04 | breaks on sparc |  deraadt | 1 | -12/+1 |
| 2003-10-03 | Initialize environ before calling constructors or atexit. |  drahn | 1 | -1/+12 |
| 2003-10-03 | 1) Don't loop on invalid commands |  beck | 1 | -2/+13 |
| 2003-10-01 | listen to bodh IPv4/v6 ftp port on -D by default. deraadt ok. |  itojun | 1 | -48/+82 |
| 2003-10-01 | Add break statements in switch missing from revision 1.32. |  millert | 1 | -1/+10 |
| 2003-09-30 | usage(): |  jmc | 1 | -3/+3 |
| 2003-09-26 | - smaller list width |  jmc | 1 | -15/+25 |
| 2003-09-26 | can free(NULL) |  deraadt | 2 | -15/+7 |
| 2003-09-26 | make accept failures not globally fatal. |  beck | 1 | -11/+8 |
| 2003-09-26 | free(NULL) allowed |  deraadt | 2 | -9/+6 |
| 2003-09-25 | dlerror(3) should clear _dl_errno; based on a patch from Bjorn Sandell. |  millert | 1 | -11/+16 |
| 2003-09-25 | Fix typo in revision 1.29; deraadt@ OK |  millert | 1 | -3/+3 |
| 2003-09-25 | - add .Bk/.Ek to SYNOPSIS |  jmc | 1 | -10/+11 |
| 2003-09-25 | correct realloc (no ptr = realloc(ptr, ...)); comment & ok deraadt |  pvalchev | 1 | -3/+11 |
| 2003-09-24 | realloc fixes; ok ho |  deraadt | 1 | -7/+7 |
| 2003-09-24 | realloc fixes; ho ok |  deraadt | 1 | -4/+11 |
| 2003-09-24 | indent |  deraadt | 1 | -2/+3 |
| 2003-09-24 | crank max connections to 800 (really, there are poeple doing this) |  deraadt | 2 | -4/+4 |
| 2003-09-20 | knf |  deraadt | 1 | -4/+5 |
| 2003-09-18 | realloc spring cleaning, simplifies the code some |  avsm | 1 | -19/+18 |
| 2003-09-05 | macro cleanup and some typos; |  jmc | 1 | -52/+70 |
| 2003-09-05 | typo from naddy@; |  jmc | 1 | -2/+2 |
| 2003-09-05 | Put in workaround for alpha so that non-lazy binding seems to work, |  drahn | 1 | -2/+3 |
| 2003-09-04 | typo; |  jmc | 1 | -2/+2 |
| 2003-09-04 | - document LD_BIND_NOW |  jmc | 1 | -15/+27 |
| 2003-09-04 | Fix W^X mistake. If the dynamic linker is workin in non-lazy mode, it |  drahn | 5 | -69/+70 |
| 2003-09-04 | Symbol cache for GOT lookup. When a symbol is found it is saved in a cache |  drahn | 9 | -28/+123 |
| 2003-09-04 | forgot to put w in optstring in last commit. |  tedu | 1 | -2/+2 |
| 2003-09-03 | permit the window/receive buffer to be adjustable. default back to system |  tedu | 2 | -4/+12 |