summaryrefslogtreecommitdiffstats
path: root/src/clients
Commit message (Expand)AuthorAgeFilesLines
* update kinit krb4 fallback lifetime defaultKen Raeburn2003-05-302-1/+5
* Big step towards integrating libkrb524 into libkrb5:Ken Raeburn2003-05-243-9/+8
* make-depend updatesKen Raeburn2003-05-241-16/+16
* * ksetpwd.c (init_creds): Let's use C comments for C code, shall we?Ken Raeburn2003-04-282-1/+6
* Build ksetpw, a client for the Microsoft set password protocol. NotSam Hartman2003-04-253-2/+324
* Red Hat's krb5_princ_size fixesKen Raeburn2003-04-013-2/+11
* Handle NULL result_string->data returned from error inTom Yu2003-02-252-1/+6
* Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2003-01-102-8/+6
* * authorization.c, heuristic.c, ksu.h: Use uid_t instead of int inEzra Peisach2002-12-234-12/+16
* This commit fixes up the in-tree callers of krb5_read_password() andTom Yu2002-11-062-1/+6
* update dependenciesKen Raeburn2002-08-291-6/+12
* * Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2002-08-2912-6/+30
* Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn2002-08-293-0/+3
* Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn2002-08-293-0/+3
* Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2002-08-2314-7/+35
* * kvno.c (do_v4_kvno): Initialize name, inst, realm to emptyTom Yu2002-08-152-0/+6
* * main.c: updated the usage functionJen Selby2002-08-142-1/+5
* * kinit.c (ULINE): Invoke fprintf with correct number of argumentsEzra Peisach2002-07-302-3/+9
* * kvno.c (do_v4_kvno): If not compiling with v4 support, xusageEzra Peisach2002-07-302-2/+7
* * kdb5_util.M: added documentation for some options.Jen Selby2002-07-292-1/+12
* * kvno.c: Include stdlib.h.Ken Raeburn2002-07-282-8/+14
* add v4 support to kvnoKen Raeburn2002-07-264-37/+130
* * kpasswd.M: commented out the inclusion of man1/header.docJen Selby2002-07-182-1/+5
* * kinit.M: added documentation of the "-a" optionJen Selby2002-07-172-0/+8
* * Makefile.in (ksu): Don't use krb5util libraryKen Raeburn2002-06-252-2/+6
* * ccache.c (printtime): Do not assume that krb5_timestamp andEzra Peisach2002-06-213-4/+16
* update dependenciesKen Raeburn2002-06-151-20/+16
* Use ws2_32.lib instead of wsock32.libKen Raeburn2002-06-142-1/+6
* Updated the manpage with new ticket flagsJen Selby2002-06-132-0/+9
* * klist.c: Do not pull in winsock.h since we already pull inDanilo Almeida2002-04-112-3/+6
* * klist.c (one_addr): Make 0 unsigned (!) in conditional expression inKen Raeburn2002-04-052-1/+6
* Change approach for getaddrinfo support. Now, only fake-addrinfo.h isKen Raeburn2002-03-262-2/+6
* 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