summaryrefslogtreecommitdiffstats
path: root/src/clients
Commit message (Collapse)AuthorAgeFilesLines
...
* * kdestroy.M: Make up-to-dateDanilo Almeida2000-03-143-32/+96
| | | | | | | | * kdestroy.c: Add support for combining -5 and -4. Add ability to easily change defaults in terms of whether to use 5, 4 or both. Expand usage info. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12106 dc483132-0cff-0310-8789-dd5450dbe970
* Test for <arpa/inet.h> for possible inet_ntop prototypeEzra Peisach2000-02-244-2/+18
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12065 dc483132-0cff-0310-8789-dd5450dbe970
* Document that -s is not applicable to Kerberos 4Danilo Almeida2000-02-162-0/+3
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12050 dc483132-0cff-0310-8789-dd5450dbe970
* * kinit.c: Nicer usage message. Better checking for illegalDanilo Almeida2000-02-163-355/+513
| | | | | | | | | | | | options. Do not output error when doing Kerberos 4 if we will be trying 524 afterwards. Add hooks for future support for specifying the Kerberos 4 cache name. Fix GET_PROGNAME macro to properly return program name under Win32. Re-indent, turning spaces that should be tabs into tabs. * kinit.M: Document new Kerberos 4 kinit behavior. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12049 dc483132-0cff-0310-8789-dd5450dbe970
* * kdestroy.c: Fix GET_PROGNAME macro to properly return programDanilo Almeida2000-02-162-11/+17
| | | | | | | name under Win32. Re-indent, turning spaces that should be tabs into tabs. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12048 dc483132-0cff-0310-8789-dd5450dbe970
* * klist.c: Fix GET_PROGNAME macro to properly return program nameDanilo Almeida2000-02-162-28/+34
| | | | | | | under Win32. Re-indent, turning spaces that should be tabs into tabs. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12047 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: Check for inet_ntop and getipnodebyaddr, both used in klistKen Raeburn2000-02-072-1/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12016 dc483132-0cff-0310-8789-dd5450dbe970
* * kinit.c (try_convert524): Avoid duplicate free callsKen Raeburn2000-02-072-0/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12014 dc483132-0cff-0310-8789-dd5450dbe970
* * kinit.c: Only free stuff if it's not NULL. (Note: The krb5_free_*Danilo Almeida2000-02-042-4/+13
| | | | | | routines probably should be fixed check for NULL pointers...) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12000 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in (klist): Fix to build under Unix againTom Yu2000-02-042-2/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11999 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in (kinit): Fix to build on Unix againTom Yu2000-02-044-4/+12
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11998 dc483132-0cff-0310-8789-dd5450dbe970
* * kinit.c: Major revamp to support Kerberos 4 compatibility. CodeDanilo Almeida2000-02-043-217/+847
| | | | | | | | | | | | restructured to allow changes to support Kerberos 4 or Kerberos 5 only operation depending on whether dynamic libraries are avialable. Explicit documentation and support files to make it easy to do this will be forthcoming. * Makefile.in: On Windows, use getopt.lib instead of getopt.obj, and add support for getopt_long. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11993 dc483132-0cff-0310-8789-dd5450dbe970
* * klist.c: Major revamp to support Kerberos 4 compatibility. CodeDanilo Almeida2000-02-042-32/+216
| | | | | | | | | restructured to allow changes to support Kerberos 4 or Kerberos 5 only operation depending on whether dynamic libraries are avialable. Explicit documentation and support files to make it easy to do this will be forthcoming. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11992 dc483132-0cff-0310-8789-dd5450dbe970
* * kdestroy.c: Major revamp to support Kerberos 4 compatibility. CodeDanilo Almeida2000-02-042-41/+119
| | | | | | | | | restructured to allow changes to support Kerberos 4 or Kerberos 5 only operation depending on whether dynamic libraries are avialable. Explicit documentation and support files to make it easy to do this will be forthcoming. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11991 dc483132-0cff-0310-8789-dd5450dbe970
* * kvno.c (main): Use krb5_decode_ticket() instead ofDanilo Almeida2000-02-022-1/+6
| | | | | | decode_krb5_ticket(), which is not part of API. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11985 dc483132-0cff-0310-8789-dd5450dbe970
* left date line off last log entryKen Raeburn2000-01-281-0/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11979 dc483132-0cff-0310-8789-dd5450dbe970
* * main.c (print_status): Now static. Add format attribute if using GNU CKen Raeburn2000-01-272-2/+11
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11973 dc483132-0cff-0310-8789-dd5450dbe970
* 1.1 branch changes -> trunkKen Raeburn1999-12-158-41/+28
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11954 dc483132-0cff-0310-8789-dd5450dbe970
* merge from 1.1 branchKen Raeburn1999-12-0612-123/+397
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11952 dc483132-0cff-0310-8789-dd5450dbe970
* * kvno.c (main): Use krb5_free_unparsed_name() isntead of free().Danilo Almeida1999-12-043-12/+12
| | | | | | | | Free krb5 context when done. * Makefile.in: Build kvno under Windows. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11943 dc483132-0cff-0310-8789-dd5450dbe970
* Add kvno to Windows build.Danilo Almeida1999-12-042-0/+14
| | | | | | Clean kpasswd in Windows build. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11942 dc483132-0cff-0310-8789-dd5450dbe970
* * klist.c (one_addr): Always use indicated address family and length inKen Raeburn1999-11-022-2/+12
| | | | | | gethostbyaddr or getipnodebyaddr calls. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11898 dc483132-0cff-0310-8789-dd5450dbe970
* log tritan's changesTom Yu1999-10-266-0/+42
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11877 dc483132-0cff-0310-8789-dd5450dbe970
* Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES suchWilfredo Sanchez1999-10-266-11/+10
| | | | | | | that one can override CFLAGS from the command line without losing CPP search patchs and defines. Some associated Makefile cleanup. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11876 dc483132-0cff-0310-8789-dd5450dbe970
* display ipv6 addresses if supportedKen Raeburn1999-10-172-6/+37
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11864 dc483132-0cff-0310-8789-dd5450dbe970
* copyright notice updates from 1.1 branchKen Raeburn1999-09-247-7/+28
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11853 dc483132-0cff-0310-8789-dd5450dbe970
* use KRB5_TC_SUPPORTED_KTYPESKen Raeburn1999-09-013-5/+13
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11778 dc483132-0cff-0310-8789-dd5450dbe970
* From 1.1 branch:Ken Raeburn1999-09-012-5/+15
| | | | | | | | | | | | 1999-09-01 Danilo Almeida <dalmeida@mit.edu> * klist.c (do_ccache, show_credential): Use krb5_free_unparsed_name instead of free. 1999-08-26 Danilo Almeida <dalmeida@mit.edu> * klist.c (show_credential): Index addresses array with i in a loop instead of 1. (Thanks to jaltman@columbia.edu) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11772 dc483132-0cff-0310-8789-dd5450dbe970
* fix uninit var; make compile on sunos4. from 1.1 branchKen Raeburn1999-09-012-1/+16
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11771 dc483132-0cff-0310-8789-dd5450dbe970
* Use standard windows exe link flagsDanilo Almeida1999-08-106-3/+15
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11637 dc483132-0cff-0310-8789-dd5450dbe970
* Build kpasswd under windowsDanilo Almeida1999-08-105-16/+54
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11636 dc483132-0cff-0310-8789-dd5450dbe970
* These are a bunch of intertwined changes to the windows build.Danilo Almeida1999-05-192-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | This log message includes all of the different changes across several Makefile.in files (and win-pre.in and win-post.in): - Remove "-" from recursive windows make invocations so that we can bail on a build error. New MIGNORE option restores the previous bailing behavior. - Update windows readme to reflect current practices. - Add NO_OUTDIR synonym for NO_OUTPRE in windows build. - Top-level windows Makefile now builds util which now builds util/windows, util/et, and util/profile (instead of building them directly). - Remove trailing backslash from rule that creates the windows output dir. This backslash would cause the rule to always be invoked. - Move WCONFIG and WCONFIG_EXE definitions into win-pre.in. - Remove rules in include directory that blindly copy include header files from gssapi, et, and profile. Instead, use/add build rules to the components that generate them that copy only when the file changes. - Use dependencies in include/krb5 to copy header files instead of blindly copying them. Add !if 0/!endif wrapper to Unix version of the rules. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11464 dc483132-0cff-0310-8789-dd5450dbe970
* Add NO_OUTPRE flag to prevent creation of outputDanilo Almeida1999-05-172-11/+29
| | | | | | directory under win32. Add clean-windows target. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11447 dc483132-0cff-0310-8789-dd5450dbe970
* Do win32 build in subdirDanilo Almeida1999-05-106-6/+18
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11432 dc483132-0cff-0310-8789-dd5450dbe970
* * main.c (main): Fix cleanup code for setluid() failureTom Yu1999-03-122-1/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11276 dc483132-0cff-0310-8789-dd5450dbe970
* add PR number to logTom Yu1999-03-091-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11251 dc483132-0cff-0310-8789-dd5450dbe970
* * heuristic.c (get_authorized_princ_names): Fix to not callTom Yu1999-03-042-5/+13
| | | | | | | list_union() if cmd is NULL, otherwise freed memory gets referenced. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11239 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: Add check for setluid()Tom Yu1999-02-192-0/+13
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11187 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in (ksu): Add $(KSU_LIBS) in case we need -lsecurityTom Yu1999-02-193-1/+21
| | | | | | * main.c (main): Add call to setluid() on systems that have it. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11186 dc483132-0cff-0310-8789-dd5450dbe970
* klist.c: Under Windows, #include winsock.h instead of sys/socket.h andTheodore Tso1999-02-093-1/+14
| | | | | | | | | netdb.h Makefile.in: Under Windows, link against wsock32.lib to get gethostbyaddr(). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11161 dc483132-0cff-0310-8789-dd5450dbe970
* kinit.c: If unistd.h is not available, use manual definitions forTheodore Tso1999-02-092-0/+11
| | | | | | getopt, optarg, and optind. (For Windows). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11160 dc483132-0cff-0310-8789-dd5450dbe970
* Makefile.in: Set the myfulldir and mydir variables (which are relativeTheodore Tso1998-12-0514-0/+49
| | | | | | to buildtop and thisconfigdir, respectively.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11081 dc483132-0cff-0310-8789-dd5450dbe970
* Use K5_AC_OUTPUT instead of K5_OUTPUT_FILESTheodore Tso1998-12-051-2/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11072 dc483132-0cff-0310-8789-dd5450dbe970
* ressurect files missed by mergeTom Yu1998-11-024-0/+262
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11006 dc483132-0cff-0310-8789-dd5450dbe970
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-307-341/+305
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11001 dc483132-0cff-0310-8789-dd5450dbe970
* Tue Aug 11 23:38:53 1998 Matthew D Hancher <mdh@mit.edu>Matthew Hancher1998-08-122-1/+6
| | | | | | | * klist.c (do_ccache): Properly check the return value of krb5_cc_set_flags() so the right thing happens if there is no CC. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10802 dc483132-0cff-0310-8789-dd5450dbe970
* POSIX states that getopt returns -1 when it is done parsing options,Theodore Tso1998-05-066-3/+18
| | | | | | not EOF. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10550 dc483132-0cff-0310-8789-dd5450dbe970
* * klist.c (main): Exit with a 0 exit status if everything okayEzra Peisach1998-03-302-0/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10511 dc483132-0cff-0310-8789-dd5450dbe970
* Remove trailing slash from thisconfigdir. Change directory syntaxTom Yu1998-02-1812-15/+44
| | | | | | used in BUILDTOP. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10464 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: Add commented out AC_OUTPUT to force autoreconf toTom Yu1998-02-122-1/+6
| | | | | | rebuild the configure script. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10425 dc483132-0cff-0310-8789-dd5450dbe970