summaryrefslogtreecommitdiffstats
path: root/src/include/krb5.h
Commit message (Collapse)AuthorAgeFilesLines
* Reindent include directory, reformatting prototypes as necessary.Greg Hudson2009-11-141-0/+1
| | | | | | | Exclude include/gssrpc due to its Sun origin and k5-platform.h due to macros too hairy for emacs c-mode to handle. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23180 dc483132-0cff-0310-8789-dd5450dbe970
* install headers into include/krb5Ken Raeburn2006-05-231-0/+7
| | | | | | | | | | | Create include/krb5 directory, and put krb5.h and (k5-)locate.h there in the build tree. Stub krb5.h in main include directory just includes krb5/krb5.h. Update dependencies, and add dependencies in a couple Makefiles that didn't have them. ticket: new git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18030 dc483132-0cff-0310-8789-dd5450dbe970
* killed krb5.h in the modern wayMarc Horowitz1996-07-201-2271/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8772 dc483132-0cff-0310-8789-dd5450dbe970
* Mac Beta 1 submissionKeith Vetter1995-09-111-347/+701
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6749 dc483132-0cff-0310-8789-dd5450dbe970
* Changes for Macintosh implementationKeith Vetter1995-07-061-0/+1917
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6229 dc483132-0cff-0310-8789-dd5450dbe970
* Remove krb5.h, since it's no longer neededTheodore Tso1995-05-231-1911/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5850 dc483132-0cff-0310-8789-dd5450dbe970
* Added prototype for krb5_auth_con_getkeyEzra Peisach1995-05-031-0/+5
| | | | 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-031-0/+6
| | | | 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-031-1/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5704 dc483132-0cff-0310-8789-dd5450dbe970
* Add const to prototype for krb5_set_config_filesEzra Peisach1995-05-021-4/+1
| | | | 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-011-2/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5669 dc483132-0cff-0310-8789-dd5450dbe970
* * krb5.h (krb5_send_tgs()) : Removed krb5_cksumtype argumentChris Provenzano1995-04-281-1/+0
| | | | 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-281-0/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5590 dc483132-0cff-0310-8789-dd5450dbe970
* Fixes so that the Unix changes no longer breaks on the PCKeith Vetter1995-04-281-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5587 dc483132-0cff-0310-8789-dd5450dbe970
* * krb5.h (krb5_fulladdr) : Change port to be of type krb5_address.Chris Provenzano1995-04-261-24/+33
| | | | | | | | | | * 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
* krb5.h: krb5_princ_aref() doesn't work, and isn't used anywhere.Theodore Tso1995-04-221-17/+3
| | | | | | | | 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-201-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5405 dc483132-0cff-0310-8789-dd5450dbe970
* Inlined the following include files in krb5.h, to simplify the headerTheodore Tso1995-04-201-17/+1591
| | | | | | | | | 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
* Added default_realm to krb5_context structureEzra Peisach1995-04-191-0/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5375 dc483132-0cff-0310-8789-dd5450dbe970
* Windows global stuff:Keith Vetter1995-04-141-44/+44
| | | | | | | | | 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
* * Makefile.in (KRB5_HEADERS, install): `Make install' now works.John Gilmore1995-03-291-1/+1
| | | | | | | * configure.in (WITH_KRB5ROOT): For `make install'. * krb5.h: Include "k5-errors.h" rather than "errors.h". git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5294 dc483132-0cff-0310-8789-dd5450dbe970
* * krb5.h: Move <sys/types> and u_long (etc) code to krb5/k5-config.h.John Gilmore1995-03-181-13/+0
| | | | | | | It is needed there when NEED_SOCKETS is defined. * Makefile.in (all-mac, clean-mac): Add. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5156 dc483132-0cff-0310-8789-dd5450dbe970
* * krb5.h Added empty structure declaration of krb5_auth_contextChris Provenzano1995-03-101-0/+5
| | | | | | * k5-int.h Moved #include "adm_defs.h" to krb5.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5096 dc483132-0cff-0310-8789-dd5450dbe970
* Make include files begin to work on the MacintoshJohn Gilmore1995-03-031-2/+10
| | | | | | | | | | * k5-int.h: Remove krb5/ from #includes. Rearrange #includes so that time_t is defined before kdb.h is included. * krb5.h: Include k5-config.h first, so its #define's can control the rest of the file. If <sys/types.h> is not present, define u_long, etc, manually. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5070 dc483132-0cff-0310-8789-dd5450dbe970
* * k5-int.h: Remove commented-out <widen.h> and <narrow.h>.John Gilmore1995-02-281-27/+325
| | | | | | | | * krb5.h: Same as old krb5/krb5.h, as a start. Gradually things that don't need to be exported will be moved from krb5.h into k5-int.h (and vice verse for e.g. function prototypes). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5003 dc483132-0cff-0310-8789-dd5450dbe970
* Make it possible to #include "..." without using slashes,John Gilmore1995-01-261-0/+31
for Macintosh support. * krb5.h: New file, the externally visible interface to Kerberos V5. Currently the whole kitchen sink, to bootstrap. * k5-int.h: New file, the internally visible declarations needed by source files that are part of the Kerberos V5 library itself. Currently the same whole kitchen sink, to bootstrap. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4845 dc483132-0cff-0310-8789-dd5450dbe970