summaryrefslogtreecommitdiffstats
path: root/src/clients
Commit message (Expand)AuthorAgeFilesLines
* 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
* * kdestroy.M: Make up-to-dateDanilo Almeida2000-03-143-32/+96
* Test for <arpa/inet.h> for possible inet_ntop prototypeEzra Peisach2000-02-244-2/+18
* Document that -s is not applicable to Kerberos 4Danilo Almeida2000-02-162-0/+3
* * kinit.c: Nicer usage message. Better checking for illegalDanilo Almeida2000-02-163-355/+513
* * kdestroy.c: Fix GET_PROGNAME macro to properly return programDanilo Almeida2000-02-162-11/+17
* * klist.c: Fix GET_PROGNAME macro to properly return program nameDanilo Almeida2000-02-162-28/+34
* * configure.in: Check for inet_ntop and getipnodebyaddr, both used in klistKen Raeburn2000-02-072-1/+6
* * kinit.c (try_convert524): Avoid duplicate free callsKen Raeburn2000-02-072-0/+7
* * kinit.c: Only free stuff if it's not NULL. (Note: The krb5_free_*Danilo Almeida2000-02-042-4/+13
* * Makefile.in (klist): Fix to build under Unix againTom Yu2000-02-042-2/+6
* * Makefile.in (kinit): Fix to build on Unix againTom Yu2000-02-044-4/+12
* * kinit.c: Major revamp to support Kerberos 4 compatibility. CodeDanilo Almeida2000-02-043-217/+847
* * klist.c: Major revamp to support Kerberos 4 compatibility. CodeDanilo Almeida2000-02-042-32/+216
* * kdestroy.c: Major revamp to support Kerberos 4 compatibility. CodeDanilo Almeida2000-02-042-41/+119
* * kvno.c (main): Use krb5_decode_ticket() instead ofDanilo Almeida2000-02-022-1/+6
* left date line off last log entryKen Raeburn2000-01-281-0/+1
* * main.c (print_status): Now static. Add format attribute if using GNU CKen Raeburn2000-01-272-2/+11
* 1.1 branch changes -> trunkKen Raeburn1999-12-158-41/+28
* merge from 1.1 branchKen Raeburn1999-12-0612-123/+397
* * kvno.c (main): Use krb5_free_unparsed_name() isntead of free().Danilo Almeida1999-12-043-12/+12
* Add kvno to Windows build.Danilo Almeida1999-12-042-0/+14
* * klist.c (one_addr): Always use indicated address family and length inKen Raeburn1999-11-022-2/+12
* log tritan's changesTom Yu1999-10-266-0/+42
* Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES suchWilfredo Sanchez1999-10-266-11/+10
* display ipv6 addresses if supportedKen Raeburn1999-10-172-6/+37
* copyright notice updates from 1.1 branchKen Raeburn1999-09-247-7/+28
* use KRB5_TC_SUPPORTED_KTYPESKen Raeburn1999-09-013-5/+13
* From 1.1 branch:Ken Raeburn1999-09-012-5/+15
* fix uninit var; make compile on sunos4. from 1.1 branchKen Raeburn1999-09-012-1/+16
* Use standard windows exe link flagsDanilo Almeida1999-08-106-3/+15
* Build kpasswd under windowsDanilo Almeida1999-08-105-16/+54
* These are a bunch of intertwined changes to the windows build.Danilo Almeida1999-05-192-6/+10
* Add NO_OUTPRE flag to prevent creation of outputDanilo Almeida1999-05-172-11/+29
* Do win32 build in subdirDanilo Almeida1999-05-106-6/+18
* * main.c (main): Fix cleanup code for setluid() failureTom Yu1999-03-122-1/+6
* add PR number to logTom Yu1999-03-091-1/+1
* * heuristic.c (get_authorized_princ_names): Fix to not callTom Yu1999-03-042-5/+13
* * configure.in: Add check for setluid()Tom Yu1999-02-192-0/+13
* * Makefile.in (ksu): Add $(KSU_LIBS) in case we need -lsecurityTom Yu1999-02-193-1/+21
* klist.c: Under Windows, #include winsock.h instead of sys/socket.h andTheodore Tso1999-02-093-1/+14
* kinit.c: If unistd.h is not available, use manual definitions forTheodore Tso1999-02-092-0/+11
* Makefile.in: Set the myfulldir and mydir variables (which are relativeTheodore Tso1998-12-0514-0/+49
* Use K5_AC_OUTPUT instead of K5_OUTPUT_FILESTheodore Tso1998-12-051-2/+1