Age | Commit message (Expand) | Author |
2002-03-15 | Add support for binutils 2.11. Work around change in PLT generation new ld | Dale Rahn |
2002-03-13 | login(8) -> login(1) | Marco S Hyman |
2002-03-13 | login(8) -> login(1) | Marco S Hyman |
2002-03-13 | login(8) -> login(1) | Marco S Hyman |
2002-03-12 | Fix typo that prevented user's gid in passwd entry from being applied; | Todd C. Miller |
2002-03-12 | 1) user and group name may start with a number (though it is a bad idea). | Todd C. Miller |
2002-03-12 | Pass full length to strlcat(). From Brian Poole. | Daniel Hartmeier |
2002-03-12 | bsd_auth.h requires other headers so it can't be first | Todd C. Miller |
2002-03-12 | Fix a couple mis-sorted headers and sync usage() with man page. | Todd C. Miller |
2002-03-11 | we don't need "/" after ${DESTDIR} | Mike Pechkin |
2002-03-07 | call the r_brk function in dlopen/dloclose on all archs, | Artur Grabowski |
2002-03-07 | Add a debug printf for the entry point just before returning to MD code. | Artur Grabowski |
2002-03-05 | add -ldes linking | Theo de Raadt |
2002-02-27 | Small fix from Bjorn Sandell <biorn@dce.chalmers.se> that makes it compile | Hans Insulander |
2002-02-21 | cleanup of MD/MI ld.so (elf), most changes by art@ cleanup by me. | Dale Rahn |
2002-02-21 | use sizeof w/ defines; niklas@ millert@ ok. | Federico G. Schwindt |
2002-02-20 | Fix obvious pasto: when iflush'n flush 24,20,16,... not 20,16,16,... | Jason Wright |
2002-02-20 | err/warn strings don't need \n's | Jason Wright |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
2002-02-19 | Fix gethostname() usage. | Mike Pechkin |
2002-02-19 | Rewrite upper(). | Mike Pechkin |
2002-02-17 | Call S_ISLNK with correct variable; Peter Philipp | Todd C. Miller |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-02-16 | Deal with snprintf returning >= sizeof(buf) and simplify some | Todd C. Miller |
2002-02-15 | slight snprintf paranoia | Theo de Raadt |
2002-02-15 | Fix memory leak in get_proxy_env(). | Mike Pechkin |
2002-02-14 | Mark path via .Pa | Mike Pechkin |
2002-02-13 | fix some Xr | Theo de Raadt |
2002-02-13 | correct -m description; wngdn@src.uchicago.edu | Theo de Raadt |
2002-02-13 | When you give command examples and etc., in a manual page prefix them with: | Mike Pechkin |
2002-02-11 | libdl is no more | Artur Grabowski |
2002-02-10 | spelling | Theo de Raadt |
2002-02-06 | Fix for heimdal-0.4e | Hans Insulander |
2002-02-01 | missing period | Jun-ichiro itojun Hagino |
2002-02-01 | make tftpd address family independent. | Jun-ichiro itojun Hagino |
2002-02-01 | strlcpy | Jun-ichiro itojun Hagino |
2002-02-01 | make sure pw_dir is big enough for strcpy(pw->pw_dir, "/"). | Jun-ichiro itojun Hagino |
2002-01-30 | Fix leak in `EPSV ALL`. | Mike Pechkin |
2002-01-30 | protect `RNTO` from NULL pointer. | Mike Pechkin |
2002-01-25 | s is pointer. 0 -> NULL. | Mike Pechkin |
2002-01-25 | Catch not valid chmod value earlier. This make sense, before we didn't | Mike Pechkin |
2002-01-25 | improve yacc file management. Idea stolen from pfctl's Makefile. | Mike Pechkin |
2002-01-23 | Plug login_cap and bsd_auth related memory leaks. Problem noticed | Todd C. Miller |
2002-01-23 | fix potential memory leak. | Mike Pechkin |
2002-01-23 | lookup() returns pointer. Convert 0 -> NULL. | Mike Pechkin |
2002-01-23 | Use always '.' in the end of the fatal() message. Consistency is good. | Mike Pechkin |
2002-01-23 | don't use \n in reply(). | Mike Pechkin |
2002-01-23 | ``pathname'' can be NULL here too. | Mike Pechkin |
2002-01-17 | reject SIZE request for ascii mode if file is larger than 10k. | Jun-ichiro itojun Hagino |