summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb
Commit message (Expand)AuthorAgeFilesLines
* Pull out code for looking up the current time, comparing the offset ofKen Raeburn2007-07-204-37/+19
* Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn2007-07-125-66/+75
* If error is KDC_ERR_S_PRINCIPAL_UNKNOWN, report the server nameKen Raeburn2007-07-041-0/+14
* Define a localtime_r wrapper around localtime if the system doesn'tKen Raeburn2007-06-291-7/+17
* set svn:eol-style to native for *.[ch]Ken Raeburn2007-06-201-94/+94
* krb5_walk_realm_tree leaks in capaths caseTom Yu2007-06-181-0/+3
* Move CCAPI sources to krb5 repositoryAlexandra Ellwood2007-05-311-1/+1
* Change struct _krb5_context.os_context into a single element instead of array[1]Ken Raeburn2007-05-212-21/+18
* Define and use some inline helper functions for comparing data and authdata s...Ken Raeburn2007-05-105-43/+20
* k5-int.h, gic_opt.cJeffrey Altman2007-05-021-2/+12
* rd_req_decoded needs to deal with referral realmsSam Hartman2007-04-291-5/+21
* race condition in referrals fallbackTom Yu2007-04-251-0/+1
* Provide more detailed error message for 'client not found in kdb'Ken Raeburn2007-04-131-0/+17
* Remove unused scc_default_format field from krb5_contextKen Raeburn2007-03-262-13/+0
* Adjust type of 'stable' in krb5_register_serializer to reduce warningsKen Raeburn2007-03-251-4/+4
* Change strnchr sought value to int to match passed valueKen Raeburn2007-03-251-1/+1
* Initialize values to avoid 'possibly uninitialized' compiler warningsKen Raeburn2007-03-251-2/+2
* Convert keyblock or padata types to krb5_data without compiler warnings.Ken Raeburn2007-03-253-7/+33
* Use memset to silence some 'may be used uninitialized' warningsKen Raeburn2007-03-252-0/+2
* whitespace (mostly wrapping long lines produced by protoize)Ken Raeburn2007-03-2513-36/+74
* * include/k5-platform.h: Add load_{16,32,64}_n for loading values fromKen Raeburn2007-03-141-2/+15
* krb5_get_cred_from_kdc fails to null terminate the tgt listJeffrey Altman2007-03-011-0/+1
* Ensure consistancy between prototypes and functionsEzra Peisach2007-02-192-9/+2
* rename krb5_server_decrypt_ticket_keyblock() toTom Yu2007-02-131-4/+5
* Don't need to register WRFILE: keytab type, it's already in the compiled-inKen Raeburn2007-02-011-7/+1
* Fix merge botches:Tom Yu2007-01-312-12/+30
* remove krb5_get_init_creds_opt_set_pkinit() for nowTom Yu2007-01-311-63/+0
* get_init_creds_opt extensibilityTom Yu2007-01-305-63/+573
* make dependKen Raeburn2007-01-201-8/+7
* Don't explicitly include error table headers that are also in krb5.hKen Raeburn2007-01-201-1/+0
* This commit adds two new functions, krb5_server_decrypt_ticket_keyblock Jeffrey Altman2007-01-162-0/+105
* * copy_data.c (krb5_copy_data): Use krb5int_copy_data_contentsKen Raeburn2006-12-281-10/+7
* * lib/krb5/krb/copy_creds.c (krb5int_copy_creds_contents): New function, splitKen Raeburn2006-12-281-2/+21
* * src/lib/krb5/krb/get_in_tkt.c (krb5_get_init_creds): FixTom Yu2006-12-221-3/+4
* use KRB5KRB_ERR_GENERIC, not KRB_ERR_GENERIC in preauth2.cTom Yu2006-12-191-3/+3
* don't pass null pointer to krb5_do_preauth_tryagain()Tom Yu2006-12-191-17/+24
* krb5_is_referral_realm now takes a pointer to const krb5_data, since it doesn'tKen Raeburn2006-12-191-1/+1
* krb5_get_init_creds_opt_set_change_password_promptJeffrey Altman2006-12-142-2/+19
* Don't leak padata when looping for krb5_do_preauth_tryagain()Kevin Coffman2006-12-081-4/+4
* build the trunk on Windows (again)Jeffrey Altman2006-12-083-10/+12
* Undo revision 18930 which was not supposed to include thisJeffrey Altman2006-12-071-11/+1
* Modifications to support the generation and embedding Jeffrey Altman2006-12-071-1/+11
* send a new request with the new padata returned by krb5_do_preauth_tryagain()Kevin Coffman2006-12-012-5/+4
* * src/lib/krb5/krb/vfy_increds.c (krb5_verify_init_creds): UseTom Yu2006-11-301-10/+3
* * src/lib/krb5/krb/gc_via_tkt.c (check_reply_server): New functionTom Yu2006-11-301-20/+62
* * src/lib/krb5/krb/gc_frm_kdc.c: Also do style cleanup.Tom Yu2006-11-301-81/+124
* krb5int_copy_data_contents shouldn't free memory it didn't allocateTom Yu2006-11-281-2/+0
* fix debug messagesKevin Coffman2006-11-221-7/+7
* free error message when freeing contextKevin Coffman2006-11-211-0/+2
* krb5_get_init_creds_password:Jeffrey Altman2006-11-171-8/+0