summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* with an uninitialized entry on error exitEzra Peisach2009-10-271-0/+1
* Fix missing emacs file variable markers. Add krb5-c-style.el: theTom Yu2009-10-264-3/+33
* Fix printf argument type mismatches related to pw_max_fail inGreg Hudson2009-10-261-4/+5
* Remove the libkadm5 api.2 unit tests which don't pertain to the cpol,Greg Hudson2009-10-2614-6600/+0
* Remove the telnet-to-localhost sanity check in start_servers_local, asGreg Hudson2009-10-261-71/+27
* not try to free random stack garbage on errorEzra Peisach2009-10-251-0/+2
* Reformat function definition headers in gss-krb5's util_crypt.c toGreg Hudson2009-10-251-98/+48
* Account lockoutGreg Hudson2009-10-2579-301/+10284
* Set up an INIT-CMD to set CRYPTO_IMPL in config.status so thatTom Yu2009-10-251-0/+1
* make dependTom Yu2009-10-2511-77/+72
* Resurrect deleted test files. Adjust Makefile.in files to correctlyTom Yu2009-10-244-0/+729
* Comment out empty definition of krb5_gss_set_sec_context_option_ops and itsLuke Howard2009-10-231-0/+4
* Remove #define DEBUG 1 that slipped in in S4U mergeLuke Howard2009-10-231-1/+1
* Changed the crypto make system to add build flexibility. The update cancels t...Zhanna Tsitkov2009-10-2340-1100/+368
* When iterating through the keytab in krb5_rd_req(), do notLuke Howard2009-10-221-2/+4
* Ensure that a GSS_C_BOTH acquired for GSS_C_NO_NAME still passesLuke Howard2009-10-223-1/+3
* Allow the constrained delegation authorization method to use the evidence tic...Luke Howard2009-10-212-1/+6
* simplify logic fix introduced in r22960 for S4U2SelfLuke Howard2009-10-211-4/+2
* remove some unneeded extensions from the Novell backend authdata SPILuke Howard2009-10-214-43/+3
* ensure that forwardable flag is propagated along S4U2Self referral pathLuke Howard2009-10-211-1/+8
* Increment authdata SPI to V2 (V1 was experimental) to account for additionalLuke Howard2009-10-212-4/+4
* Increment authdata SPI to V2 (V1 was experimental) to accountLuke Howard2009-10-212-27/+27
* For naming extensions draft compliance, s/mspac:/urn:mspac:/Luke Howard2009-10-203-14/+14
* Make some gss-krb5 utility functions take enctypes instead of keys,Greg Hudson2009-10-208-38/+44
* use ANSI prototypes for acquire_XXX_cred, and fix cast to calling acquire_acc...Luke Howard2009-10-201-14/+13
* correct indirection of minor status code when calling displayStatus()Luke Howard2009-10-201-2/+2