summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Add #define's for DEFAULT_PROFILE_FILENAMETheodore Tso1995-04-222-0/+12
* Checked in wrong version of ChangeLogTheodore Tso1995-04-221-1/+3
* krb5.h: krb5_princ_aref() doesn't work, and isn't used anywhere.Theodore Tso1995-04-223-17/+22
* Changes for the PC due to tytso's changing the include structureKeith Vetter1995-04-202-0/+8
* Smarter PC makefile pulling .h files from the gssapi worldKeith Vetter1995-04-202-0/+11
* Remove .h files which are now collapsed into krb5.hTheodore Tso1995-04-2014-1878/+0
* Remove support for HAS_ANSI_CONST (that was needed only forTheodore Tso1995-04-203-16/+7
* Inlined the following include files in krb5.h, to simplify the headerTheodore Tso1995-04-203-19/+1607
* Removed global_context hackEzra Peisach1995-04-192-4/+8
* Added default_realm to krb5_context structureEzra Peisach1995-04-192-0/+5
* Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to doTheodore Tso1995-04-146-0/+288
* Windows global stuff:Keith Vetter1995-04-1424-355/+374
* Bug fixes or better error handling for the following 4 Windows bugsKeith Vetter1995-04-064-49/+54
* Fixed low-level i/o routine (dup) not being STDC on the PCKeith Vetter1995-04-012-0/+5
* * configure.in (CONFIG_RULES): ReplacedTheodore Tso1995-03-312-0/+5
* Commit on the whole tree to make a checkpoint for a working windows worldKeith Vetter1995-03-312-0/+16
* Added capability for windows version to read default values out of an ini fileKeith Vetter1995-03-294-1/+18
* Moved the differing parts of osconf.win into osconf.hKeith Vetter1995-03-293-89/+10
* * Makefile.in (KRB5_HEADERS, install): `Make install' now works.John Gilmore1995-03-294-1/+16
* * k5-errors.h: Rename errors.h (which duplicated a standard MacJohn Gilmore1995-03-297-0/+588
* * Makefile.in (KRB5_HEADERS, install): Account for file renames.John Gilmore1995-03-296-20/+94
* * func-proto.h (krb5_rd_req(), krb5_rd_req_decode(), krb5_mk_rep(),Chris Provenzano1995-03-272-35/+31
* adm_defs.h (ADM5_DEFAULT_PORT): Add definition of defaultTheodore Tso1995-03-243-8/+24
* PC config changes due to changes in include sys/types.hKeith Vetter1995-03-222-18/+8
* Part of low-level open file PC bug and moved some prototypes into worldKeith Vetter1995-03-224-4/+17
* Fix comment that referred to STDARG_PROTOTYPESJohn Gilmore1995-03-192-1/+5
* * krb5.h: Move <sys/types> and u_long (etc) code to krb5/k5-config.h.John Gilmore1995-03-183-13/+8
* * k5-config.h: Move <sys/types.h> handling from ../krb5.h toJohn Gilmore1995-03-183-1/+45
* Delete redundant definitions defined in pre/config.inTheodore Tso1995-03-172-4/+6
* Delete redundant definitions that already defined in pre/config.inTheodore Tso1995-03-172-8/+4
* * configure.in: Replace nonstandard CHECK_STDARG withJohn Gilmore1995-03-175-4/+235
* Include file changes needed for error table stuffKeith Vetter1995-03-162-4/+10
* Makefile now recurses into krb5 directory on the PCKeith Vetter1995-03-162-1/+29
* Some windows i/o stuff and moved 2 prototypes to func-proto.hKeith Vetter1995-03-154-8/+23
* Removed definition of FD_SETSIZE, FD_SET, FD_CLR, FD_ISSET, andTheodore Tso1995-03-102-9/+6
* * krb5.h Added empty structure declaration of krb5_auth_contextChris Provenzano1995-03-103-1/+12
* * func-proto.h (krb5_mk_req(), krb5_mk_req_extended(), krb5_rd_rep(),Chris Provenzano1995-03-104-45/+121
* * Makefile.in (all-windows): tabs, not spaces.Mark Eichin1995-03-092-2/+6
* PC porting: more prototyping, defines for overflow checking on the PC andKeith Vetter1995-03-078-20/+185
* Make include files begin to work on the MacintoshJohn Gilmore1995-03-033-18/+34
* Make include files start to work on the MacintoshJohn Gilmore1995-03-034-2/+17
* Changed NEED_WINSOCK_H to NEED_SOCKETSKeith Vetter1995-03-022-1/+5
* Fixed up a const attribute on krb5_send_tgs in func-proto.hKeith Vetter1995-03-022-1/+5
* Prototype changes for the krb5/os functions needed on the PCKeith Vetter1995-03-023-30/+52
* Changes for rcache on the PC, mostly adding INTERFACE to the prototypes. AlsoKeith Vetter1995-03-014-18/+892
* Remove declaration of malloc() and realloc()Theodore Tso1995-03-012-2/+4
* Only define labs(x) -> abs(x) if labs() is not defined elsewhere.Theodore Tso1995-03-013-0/+9
* Change config.h -> k5-config.h and free.h -> k5-free.h to reflectTheodore Tso1995-03-012-2/+7
* * krb5.h: Rename to ../krb5.h so it can be #included by end usersJohn Gilmore1995-02-282-330/+1
* * Makefile.in (osconf.h): Remove temp file osconf.newJohn Gilmore1995-02-288-9/+27