Age | Commit message (Expand) | Author |
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 |
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 |
2003-08-19 | Fix PowerPC PLT generation. After 2^12 entries (2^14 offset), only every | Dale Rahn |
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 |
2003-08-12 | Cleanup obsolete kerberos 4 stuff. | Hans Insulander |
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 |
2003-07-28 | The fifth argument to _dl_find_symbol is a 'int size', not a SYM_ define. | Dale Rahn |
2003-07-25 | remove obsolete kerberosIV sections; | Jason McIntyre |
2003-07-25 | no man page for kerberos, so point people to info heimdal; | Jason McIntyre |