summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5
Commit message (Expand)AuthorAgeFilesLines
...
* 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-284-8/+9
* Whitespace fixes for new anonymous supportGreg Hudson2009-12-283-29/+36
* Anonymous support for KerberosSam Hartman2009-12-285-10/+150
* allow testing when offlineKen Raeburn2009-12-281-1/+5
* Include prof_int.h in init_ctx.c instead of init_os_ctx.c,Ken Raeburn2009-12-284-3/+2
* Code modularity related updatesZhanna Tsitkov2009-12-2313-316/+383
* 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-152-12/+0
* Get rid of the requirement of defining MAX_ENCTYPE inGreg Hudson2009-12-151-36/+56
* Formatining enhancementZhanna Tsitkov2009-12-152-18/+21
* fast negotiation projecSam Hartman2009-12-1411-106/+584
* Change file holder for krb5int_check_clockskew. Minor Style changes per code ...Zhanna Tsitkov2009-12-092-41/+40
* handle negative enctypes betterTom Yu2009-12-071-2/+3
* Sense of POINTERS_ARE_ALL_THE_SAME test was backwardsKen Raeburn2009-12-031-3/+3
* Fixed the conflicting type "static krb5_error_code KRB5_CALLCONV" of krb5_ch...Zhanna Tsitkov2009-12-021-30/+42
* Reindent and removed krb5_ prefix from static func nameZhanna Tsitkov2009-12-011-67/+67
* ReindentZhanna Tsitkov2009-11-302-39/+29
* Terminate the loop in find_authdata_1 if we get an error in one of theGreg Hudson2009-11-301-1/+1
* Remove the non-iov entry point introduced in r23378, since it's easyGreg Hudson2009-11-291-1/+0
* Create functional internal interfaces to allow GSSAPI to performGreg Hudson2009-11-281-3/+2
* Add krb5_key versions of the auth context key accessors, and use themGreg Hudson2009-11-272-0/+30
* 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-2610-634/+1241
* Defer the conversion of the gic options structure to the extended formGreg Hudson2009-11-255-92/+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-2220-1427/+1416
* krb5_free_ad_signedpath must free outer structureLuke Howard2009-11-191-0/+1
* Minor reindent fixZhanna Tsitkov2009-11-181-24/+20
* Fix coding style in lib/krb5/asn.1, remove from exclusions, andTom Yu2009-11-168-909/+1080
* Move prototypes for krb5int_send_tgs and krb5int_decode_tgs_rep to int-proto.h.Ezra Peisach2009-11-163-8/+30
* Move krb5int_get_fq_local_hostname to os-proto.h. Not exportedEzra Peisach2009-11-151-0/+2
* Moved krb5int_sendto prototype to os-proto.h. This function is not exported Ezra Peisach2009-11-151-0/+11
* Constrained delegation without PAC supportGreg Hudson2009-11-147-21/+243
* In lib/krb5/rcache, ensure that function definition headers put theGreg Hudson2009-11-132-19/+31
* In lib/krb5/keytab, ensure that function definition headers haveGreg Hudson2009-11-104-206/+139
* make mark-cstyle; make reindentTom Yu2009-11-0515-324/+324
* Reformat some block comments. Refine lib/krb5/asn.1 reindentTom Yu2009-11-058-182/+233
* 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
* Clean up a bunch of signed/unsigned comparison warningsGreg Hudson2009-11-029-42/+45
* Memory leak fix: in obtain_sam_padata, after claiming the contents ofGreg Hudson2009-11-011-1/+2