summaryrefslogtreecommitdiffstats
path: root/src/include/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* * fake-addrinfo.h: Include port-sockets.h instead of system header files; sho...Ken Raeburn2001-07-201-0/+5
* * fake-addrinfo.h (translate_h_errno): Supply a default value in case someKen Raeburn2001-07-191-0/+4
* move krb5_os_hostaddr decl from krb5.hin to k5-int.hKen Raeburn2001-07-191-0/+3
* * fake-addrinfo.h: New fileKen Raeburn2001-07-191-0/+4
* * krb5.hin: Do not use "random_key" as argument name. When krb.hEzra Peisach2001-06-221-0/+8
* * krb5.hin: Move prototypes for krb5_net_read() andEzra Peisach2001-06-201-0/+6
* Use a "struct addrlist" instead of separate count and pointer-to-pointer valuesKen Raeburn2001-06-201-0/+10
* * k5-util.h: Add prototypes for krb5_compat_recvauth_version() andEzra Peisach2001-06-111-0/+9
* * krb5.hin: Get rid of extraneous krb5_const before integerEzra Peisach2001-06-071-0/+8
* * k5-int.h: Remove AS_REP_105_SAM_COMPAT definition. Not used inEzra Peisach2001-06-071-0/+8
* Makefile.in ($(srcdir)/krb5/autoconf.h.in): New target; rebuild using autoheaderKen Raeburn2001-06-061-0/+5
* new internal library interface for locating serversKen Raeburn2001-04-261-0/+13
* assume ANSI C: delete no-volatile support, and most no-prototype supportKen Raeburn2001-04-261-0/+12
* move socklen_t, socklen handling from krb5 library to include/k5-int.hKen Raeburn2001-04-261-0/+8
* revise error table header rules - don't explicitly invoke awk hereKen Raeburn2001-04-141-0/+8
* k5-int.h: Always include stdlib.h and string.h; don't bother with HAVE_ macrosKen Raeburn2001-04-141-0/+5
* * krb5.hin: Add prototypes for krb5_auth_con_setpermetypes() andEzra Peisach2001-03-081-0/+5
* * krb5.hin (KRB5_NPROTOTYPE): DeleteKen Raeburn2001-01-201-0/+2
* Always use ANSI C features (prototypes, const, void *, etc).Ken Raeburn2001-01-201-0/+18
* * configure.in: Use AC_C_CONST instead of AC_CONST andEzra Peisach2000-11-011-0/+5
* * k5-int.h: krb5_alt_method, krb5_etype_info_entry length fieldsEzra Peisach2000-10-171-0/+17
* * krb5.hin, k5-int.h: krb5_cc_get_name now returns const char *Ezra Peisach2000-10-031-0/+4
* * krb5.hin: Move prototype for krb5_gen_replay_name()Ezra Peisach2000-09-261-0/+6
* * k5-util.h (krb5_setedid): Add prototypeEzra Peisach2000-09-261-0/+4
* * krb5.hin: lr_type element of krb5_last_req_entry needs to be aEzra Peisach2000-08-071-0/+5
* * krb5.hin: Fix calling convention for krb5_cc_get_typeDanilo Almeida2000-07-201-0/+4
* * k5-int.h: Add krb5int_accessor() and related definitions.Danilo Almeida2000-07-191-0/+9
* * k5-int.h: Move prototypes for krb5 only internal functionsEzra Peisach2000-07-181-0/+7
* * krb5.hin (krb5_cc_*): Replace macro definitions with function declarations.Ken Raeburn2000-07-141-0/+8
* * k5-int.h: Add prototypes for krb5_libdefault_boolean,Ezra Peisach2000-07-031-0/+5
* * krb5.hin (krb5_get_tgs_ktypes, krb5_free_ktypes): Fix linkage toKen Raeburn2000-06-271-0/+12
* Fix prototype for krb5int_cc_default so that the K5 library will compile on W...Jeffrey Altman2000-06-061-0/+5
* 2000-5-19 Alexandra Ellwood <lxs@mit.edu>Alexandra Ellwood2000-05-191-0/+9
* 2000-05-15 Jeffrey Altman <jaltman@columbia.edu>Jeffrey Altman2000-05-161-0/+8
* 2000-4-13 Alexandra Ellwood <lxs@mit.edu>Alexandra Ellwood2000-04-131-0/+7
* Fixed protos for krb5_locate_srv_*Miro Jurisic2000-03-261-0/+4
* Added krb5_free_default_realmMiro Jurisic2000-03-201-0/+4
* Add krb5_get_prompt_types() functionalityDanilo Almeida2000-03-161-0/+5
* * k5-int.h: Update prototype to sync with changes in preauth2.cTom Yu2000-03-131-0/+4
* added flags field to predicted_sam_response (fcusack)Ken Raeburn2000-02-071-1/+1
* Frank Cusack changes, set 1, diffs 1-3 of 4Ken Raeburn2000-02-071-0/+7
* * krb5.hin (krb5_decode_ticket): DeclareDanilo Almeida2000-02-011-0/+4
* * k5-int.h [!NEED_SOCKETS]: Declare (but do not define) struct sockaddr ifKen Raeburn2000-01-271-0/+8
* * krb5.hin (krb5_secure_config_files): Delete declaration.Ken Raeburn1999-12-151-0/+5
* * configure.in: Invoke KRB5_AC_INET6. Delete most of the 10-17 changes exceptKen Raeburn1999-11-021-0/+6
* * configure.in: Check for inet_{ntop,pton,ntoa,aton},Ken Raeburn1999-10-171-0/+7
* install port-sockets.h for krb.h to useKen Raeburn1999-09-211-0/+5
* Remove #define HAVE_STRING_H from MacOS part of win-mac.h (oops)Miro Jurisic1999-09-131-0/+5
* Added #define HAVE_STRING_H to win-mac.hMiro Jurisic1999-09-131-0/+4
* From 1.1 branch.Ken Raeburn1999-09-011-0/+29