summaryrefslogtreecommitdiffstats
path: root/src/clients/kinit/kinit.c
Commit message (Expand)AuthorAgeFilesLines
* Improve kinit output credential cache selectionGreg Hudson2013-09-261-104/+131
* Fix check for KDB: prefix in kinitRichard Basch2013-05-101-1/+1
* Make kinit smarter about using keytabsBen Kaduk2012-11-161-0/+11
* Add an input ccache get_init_creds optionNalin Dahyabhai2012-10-161-26/+56
* Add kinit/klist -i options to use client keytabGreg Hudson2012-07-161-2/+13
* Revert "Document absolute times for 'kinit -s'"Ben Kaduk2012-07-071-0/+2
* Allow using locales when gettext is absentBen Kaduk2012-07-061-0/+1
* Enable all localizations in main functionsBen Kaduk2012-07-061-1/+1
* Add ccache collection support to toolsGreg Hudson2011-09-051-21/+59
* Add setlocale() calls to main functionsGreg Hudson2011-06-101-0/+1
* Mark up strings for translationGreg Hudson2011-06-101-64/+64
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-5/+1
* Fix Windows buildGreg Hudson2010-11-251-0/+2
* WhitespaceGreg Hudson2010-09-151-2/+3
* kinit: add KDB keytab supportSam Hartman2010-09-151-1/+12
* Add more verbosity when the -V option to kinit is specified. Based onGreg Hudson2010-03-171-0/+21
* Whitespace fixes for new anonymous supportGreg Hudson2009-12-281-13/+13
* Anonymous support for KerberosSam Hartman2009-12-281-29/+56
* fast negotiation projecSam Hartman2009-12-141-12/+16
* make mark-cstyleTom Yu2009-10-311-326/+327
* If krb5_sname_to_principal returns a null realm for the clientKen Raeburn2009-10-301-0/+10
* Fix up kinit -T documentationGreg Hudson2009-05-251-1/+2
* Implement kinit option for FAST armor ccacheSam Hartman2009-04-141-3/+14
* Merge mskrb-integ onto trunkSam Hartman2009-01-031-13/+38
* Remove krb4 support from clients. Some of the code has beenGreg Hudson2008-12-151-544/+33
* misc uninitialized-storage accessesKen Raeburn2008-06-271-2/+3
* Add PKINIT supportKevin Coffman2007-08-011-2/+4
* Include k5-platform.hKen Raeburn2007-07-221-0/+1
* Use [v]snprintf or asprintf instead of unchecked sprintf and separate allocat...Ken Raeburn2007-07-121-9/+10
* remove krb5_get_init_creds_opt_set_pkinit() for nowTom Yu2007-01-311-18/+0
* get_init_creds_opt extensibilityTom Yu2007-01-301-13/+95
* Enable kinit -a to match the man page and add documentationRuss Allbery2006-06-131-3/+3
* Include com_err.hKen Raeburn2006-04-141-0/+1
* include autoconf.h before krb5.hKen Raeburn2006-03-301-1/+1
* Include autoconf.h early in sources, and disable use of @DEFS@Ken Raeburn2006-03-281-0/+1
* Initial enhanced error message support, similar to what I sent toKen Raeburn2006-03-261-0/+16
* * kinit.c (k5_kinit): Don't free addresses after callingKen Raeburn2004-07-011-1/+0
* * kinit.c (main): Apply patch from Stephen Grau to correctlyTom Yu2003-08-011-1/+2
* update kinit krb4 fallback lifetime defaultKen Raeburn2003-05-301-1/+1
* Big step towards integrating libkrb524 into libkrb5:Ken Raeburn2003-05-241-7/+0
* This commit fixes up the in-tree callers of krb5_read_password() andTom Yu2002-11-061-1/+1
* * kinit.c (ULINE): Invoke fprintf with correct number of argumentsEzra Peisach2002-07-301-3/+4
* Fix typo in #ifdef KRB5_KRB4_COMPAT. Thanks to rbasch@mit.eduDanilo Almeida2001-12-101-1/+1
* * kinit.c (k4_begin): Cleanup assignment in conditional warningEzra Peisach2001-06-111-2/+3
* * kinit.c (k4_kinit): Use ANSI C-style string continuationDanilo Almeida2001-04-051-1/+1
* * kinit.c (k4_kinit): Argument to krb5_read_password takes asEzra Peisach2000-10-171-1/+1
* * kinit.c (k4_kinit): Call time_to_life()Tom Yu2000-10-091-5/+1
* * kinit.c: Include krb524.h if suport desired. Clean upEzra Peisach2000-10-031-52/+77
* * kinit.c (k4_kinit): Fix the code that was broken withEzra Peisach2000-03-161-5/+18
* Add krb5_get_prompt_types() functionalityDanilo Almeida2000-03-161-40/+64