History log of /netbsd/crypto/external/bsd/heimdal/include/config.h (Results 1 – 11 of 11)
Revision Date Author Comments
# 25596981 19-Jun-2023 christos <christos@NetBSD.org>

Merge differences between 7.7.0 and 7.8.0


# 25a02804 15-Dec-2019 christos <christos@NetBSD.org>

resolve conflicts, document HEAD vs release import process.


# 15bc7eaf 08-Sep-2017 christos <christos@NetBSD.org>

Use getpwuid_r instead of getpwuid, so that we don't trash getpw*() internal
buffers.

kde does (kdm/client/backend.c):
p = getpwnam();
pam_setcred() (which calls getpwuid in pam_afslog);

Use getpwuid_r instead of getpwuid, so that we don't trash getpw*() internal
buffers.

kde does (kdm/client/backend.c):
p = getpwnam();
pam_setcred() (which calls getpwuid in pam_afslog);
setusercontext(...,p,p->pw_uid,...) (now with trashed p data...)

XXX: pullups.

show more ...


# 9c739901 29-Jan-2017 christos <christos@NetBSD.org>

override arc4* for tools build.


# 1c9681d1 28-Jan-2017 christos <christos@NetBSD.org>

merge conflicts, adjust the build.


# 6aa2b409 29-Apr-2014 pettai <pettai@NetBSD.org>

update VERSION


# 27ff9b3c 24-Apr-2014 pettai <pettai@NetBSD.org>

Update build framework for latest heimdal-1-5-branch

Ok'ed and reviewed by elric@


# d1b4a16d 08-Nov-2011 joerg <joerg@NetBSD.org>

Unbreak MKINET6=no


# ba8afcd2 16-Apr-2011 martin <martin@NetBSD.org>

Use <sys/atomic.h> ops on NetBSD (instead of MD gcc-isms). Stopgap fix
to unbreak the build on some risc platforms.
OK: elric


# a5e54d2f 15-Apr-2011 elric <elric@NetBSD.org>

We need to include nbtool_config.h when we build tools.


# cb7820fd 13-Apr-2011 elric <elric@NetBSD.org>

Autogenerated headers for heimdal head-20110412.