summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
...
* Restructure a little to permit wrapping a system implementation of getaddrinfoKen Raeburn2002-03-123-80/+273
* * lsb_addr_cmp.h (krb4int_address_less): DeclareKen Raeburn2002-03-122-0/+7
* restore krb5_const definition, with a warning it's deprecatedKen Raeburn2002-03-072-0/+9
* * foreachaddr.c (SLOP): New macro.Ken Raeburn2002-03-062-4/+27
* * krb5.hin, k5-int.h: Use const instead of krb5_const.Ken Raeburn2002-02-233-178/+181
* * foreachaddr.c: New file, contents taken from code shared betweenKen Raeburn2002-02-202-0/+791
* * fake-addrinfo.c (_XOPEN_SOURCE_EXTENDED): Define if not defined, and if notKen Raeburn2002-02-192-2/+18
* update copyrightKen Raeburn2002-02-191-1/+1
* * fake-addrinfo.h: Always check for FAI_PREFIX, not just when fake getaddrinfoKen Raeburn2002-02-103-2/+63
* * socket-utils.h (ss2sin6) [__GNUC__]: Define inline function only if IPv6 su...Ken Raeburn2002-01-092-0/+7
* * k5-int.h (krb5int_des_init_state): Change variable name inEzra Peisach2001-12-072-1/+6
* When initiating GSSAPI context override tgs-enctypesSam Hartman2001-11-182-0/+8
* * Link Yarrow into the buildSam Hartman2001-11-162-0/+52
* * Add krb5_c_init_state and krb5_c_free_state functionsSam Hartman2001-11-063-4/+46
* * fake-addrinfo.c (freeaddrinfo): Do not free NULL pointersEzra Peisach2001-10-302-2/+8
* * k5-int.h: Do not use "usage" in argument names inEzra Peisach2001-10-262-2/+7
* * Expose some rc4 crypto routines through the accessor mechanism; cleaner tha...Sam Hartman2001-10-262-2/+24
* * configure.in: Use of AC_DEFINE modified to include thirdEzra Peisach2001-10-242-5/+15
* * Tie in Microsoft rc4 cipher and make it buildSam Hartman2001-10-233-0/+9
* Include usage argument in keyed hash provider callsSam Hartman2001-10-222-0/+5
* Add KRB5_CALLCONV to krb5_kt_get_typeDanilo Almeida2001-10-162-1/+5
* Replace keytab function-table dispatch macros in krb5.h with functions definedKen Raeburn2001-10-123-67/+85
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-106-544/+541
* KRB5_EXPORTVAR is defined lots of places but never used; delete itKen Raeburn2001-10-066-4/+10
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-0619-671/+629
* Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn2001-10-049-335/+323
* avoid extra copy of krb_err.h in include; update dependenciesKen Raeburn2001-09-282-4/+9
* better realm transit path checking for app serverKen Raeburn2001-09-264-3/+12
* new kdc option flagsKen Raeburn2001-09-072-2/+4
* new ticket flagsKen Raeburn2001-09-072-3/+8
* * fake-addrinfo.h: Include socket-utils.hKen Raeburn2001-09-062-0/+5
* use a different macro in fake-addrinfo.h to tell fake-addrinfo.c to define fnsKen Raeburn2001-08-313-1/+5
* separate sockaddr_storage support from ipv6 supportKen Raeburn2001-08-312-2/+8
* * socket-utils.h (struct krb5int_sockaddr_storage): Add some extra spaceKen Raeburn2001-08-312-1/+8
* * Makefile.in (rebuild-error-tables): New intermediate target, avoids runningKen Raeburn2001-08-302-2/+6
* avoid re-running autoheader when not needed, using timestamp fileKen Raeburn2001-08-302-1/+8
* * fake-addrinfo.c (getnameinfo): Cast address argument to gethostbyaddrKen Raeburn2001-08-302-1/+11
* * fake-addrinfo.h (AI_V4MAPPED, AI_ADDRCONFIG, AI_ALL, AI_DEFAULT): Define asKen Raeburn2001-08-302-8/+14
* copyrightsKen Raeburn2001-08-302-0/+82
* copyright; update commentsKen Raeburn2001-08-301-1/+48
* move socket util definitions (socklen_t, sa2sin, etc) from k5-int to a new fileKen Raeburn2001-08-303-63/+84
* split fake getaddrinfo implementation off into a separate fileKen Raeburn2001-08-293-270/+282
* * k5-int.h (ss2sin6): New gcc-specific function and alternative macro.Ken Raeburn2001-08-032-2/+14
* * fake-addrinfo.h (AI_NUMERICHOST): Define as zero if not already definedKen Raeburn2001-08-012-0/+9
* krb5_check_transited_list now takes pointers to constKen Raeburn2001-07-312-2/+7
* * kdb.h: For structs krb5_tl_data (tl_data_length), krb5_key_dataEzra Peisach2001-07-252-78/+12
* * fake-addrinfo.h: Include port-sockets.h instead of system header files; sho...Ken Raeburn2001-07-202-3/+6
* * fake-addrinfo.h (translate_h_errno): Supply a default value in case someKen Raeburn2001-07-192-2/+9
* prefer inet_addr over inet_atonKen Raeburn2001-07-191-0/+7
* delete stuff accidentally committed earlyKen Raeburn2001-07-191-5/+0