summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb
Commit message (Expand)AuthorAgeFilesLines
...
* Divide copy_auth.c into three files based on the functionality. Namely, Zhanna Tsitkov2010-01-065-321/+45
* Since krb5int_validate_times is used only inside krb dir do not export it and...Zhanna Tsitkov2010-01-062-0/+4
* Rename krb5_validate_times into krb5int_validate_times as it is internal func...Zhanna Tsitkov2010-01-053-4/+4
* Rename krb5int_tgtname into krb5_tgtname as an internal functionZhanna Tsitkov2010-01-056-15/+13
* disable weak crypto by defaultTom Yu2010-01-052-1/+4
* Don't accept AS replies encrypted in enctypes other than the ones weGreg Hudson2010-01-041-0/+18
* For the better code modularity keep some "free" routines closer to the resour...Zhanna Tsitkov2010-01-044-125/+78
* Update dependenciesKen Raeburn2010-01-031-3/+58
* Use krb5int_count_etypes in rd_req_decoded_optGreg Hudson2010-01-021-4/+1
* Factor out copying and counting of zero-terminated enctype lists intoGreg Hudson2010-01-018-99/+100
* Include os-proto.h for _krb5_conf_boolean prototype before declarationEzra Peisach2009-12-301-0/+2
* Eliminate the krb5_set_default_in_tkt_ktypes andGreg Hudson2009-12-301-7/+0
* Create a separate file for krb5_copy_context for better code modularityZhanna Tsitkov2009-12-293-63/+141
* Functions in enc_helper.c serve different code blocks. Split themZhanna Tsitkov2009-12-293-27/+70
* Add a new profile variable preauth_module_dir, which specifiesGreg Hudson2009-12-281-5/+48
* Move krb5_get_profile back to init_os_ctx.c for now and revert r23519.Greg Hudson2009-12-282-8/+1
* Whitespace fixes for new anonymous supportGreg Hudson2009-12-283-29/+36
* Anonymous support for KerberosSam Hartman2009-12-284-10/+147
* Include prof_int.h in init_ctx.c instead of init_os_ctx.c,Ken Raeburn2009-12-282-1/+2
* Code modularity related updatesZhanna Tsitkov2009-12-239-235/+309
* Remove krb5_ prefix from some static func namesZhanna Tsitkov2009-12-229-102/+111
* Whitespace fixesGreg Hudson2009-12-161-7/+11
* On Luke's advice, remove krb5_init_creds_store_creds. It is not aGreg Hudson2009-12-151-11/+0
* Get rid of the requirement of defining MAX_ENCTYPE inGreg Hudson2009-12-151-36/+56
* Formatining enhancementZhanna Tsitkov2009-12-151-11/+13
* fast negotiation projecSam Hartman2009-12-145-104/+400
* Change file holder for krb5int_check_clockskew. Minor Style changes per code ...Zhanna Tsitkov2009-12-091-41/+25
* handle negative enctypes betterTom Yu2009-12-071-2/+3
* Reindent and removed krb5_ prefix from static func nameZhanna Tsitkov2009-12-011-67/+67
* Terminate the loop in find_authdata_1 if we get an error in one of theGreg Hudson2009-11-301-1/+1
* Add krb5_key versions of the auth context key accessors, and use themGreg Hudson2009-11-271-0/+27
* Clean up the flow control in krb5int_send_tgs, and avoid setting theGreg Hudson2009-11-271-38/+39
* If krb5_init_creds_step is called on an already complete context,Greg Hudson2009-11-271-1/+1
* Make dependGreg Hudson2009-11-271-3/+3
* Clean up a few cases where krb5_get_in_tkt_with_keytab would leak theGreg Hudson2009-11-261-3/+4
* libkrb5 support for non-blocking AS requestsGreg Hudson2009-11-269-634/+1230
* Defer the conversion of the gic options structure to the extended formGreg Hudson2009-11-254-91/+72
* Remove krb5_ prefix from the name of the static func get_as_key_keytab. ReindentZhanna Tsitkov2009-11-241-13/+12
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-222-712/+712
* krb5_free_ad_signedpath must free outer structureLuke Howard2009-11-191-0/+1
* Move prototypes for krb5int_send_tgs and krb5int_decode_tgs_rep to int-proto.h.Ezra Peisach2009-11-163-8/+30
* Constrained delegation without PAC supportGreg Hudson2009-11-142-20/+58
* Deal with some open paren formatting issues, and reindent. MakeTom Yu2009-11-052-570/+567
* Restore the krb5 1.6 behavior of not retrying AS requests afterGreg Hudson2009-11-041-16/+1
* Reindent and manually restore some BSD-style files that wereTom Yu2009-11-042-0/+2
* Reindent after making fixes for emacs-23Tom Yu2009-11-031-2/+2
* Memory leak fix: in obtain_sam_padata, after claiming the contents ofGreg Hudson2009-11-011-1/+2
* Stop using deprecated krb5_encrypt_data in preauth code. UseGreg Hudson2009-11-012-6/+6
* 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