| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct regexps for matching emacs and cc-mode versions. In reindent | Tom Yu | 2009-11-04 | 3 | -33/+92 |
* | Reindent after making fixes for emacs-23 | Tom Yu | 2009-11-03 | 12 | -20/+20 |
* | Monkey patch for the cc-mode that comes with emacs-23.x; that version | Tom Yu | 2009-11-03 | 2 | -0/+52 |
* | Emacs 21 doesn't have custom-variable-p. Also, adjust to use the | Tom Yu | 2009-11-02 | 1 | -5/+5 |
* | Clean up a bunch of signed/unsigned comparison warnings | Greg Hudson | 2009-11-02 | 19 | -61/+66 |
* | Simplify krb5int_get_error (and fix a cast-qual warning) by not | Greg Hudson | 2009-11-01 | 1 | -24/+7 |
* | Be a little more const-correct in krb5int_vset_error_fl | Greg Hudson | 2009-11-01 | 1 | -13/+8 |
* | Un-constify struct errinfo's msg field because it is the owner of that | Greg Hudson | 2009-11-01 | 1 | -1/+1 |
* | In k5-int.h, fix make_data to work with C++ | Greg Hudson | 2009-11-01 | 1 | -1/+1 |
* | Memory leak fix: in obtain_sam_padata, after claiming the contents of | Greg Hudson | 2009-11-01 | 1 | -1/+2 |
* | Rework in an attempt to deal with variant Emacs versions | Tom Yu | 2009-11-01 | 1 | -16/+32 |
* | Move the implementations of four deprecated crypto functions to | Greg Hudson | 2009-11-01 | 6 | -47/+42 |
* | Stop using deprecated krb5_encrypt_data in preauth code. Use | Greg Hudson | 2009-11-01 | 2 | -6/+6 |
* | Reformat to avoid parens at beginnings of lines | Tom Yu | 2009-10-31 | 4 | -110/+110 |
* | In lib/krb5/ccache, ensure that function definition headers have | Greg Hudson | 2009-10-31 | 4 | -16/+28 |
* | In lib/krb5/asn.1, ensure that function definition headers have | Greg Hudson | 2009-10-31 | 9 | -219/+433 |
* | Reformat lib/krb5/asn.1 internal prototypes to avoid problematic parens | Greg Hudson | 2009-10-31 | 6 | -343/+310 |
* | Reformat asn1_make.h prototypes to avoid the problematic parens at | Greg Hudson | 2009-10-31 | 1 | -30/+18 |
* | In lib/krb5/os, ensure that function definition headers have function | Greg Hudson | 2009-10-31 | 12 | -36/+70 |
* | In lib/krb5/krb, ensure all function definition headers are in ANSI | Greg Hudson | 2009-10-31 | 10 | -140/+122 |
* | Fix indentation in gc_via_tkt.c which was messed up by a malformed #if | Greg Hudson | 2009-10-31 | 1 | -221/+221 |
* | make mark-cstyle | Tom Yu | 2009-10-31 | 1249 | -66050/+66004 |
* | Fixes for Emacs 22 compatibility | Ken Raeburn | 2009-10-30 | 1 | -2/+2 |
* | If krb5_sname_to_principal returns a null realm for the client | Ken Raeburn | 2009-10-30 | 1 | -0/+10 |
* | Quote realm name in error message. | Ken Raeburn | 2009-10-30 | 1 | -1/+7 |
* | Tweak batch reindent some more. Limit the initial bulk reindent, and | Tom Yu | 2009-10-30 | 2 | -21/+54 |
* | Update the kadm5 design documentation slightly to reflect that MIT | Greg Hudson | 2009-10-30 | 1 | -6/+17 |
* | In process_tgs_req, fully initialize e_data since we may copy it in | Greg Hudson | 2009-10-29 | 1 | -2/+1 |
* | Add a couple of krb5_data convenience constructor functions, to | Greg Hudson | 2009-10-29 | 1 | -19/+26 |
* | Corrected Copyrights and some minor reorganization in openssl impl. | Zhanna Tsitkov | 2009-10-29 | 38 | -2177/+431 |
* | Files that were not picked up by svn rev #22995 commit: | Zhanna Tsitkov | 2009-10-29 | 14 | -0/+844 |
* | Restored few symbols in the crypto exports list to satisfy tests.` | Zhanna Tsitkov | 2009-10-29 | 1 | -0/+12 |
* | Rename api.3 to api.current in the libkadm5 unit tests. This way the | Greg Hudson | 2009-10-29 | 17 | -0/+0 |
* | Rename some lingering krb5_derive_key references | Greg Hudson | 2009-10-29 | 3 | -3/+3 |
* | remove times underflow/overflow checks, they break tests | Luke Howard | 2009-10-29 | 1 | -7/+2 |
* | New elisp file to mark C styles in files. New top-level Makefile | Tom Yu | 2009-10-28 | 2 | -0/+45 |
* | Bump the accessor version number since we made changes. | Greg Hudson | 2009-10-28 | 7 | -52/+47 |
* | Restrict libk5crypto.exports list to API and ABI. Also, include functions nee... | Zhanna Tsitkov | 2009-10-28 | 1 | -150/+60 |
* | Replace krb5_ with krb5Int_ prefix for non-API functions | Zhanna Tsitkov | 2009-10-28 | 73 | -309/+321 |
* | Update to use heuristics for setting "krb5" style based on file local | Tom Yu | 2009-10-28 | 2 | -8/+25 |
* | Print a "starting..." message on stderr if running in nofork mode, for | Tom Yu | 2009-10-28 | 1 | -0/+2 |
* | Remove "verify" on make clean | Ezra Peisach | 2009-10-28 | 1 | -1/+1 |
* | Add variable DB_VERSION to Makefile.in. Generate deps so that | Ezra Peisach | 2009-10-28 | 2 | -0/+44 |
* | Heimdal DB bridge plugin for KDC back end | Greg Hudson | 2009-10-27 | 23 | -48/+4132 |
* | Add "reindent" target to top-level Makefile.in. Add | Tom Yu | 2009-10-27 | 2 | -0/+44 |
* | Do not include com_err.h - not used here | Ezra Peisach | 2009-10-27 | 1 | -2/+0 |
* | with an uninitialized entry on error exit | Ezra Peisach | 2009-10-27 | 1 | -0/+1 |
* | Fix missing emacs file variable markers. Add krb5-c-style.el: the | Tom Yu | 2009-10-26 | 4 | -3/+33 |
* | Fix printf argument type mismatches related to pw_max_fail in | Greg Hudson | 2009-10-26 | 1 | -4/+5 |
* | Remove the libkadm5 api.2 unit tests which don't pertain to the cpol, | Greg Hudson | 2009-10-26 | 14 | -6600/+0 |