Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-04-02 | A few improvements to accommodate more ports. | Marc Espie | |
- recognize unbreakable em dashes from pod2man, - handle some user-defined font changes, - kill obvious non-subjects. ok millert@ | |||
2002-03-31 | Do not run static constructors when run from ldd. ok theo, art, espie, pefo | Dale Rahn | |
2002-03-30 | correct an auth_close() misuse; millert ok | Theo de Raadt | |
2002-03-29 | -Wall | Theo de Raadt | |
2002-03-27 | From David Krause: | Todd C. Miller | |
o ftpd.8: alphabetically sort FILES and add login.conf & motd o midi.4 and pckbd.4: there is no pcppi(4) man page o passwd.5: s/passwd.conf/login.conf | |||
2002-03-27 | 'S' required in OpenBSD (LOCAL_MAILER_FLAGS). From lazy form@. | Mike Pechkin | |
millert@ ok | |||
2002-03-27 | We need ftp-proxy only on loopback. | Mike Pechkin | |
todd@, beck@ ok | |||
2002-03-24 | string.h | Theo de Raadt | |
2002-03-19 | Only accept the empty string for users with no password. | Todd C. Miller | |
Previously, any password was accepted (that's how crypt() behaves). | |||
2002-03-17 | Clean up building of debug_map. mips and non-mips can more | Artur Grabowski | |
or less share the same code. | |||
2002-03-17 | Remove hackery I added to deal with dlopen(NULL), handle it in a reasonably | Dale Rahn | |
sane manner. This and the previous resolve.c change art@ ok | |||
2002-03-17 | Keep _dl_last_object in sync with reality if last element in list is deleted. | Dale Rahn | |
allocated memory is not necessarily 0ed, make sure next pointer is inited. | |||
2002-03-17 | Clean up the zapping of bad variables. Instead of implementing | Artur Grabowski | |
_dl_suid_ok, just use the issetugid syscall. ok drahn@. | |||
2002-03-16 | Add missing auth_close() and login_close() calls. | Todd C. Miller | |
2002-03-16 | o Don't allow password-less accounts to login (like in 2.9 and below) | Todd C. Miller | |
o Stash copy of struct passwd via auth_setpwd() to avoid extra needless getpwnam() calls. | |||
2002-03-16 | Avoid potential corruption of passwd pointer auth_approval(). | Todd C. Miller | |
Also check for strdup() failure while I am here. | |||
2002-03-16 | Avoid potential corruption of passwd pointer auth_approval(). | Todd C. Miller | |
Similar to my recent rshd change. | |||
2002-03-16 | Add missing login_close() call. | Todd C. Miller | |
2002-03-16 | auth_approval() calls getpwnam() which can modify the stashed passwd | Todd C. Miller | |
struct. Use auth_setpwd() to stash a copy of the struct so auth_approval() doesn't need to use getpwnam(). Closes PR 2470. | |||
2002-03-15 | Add support for binutils 2.11. Work around change in PLT generation new ld | Dale Rahn | |
generates. From NetBSD. ok art@ | |||
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 | |
Brian Poole | |||
2002-03-12 | 1) 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-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 | |
From Brian Poole | |||
2002-03-11 | we don't need "/" after ${DESTDIR} | Mike Pechkin | |
millert@ ok | |||
2002-03-07 | call the r_brk function in dlopen/dloclose on all archs, | Artur Grabowski | |
not just mips. | |||
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 | |
when KRB524 is not defined. Closes PR #2305 | |||
2002-02-21 | cleanup of MD/MI ld.so (elf), most changes by art@ cleanup by me. | Dale Rahn | |
tested on alpha sparc64 powerpc. | |||
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 | |
deraadt@ ok | |||
2002-02-19 | Rewrite upper(). | Mike Pechkin | |
millert@ ok | |||
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 ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part 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-16 | Deal with snprintf returning >= sizeof(buf) and simplify some | Todd C. Miller | |
of the arithmetic. deraadt@ OK | |||
2002-02-15 | slight snprintf paranoia | Theo de Raadt | |
2002-02-15 | Fix memory leak in get_proxy_env(). | Mike Pechkin | |
deraadt@ ok | |||
2002-02-14 | Mark path via .Pa | Mike Pechkin | |
deraadt@ ok | |||
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 | |
$ command or # command deraadt@ ok |