Age | Commit message (Expand) | Author |
2003-12-03 | Move the asm definition of _dl__syscall from a header file into a .c file | Dale Rahn |
2003-11-21 | oops, it wasn't that diff that tedu@ ok'd - revert for now | Damien Miller |
2003-11-21 | add output file and path stripping options useful for pre-generating | Damien Miller |
2003-11-20 | remove -Werror from userland builds, to give us a chance to | Anil Madhavapeddy |
2003-11-20 | ftpd.8: | Jason McIntyre |
2003-11-12 | Don't hold on to the bind() while we loop around waiting to see if we can | Todd C. Miller |
2003-11-11 | Better fix to the library name parsing. now correctly handles | Dale Rahn |
2003-11-09 | add missing -v to getopt | Daniel Hartmeier |
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre |
2003-11-08 | add -v and -w window to usage(); | Jason McIntyre |
2003-11-02 | some corrections from wiz@netbsd; | Jason McIntyre |
2003-10-26 | Work around a problem with shared libraries named as libX-A.B.so.X.Y. | Dale Rahn |
2003-10-23 | - add -v to SYNOPSIS | Jason McIntyre |
2003-10-22 | make logging less verbose by default - default logs connect, disconnect | Bob Beck |
2003-10-20 | document shlib_dirs; from Han Boetes (different diff used, though); | Jason McIntyre |
2003-10-17 | double `the the'; | Jason McIntyre |
2003-10-17 | slight update for fingerd; sort options; | Jason McIntyre |
2003-10-04 | breaks on sparc | Theo de Raadt |
2003-10-03 | Initialize environ before calling constructors or atexit. | Dale Rahn |
2003-10-03 | 1) Don't loop on invalid commands | Bob Beck |
2003-10-01 | listen to bodh IPv4/v6 ftp port on -D by default. deraadt ok. | Jun-ichiro itojun Hagino |
2003-10-01 | Add break statements in switch missing from revision 1.32. | Todd C. Miller |
2003-09-30 | usage(): | Jason McIntyre |
2003-09-26 | - smaller list width | Jason McIntyre |
2003-09-26 | can free(NULL) | Theo de Raadt |
2003-09-26 | make accept failures not globally fatal. | Bob Beck |
2003-09-26 | free(NULL) allowed | Theo de Raadt |
2003-09-25 | dlerror(3) should clear _dl_errno; based on a patch from Bjorn Sandell. | Todd C. Miller |
2003-09-25 | Fix typo in revision 1.29; deraadt@ OK | Todd C. Miller |
2003-09-25 | - add .Bk/.Ek to SYNOPSIS | Jason McIntyre |
2003-09-25 | correct realloc (no ptr = realloc(ptr, ...)); comment & ok deraadt | Peter Valchev |
2003-09-24 | realloc fixes; ok ho | Theo de Raadt |
2003-09-24 | realloc fixes; ho ok | Theo de Raadt |
2003-09-24 | indent | Theo de Raadt |
2003-09-24 | crank max connections to 800 (really, there are poeple doing this) | Theo de Raadt |
2003-09-20 | knf | Theo de Raadt |
2003-09-18 | realloc spring cleaning, simplifies the code some | Anil Madhavapeddy |
2003-09-05 | macro cleanup and some typos; | Jason McIntyre |
2003-09-05 | typo from naddy@; | Jason McIntyre |
2003-09-05 | Put in workaround for alpha so that non-lazy binding seems to work, | Dale Rahn |
2003-09-04 | typo; | Jason McIntyre |
2003-09-04 | - document LD_BIND_NOW | Jason McIntyre |
2003-09-04 | Fix W^X mistake. If the dynamic linker is workin in non-lazy mode, it | Dale Rahn |
2003-09-04 | Symbol cache for GOT lookup. When a symbol is found it is saved in a cache | Dale Rahn |
2003-09-04 | forgot to put w in optstring in last commit. | Ted Unangst |
2003-09-03 | permit the window/receive buffer to be adjustable. default back to system | Ted Unangst |
2003-09-02 | Fix PR 3371, symbol lookup in dlopen()ed objects is not correct. Correct | Dale Rahn |
2003-08-26 | re-add logging of matched blacklists lost in previous commit, ok deraadt@ | Daniel Hartmeier |
2003-08-24 | missing colon in syslog msg (cosmetic) | Daniel Hartmeier |
2003-08-23 | add -s to specify stuttering delay, set receive buffer size to 1 byte | Daniel Hartmeier |