summaryrefslogtreecommitdiffstats
path: root/src/clients
Commit message (Expand)AuthorAgeFilesLines
...
* don't use k5-int.h hereKen Raeburn2002-03-072-2/+8
* Fix typo in #ifdef KRB5_KRB4_COMPAT. Thanks to rbasch@mit.eduDanilo Almeida2001-12-102-1/+6
* * klist.c (flags_string): Display transit-policy-checked, ok-as-delegate, and...Ken Raeburn2001-11-282-0/+11
* * main.c (main): Do not pass LOG_AUTH facility into openlog() as aEzra Peisach2001-10-302-1/+6
* * kpasswd.c (main): Do not free potentially NULL pointersEzra Peisach2001-10-302-2/+8
* Don't crash if .k[5]login file ownership is wrong. Patch from Emily Ratliff,...Ken Raeburn2001-10-192-3/+11
* Update automatic dependencies to work on Windows by using $(OUTPRE) andKen Raeburn2001-10-111-16/+19
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-108-87/+96
* * krb_auth_su.c: Fix a call to plain_dump_principal() that had theMitchell Berger2001-10-072-1/+7
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-062-1/+5
* * kinit.M: Correct some typos. Thanks to Dennis DavisMitchell Berger2001-09-242-8/+13
* * ksu.M: Correct a few typosMitchell Berger2001-09-162-13/+18
* dependenciesKen Raeburn2001-09-011-0/+38
* update fake-addrinfo stuffKen Raeburn2001-08-292-2/+6
* * klist.c: Include k5-int.h and fake-addrinfo.h.Ken Raeburn2001-08-022-34/+59
* * setenv.c: Include stdlib.h, provide prototypes for setenv andEzra Peisach2001-07-232-2/+14
* * klist.c (one_addr): Pass UNIX address family, not Kerberos address type, toKen Raeburn2001-07-192-2/+11
* * authorization.c (find_first_cmd_that_exists): Change xmalloc()Ezra Peisach2001-06-263-3/+13
* * main.c (get_params): Change optind to optindex to preventEzra Peisach2001-06-212-6/+11
* * main.c (main): Cast arguments to print_status to be consitantEzra Peisach2001-06-182-1/+6
* * setenv.c: Add prototype for _findenv to avoid inconsistancy ofEzra Peisach2001-06-117-1023/+1001
* * kinit.c (k4_begin): Cleanup assignment in conditional warningEzra Peisach2001-06-112-2/+7
* Include unistd.h (if present) for getopt() prototypeEzra Peisach2001-06-086-0/+21
* * authorization.c, heuristic.c, krb_auth_su.c, main.c, setenv.c:Ezra Peisach2001-06-056-67/+111
* * configure.in: Don't look for getipnodebyaddrKen Raeburn2001-04-262-1/+5
* * klist.c (one_addr): Drop getipnodebyaddr supportKen Raeburn2001-04-262-11/+5
* * kinit.c (k4_kinit): Use ANSI C-style string continuationDanilo Almeida2001-04-052-1/+5
* * setenv.c: Add conditionals for compilation of setenv, unsetenv,Tom Yu2001-04-042-2/+13
* * configure.in: Add checks for unsetenv and getenv. CompileTom Yu2001-04-042-2/+9
* * kpasswd.c (main): Argument to krb5_read_password takes anEzra Peisach2000-10-172-3/+8
* * krb_auth_su.c (krb5_get_tkt_via_passwd): Argument toEzra Peisach2000-10-172-1/+6
* * klist.c (one_addr): gethostbyaddr takes an int as second argumentEzra Peisach2000-10-172-1/+5
* * kinit.c (k4_kinit): Argument to krb5_read_password takes asEzra Peisach2000-10-172-1/+6
* * klist.c (do_v4_ccache): Call life_to_time()Tom Yu2000-10-092-1/+5
* * kinit.c (k4_kinit): Call time_to_life()Tom Yu2000-10-092-5/+5
* * kinit.c: Include krb524.h if suport desired. Clean upEzra Peisach2000-10-032-52/+82
* * ccache.c, heuristic.c, main.c: Return of krb5_cc_get_name() isEzra Peisach2000-10-034-13/+18
* * klist.c: Compiler warning cleanups by declaring functions asEzra Peisach2000-08-022-18/+21
* * kdestroy.c (main): Clean up compiler warningsEzra Peisach2000-08-022-2/+7
* * kvno.c (main): Compiler warning fixes - declare usage as static, andEzra Peisach2000-08-022-8/+20
* kpasswd.c (main): Warnings cleanupEzra Peisach2000-07-292-16/+18
* pullup from 1.2-beta4Ken Raeburn2000-07-017-166/+135
* Change wsanchez@apple -> tritan@mitWilfredo Sanchez2000-06-016-12/+12
* Use getopt so that we can parse packed options (e.g., -an, -54, etc.)Danilo Almeida2000-04-193-8/+21
* Clean up unsed variables when V4 compatibility is not definedEzra Peisach2000-03-162-1/+10
* Remove unused variablesEzra Peisach2000-03-162-4/+4
* * kinit.c (k4_kinit): Fix the code that was broken withEzra Peisach2000-03-162-6/+25
* Add krb5_get_prompt_types() functionalityDanilo Almeida2000-03-162-40/+68
* * kinit.c: Add support for using both -4 and -5. Default to krb5Danilo Almeida2000-03-143-71/+73
* * klist.M: Get man page up-to-dateDanilo Almeida2000-03-143-51/+109