summaryrefslogtreecommitdiffstats
path: root/src/include/krb5
Commit message (Collapse)AuthorAgeFilesLines
...
* Reinstate default name of kadmin.old ACL filePaul Park1995-06-082-0/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5973 dc483132-0cff-0310-8789-dd5450dbe970
* osconf.h: Use INSTALL and INSTALL_PREFIX instead of KRB5ROOT. How theTheodore Tso1995-06-072-27/+18
| | | | | | filenames are determined have been completely revamped. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5972 dc483132-0cff-0310-8789-dd5450dbe970
* Makefile.in: Process osconf.h using PREFIX and EXEC_PREFIX instead ofTheodore Tso1995-06-073-10/+10
| | | | | | | | | KRB5ROOT. k5-config.h: Remove old defines for krb.conf and krb.realms, which are now obsolete. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5971 dc483132-0cff-0310-8789-dd5450dbe970
* Update prototype for krb5_adm_connect()Paul Park1995-06-052-1/+8
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5945 dc483132-0cff-0310-8789-dd5450dbe970
* Change admin port number to 464Paul Park1995-06-012-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5928 dc483132-0cff-0310-8789-dd5450dbe970
* Removed INTERFACE from some kadm prototypesKeith Vetter1995-05-312-2/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5919 dc483132-0cff-0310-8789-dd5450dbe970
* Changes to get kadm working on the PCKeith Vetter1995-05-303-1/+10
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5915 dc483132-0cff-0310-8789-dd5450dbe970
* More prototype changes for the PC to get kadm stuff workingKeith Vetter1995-05-263-5/+12
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5890 dc483132-0cff-0310-8789-dd5450dbe970
* Header file changes needed for kadm on the PCKeith Vetter1995-05-263-3/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5886 dc483132-0cff-0310-8789-dd5450dbe970
* Several small changes to get the PC working without warningsKeith Vetter1995-05-252-0/+10
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5879 dc483132-0cff-0310-8789-dd5450dbe970
* k5-config.h, k5-sockets.h: Move the sockets specific setup outTheodore Tso1995-05-233-72/+104
| | | | | | | | | | | of k5-config.h to k5-sockets.h, and modify k5-int to include k5-sockets.h (if it is requested by NEED_SOCKETS) after including krb5.h. This keeps the gdb type numbers the same across .o files, so that recent binuntils can compress the debugging information in executables linked with a debugging library. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5849 dc483132-0cff-0310-8789-dd5450dbe970
* Fix install target logicPaul Park1995-05-223-11/+13
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5836 dc483132-0cff-0310-8789-dd5450dbe970
* Determine the location of RCTMPDIR at configuration time. (netbsd does not haveEzra Peisach1995-05-215-1/+31
| | | | | | /usr/tmp) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5833 dc483132-0cff-0310-8789-dd5450dbe970
* Install the error tablesEzra Peisach1995-05-102-1/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5789 dc483132-0cff-0310-8789-dd5450dbe970
* Add definitions for new administrative protocol extensionsPaul Park1995-05-093-12/+158
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5767 dc483132-0cff-0310-8789-dd5450dbe970
* can use sameEzra Peisach1995-05-092-7/+9
| | | | | | | | | Remove wrong function names krb5_init_os_context and krb5_free_os_context. krb5_read_password: Prompt and prompt2 are now const char * so callers git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5758 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
* 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
* 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
* * 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
* Fixes so that the Unix changes no longer breaks on the PCKeith Vetter1995-04-283-1/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5587 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
* 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
* 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
* 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
* 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
* Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to doTheodore Tso1995-04-143-0/+141
| | | | | | releases.... git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5359 dc483132-0cff-0310-8789-dd5450dbe970
* Windows global stuff:Keith Vetter1995-04-1416-303/+314
| | | | | | | | | 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
* * k5-errors.h: Rename errors.h (which duplicated a standard MacJohn Gilmore1995-03-297-0/+588
| | | | | | | | header name, causing a problem). * AddressXlation.h, GetMyIPAddr.h, MacTCPCommonTypes.h, TCPPB.h, UDPPB.h: Add MacTCP header files. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5293 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in (KRB5_HEADERS, install): Account for file renames.John Gilmore1995-03-296-20/+94
| | | | | | | | | | | | (all-mac): Add. * configure.in (CONFIG_RULES): Remove. (krb5_sigtype): Define as either void or int. * encryption.h: Insert parentheses in macros to avoid mis-expansion. * k5-config.h: Further parameterize socket support. * macsock.h: Support connect(), recv(), send(), getmyipaddr(). (WSAGetLastError): Fix typo -- there's no argument to this macro. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5292 dc483132-0cff-0310-8789-dd5450dbe970
* * func-proto.h (krb5_rd_req(), krb5_rd_req_decode(), krb5_mk_rep(),Chris Provenzano1995-03-272-35/+31
| | | | | | | | | krb5_recvauth(), and krb5_compat_recvauth(). Added a krb5_auth_context argument and eliminated many of the other arguments because they are included in the krb5_auth_context structure. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5259 dc483132-0cff-0310-8789-dd5450dbe970
* adm_defs.h (ADM5_DEFAULT_PORT): Add definition of defaultTheodore Tso1995-03-243-8/+24
| | | | | | | | | | administration port. Makefile.in (install): Delete the destination header files before copying in the new ones. Also install autoconf.h. Only install header files if the header file has changed. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5230 dc483132-0cff-0310-8789-dd5450dbe970
* PC config changes due to changes in include sys/types.hKeith Vetter1995-03-222-18/+8
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5195 dc483132-0cff-0310-8789-dd5450dbe970
* Part of low-level open file PC bug and moved some prototypes into worldKeith Vetter1995-03-224-4/+17
| | | | | | accessible files. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5181 dc483132-0cff-0310-8789-dd5450dbe970
* Fix comment that referred to STDARG_PROTOTYPESJohn Gilmore1995-03-192-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5175 dc483132-0cff-0310-8789-dd5450dbe970
* * k5-config.h: Move <sys/types.h> handling from ../krb5.h toJohn Gilmore1995-03-183-1/+45
| | | | | | | | | | | here, because we need <sys/types.h> or the u_* types to be defined before we include the Unix socket include files a little later in k5-config.h. We actually add this code twice, once in the MSDOS section and once in the Unix/Mac section. (NEED_SOCKETS): Also include <net/if.h>, for localaddr.c. * Makefile.in (clean-mac): Add. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5155 dc483132-0cff-0310-8789-dd5450dbe970
* Delete redundant definitions defined in pre/config.inTheodore Tso1995-03-172-4/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5150 dc483132-0cff-0310-8789-dd5450dbe970