summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Collapse)AuthorAgeFilesLines
...
* kparse.h: Remove ErrorMsg definition. It is declared static in source fileEzra Peisach1995-05-093-8/+8
| | | | | | krb4-proto.h: krb_rd_priv prototype did not match source git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5756 dc483132-0cff-0310-8789-dd5450dbe970
* Back out change. Turns out it's not really necessary (the master keyTheodore Tso1995-05-052-6/+1
| | | | | | | | encryption type isn't relevant to the on-the-wire protocol), and it turns up problems in tests/verify, and possibly elsewhere. Sigh. We'll fix this later.... git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5752 dc483132-0cff-0310-8789-dd5450dbe970
* Change default KDC etype to be DES_CBC_MD5, to be conformant withTheodore Tso1995-05-052-1/+6
| | | | | | RFC-1510. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5751 dc483132-0cff-0310-8789-dd5450dbe970
* Update .Sanitize file to reflect new files that have been added and deletedTheodore Tso1995-05-041-14/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5723 dc483132-0cff-0310-8789-dd5450dbe970
* Added prototype for krb5_auth_con_getkeyEzra Peisach1995-05-032-0/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5709 dc483132-0cff-0310-8789-dd5450dbe970
* Added missing prototype for krb5_auth_con_setportsEzra Peisach1995-05-032-0/+9
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5708 dc483132-0cff-0310-8789-dd5450dbe970
* * krb5.h: (krb5_recvauth()): No longer needs the rc_type argChris Provenzano1995-05-032-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5704 dc483132-0cff-0310-8789-dd5450dbe970
* nevermind..Mark Eichin1995-05-032-7/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5696 dc483132-0cff-0310-8789-dd5450dbe970
* * osconf.h (KRB5_ENV_KDC): add KERBEROS_SERVER environmentMark Eichin1995-05-032-0/+7
| | | | | | variable, both for user and testsuite convenience. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5685 dc483132-0cff-0310-8789-dd5450dbe970
* Add const to prototype for krb5_set_config_filesEzra Peisach1995-05-022-4/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5681 dc483132-0cff-0310-8789-dd5450dbe970
* krb5.h (krb5_set_config_files): Added new function prototypeTheodore Tso1995-05-012-2/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5669 dc483132-0cff-0310-8789-dd5450dbe970
* * kparse.h (strutol, strsave): are only static in this moduleMark Eichin1995-04-282-3/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5637 dc483132-0cff-0310-8789-dd5450dbe970
* Remove INTERFACE from prototype definitions in adm_proto.hPaul Park1995-04-282-7/+11
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5621 dc483132-0cff-0310-8789-dd5450dbe970
* * krb4-proto.h: #if 0, not #ifdef 0Mark Eichin1995-04-282-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5618 dc483132-0cff-0310-8789-dd5450dbe970
* Don't try to include osconf.hTheodore Tso1995-04-284-119/+5
| | | | | | | Remove osconf.h, and older version of lsb_addr_cmp.h (it was renamed, and the old file wasn't deleted.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5617 dc483132-0cff-0310-8789-dd5450dbe970
* conf.h, conf-*.h: Removed. We don't need them anymore, we're usingTheodore Tso1995-04-2815-460/+15
| | | | | | | | | | | autoconf! (And things like MSBFIRST AND LSBFIRST aren't needed anyway, since the CNS V4 library figures this all out dynamically anyway.) krb4-proto.h: Don't define the functions found in getenv.o or setenv.o. Declare krb_stime() instead of stime(). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5609 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: correct use of --with-krb4 to match top levelMark Eichin1995-04-282-4/+13
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5602 dc483132-0cff-0310-8789-dd5450dbe970
* * krb5.h (krb5_send_tgs()) : Removed krb5_cksumtype argumentChris Provenzano1995-04-282-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5594 dc483132-0cff-0310-8789-dd5450dbe970
* * krb5.h : Added mask AP_OPTS_WIRE_MASKChris Provenzano1995-04-282-0/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5590 dc483132-0cff-0310-8789-dd5450dbe970
* Have makefile copy profile.h for configuring on the PCKeith Vetter1995-04-282-0/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5588 dc483132-0cff-0310-8789-dd5450dbe970
* Fixes so that the Unix changes no longer breaks on the PCKeith Vetter1995-04-285-2/+11
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5587 dc483132-0cff-0310-8789-dd5450dbe970
* * krb.h: add _fmemcpy, _fstrncpy, and far_fputs from cc-unix.h alsoMark Eichin1995-04-272-0/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5583 dc483132-0cff-0310-8789-dd5450dbe970
* Changed over to the new profile config file on the PCKeith Vetter1995-04-272-8/+15
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5552 dc483132-0cff-0310-8789-dd5450dbe970
* * krb.h (DECRYPT_TKT_TYPE_DEFINED, KEY_PROC_TYPE_DEFINED): neededMark Eichin1995-04-272-1/+7
| | | | | | to keep secondary (readability) defines in g_in_tkt.c out. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5551 dc483132-0cff-0310-8789-dd5450dbe970
* krb.h: Add const for krb_err_txt to agree with .c fileEzra Peisach1995-04-274-1/+41
| | | | | | osconf.h conf-osf1alpha.h: Add paramaters for alpha architecture git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5546 dc483132-0cff-0310-8789-dd5450dbe970
* * krb.h: make INTERFACE, FAR go away for now.Mark Eichin1995-04-276-0/+176
| | | | | | | | | | | | | | | | | | | | Drag in the unix time conversion functions for unix only. Locally define PROTOTYPE(). Drag in unix versions of SOCKET macros. Recognize DEFINE_SOCKADDR and NEED_TIME_H the way cc-unix.h does. Declare krb_ignore_ip_address. Define DEB() to support non-printf debugging. Declare errno. Define key_proc_type and decrypt_tkt_type. * prot.h: add KERB_ERR_PREAUTH_SHORT and _MISMATCH from Cygnus extensions. * krbports.h: new file, has default ports for V4 services for hard-coded fallback. * lsb_addr_cmp.h: from V4, handles the mutant comparison functions needed for the V4 "direction" comparison. (Rename of lsb_addr_comp.h due to filename length.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5540 dc483132-0cff-0310-8789-dd5450dbe970
* Add adm.h and adm_proto.hPaul Park1995-04-261-0/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5521 dc483132-0cff-0310-8789-dd5450dbe970
* Makefile.in: Install the current list of header files.Ezra Peisach1995-04-262-6/+8
| | | | | | Some DOS specific ones may be missing at the moment. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5520 dc483132-0cff-0310-8789-dd5450dbe970
* New header files for new administrative protocolPaul Park1995-04-262-0/+146
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5503 dc483132-0cff-0310-8789-dd5450dbe970
* Add new headers for new administrative protocolPaul Park1995-04-261-1/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5502 dc483132-0cff-0310-8789-dd5450dbe970
* * krb5.h (krb5_fulladdr) : Change port to be of type krb5_address.Chris Provenzano1995-04-262-24/+43
| | | | | | | | | | * krb5.h (krb5_auth_con_genaddrs()) : Added flags for new routine. * krb5.h (krb5_get_for_creds()) : Removed prototype. * krb5.h (krb5_get_cred_via_tkt()) : Added prototype. * krb5.h (krb5_mk_ncred(), krb5_mk_1cred(), krb5_rd_cred()): Updated prototype to include auth_context. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5487 dc483132-0cff-0310-8789-dd5450dbe970
* Fix .Sanitize file to conform with new filesTheodore Tso1995-04-251-14/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5465 dc483132-0cff-0310-8789-dd5450dbe970
* Add #define's for DEFAULT_PROFILE_FILENAMETheodore Tso1995-04-222-0/+12
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5439 dc483132-0cff-0310-8789-dd5450dbe970
* Checked in wrong version of ChangeLogTheodore Tso1995-04-221-1/+3
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5435 dc483132-0cff-0310-8789-dd5450dbe970
* krb5.h: krb5_princ_aref() doesn't work, and isn't used anywhere.Theodore Tso1995-04-223-17/+22
| | | | | | | | Removed. (So all of macros.h is gone.) krb5.h, k5-int.h: Moved struct _krb5_context to k5-int.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5433 dc483132-0cff-0310-8789-dd5450dbe970
* Changes for the PC due to tytso's changing the include structureKeith Vetter1995-04-202-0/+8
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5405 dc483132-0cff-0310-8789-dd5450dbe970
* Smarter PC makefile pulling .h files from the gssapi worldKeith Vetter1995-04-202-0/+11
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5395 dc483132-0cff-0310-8789-dd5450dbe970
* Remove .h files which are now collapsed into krb5.hTheodore Tso1995-04-2014-1878/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5394 dc483132-0cff-0310-8789-dd5450dbe970
* Remove support for HAS_ANSI_CONST (that was needed only forTheodore Tso1995-04-203-16/+7
| | | | | | | compatibility with the old imake build; autoconf uses -Dconst=), and HAS_ANSI_VOLATILE, which isn't used at all. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5386 dc483132-0cff-0310-8789-dd5450dbe970
* Inlined the following include files in krb5.h, to simplify the headerTheodore Tso1995-04-203-19/+1607
| | | | | | | | | files which actually need to be installed: wordsize.h, base-defs.h, hostaddr.h, fieldbits.h, proto.h, macros.h, error_def.h, safepriv.h, ccache.h, rcache.h, keytab.h, func-proto.h, k5-free.h. Also moved the #include of k5-config.h and k5-errors.h to k5-int.h. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5385 dc483132-0cff-0310-8789-dd5450dbe970
* Removed global_context hackEzra Peisach1995-04-192-4/+8
| | | | | | Added prototype for krb5_set_default_realm git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5376 dc483132-0cff-0310-8789-dd5450dbe970
* Added default_realm to krb5_context structureEzra Peisach1995-04-192-0/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5375 dc483132-0cff-0310-8789-dd5450dbe970
* Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to doTheodore Tso1995-04-146-0/+288
| | | | | | releases.... git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5359 dc483132-0cff-0310-8789-dd5450dbe970
* Windows global stuff:Keith Vetter1995-04-1424-355/+374
| | | | | | | | | 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-064-49/+54
| | | | | | | | | | | | | | | | | | | | | | (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
* Fixed low-level i/o routine (dup) not being STDC on the PCKeith Vetter1995-04-012-0/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5337 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in (CONFIG_RULES): ReplacedTheodore Tso1995-03-312-0/+5
| | | | | | (Why was this removed?) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5325 dc483132-0cff-0310-8789-dd5450dbe970
* Commit on the whole tree to make a checkpoint for a working windows worldKeith Vetter1995-03-312-0/+16
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5315 dc483132-0cff-0310-8789-dd5450dbe970
* Added capability for windows version to read default values out of an ini fileKeith Vetter1995-03-294-1/+18
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5305 dc483132-0cff-0310-8789-dd5450dbe970
* Moved the differing parts of osconf.win into osconf.hKeith Vetter1995-03-293-89/+10
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5304 dc483132-0cff-0310-8789-dd5450dbe970