summaryrefslogtreecommitdiffstats
path: root/src/util/et
Commit message (Collapse)AuthorAgeFilesLines
...
* Mac Beta 1 submissionKeith Vetter1995-09-113-0/+70
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6749 dc483132-0cff-0310-8789-dd5450dbe970
* Add $(SHELL) to invocation of config_script, so that the tree canTheodore Tso1995-08-072-1/+8
| | | | | | build even after checked into a broken SCCS system. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6448 dc483132-0cff-0310-8789-dd5450dbe970
* Clean up prototypes for error_message. I think we may need to insert a test ↵Sam Hartman1995-07-132-2/+10
| | | | | | to see if const works into com_err; it is still used in several places with non-ANSI compilers, and I had to insert a few more consts to get the AIX compiler in not-quite-ANSI mode to work git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6292 dc483132-0cff-0310-8789-dd5450dbe970
* Do not include stdlib.h unless it existsEzra Peisach1995-07-122-0/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6283 dc483132-0cff-0310-8789-dd5450dbe970
* Add DEPLIBS, needed by shared library rulePaul Park1995-07-072-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6266 dc483132-0cff-0310-8789-dd5450dbe970
* Changes for Macintosh implementationKeith Vetter1995-07-064-2/+11
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6229 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: fix typo; appended "all" rule needs two colons toTom Yu1995-06-242-1/+6
| | | | | | keep gmake from breaking. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6159 dc483132-0cff-0310-8789-dd5450dbe970
* * error_table.h: reverse sense of KRB5_PROVIDE_PROTOTYPESTom Yu1995-06-232-3/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6156 dc483132-0cff-0310-8789-dd5450dbe970
* Fixed typos that prevent static libs from working. Add codeSam Hartman1995-06-232-2/+9
| | | | | | to Makefile so shared libs work on non-AIX platforms. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6148 dc483132-0cff-0310-8789-dd5450dbe970
* Change done to DONE for shared library rulesPaul Park1995-06-232-4/+9
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6142 dc483132-0cff-0310-8789-dd5450dbe970
* Changes to support AIX shared libraries. The interactionsSam Hartman1995-06-233-4/+38
| | | | | | | | | | | | | | between configure.in and Makefile.in change significantly for shared libraries: the static library target is no longer specified in the Makefile, although a rule to make the static library is specified. Also, none of the libraries have any more unresolved symbols. As discussed, libcom_err.a is made shared and symlinks are created in lib. These changes sort of work, although I suspect cleanup is necessary. I don't think it breaks too much on other platforms. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6126 dc483132-0cff-0310-8789-dd5450dbe970
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-092-3/+5
| | | | | | now handled by CONFIG_RULES. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6015 dc483132-0cff-0310-8789-dd5450dbe970
* Don't install compile_et.1; we're not installing the program, anywayTheodore Tso1995-06-082-3/+9
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5987 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in:Tom Yu1995-06-073-10/+12
| | | | | | * Makefile.in: fix make install git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5958 dc483132-0cff-0310-8789-dd5450dbe970
* Better handling of error codes returned by winsockKeith Vetter1995-06-032-0/+13
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5937 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in: remove spurious whitespace from blank lineTom Yu1995-05-032-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5689 dc483132-0cff-0310-8789-dd5450dbe970
* Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to doTheodore Tso1995-04-141-0/+60
| | | | | | releases.... git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5359 dc483132-0cff-0310-8789-dd5450dbe970
* com_err.h: If FAR is not defined, define it awayTheodore Tso1995-04-142-0/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5358 dc483132-0cff-0310-8789-dd5450dbe970
* Windows global stuff:Keith Vetter1995-04-146-7/+12
| | | | | | | | | o removed INTERFACE from non-api functions o add FAR to pointers visible to the world o made the tests for __STDC__ also check for _WINDOWS o creates GSSAPI.DLL & GSSAPI.LIB as per spec. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5354 dc483132-0cff-0310-8789-dd5450dbe970
* Bug fixes or better error handling for the following 4 Windows bugsKeith Vetter1995-04-062-2/+6
| | | | | | | | | | | | | | | | | | | | | | (note, these changes haven't yet been tested on the PC which were failing so no guarantee that they fully work): a) GUI to cns improved so that you don't need a resize for the widgets to align properly, and so the interaction of typing: "username cr password cr" is all you need to do to get you a ticket. b) cns uses krb5_us_gettimeofday instead of krb5_timeofday because the former is more accurate and handles timezones. Probably should make the latter just call the former. c) Added SOCKET_INIT and SOCKET_DESTROY around krb5_sendto_kdc to prevent some tcp/ip stacks from locking up after 8 uses. d) Added a new error message and better error handling to give more precision as to why one PC was getting the error 'Cannot find KDC for requested realm.' git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5342 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in: Fix up Mac makefile.John Gilmore1995-03-294-6/+13
| | | | | | | * error_message.c: For errno, use strerror if HAS_STRERROR. * configure.in: Define HAS_STRERROR. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5309 dc483132-0cff-0310-8789-dd5450dbe970
* Fixed breakage introduced by windows port. com_err() is supposed toTheodore Tso1995-03-242-0/+9
| | | | | | print a newline at after printing the error message! git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5206 dc483132-0cff-0310-8789-dd5450dbe970
* Fixed problem in com_err.c due to the fact that the PC doesn't use autoconf andKeith Vetter1995-03-222-1/+7
| | | | | | com_err.c doesn't include k5-config.h. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5199 dc483132-0cff-0310-8789-dd5450dbe970
* Fixed bugs in the com_err library so that it's callable from windows programsKeith Vetter1995-03-224-9/+28
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5180 dc483132-0cff-0310-8789-dd5450dbe970
* * com_err.c, com_err.h: Use HAVE_STDARG_H, not STDARG_PROTOTYPES.John Gilmore1995-03-194-6/+13
| | | | | | * configure.in: Use AC_CHECK_HEADERS(stdarg.h), not CHECK_STDARG. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5170 dc483132-0cff-0310-8789-dd5450dbe970
* Problem with the error routines and windows definitionsKeith Vetter1995-03-172-0/+20
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5137 dc483132-0cff-0310-8789-dd5450dbe970
* Ported the error table stuff to the PCKeith Vetter1995-03-177-36/+91
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5135 dc483132-0cff-0310-8789-dd5450dbe970
* Remove #ifdef STDC check to see if we should use const --- configureTheodore Tso1995-02-282-4/+5
| | | | | | takes care of this. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5035 dc483132-0cff-0310-8789-dd5450dbe970
* * com_err.3: Document "com_err.h" rather than <com_err.h>John Gilmore1995-02-282-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5018 dc483132-0cff-0310-8789-dd5450dbe970
* Add .cvsignore file so that cvs ignores the autoconf-built configure fileTheodore Tso1995-02-031-0/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4904 dc483132-0cff-0310-8789-dd5450dbe970
* All routines defined in the com_err library should have extern beforeTheodore Tso1995-02-032-10/+16
| | | | | | the prototypes. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4894 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in (SRCS): add com_err.c explicit dependency to workMark Eichin1995-01-262-1/+8
| | | | | | around VPATH bug in Solaris make. Also fix typo in comment. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4843 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: add caching to perror check (from epeisach).Mark Eichin1994-11-182-2/+15
| | | | | | [from 0954] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4686 dc483132-0cff-0310-8789-dd5450dbe970
* Conversion of autoconfigury to Autoconf V2Mark Eichin1994-10-261-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4576 dc483132-0cff-0310-8789-dd5450dbe970
* Don't specify an explicit pathname for sedTheodore Tso1994-10-242-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4558 dc483132-0cff-0310-8789-dd5450dbe970
* Don't rm the sed and awk scripts during a make cleanTheodore Tso1994-10-112-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4489 dc483132-0cff-0310-8789-dd5450dbe970
* Replace use of basename with sed --- it's more portableTheodore Tso1994-10-062-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4463 dc483132-0cff-0310-8789-dd5450dbe970
* Don't try to compile comple_et. Use awk/sed shell script version instead.Theodore Tso1994-10-033-6/+29
| | | | | | It's more apt to be portable, since it doesn't use yacc or lex. :-( git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4426 dc483132-0cff-0310-8789-dd5450dbe970
* Let configure take care of removing const with AC_CONSTTheodore Tso1994-09-307-23/+29
| | | | | | | | internal.h: Use autoconf to determin whether or not declare perror() compile_et.c: Add declaration of error_message manully. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4409 dc483132-0cff-0310-8789-dd5450dbe970
* Fix so that autoconf actually checks for bison/yacc/byacc, so that systemsTheodore Tso1994-09-231-0/+1
| | | | | | | without yacc will win. (Previously, the com_err and ss libraries assumed that yacc existed.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4331 dc483132-0cff-0310-8789-dd5450dbe970
* Reversed order of \n\r to make jik happyTheodore Tso1994-09-092-1/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4210 dc483132-0cff-0310-8789-dd5450dbe970
* stamp out rcs keywordsMark Eichin1994-08-188-34/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4186 dc483132-0cff-0310-8789-dd5450dbe970
* gcc -Wall: clean up trash following #endifs..Mark Eichin1994-08-121-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4125 dc483132-0cff-0310-8789-dd5450dbe970
* handle stdlib, mallocMark Eichin1994-08-092-5/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4090 dc483132-0cff-0310-8789-dd5450dbe970
* STAMP OUT IMAKE IN OUR LIFETIMES!Mark Eichin1994-08-091-54/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4075 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in: nuke the libcom_err.a.bak stuffTom Yu1994-07-142-1/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3966 dc483132-0cff-0310-8789-dd5450dbe970
* mostly changes to prevent spewage of ignored errorsTom Yu1994-07-032-2/+5
| | | | | | Maybe clean this up more later git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3950 dc483132-0cff-0310-8789-dd5450dbe970
* Reduced Makefile.in, using pre/postMark Eichin1994-07-021-16/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3945 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in (in all relevant subdirs): move invokations ofTom Yu1994-06-271-1/+1
| | | | | | | | CONFIG_RULES around so that they preceed anything that even vaguely resembles a compile test. This is so that $CC will get set properly before any compile tests run. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3918 dc483132-0cff-0310-8789-dd5450dbe970
* fix STDARG_PROTOTYPES redefMark Eichin1994-06-222-0/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3895 dc483132-0cff-0310-8789-dd5450dbe970