summaryrefslogtreecommitdiffstats
path: root/libexec
AgeCommit message (Expand)AuthorFilesLines
2002-05-16KNFderaadt1-7/+7
2002-05-16No longer needs to be setuid root.millert1-2/+2
2002-05-14Major changes:millert1-76/+57
2002-05-13o) fix order and usage of chroot&chdir;mpech2-22/+20
2002-05-11pass -Wallmillert1-40/+28
2002-05-11Use strtod() to convert string -> double, not sscanf().millert1-4/+9
2002-05-11Deal with unknown command line options more sanely.millert1-8/+4
2002-05-11When opening jobs file, use O_NONBLOCK|O_NOFOLLOW for paranoia's sake.millert1-13/+12
2002-05-11Add missing libraries to bsd.prog.mk (mostly kerberosV)espie5-11/+13
2002-05-07wrong size of address; harding@motd.caderaadt1-3/+3
2002-05-06Kill/adjust r(login|exec)d? references now that those are no longer inmillert1-7/+3
2002-05-06rlogin: Lived with Joyderaadt1-2/+2
2002-05-06rlogind and rexecd go awayderaadt8-1489/+3
2002-04-29Clean up RELOC_RELATIVE reloction type, do correct relocation insteaddrahn1-16/+11
2002-04-29wierd -> weirdpvalchev1-1/+1
2002-04-24Perform full relocation for Rela bootstrap relocations, compatibledrahn1-3/+3
2002-04-16skip over comment while parsing subject.espie1-1/+2
2002-04-09Add the Copyrights from the respective files the code came from. ok deraadt@drahn3-2/+100
2002-04-02A few improvements to accommodate more ports.espie1-3/+12
2002-03-31Do not run static constructors when run from ldd. ok theo, art, espie, pefodrahn1-3/+5
2002-03-30correct an auth_close() misuse; millert okderaadt1-3/+5
2002-03-29-Wallderaadt1-2/+3
2002-03-27From David Krause:millert1-7/+11
2002-03-27'S' required in OpenBSD (LOCAL_MAILER_FLAGS). From lazy form@.mpech1-2/+2
2002-03-27We need ftp-proxy only on loopback.mpech1-2/+2
2002-03-24string.hderaadt1-2/+3
2002-03-19Only accept the empty string for users with no password.millert1-10/+13
2002-03-17Clean up building of debug_map. mips and non-mips can moreart1-26/+12
2002-03-17Remove hackery I added to deal with dlopen(NULL), handle it in a reasonablydrahn1-12/+5
2002-03-17Keep _dl_last_object in sync with reality if last element in list is deleted.drahn1-1/+5
2002-03-17Clean up the zapping of bad variables. Instead of implementingart7-178/+22
2002-03-16Add missing auth_close() and login_close() calls.millert1-2/+4
2002-03-16o Don't allow password-less accounts to login (like in 2.9 and below)millert2-6/+12
2002-03-16Avoid potential corruption of passwd pointer auth_approval().millert1-4/+14
2002-03-16Avoid potential corruption of passwd pointer auth_approval().millert1-3/+12
2002-03-16Add missing login_close() call.millert1-2/+3
2002-03-16auth_approval() calls getpwnam() which can modify the stashed passwdmillert1-3/+14
2002-03-15Add support for binutils 2.11. Work around change in PLT generation new lddrahn2-17/+28
2002-03-13login(8) -> login(1)marc5-16/+16
2002-03-12Fix typo that prevented user's gid in passwd entry from being applied;millert1-2/+2
2002-03-121) user and group name may start with a number (though it is a bad idea).millert1-7/+10
2002-03-12Pass full length to strlcat(). From Brian Poole.dhartmei1-5/+6
2002-03-12bsd_auth.h requires other headers so it can't be firstmillert1-3/+3
2002-03-12Fix a couple mis-sorted headers and sync usage() with man page.millert1-9/+6
2002-03-11we don't need "/" after ${DESTDIR}mpech1-2/+2
2002-03-07call the r_brk function in dlopen/dloclose on all archs,art1-6/+2
2002-03-07Add a debug printf for the entry point just before returning to MD code.art1-1/+2
2002-03-05add -ldes linkingderaadt5-10/+10
2002-02-27Small fix from Bjorn Sandell <biorn@dce.chalmers.se> that makes it compilehin1-2/+4
2002-02-21cleanup of MD/MI ld.so (elf), most changes by art@ cleanup by me.drahn17-445/+214