The previous patch to pr_Initialize() opened an opportunity for
afsconf_Check() to be called with a NULL pointer if tdir == 0.
Prevent this occurrance.
====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================
fixed one null pointer reference but not the other.
====================
commit the rest of jeff's fix
(cherry picked from commit 46ff986a42e3cce761ad5830e9e2792d67d5a156)
FIXES 19862
Use krb5_creds rather than struct krb5_creds, add missing test in if
statements for krb5_creds structure probes, and tweak the configure output.
(cherry picked from commit 06e66a65c5aaff6d3095fd989ef013df0acc4477)
Clean up the aklog source, and add support for rxkad2b tokens.
RCS file: /cvs/openafs/src/aklog/Attic/aklog_param.c,v
Working file: src/aklog/aklog_param.c
head: 1.3
branch:
locks: strict
access list:
keyword substitution: kv
total revisions: 5; selected revisions: 0
description:
====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================
Clean up the aklog source, and add support for rxkad2b tokens.
(cherry picked from commit 272ed1c01d2ae6eea9aaafb84df59c53ceffbb83)
remove the pr_Initialize force cell change hack from afskfw lib
====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================
for the longest time aklog implementations with automatic pts registration
have included a work around for a bug in pr_Initialize. The bug fails to
reset the connection when the cell changes. pr_Initialize has been fixed
so we can remove the hack.
(cherry picked from commit c4b1decf6caacb13db666f516ceaf9b65e4371ab)
Modify log levels to equal:
Lookups at 125
Creates at 25
Modifies at 5
Modify Windows makefile to build ptclient.exe
(cherry picked from commit 13814630d6b61c65f86151f8ba6668e3ec43c495)
Visual Studio 2005 Beta 2 has been released. As part of this
release Microsoft has tightened the rules for their C++ compliance.
* no longer can a variable declared in a for() statement be used
outside of the associated command block
* no longer can a function or variable be declared implicitly as
'int'
* several types such as size_t have become 64-bit values on all platforms
* due to type changes the C++ function names in libraries have changed.
This requires the use of different .DEF file export lists
(cherry picked from commit c6a736486eb2704efd03082ff067858a198ae6d0)
Fix AFSDB queries using DNSAPI to always terminate the query string with
a period.
(cherry picked from commit f6d99fbba133ba996610d0c00457408fede942dc)
Fixes that were applied to the head as part of the IFS changes
but whose delta was not ready for the 1-4 branch. afscdefs should
only include defines. afscflags should only include compiler switches
update version to 1.3.8500
Support for NSIS 2.07 including named installation configurations
and an Icon for the uninstall entry listed in the Add/Remove Programs
control panel.
(cherry picked from commit 4464c62f92541c8b1f46260d6c4cbdd1ba4cf85f)
FIXES 19341
try harder to make builds work in cases where you're building into an alternate directory with old autoconf (mkdir vs mkdir -p)
(cherry picked from commit dbd69d19e43ecdb74be531ab847c8aba48c025d3)
Fixup aklog so it will compile (at least on MacOS X). Include basic
autoconf glue.
(cherry picked from commit bcdb5a184ee597244fe1c7a8c708ee6bf796d07a)
fix the return value of IsServiceStartPending.
use IsServiceRunning and IsServiceStartPending in the while loop
(cherry picked from commit be485c959856311853303f5633687adb1efc5109)