summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* drop temporary sunos4 hacksKen Raeburn2001-07-192-8/+5
* move krb5_os_hostaddr decl from krb5.hin to k5-int.hKen Raeburn2001-07-193-3/+6
* * fake-addrinfo.h: New fileKen Raeburn2001-07-192-0/+385
* * klog.h: Flush out prototype for klog()Ezra Peisach2001-06-272-1/+6
* * prot.h: Flush out prototypes for create_auth_reply(),Ezra Peisach2001-06-262-3/+8
* * krb5.hin: Do not use "random_key" as argument name. When krb.hEzra Peisach2001-06-223-7/+15
* * krb.h: Don't use "options" and "user" as argument namesEzra Peisach2001-06-222-10/+14
* * krb5.hin: Move prototypes for krb5_net_read() andEzra Peisach2001-06-203-2/+8
* * krb.h: Add prototype for krb__get_srvtabname() which is invokedEzra Peisach2001-06-202-0/+18
* Fixed several typos in commentsMitchell Berger2001-06-201-1/+1
* Use a "struct addrlist" instead of separate count and pointer-to-pointer valuesKen Raeburn2001-06-202-9/+23
* * k5-util.h: Add prototypes for krb5_compat_recvauth_version() andEzra Peisach2001-06-114-3/+32
* * krb.h: Add prototype for krb_sendauth()Ezra Peisach2001-06-112-0/+13
* * krb.h: Add "internal" prototypes cr_err_reply(), create_ciph(),Ezra Peisach2001-06-082-0/+31
* * krb5.hin: Get rid of extraneous krb5_const before integerEzra Peisach2001-06-072-7/+15
* * k5-int.h: Remove AS_REP_105_SAM_COMPAT definition. Not used inEzra Peisach2001-06-072-17/+8
* Makefile.in ($(srcdir)/krb5/autoconf.h.in): New target; rebuild using autoheaderKen Raeburn2001-06-062-1/+8
* * des.h: Do not use "encrypt" as an argumentEzra Peisach2001-05-312-1/+5
* .cvsignore: Add stamp-h.inEzra Peisach2001-04-272-1/+6
* new internal library interface for locating serversKen Raeburn2001-04-262-19/+78
* assume ANSI C: delete no-volatile support, and most no-prototype supportKen Raeburn2001-04-268-33/+22
* update copyright yearsKen Raeburn2001-04-261-1/+1
* move socklen_t, socklen handling from krb5 library to include/k5-int.hKen Raeburn2001-04-263-12/+43
* revise error table header rules - don't explicitly invoke awk hereKen Raeburn2001-04-142-17/+20
* k5-int.h: Always include stdlib.h and string.h; don't bother with HAVE_ macrosKen Raeburn2001-04-142-14/+5
* use const for some des inputs and reduce unnecessary castsKen Raeburn2001-04-102-7/+14