Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-19 | Fix format string integer type in error message. | Darren Tucker | |
2019-07-06 | Cast *ID types to unsigned long when printing. | Darren Tucker | |
UID and GID types vary by platform so cast to u_long and use %lu when printing them to prevent warnings. | |||
2016-08-17 | Remove obsolete CVS $Id from source files. | Darren Tucker | |
Since -portable switched to git the CVS $Id tags are no longer being updated and are becoming increasingly misleading. Remove them. | |||
2013-12-08 | - (djm) [openbsd-compat/bsd-setres_id.c] Missing header; from Corinna | Damien Miller | |
Vinschen | |||
2012-11-05 | - (dtucker) [uidswap.c openbsd-compat/Makefile.in | Darren Tucker | |
openbsd-compat/bsd-setres_id.c openbsd-compat/bsd-setres_id.h openbsd-compat/openbsd-compat.h] Move the fallback code for setting uids and gids from uidswap.c to the compat library, which allows it to work with the new setresuid calls in auth2-pubkey. with tim@, ok djm@ |