Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-26 | Work around a problem with shared libraries named as libX-A.B.so.X.Y. | Dale Rahn | |
Without this patch, the standard major:minor version matching failed. ok brad@ | |||
2003-10-23 | - add -v to SYNOPSIS | Jason McIntyre | |
- new sentence, new line - .Dv for variables - fix .Xr | |||
2003-10-22 | make logging less verbose by default - default logs connect, disconnect | Bob Beck | |
and blacklist matches. Add -v (verbose) flag to allow other detailed logging (subject, body, smtp dialogue, etc.) when it's needed. ok dhartmei@ -> ok deraadt@ | |||
2003-10-20 | document shlib_dirs; from Han Boetes (different diff used, though); | Jason McIntyre | |
ok drahn@ | |||
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 | |
Tested by tedu, no real ok. | |||
2003-10-03 | 1) Don't loop on invalid commands | Bob Beck | |
2) Allow multiple RCPT's ok mpech@, helpful stress testing by Chris Nadovich <chris@jtan.com> | |||
2003-10-01 | listen to bodh IPv4/v6 ftp port on -D by default. deraadt ok. | Jun-ichiro itojun Hagino | |
comments from markus, millert. tested by fries | |||
2003-10-01 | Add break statements in switch missing from revision 1.32. | Todd C. Miller | |
2003-09-30 | usage(): | Jason McIntyre | |
- add missing -n (from Jeff Ito PR 3496) - remove deprecated -h - sort -T and -t to match man page | |||
2003-09-26 | - smaller list width | Jason McIntyre | |
- <> -> .Aq - macro cleanup - also kills a (new) groff warning | |||
2003-09-26 | can free(NULL) | Theo de Raadt | |
2003-09-26 | make accept failures not globally fatal. | Bob Beck | |
ok deraadt@ | |||
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 | |
Closes PR 3441; drahn@ OK | |||
2003-09-25 | Fix typo in revision 1.29; deraadt@ OK | Todd C. Miller | |
2003-09-25 | - add .Bk/.Ek to SYNOPSIS | Jason McIntyre | |
- use -offset rather than indenting the actual display - kill unnecessary .Pp | |||
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 | |
beck@ ok, deraadt@ ok an earlier version | |||
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 | |
however it is using some of the lazy binding values. With this patch LD_BIND_NOW=yes make does not core. ok deraadt@ | |||
2003-09-04 | typo; | Jason McIntyre | |
2003-09-04 | - document LD_BIND_NOW | Jason McIntyre | |
- new sentence, new line - comment out comments patch from (and ok) drahn@ | |||
2003-09-04 | Fix W^X mistake. If the dynamic linker is workin in non-lazy mode, it | Dale Rahn | |
should still mprotect the GOT and PLT as appropriate. ok deraadt@ miod@ | |||
2003-09-04 | Symbol cache for GOT lookup. When a symbol is found it is saved in a cache | Dale Rahn | |
for future lookups in the same GOT relocation table. Uses static buffer for small symbol tables, mmap for larger ones. ok deraadt@ | |||
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 | |
default. in reponse to pr3435. ok beck deraadt dhartmei | |||
2003-09-02 | Fix PR 3371, symbol lookup in dlopen()ed objects is not correct. Correct | Dale Rahn | |
behavior for RTLD_GLOBAL/RTLD_LOCAL is now supported. ok espie@ | |||
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 | |
(causing a small TCP window size, tying up sender's resources), additional states: keep connection until ten body lines have been received, improved logging through syslog (envelope from/to, From:/To:/Subject: in header, first lines of body) at various levels. ok deraadt@ | |||
2003-08-23 | fix printf format for time_t. notified by casha@e7.pl. henning ok | Jun-ichiro itojun Hagino | |
2003-08-22 | pf spelling police | David Krause | |
ok dhartmei@ jmc@ | |||
2003-08-19 | Fix PowerPC PLT generation. After 2^12 entries (2^14 offset), only every | Dale Rahn | |
other slot in the PLT is used, this is because it takes more than one instruction to generate a constant > 2^14. Normal PLT entry < 2^12 li r11, <n> # where n is PLT index*4 (offset used for plttable). b .pltresolve | .pltcall | target PLT entry after 2^12 lis r11, <n>@ha addi r11, r11, <n>@l # where n is PLT index*4 (offset used for plttable). b .pltresolve | .pltcall | target nop # unused This is all specified by the PowerPC SVID. The PLT table generation code was never tested for entries > 2^12 before and was broken. This fixes the indexing, the constant checking 12 vs 14, ... This code has been tested with up to 128000+ functions. | |||
2003-08-12 | Convert to use poll(2) instead of static select; OK deraadt@ | Todd C. Miller | |
2003-08-12 | use _ENTRY consistently, remove some #if 0 code, and clean up some comments; ↵ | Jason Wright | |
ok drahn | |||
2003-08-12 | Cleanup obsolete kerberos 4 stuff. | Hans Insulander | |
ok millert@ | |||
2003-08-08 | refer to RFCs consistently (RFC XXXX); | Jason McIntyre | |
2003-08-07 | krb4 bye bye. | Hans Insulander | |
2003-08-04 | document LD_NORANDOM; input and ok from several ppl. | Federico G. Schwindt | |
2003-07-29 | spaces | Theo de Raadt | |
2003-07-29 | correctly handle multiline responses with leading space followed by number | Henning Brauer | |
PR3378 mayonez@ssnet.xim.pl, thanks! |