Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-14 | - new sentence, new line | Jason McIntyre | |
- .Sx a section reference - punctuation - uppercase smtp - bigger offset for display - clarifying logging - syslog stuff to SEE ALSO | |||
2004-07-14 | sync usage() w/ SYNOPSIS; | Jason McIntyre | |
from Andrey Matveev; | |||
2004-07-11 | addr -> address in usage() for consistency. | Brad Smith | |
2004-07-06 | The 'reverse ftp-proxy' mode adds a command line option -R to | Daniel Hartmeier | |
ftp-proxy which proxies connection from external ftp clients to an internal ftp server, supporting client passive mode (where server listens on a random port for data connections, and the client connects to the server for data connections). This is the reverse mode to normal operation, where ftp-proxy proxies connections from local clients to external servers, supporting client active mode. ok beck@, henning@ | |||
2004-07-06 | the whatis.db database is also used by whatis(1), so note that; | Jason McIntyre | |
add apropos(1) and whatis(1) to SEE ALSO; | |||
2004-07-05 | Fix an issue where a shared library could be loaded at two different | Kjell Wooding | |
locations by resolving all dlopens back to a dev/inode. i.e. Don't load a library if the dev/inode it stats back to matches one already in our list. fix started (and ok'ed) drahn@. ok deraadt@. "doesn't break anything yet" pval@ art@ brad@ | |||
2004-07-04 | two missing freeaddrinfo() -- leak; andrushock@korovino.net | Theo de Raadt | |
2004-07-04 | typo; andrushock@korovino.net | Theo de Raadt | |
2004-06-29 | absolutely no need to include machine/endian.h after sys/types.h and ↵ | Michael Shalayeff | |
sys/types.h after sys/param.h | |||
2004-06-21 | restrict address resolution to AF_INET for now | Jun-ichiro itojun Hagino | |
2004-06-21 | use getaddr/nameinfo for address resolution. beck, henning ok | Jun-ichiro itojun Hagino | |
2004-06-14 | Make _dl_malloc() deal with allocations > 4096 correctly. Also place | Todd C. Miller | |
unused memory chunks on the free list when making a large allocation. OK drahn@ deraadt@ | |||
2004-06-07 | use the func args and not the key material to init a new plabel | Michael Shalayeff | |
2004-06-07 | fixup the dlsym() return to produce a callable address (plabel) and move one ↵ | Michael Shalayeff | |
comment closer to the code it talks about earlier; drahn@ ok | |||
2004-06-07 | debugging notify that dlopen() has finished as it was said when it had ↵ | Michael Shalayeff | |
started; drahn@ ok | |||
2004-06-07 | better debugging printfs for init/fini fixups | Michael Shalayeff | |
2004-06-02 | IPv6 support. | Brad Smith | |
From NetBSD ok millert@ | |||
2004-06-01 | need to fixup for empty pltgot (weak regress is a test for it) | Michael Shalayeff | |
2004-05-27 | fake plabel32 relocs for dyn.init/fini instead of an evil md macro hook | Michael Shalayeff | |
2004-05-27 | accept login names over 8 chars; miod ok | Theo de Raadt | |
2004-05-26 | allow md makefile to supply LDADD; drahn@ ok | Michael Shalayeff | |
2004-05-26 | call ctors after debugging has been setup; drahn@ ok | Michael Shalayeff | |
2004-05-25 | spaces | Theo de Raadt | |
2004-05-25 | md parts for hppa | Michael Shalayeff | |
2004-05-25 | provide one version of _dl_bcopy instead of copy in every arch; drahn@ ok | Michael Shalayeff | |
2004-05-25 | use md hook for calling init/fini if defined; only say running ctors/dtors ↵ | Michael Shalayeff | |
if they are there; drahn@ ok | |||
2004-05-25 | return object* the symbol is in for _dl_find_symbol*; drahn@ ok | Michael Shalayeff | |
2004-05-25 | spacing | Theo de Raadt | |
2004-05-24 | doing ldd exit asap -- move all other tasks towards after it. | Michael Shalayeff | |
call atext(_dl_dtors) at the very end -- allows debuggering it. drahn@ ok | |||
2004-05-24 | Change define used to deal with PLT protection, use postive logic not negative. | Dale Rahn | |
ok mickey@ | |||
2004-05-22 | Dont print symcache statistics if no symbol lookups have occurred, ok mickey@ | Dale Rahn | |
2004-05-20 | Grammar nit. | Tom Cosgrove | |
ok david@ | |||
2004-05-18 | fix includes scoping; drahn@ ok | Michael Shalayeff | |
2004-05-12 | login_passwd needs to be setuid root after all for "secure" YP maps. | Todd C. Miller | |
2004-05-09 | de-lint | Theo de Raadt | |
2004-04-28 | fd leaks | Theo de Raadt | |
2004-04-28 | fd leaks; beck ok | Theo de Raadt | |
2004-04-24 | Use openpty; OK deraadt@ | Todd C. Miller | |
2004-04-20 | Adapt to new pw_copy() API, closes PR 3698. | Todd C. Miller | |
2004-04-17 | no no no nobody, _tftpd is better, theo ok | Henning Brauer | |
2004-04-10 | improve BUGS: | Jason McIntyre | |
- current implementations do not support transfers >65535 blocks - 32767 block limit does not apply to this tftp implementation other stuff: - kill unnecessary Ns macros - uppercase tftp where applicable discussed w/ tom, and wording improvements from him; | |||
2004-04-07 | Remove those option letters from the getopt string which do not have a case | Aaron Campbell | |
handler below. millert@ ok | |||
2004-04-03 | add pxeboot references to FILES and SEE ALSO; | Jason McIntyre | |
ok deraadt@ | |||
2004-04-03 | fix logging. without -v, you get just the connection level, no mail data. | Daniel Hartmeier | |
with -v, you get From/To/Subject at LOG_INFO, and the first ten body lines at LOG_DEBUG. ok beck@ | |||
2004-04-02 | nextstate() can get passed a read(2) chunk containing multiple lines, | Daniel Hartmeier | |
so separate lines before logging headers/body. doesn't make logging more verbose, just fixes the case where chunks contain multiple lines. ok beck@ | |||
2004-03-17 | fix problem with counter and logging spotted by danh, where logging | Bob Beck | |
would get messed up when the blacklist limit was hit. tested by danh@ and me ok cedric@ | |||
2004-03-16 | sort options and escape a minus sign; | Jason McIntyre | |
2004-03-16 | typos from Andrey Matveev; | Jason McIntyre | |
2004-03-15 | Add -B option, with maxblack limit to limit the number of blacklist | Bob Beck | |
connections to something less than maxcon when greylisting. This ensures you don't completely run out of connections tarpitting spammers, and not allow real mail through. ok dhartmei@ millert@ | |||
2004-03-14 | make window size adjustement on sockets only after the DATA | Bob Beck | |
connection. This ensures that greylisted connections are not delayed by a small windows size, but blacklisted connections still have to send the body through a tiny window, and presumably the body is the vast majority of what is being sent anyway. ok dhartmei@ millert@ |