summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Add krb5_key versions of the auth context key accessors, and use themGreg Hudson2009-11-273-29/+42
* Allow null keys to be referenced (a no-op) for simpler "copying" ofGreg Hudson2009-11-271-1/+2
* Export krb5_k_reference_key since it's part of the public APIGreg Hudson2009-11-271-0/+1
* 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
* Move the arcfour directory from the crypto module dirs into krb. ThisGreg Hudson2009-11-2732-1067/+163
* Make dependGreg Hudson2009-11-271-3/+3
* Add krb5_k_prf, the krb5_key version of krb5_c_prfGreg Hudson2009-11-272-4/+15
* Clean up a few cases where krb5_get_in_tkt_with_keytab would leak theGreg Hudson2009-11-261-3/+4
* Pullup to 1.7-branch is only for the test case, as krb5-1.7 behavedTom Yu2009-11-264-19/+138
* 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
* Coding Style related fixesZhanna Tsitkov2009-11-253-414/+379
* Remove krb5_ prefix from the name of the static func get_as_key_keytab. ReindentZhanna Tsitkov2009-11-241-13/+12
* Check return value of gethostname in krb5_klog_initGreg Hudson2009-11-231-2/+5
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-22102-3767/+3732
* In _kadm5_init_any on error - if we created a cache entry, destroy itEzra Peisach2009-11-221-0/+8
* Clean up some memory leaks by releasing contextEzra Peisach2009-11-222-1/+5
* Memory leak in _kadm5_init_any introduced with ipropdEzra Peisach2009-11-211-0/+2
* Correct argument to kadm5_get_principal is a pointer to a struct - notEzra Peisach2009-11-201-2/+6
* The size of kadm5_server_handle_rec differs between the client andEzra Peisach2009-11-202-4/+11
* krb5_free_ad_signedpath must free outer structureLuke Howard2009-11-191-0/+1
* Minor reindent fixZhanna Tsitkov2009-11-181-24/+20
* minor reindentZhanna Tsitkov2009-11-181-24/+16
* Clean up some open-parenthesis problems, and reindentTom Yu2009-11-161-1/+0
* Typo fixZhanna Tsitkov2009-11-161-1/+1
* Remove unreferred krb5int_keyhash_aescbc_xxx. Cleaner krb5int_keyhash_md5_hma...Zhanna Tsitkov2009-11-162-2/+2
* 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
* Remove the unnecessary src/lib/glue4.cGreg Hudson2009-11-101-19/+0
* Remove src/lib/crypto/krb/enc_provider, which was accidentallyGreg Hudson2009-11-107-1210/+0
* 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-047-256/+261
* Reindent after making fixes for emacs-23Tom Yu2009-11-032-4/+4
* Clean up a bunch of signed/unsigned comparison warningsGreg Hudson2009-11-0216-53/+58
* Memory leak fix: in obtain_sam_padata, after claiming the contents ofGreg Hudson2009-11-011-1/+2
* Move the implementations of four deprecated crypto functions toGreg Hudson2009-11-015-24/+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