aboutsummaryrefslogtreecommitdiff
path: root/src/clients
AgeCommit message (Expand)AuthorFilesLines
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson7-46/+24
2011-02-25Make dependGreg Hudson3-28/+26
2011-02-22Delete kinit_kdb.o in make cleanTom Yu1-1/+1
2010-11-28Use for loops for recursion in the Windows build, cutting down on theGreg Hudson7-53/+7
2010-11-25Fix Windows buildGreg Hudson2-0/+6
2010-09-30Whitespace and minor style changesGreg Hudson1-7/+8
2010-09-29make dependSam Hartman1-1/+21
2010-09-27kpasswd: if a credential cache is present, use FASTSam Hartman1-26/+33
2010-09-17In kinit_kdb_init(), ensure that we don't return an error with theGreg Hudson1-1/+3
2010-09-15WhitespaceGreg Hudson3-25/+29
2010-09-15Add a license statement to the new extern.h in kinit, use an includeGreg Hudson1-6/+35
2010-09-15kinit: add KDB keytab supportSam Hartman5-6/+98
2010-09-08Make dependGreg Hudson2-19/+21
2010-06-08When we display enctypes, display the input name rather than theGreg Hudson1-1/+1
2010-06-07make dependGreg Hudson2-32/+37
2010-05-03Eliminate some uses of variables as format strings. Based on a patchGreg Hudson2-2/+2
2010-04-14Use krb5_get_credentials in ksu instead of krb5_get_cred_from_kdc, soGreg Hudson1-28/+2
2010-04-08Assume lstat in Unix code, specifically clients/ksu/ccache.c. Fix badGreg Hudson1-100/+92
2010-03-18Fix the kpasswd fallback from the ccache principal name to theGreg Hudson1-7/+11
2010-03-17Add more verbosity when the -V option to kinit is specified. Based onGreg Hudson1-0/+21
2010-01-04Anonymous documentationSam Hartman1-0/+21
2010-01-04Fix documentation of armor cache based on fast negotiation projectSam Hartman1-3/+5
2010-01-03Some unsigned/signed warning cleanupEzra Peisach1-1/+1
2009-12-28Whitespace fixes for new anonymous supportGreg Hudson1-13/+13
2009-12-28Anonymous support for KerberosSam Hartman1-29/+56
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