summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb
Commit message (Expand)AuthorAgeFilesLines
...
* fix invalid access found by valgrindKevin Coffman2006-10-231-1/+1
* Avoid segfault in krb5_do_preauth_tryagainKevin Coffman2006-10-231-1/+1
* Remove all unused variable warnings from treeEzra Peisach2006-10-152-2/+3
* Use $(VALGRIND) when running programs using $(KRB5_RUN_ENV) orKen Raeburn2006-10-131-4/+4
* Patch to split client plugin from server pluginSam Hartman2006-10-131-20/+16
* Use const pointers for error messages.Ken Raeburn2006-10-071-2/+40
* make dependTom Yu2006-10-061-181/+249
* Preauthentication Plugin FrameworkSam Hartman2006-10-034-74/+731
* Set the canonicalize flag in TGS requests and accept cross-realm referral tic...Sam Hartman2006-09-216-34/+391
* Merge Todd's TCP changepw support, with a few fixupsKen Raeburn2006-08-231-7/+34
* * src/lib/krb5/krb/srv_rcache.c (krb5_get_server_rcache):Tom Yu2006-06-301-0/+1
* * src/lib/krb5/krb/srv_rcache.c (krb5_get_server_rcache): AdaptedTom Yu2006-06-301-1/+6
* fix calling convention for krb5 error-message routines, document usage of krb...Ken Raeburn2006-06-291-5/+5
* autoconf 2.60 compatibilityKen Raeburn2006-06-281-1/+1
* * src/lib/krb5_32.def: Export krb5_copy_contextTom Yu2006-06-261-5/+11
* * src/include/krb5/krb5.hin: Add prototype for krb5_copy_contextTom Yu2006-06-261-0/+81
* * src/lib/krb5/krb/srv_rcache.c (krb5_get_server_rcache): ApplyTom Yu2006-06-221-4/+0
* Change a bunch of calls to ctype macros (those cited by Jeff, and aKen Raeburn2006-06-161-2/+2
* Since it appears we don't actually set the conf_tgs_ktypes field except in thisKen Raeburn2006-06-101-14/+1
* copyright noticeKen Raeburn2006-06-081-1/+27
* Merge about 1/3 of the remaining configure scripts into the top level. ThisKen Raeburn2006-05-311-2/+2
* Rename locate.h to locate_plugin.h. Change references, update dependenciesKen Raeburn2006-05-241-89/+89
* install headers into include/krb5Ken Raeburn2006-05-231-455/+477
* * lib/kadm5/alt_prof.c (kadm5_get_config_params): Replace filename andKen Raeburn2006-05-161-5/+11
* Fixed the krb5_cc_gen_new memory ccache implementation and updatedAlexandra Ellwood2006-05-101-3/+11
* * send_tgs.c (krb5_send_tgs): Fix memory allocation size when padata isKen Raeburn2006-05-091-1/+1
* Don't test HAVE_C_STRUCTURE_ASSIGNMENT.Ken Raeburn2006-04-2911-50/+2
* unsigned/signed int warnings in krb5_context variablesEzra Peisach2006-04-211-1/+1
* Don't include kdb.h from k5-int.h; instead, include it in the handfulKen Raeburn2006-04-132-204/+185
* Remove ChangeLog files from the source tree. From now on, theSam Hartman2006-04-111-3633/+0
* Remove .Sanitize and .rconf files, no longer usedKen Raeburn2006-04-111-116/+0
* make dependKen Raeburn2006-04-041-2/+2
* include autoconf.h in a few more placesKen Raeburn2006-04-032-0/+3
* * Makefile.in (DEFS): Make emptyKen Raeburn2006-04-022-1/+5
* make depend, now with dependency sortingKen Raeburn2006-03-311-656/+658
* make dependKen Raeburn2006-03-271-209/+274
* Initial enhanced error message support, similar to what I sent toKen Raeburn2006-03-264-1/+87
* * Makefile.in (check-unix): Use RUN_SETUP for t_deltatKen Raeburn2006-03-132-1/+5
* Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn2006-03-111-263/+263
* make dependKen Raeburn2006-03-081-88/+176
* Include the support library when linking various test programs, because onKen Raeburn2006-01-182-2/+6
* * gc_frm_kdc.c: Rewrite to modularize significantly. (~400-lineTom Yu2005-12-302-381/+752
* * gc_frm_kdc.c (krb5_get_cred_from_kdc_opt): Cause free_tgt andTom Yu2005-12-282-12/+19
* make dependTom Yu2005-11-291-270/+180
* * Makefile.in (t_ser): Add dl library and thread link options, since kdb5Ken Raeburn2005-10-192-1/+6
* fix krb5_mk_rep subkey leaksTom Yu2005-09-222-0/+11
* fix more executable permissionsTom Yu2005-08-251-0/+0
* Delete .cvsignore files; contents have already been Sam Hartman2005-08-241-5/+0
* * t_ser.c (ser_kcontext_test): Remove statement declaring anEzra Peisach2005-08-232-1/+5
* * get_in_tkt.c (krb5_get_init_creds): Free tempstr on non-errorTom Yu2005-08-162-4/+11