aboutsummaryrefslogtreecommitdiff
path: root/src/clients
AgeCommit message (Expand)AuthorFilesLines
2009-12-14fast negotiation projecSam Hartman2-13/+19
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson15-93/+75
2009-11-03Reindent after making fixes for emacs-23Tom Yu4-6/+6
2009-10-31make mark-cstyleTom Yu16-3484/+3500
2009-10-30If krb5_sname_to_principal returns a null realm for the clientKen Raeburn1-0/+10
2009-10-10Move destest to builtin/des, because it depends on overriding someTom Yu2-21/+25
2009-10-09Implement GSS naming extensions and authdata verificationGreg Hudson1-2/+25
2009-09-16Re-run make depend without autoconf.h in the source treeGreg Hudson1-1/+8
2009-09-13Implement s4u extensionsGreg Hudson2-47/+133
2009-09-09In ksetpwd (a program we don't yet install), don't display the newGreg Hudson1-2/+0
2009-08-28Document kinit -C and -E optionsGreg Hudson1-1/+9
2009-05-25Fix up kinit -T documentationGreg Hudson2-3/+6
2009-04-29Fix typo in error message reported by Marek Mahut (Red Hat)Tom Yu1-1/+1
2009-04-14Implement kinit option for FAST armor ccacheSam Hartman2-4/+19
2009-03-09Introduced '-u' option to kvno to enforce KRB5_NT_UNKNOWN princ typeZhanna Tsitkov1-6/+20
2009-03-06Add "-V" option to klist to print the package name and version, and exitKen Raeburn1-3/+13
2009-02-02Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn3-11/+11
2009-01-06Remove ksu's own implementation of krb5_verify_init_creds now that it is not ...Sam Hartman1-122/+0
2009-01-06Ksu should call krb5_verify_init_creds instead of using its own function.Sam Hartman1-7/+13
2009-01-05move generated dependencies out of Makefile.inKen Raeburn13-116/+105
2009-01-03Merge mskrb-integ onto trunkSam Hartman2-20/+51
2008-12-15Remove krb4 support from clients. Some of the code has beenGreg Hudson14-1018/+90
2008-12-01Convert many uses of sprintf to snprintf or asprintfGreg Hudson3-30/+26
2008-11-05Rename krb5int_buf_cstr to krb5int_buf_data, since k5bufs can be usedGreg Hudson1-1/+1
2008-11-04Don't build dependencies for v4rcp.c.Ken Raeburn6-47/+44
2008-10-30Use the k5buf module instead of strcpy/strcat in several placesGreg Hudson1-13/+10
2008-10-23Use snprintf instead of strcpy/strcat in many placesGreg Hudson1-4/+3
2008-10-20Use asprintf instead of malloc/strcpy/strcat in many placesGreg Hudson1-4/+2
2008-09-18makedependKen Raeburn1-27/+31
2008-07-20Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few andKen Raeburn1-1/+1
2008-06-27misc uninitialized-storage accessesKen Raeburn1-2/+3
2008-06-10Don't use private copy of syslog.h. Rebuild dependenciesKen Raeburn1-10/+6
2008-06-03Passing 0 to krb5_build_principal requires a castKen Raeburn1-1/+1
2008-04-30After malloc/realloc/calloc failures, return ENOMEM explicitly insteadKen Raeburn3-11/+11
2008-02-19man page macro and hyphen fixesRuss Allbery1-2/+1
2007-12-30improve debugging of ticket verification in ksuRuss Allbery1-5/+5
2007-08-29-S sname option for kvnoTom Yu2-7/+32
2007-08-16make dependKen Raeburn1-27/+31
2007-08-01Add PKINIT supportKevin Coffman2-3/+29
2007-07-27make dependKen Raeburn1-3/+3
2007-07-22Include k5-platform.hKen Raeburn1-0/+1
2007-07-20declare xasprintfKen Raeburn1-0/+1
2007-07-12Use [v]snprintf or asprintf instead of unchecked sprintf and separate allocat...Ken Raeburn2-10/+11
2007-07-12Create and use xasprintf akin to xmalloc, returns pointer on success or exits...Ken Raeburn2-5/+17
2007-05-10Define and use some inline helper functions for comparing data and authdata s...Ken Raeburn2-17/+8
2007-04-14Add resource data windows/version.rc for:Jeffrey Altman7-27/+100
2007-01-31remove krb5_get_init_creds_opt_set_pkinit() for nowTom Yu1-18/+0
2007-01-30get_init_creds_opt extensibilityTom Yu3-30/+123
2007-01-16 This commit adds two new functions, krb5_server_decrypt_ticket_keyblock Jeffrey Altman1-11/+41
2006-12-07 Modifications to support the generation and embedding Jeffrey Altman6-0/+6