Skip Menu |
 

From: ghudson@mit.edu
Subject: SVN Commit

Fix DPRINT in ipropd_svc.c

cea0b28045b262b1098f17f17f78b2efbf89a6c1 contained an incorrect
definition of DPRINT. Fix it.

[ghudson@mit.edu: commit message]

https://github.com/krb5/krb5/commit/02de9812378cf62293b4acbdaa5f1e13d9c38c6d
Author: Guillaume Rousse <guillomovitch@gmail.com>
Committer: Greg Hudson <ghudson@mit.edu>
Commit: 02de9812378cf62293b4acbdaa5f1e13d9c38c6d
Branch: master
src/kadmin/server/ipropd_svc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
From: tlyu@mit.edu
Subject: SVN Commit

Fix DPRINT in ipropd_svc.c

cea0b28045b262b1098f17f17f78b2efbf89a6c1 contained an incorrect
definition of DPRINT. Fix it.

[ghudson@mit.edu: commit message]

(cherry picked from commit 02de9812378cf62293b4acbdaa5f1e13d9c38c6d)

https://github.com/krb5/krb5/commit/b9d52991bf441b5e705e7117e31cfc121cd15059
Author: Guillaume Rousse <guillomovitch@gmail.com>
Committer: Tom Yu <tlyu@mit.edu>
Commit: b9d52991bf441b5e705e7117e31cfc121cd15059
Branch: krb5-1.11
src/kadmin/server/ipropd_svc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
From: ghudson@mit.edu
Subject: git commit

Don't use "bool" for ASN.1 boolean macros

When building for IOS targets with clang, the stdbool.h header is
included by default. This header includes the following C99
definition:

#define bool _Bool

which wrecks havoc with the DEFBOOLTYPE macro.

https://github.com/krb5/krb5/commit/1799f7b5d9cf4390148248d603d99a3695ddfafe
Author: Nate Rosenblum <nater@maginatics.com>
Committer: Greg Hudson <ghudson@mit.edu>
Commit: 1799f7b5d9cf4390148248d603d99a3695ddfafe
Branch: master
src/lib/krb5/asn.1/asn1_k_encode.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
The below commit belongs to ticket #7625.

[ghudson - Tue May 14 00:14:06 2013]:

Show quoted text
>
> Don't use "bool" for ASN.1 boolean macros
>
> When building for IOS targets with clang, the stdbool.h header is
> included by default. This header includes the following C99
> definition:
>
> #define bool _Bool
>
> which wrecks havoc with the DEFBOOLTYPE macro.
>
> https://github.com/krb5/krb5/commit/1799f7b5d9cf4390148248d603d99a3695ddfafe
> Author: Nate Rosenblum <nater@maginatics.com>
> Committer: Greg Hudson <ghudson@mit.edu>
> Commit: 1799f7b5d9cf4390148248d603d99a3695ddfafe
> Branch: master
> src/lib/krb5/asn.1/asn1_k_encode.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)