master
make regen
Add internal base64 encoding and decoding support
Add an internal constant-time comparison function
Update HTTP links
Fix argument type errors on Windows
Remove strerror() calls from k5_get_error()
Revert r25274 and just don't include sys/cdefs.h
Fix option parsing on Windows
Move the util/windows getopt to libkrb5support
Make reindent
Reduce warnings from mainline autoconf
Avoid undefined memcpy/memmove invocations
Remove unneeded conditional in hex.c
Include autoconf.h before system headers
Adjust most C source files to match the new standards for copyright and license comments.
Make k5buf more flexible for binary data
Eliminate use of the 'register' keyword
Reindent per krb5-batch-reindent.el. Some minor reformatting added in places to avoid exceeding 80 columns. Used Emacs 22.1 built-in C mode.
Use k5_path_join() in krb5int_open_plugin_dirs()
Add regexp support on Windows using std::regex
Fix more non-prototype functions
Fix Windows strerror_r() implementation
Eliminate old-style function declarations
Fix assert hygiene in t_path.c
Replace UCS-2 conversions with UTF-16
Remove unused Unicode functions
Fix various issues detected by static analysis
Move zap() definition to k5-platform.h