aboutsummaryrefslogtreecommitdiff
path: root/src/clients
AgeCommit message (Expand)AuthorFilesLines
2003-02-25Handle NULL result_string->data returned from error inTom Yu2-1/+6
2003-01-10Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2-8/+6
2002-12-23 * authorization.c, heuristic.c, ksu.h: Use uid_t instead of int inEzra Peisach4-12/+16
2002-11-06This commit fixes up the in-tree callers of krb5_read_password() andTom Yu2-1/+6
2002-08-29update dependenciesKen Raeburn1-6/+12
2002-08-29* Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn12-6/+30
2002-08-29Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn3-0/+3
2002-08-29Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn3-0/+3
2002-08-23Change $(S)=>/ and $(U)=>.. globallyKen Raeburn14-7/+35
2002-08-15 * kvno.c (do_v4_kvno): Initialize name, inst, realm to emptyTom Yu2-0/+6
2002-08-14 * main.c: updated the usage functionJen Selby2-1/+5
2002-07-30 * kinit.c (ULINE): Invoke fprintf with correct number of argumentsEzra Peisach2-3/+9
2002-07-30 * kvno.c (do_v4_kvno): If not compiling with v4 support, xusageEzra Peisach2-2/+7
2002-07-29 * kdb5_util.M: added documentation for some options.Jen Selby2-1/+12
2002-07-28* kvno.c: Include stdlib.h.Ken Raeburn2-8/+14
2002-07-26add v4 support to kvnoKen Raeburn4-37/+130
2002-07-18 * kpasswd.M: commented out the inclusion of man1/header.docJen Selby2-1/+5
2002-07-17 * kinit.M: added documentation of the "-a" optionJen Selby2-0/+8
2002-06-25* Makefile.in (ksu): Don't use krb5util libraryKen Raeburn2-2/+6
2002-06-21 * ccache.c (printtime): Do not assume that krb5_timestamp andEzra Peisach3-4/+16
2002-06-15update dependenciesKen Raeburn1-20/+16
2002-06-14Use ws2_32.lib instead of wsock32.libKen Raeburn2-1/+6
2002-06-13Updated the manpage with new ticket flagsJen Selby2-0/+9
2002-04-11* klist.c: Do not pull in winsock.h since we already pull inDanilo Almeida2-3/+6
2002-04-05* klist.c (one_addr): Make 0 unsigned (!) in conditional expression inKen Raeburn2-1/+6
2002-03-26Change approach for getaddrinfo support. Now, only fake-addrinfo.h isKen Raeburn2-2/+6
2002-03-07don't use k5-int.h hereKen Raeburn2-2/+8
2001-12-10Fix typo in #ifdef KRB5_KRB4_COMPAT. Thanks to rbasch@mit.eduDanilo Almeida2-1/+6
2001-11-28* klist.c (flags_string): Display transit-policy-checked, ok-as-delegate, and...Ken Raeburn2-0/+11
2001-10-30 * main.c (main): Do not pass LOG_AUTH facility into openlog() as aEzra Peisach2-1/+6
2001-10-30 * kpasswd.c (main): Do not free potentially NULL pointersEzra Peisach2-2/+8
2001-10-19Don't crash if .k[5]login file ownership is wrong. Patch from Emily Ratliff,...Ken Raeburn2-3/+11
2001-10-11Update automatic dependencies to work on Windows by using $(OUTPRE) andKen Raeburn1-16/+19
2001-10-10Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn8-87/+96
2001-10-07* krb_auth_su.c: Fix a call to plain_dump_principal() that had theMitchell Berger2-1/+7
2001-10-06Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2-1/+5
2001-09-24* kinit.M: Correct some typos. Thanks to Dennis DavisMitchell Berger2-8/+13
2001-09-16* ksu.M: Correct a few typosMitchell Berger2-13/+18
2001-09-01dependenciesKen Raeburn1-0/+38
2001-08-29update fake-addrinfo stuffKen Raeburn2-2/+6
2001-08-02* klist.c: Include k5-int.h and fake-addrinfo.h.Ken Raeburn2-34/+59
2001-07-23 * setenv.c: Include stdlib.h, provide prototypes for setenv andEzra Peisach2-2/+14
2001-07-19* klist.c (one_addr): Pass UNIX address family, not Kerberos address type, toKen Raeburn2-2/+11
2001-06-26 * authorization.c (find_first_cmd_that_exists): Change xmalloc()Ezra Peisach3-3/+13
2001-06-21 * main.c (get_params): Change optind to optindex to preventEzra Peisach2-6/+11
2001-06-18 * main.c (main): Cast arguments to print_status to be consitantEzra Peisach2-1/+6
2001-06-11 * setenv.c: Add prototype for _findenv to avoid inconsistancy ofEzra Peisach7-1023/+1001
2001-06-11 * kinit.c (k4_begin): Cleanup assignment in conditional warningEzra Peisach2-2/+7
2001-06-08Include unistd.h (if present) for getopt() prototypeEzra Peisach6-0/+21
2001-06-05 * authorization.c, heuristic.c, krb_auth_su.c, main.c, setenv.c:Ezra Peisach6-67/+111