summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2002-04-02A few improvements to accommodate more ports.Marc Espie
2002-03-31Do not run static constructors when run from ldd. ok theo, art, espie, pefoDale Rahn
2002-03-30correct an auth_close() misuse; millert okTheo de Raadt
2002-03-29-WallTheo de Raadt
2002-03-27From David Krause:Todd C. Miller
2002-03-27'S' required in OpenBSD (LOCAL_MAILER_FLAGS). From lazy form@.Mike Pechkin
2002-03-27We need ftp-proxy only on loopback.Mike Pechkin
2002-03-24string.hTheo de Raadt
2002-03-19Only accept the empty string for users with no password.Todd C. Miller
2002-03-17Clean up building of debug_map. mips and non-mips can moreArtur Grabowski
2002-03-17Remove hackery I added to deal with dlopen(NULL), handle it in a reasonablyDale Rahn
2002-03-17Keep _dl_last_object in sync with reality if last element in list is deleted.Dale Rahn
2002-03-17Clean up the zapping of bad variables. Instead of implementingArtur Grabowski
2002-03-16Add missing auth_close() and login_close() calls.Todd C. Miller
2002-03-16o Don't allow password-less accounts to login (like in 2.9 and below)Todd C. Miller
2002-03-16Avoid potential corruption of passwd pointer auth_approval().Todd C. Miller
2002-03-16Avoid potential corruption of passwd pointer auth_approval().Todd C. Miller
2002-03-16Add missing login_close() call.Todd C. Miller
2002-03-16auth_approval() calls getpwnam() which can modify the stashed passwdTodd C. Miller
2002-03-15Add support for binutils 2.11. Work around change in PLT generation new ldDale Rahn
2002-03-13login(8) -> login(1)Marco S Hyman
2002-03-13login(8) -> login(1)Marco S Hyman
2002-03-13login(8) -> login(1)Marco S Hyman
2002-03-12Fix typo that prevented user's gid in passwd entry from being applied;Todd C. Miller
2002-03-121) user and group name may start with a number (though it is a bad idea).Todd C. Miller
2002-03-12Pass full length to strlcat(). From Brian Poole.Daniel Hartmeier
2002-03-12bsd_auth.h requires other headers so it can't be firstTodd C. Miller
2002-03-12Fix a couple mis-sorted headers and sync usage() with man page.Todd C. Miller
2002-03-11we don't need "/" after ${DESTDIR}Mike Pechkin
2002-03-07call the r_brk function in dlopen/dloclose on all archs,Artur Grabowski
2002-03-07Add a debug printf for the entry point just before returning to MD code.Artur Grabowski
2002-03-05add -ldes linkingTheo de Raadt
2002-02-27Small fix from Bjorn Sandell <biorn@dce.chalmers.se> that makes it compileHans Insulander
2002-02-21cleanup of MD/MI ld.so (elf), most changes by art@ cleanup by me.Dale Rahn
2002-02-21use sizeof w/ defines; niklas@ millert@ ok.Federico G. Schwindt
2002-02-20Fix obvious pasto: when iflush'n flush 24,20,16,... not 20,16,16,...Jason Wright
2002-02-20err/warn strings don't need \n'sJason Wright
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-19Fix gethostname() usage.Mike Pechkin
2002-02-19Rewrite upper().Mike Pechkin
2002-02-17Call S_ISLNK with correct variable; Peter PhilippTodd C. Miller
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-02-16Deal with snprintf returning >= sizeof(buf) and simplify someTodd C. Miller
2002-02-15slight snprintf paranoiaTheo de Raadt
2002-02-15Fix memory leak in get_proxy_env().Mike Pechkin
2002-02-14Mark path via .PaMike Pechkin
2002-02-13fix some XrTheo de Raadt
2002-02-13correct -m description; wngdn@src.uchicago.eduTheo de Raadt
2002-02-13When you give command examples and etc., in a manual page prefix them with:Mike Pechkin