summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Collapse)Author
2002-03-15Add support for binutils 2.11. Work around change in PLT generation new ldDale Rahn
generates. From NetBSD. ok art@
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
Brian Poole
2002-03-121) user and group name may start with a number (though it is a bad idea).Todd C. Miller
For the -u/-g flags do passwd/group file lookups first and then try as a numeric id. 2) Set the gid based on the uid's passwd file entry if there is one, just like we do with names. Partially based on a patch from Brian Poole
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
From Brian Poole
2002-03-11we don't need "/" after ${DESTDIR}Mike Pechkin
millert@ ok
2002-03-07call the r_brk function in dlopen/dloclose on all archs,Artur Grabowski
not just mips.
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
when KRB524 is not defined. Closes PR #2305
2002-02-21cleanup of MD/MI ld.so (elf), most changes by art@ cleanup by me.Dale Rahn
tested on alpha sparc64 powerpc.
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
deraadt@ ok
2002-02-19Rewrite upper().Mike Pechkin
millert@ ok
2002-02-17Call S_ISLNK with correct variable; Peter PhilippTodd C. Miller
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained ↵Todd C. Miller
outside the tree)
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2002-02-16Deal with snprintf returning >= sizeof(buf) and simplify someTodd C. Miller
of the arithmetic. deraadt@ OK
2002-02-15slight snprintf paranoiaTheo de Raadt
2002-02-15Fix memory leak in get_proxy_env().Mike Pechkin
deraadt@ ok
2002-02-14Mark path via .PaMike Pechkin
deraadt@ ok
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
$ command or # command deraadt@ ok
2002-02-11libdl is no moreArtur Grabowski
2002-02-10spellingTheo de Raadt
2002-02-06Fix for heimdal-0.4eHans Insulander
2002-02-01missing periodJun-ichiro itojun Hagino
2002-02-01make tftpd address family independent.Jun-ichiro itojun Hagino
2002-02-01strlcpyJun-ichiro itojun Hagino
2002-02-01make sure pw_dir is big enough for strcpy(pw->pw_dir, "/").Jun-ichiro itojun Hagino
2002-01-30Fix leak in `EPSV ALL`.Mike Pechkin
Since now ``ALL'' should be treated like CRLF, COMMA, etc. millert@ ok
2002-01-30protect `RNTO` from NULL pointer.Mike Pechkin
millert@ ok
2002-01-25s is pointer. 0 -> NULL.Mike Pechkin
millert@ ok
2002-01-25Catch not valid chmod value earlier. This make sense, before we didn'tMike Pechkin
handle some situations and pass value to chmod() instead of fatal. Idea stolen from `SITE UMASK` handler. millert@ ok
2002-01-25improve yacc file management. Idea stolen from pfctl's Makefile.Mike Pechkin
millert@ ok
2002-01-23Plug login_cap and bsd_auth related memory leaks. Problem noticedTodd C. Miller
by mpech@.
2002-01-23fix potential memory leak.Mike Pechkin
millert@ ok
2002-01-23lookup() returns pointer. Convert 0 -> NULL.Mike Pechkin
millert@ ok
2002-01-23Use always '.' in the end of the fatal() message. Consistency is good.Mike Pechkin
millert@ ok.
2002-01-23don't use \n in reply().Mike Pechkin
millert@ ok
2002-01-23``pathname'' can be NULL here too.Mike Pechkin
millert@ ok
2002-01-17reject SIZE request for ascii mode if file is larger than 10k.Jun-ichiro itojun Hagino