summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
1997-02-23turn Alpha's ELF_TOOLCHAIN checks to ECOFF_TOOLCHAIN checkscgd
1997-02-22Fix reporting of disk statistics that's been broken since new diskthorpej
1997-02-17use 'normal' ELF library lookup rulescgd
1997-02-14don't include members of Struct_Obj_Entry conditionally.cgd
1997-02-03that which thou openest, thou shalt close.cgd
1997-01-29Doh! MAXHOSTNAMELEN, not MAXHOSTNAMEexplorer
1997-01-29Allow local hostname to be longer than 32 characters, and make certain it willexplorer
1997-01-23set transflag to 0 in dologout, to prevent a SIGURG taking us back to the mai...mrg
1997-01-20RCS ID police.thorpej
1997-01-08PR 3089: fingerd.8 could be misleading.cjs
1997-01-03Catch up with const changes to dlopen() and dlsym() prototypes inscottr
1996-12-23<link.h> has moved in with the run-time linker source.pk
1996-12-21Deal with weak symbols when looking up in shared libraries.pk
1996-12-18nclude dlfcn.h, and pull RLTD_LAZY in from there. Assume that RTLD_NOW iscgd
1996-12-18telnetd is usually spelled with two "t"s.cgd
1996-12-18RCS id police.thorpej
1996-12-18Perform the same "don't build telnet stuff if the domestic counterpartsthorpej
1996-12-17remove /usr/localelf/lib from default library pathcgd
1996-12-17Mipsel changes to ELF ldd/ld.so:jonathan
1996-12-16First cut at an ELF shared loader. Originally from John Polstra's FreeBSD elfcgd
1996-12-16on the alpha, if ELF_TOOLCHAIN, add ld.elf_so to the subdirs listcgd
1996-12-01Fix newline/carriage return handling during login.thorpej
1996-11-14After the chown(ttyn, 0, 0), call ttyaction(ttyn, "getty", "root")gwr
1996-11-08- implement -a (verfiy all hostnames) with code taken from rshd(8).lukem
1996-11-03Add machine dependent code for NetBSD/powerpcws
1996-10-18Use ${INSTALL}.thorpej
1996-10-06Actually set the RTLD_DL flag in dlopen'ed shared objects, per PR#2791.pk
1996-10-01disable use of dk_xfer since it's no longer in the kernel. eventually,cgd
1996-09-27Don't truncate long host names.thorpej
1996-09-27Don't truncate long hostnames.thorpej
1996-09-10Iff __m68k__, use a `slight hack' to determine the magic of the executablethorpej
1996-09-07Block ENV and BASH_ENV from client. From David Holland <dholland@hcs.harvard...explorer
1996-08-30RCS id police.thorpej
1996-08-30RCS id police.thorpej
1996-08-30RCS id police.thorpej
1996-08-21Fixed NetBSD tag.mark
1996-08-11fix extra Ta strings in man page. closes pr bin/2685explorer
1996-08-10Replace our fingerd with one from OpenBSD, which fixes some security holesexplorer
1996-07-31RCS id police.thorpej
1996-07-31Fix for dynamically linked functions returning structs. PR#2586/Pfallerphil
1996-07-17Use snprintf(3) when printing into arrays allocated on the stack.rat
1996-07-03RCS id police.thorpej
1996-06-08Use DESTDIR to point at libraries like bsd.prog.mk does (PR#2524).pk
1996-05-21log the IP address if the hostname is > UT_HOSTSIZE, as per telnet. pr#1946mrg
1996-05-21call setlogin. from pr#1292 (James Jegers <jimj@miller.cs.uwm.edu>)mrg
1996-05-17Initial commit of arm32 machine dependant code for ld.mark
1996-05-15Updated to use <util.h>.jtc
1996-05-13Explain why identd is using LOG_DAEMON to log messages instead of LOG_AUTH.christos
1996-04-08Changed to use 1900 + tm_year instead of hardcoding "19" as the century.jtc
1996-03-20apply Thorsten's patch to add gettytab support to telnetd.tls