summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use "unsigned short" instead of "u_short" in argument to SET macro;Ken Raeburn2009-11-042-11/+21
* Restore the krb5 1.6 behavior of not retrying AS requests afterGreg Hudson2009-11-041-16/+1
* Delete obsolete krb5-mark-cstyle.el. (replaced by a python script)Tom Yu2009-11-041-28/+0
* Reindent and manually restore some BSD-style files that wereTom Yu2009-11-0410-257/+265
* Correct regexps for matching emacs and cc-mode versions. In reindentTom Yu2009-11-043-33/+92
* Reindent after making fixes for emacs-23Tom Yu2009-11-0312-20/+20
* Monkey patch for the cc-mode that comes with emacs-23.x; that versionTom Yu2009-11-032-0/+52
* Emacs 21 doesn't have custom-variable-p. Also, adjust to use theTom Yu2009-11-021-5/+5
* Clean up a bunch of signed/unsigned comparison warningsGreg Hudson2009-11-0219-61/+66
* Simplify krb5int_get_error (and fix a cast-qual warning) by notGreg Hudson2009-11-011-24/+7
* Be a little more const-correct in krb5int_vset_error_flGreg Hudson2009-11-011-13/+8
* Un-constify struct errinfo's msg field because it is the owner of thatGreg Hudson2009-11-011-1/+1
* In k5-int.h, fix make_data to work with C++Greg Hudson2009-11-011-1/+1
* Memory leak fix: in obtain_sam_padata, after claiming the contents ofGreg Hudson2009-11-011-1/+2
* Rework in an attempt to deal with variant Emacs versionsTom Yu2009-11-011-16/+32
* Move the implementations of four deprecated crypto functions toGreg Hudson2009-11-016-47/+42
* Stop using deprecated krb5_encrypt_data in preauth code. UseGreg Hudson2009-11-012-6/+6
* Reformat to avoid parens at beginnings of linesTom Yu2009-10-314-110/+110
* In lib/krb5/ccache, ensure that function definition headers haveGreg Hudson2009-10-314-16/+28
* In lib/krb5/asn.1, ensure that function definition headers haveGreg Hudson2009-10-319-219/+433
* Reformat lib/krb5/asn.1 internal prototypes to avoid problematic parensGreg Hudson2009-10-316-343/+310
* Reformat asn1_make.h prototypes to avoid the problematic parens atGreg Hudson2009-10-311-30/+18
* In lib/krb5/os, ensure that function definition headers have functionGreg Hudson2009-10-3112-36/+70
* In lib/krb5/krb, ensure all function definition headers are in ANSIGreg Hudson2009-10-3110-140/+122
* Fix indentation in gc_via_tkt.c which was messed up by a malformed #ifGreg Hudson2009-10-311-221/+221
* make mark-cstyleTom Yu2009-10-311249-66050/+66004
* Fixes for Emacs 22 compatibilityKen Raeburn2009-10-301-2/+2
* If krb5_sname_to_principal returns a null realm for the clientKen Raeburn2009-10-301-0/+10
* Quote realm name in error message.Ken Raeburn2009-10-301-1/+7
* Tweak batch reindent some more. Limit the initial bulk reindent, andTom Yu2009-10-302-21/+54
* Update the kadm5 design documentation slightly to reflect that MITGreg Hudson2009-10-301-6/+17
* In process_tgs_req, fully initialize e_data since we may copy it inGreg Hudson2009-10-291-2/+1
* Add a couple of krb5_data convenience constructor functions, toGreg Hudson2009-10-291-19/+26
* Corrected Copyrights and some minor reorganization in openssl impl. Zhanna Tsitkov2009-10-2938-2177/+431
* Files that were not picked up by svn rev #22995 commit:Zhanna Tsitkov2009-10-2914-0/+844
* Restored few symbols in the crypto exports list to satisfy tests.`Zhanna Tsitkov2009-10-291-0/+12
* Rename api.3 to api.current in the libkadm5 unit tests. This way theGreg Hudson2009-10-2917-0/+0
* Rename some lingering krb5_derive_key referencesGreg Hudson2009-10-293-3/+3
* remove times underflow/overflow checks, they break testsLuke Howard2009-10-291-7/+2
* New elisp file to mark C styles in files. New top-level MakefileTom Yu2009-10-282-0/+45
* Bump the accessor version number since we made changes.Greg Hudson2009-10-287-52/+47
* Restrict libk5crypto.exports list to API and ABI. Also, include functions nee...Zhanna Tsitkov2009-10-281-150/+60
* Replace krb5_ with krb5Int_ prefix for non-API functionsZhanna Tsitkov2009-10-2873-309/+321
* Update to use heuristics for setting "krb5" style based on file localTom Yu2009-10-282-8/+25
* Print a "starting..." message on stderr if running in nofork mode, forTom Yu2009-10-281-0/+2
* Remove "verify" on make cleanEzra Peisach2009-10-281-1/+1
* Add variable DB_VERSION to Makefile.in. Generate deps so thatEzra Peisach2009-10-282-0/+44
* Heimdal DB bridge plugin for KDC back endGreg Hudson2009-10-2723-48/+4132
* Add "reindent" target to top-level Makefile.in. AddTom Yu2009-10-272-0/+44
* Do not include com_err.h - not used hereEzra Peisach2009-10-271-2/+0