summaryrefslogtreecommitdiffstats
path: root/libexec
AgeCommit message (Expand)AuthorFilesLines
2001-06-23Small nits from pjanzen.hin2-4/+4
2001-06-23Don't lie about Kerberos and encryption.hin2-11/+20
2001-06-23Replace our telnetd with the one from heimdal-0.3f, with the following changes:hin16-6366/+4813
2001-06-23Update for heimdal-0.3fhin1-3/+3
2001-06-22Fix krb5 linking.hin1-2/+2
2001-06-20Add an alarm to implement as timeout on the locked record.millert1-4/+24
2001-06-19Make gcc shut up about unused rcsids.millert1-2/+2
2001-06-13more va_start/end fixes, ok deraadt@markus1-2/+9
2001-06-13print the namederaadt1-1/+3
2001-06-13Build ld.so on alpha.art1-2/+2
2001-06-13Add support for lazy binding.art1-7/+44
2001-06-13Lazy binding entry point. From NetBSD with some help from FreeBSD.art1-1/+113
2001-06-13Don't do plt relocations here, move that to md code that might chooseart1-8/+4
2001-06-11strncpy vs strlcpy, some strlen missuse.mickey9-74/+58
2001-06-08Cleanup.art1-4/+5
2001-06-08No more need to pull in strlen from libc.art1-2/+2
2001-06-08Be consistent. If we have inveted our of strlen, use it everywhere.art2-5/+9
2001-06-08styleart1-15/+13
2001-06-08KNFderaadt1-3/+3
2001-06-07It started with trying to write code to avoid running static binaries,art1-208/+116
2001-06-06more cleaningart1-40/+41
2001-06-06cleaningart1-32/+7
2001-06-06Replace all 'if (_dl_debug) _dl_printf(...)' with a macro.art3-20/+14
2001-06-06No need to extern _dl_debug here.art1-2/+1
2001-06-06more cleanupart1-27/+22
2001-06-06Cleanup.art1-205/+95
2001-06-05gcc generates a lot of unaligned RELATIVE relocations for c++ exception handlers.art1-2/+18
2001-06-01whoohoo! New license for tcpwrappers, worked out over the phone with Wietse.x=deraadt1-4/+4
2001-06-01 - Allocate space for the finishing NUL in the name of ld.so.art1-3/+4
2001-05-31Apparently GLOB_DAT needs r_addend.art1-2/+2
2001-05-31Some cleanups.art1-67/+6
2001-05-31unsigned long, not u_int32_tart1-3/+3
2001-05-31If we can't find atexit (because we linked against libc.a),art1-2/+5
2001-05-31alpha needs JMPREL relocations.art1-9/+9
2001-05-31Remove write protection from some memory segments whenart1-2/+29
2001-05-31random indentation fixes (needs much more work).art1-4/+3
2001-05-31Correctly implement most linking for alpha.art2-263/+53
2001-05-31When opening the hints file, check for error return < 0, not -1.art1-2/+2
2001-05-30do not access the database after tokendb_close() is called; ok millert@markus1-3/+4
2001-05-29Call auth_checknologin() and auth_approval() as appropriate for BSDmillert3-27/+44
2001-05-29use BSD authenticationmillert3-160/+191
2001-05-29build login scripts for BSD authenticationmillert1-1/+3
2001-05-29Check for error on open.art1-1/+4
2001-05-28Commonize csu code for elf systems, powerpc now no longer has it's owndrahn2-3/+48
2001-05-25KerberosV support from Heimdal.hin4-12/+17
2001-05-23Do not enable debugging, such as PRINTF_DEBUG for ld.so, it becomesdrahn1-2/+2
2001-05-16proper typing of two variablesderaadt1-3/+3
2001-05-15Niklas, there is no excuse for breaking this codederaadt1-2/+2
2001-05-14Commit initial alpha bits, to facilitate in-tree dev.niklas11-40/+906
2001-05-12MAP_COPY -> MAP_PRIVATEart2-5/+5