Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-09-15 | ARGSUSED signal handler | Theo de Raadt | |
2004-09-15 | ARGSUSED signal handler | Theo de Raadt | |
2004-09-15 | ARGSUSED before signal handler with unused signo | Theo de Raadt | |
2004-09-14 | remove unused variables galore | Theo de Raadt | |
2004-09-14 | ARGSUSED before signal handler with unused signo | Theo de Raadt | |
2004-09-14 | ARGSUSED before signal handler with unused signo | Theo de Raadt | |
2004-09-11 | Verify packets from the server were md5'd with the same shared | Todd C. Miller | |
secret we used in the request. OK deraadt@ | |||
2004-09-09 | ABI64 shared libs now handled. | Per Fogelstrom | |
2004-09-08 | after openpty() do not close() slave and reopen it. that is just crazy | Theo de Raadt | |
talk. instead, save the descriptor and reuse it. millert ok | |||
2004-08-30 | minimal documentation for LD_DEBUG. | Marc Espie | |
okay millert@, miod@ | |||
2004-08-30 | Use CMSG_SPACE when allocating space for the control message. | Todd C. Miller | |
Fixes fd passing problems on sparc and sparc64. OK henning@ | |||
2004-08-24 | synch with apropos, kill lines longer than 8192. | Marc Espie | |
from Jared Yanovich. (pending better parser after 3.6) | |||
2004-08-17 | impliment QUIT, beck ok | Henning Brauer | |
2004-08-15 | Expire entries that exactly match the time now in addition to ones | Todd C. Miller | |
with an expire time in the past. From beck@, OK deraadt@ | |||
2004-08-14 | When reading the ld.so hints file, map the entire file in a single mmap | Dale Rahn | |
instead of assuming the region after the first mmap is available. Same change was made to ELF ld.so previously. ok deraadt miod pvalchev | |||
2004-08-13 | Cast to Elf_Addr to remove warnings of ELF types(int)/pointer, ok david@ | Dale Rahn | |
2004-08-11 | add dladdr() support and add some 'standard' dlsym() support. | Dale Rahn | |
ok millert miod pval, grumble deraadt | |||
2004-08-11 | revert, should not have gone in | Per Fogelstrom | |
2004-08-11 | mips->mips64 | Per Fogelstrom | |
2004-08-11 | Rename confusing variable for readability's sake. No actual code changes. | Todd C. Miller | |
2004-08-10 | Variable size arrays are not ANSI C. Replace by malloc/free. | Otto Moerbeek | |
ok deraadt@ henning@ | |||
2004-08-09 | bang! no reloc.h | Per Fogelstrom | |
2004-08-08 | spacing | Theo de Raadt | |
2004-08-07 | .tbl is also a valid suffix. | Marc Espie | |
2004-08-06 | not an error when merging in a directory without whatis.db. | Marc Espie | |
2004-08-06 | creeping chdir. Not used at all these days, but would bug other clients, | Marc Espie | |
such as pkg_ad.... | |||
2004-08-06 | Reorganize makewhatis in smaller modules. | Marc Espie | |
Avoid pulling unneeded code: for instance, if you have only formated manpages in your system, Unformated will never be used; Check put aside and only used in -p mode. -t mode won't pull Whatis. Find; File::Compare and File::Copy and File::Temp likewise. okay millert@ | |||
2004-08-06 | update for mips | Per Fogelstrom | |
2004-08-06 | update for mips | Per Fogelstrom | |
2004-08-05 | Add support for passing an fd to the user's S/Key record back and | Todd C. Miller | |
forth between login_skey and the invoking process. This allows us to keep the record locked between an invocation of login_skey that receives the challenge and another that verifies the response, preventing an interloper from sniffing the challenge and beating the legitimate user to the response. | |||
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 | |