diff options
| author | Russ Allbery <rra@stanford.edu> | 2008-04-24 02:02:05 +0000 | 
|---|---|---|
| committer | Russ Allbery <rra@stanford.edu> | 2008-04-24 02:02:05 +0000 | 
| commit | 34c58f9471b3df4fa8b719b3c3534940ba5cfe1b (patch) | |
| tree | 0cf15c3c382e955bd4388e888c3e2fb3eb27da8f | |
| parent | cccd6417b3d2f91e0c5d51d3f8205796d9528a4c (diff) | |
Major coding style cleanup.  Updated all shared code from my other
projects.
The configure option requesting AFS kaserver support (and thus
building kasetkey) is now --with-kaserver instead of --with-afs.
If KRB5_CONFIG was explicitly set in the environment, don't use a
different krb5-config based on --with-krb4 or --with-krb5.  If
krb5-config isn't executable, don't use it.  This allows one to
force library probing by setting KRB5_CONFIG to point to a
nonexistent file.
Sanity-check the results of krb5-config before proceeding and error
out in configure if they don't work.
Stop setting Stanford-specific compile-time defaults for the wallet
server and port.
| -rw-r--r-- | NEWS | 15 | 
1 files changed, 15 insertions, 0 deletions
| @@ -10,9 +10,24 @@ wallet 0.9 (unreleased)      Report the correct error message when addprinc fails while creating a      keytab object. +    The configure option requesting AFS kaserver support (and thus +    building kasetkey) is now --with-kaserver instead of --with-afs. + +    If KRB5_CONFIG was explicitly set in the environment, don't use a +    different krb5-config based on --with-krb4 or --with-krb5.  If +    krb5-config isn't executable, don't use it.  This allows one to +    force library probing by setting KRB5_CONFIG to point to a +    nonexistent file. + +    Sanity-check the results of krb5-config before proceeding and error +    out in configure if they don't work. +      Fix Autoconf syntax error when probing for libkrb5support.  Thanks,      Mike Garrison. +    Stop setting Stanford-specific compile-time defaults for the wallet +    server and port. +  wallet 0.8 (2008-02-13)      Fix the wallet client to use check instead of exists. | 
