| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * Tie in Microsoft rc4 cipher and make it build | Sam Hartman | 2001-10-23 | 3 | -0/+9 |
* | Include usage argument in keyed hash provider calls | Sam Hartman | 2001-10-22 | 2 | -0/+5 |
* | Add KRB5_CALLCONV to krb5_kt_get_type | Danilo Almeida | 2001-10-16 | 2 | -1/+5 |
* | Replace keytab function-table dispatch macros in krb5.h with functions defined | Ken Raeburn | 2001-10-12 | 3 | -67/+85 |
* | Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone; | Ken Raeburn | 2001-10-10 | 6 | -544/+541 |
* | KRB5_EXPORTVAR is defined lots of places but never used; delete it | Ken Raeburn | 2001-10-06 | 6 | -4/+10 |
* | Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA... | Ken Raeburn | 2001-10-06 | 19 | -671/+629 |
* | Danilo says we can get rid of the DLLIMP stuff now | Ken Raeburn | 2001-10-04 | 9 | -335/+323 |
* | avoid extra copy of krb_err.h in include; update dependencies | Ken Raeburn | 2001-09-28 | 2 | -4/+9 |
* | better realm transit path checking for app server | Ken Raeburn | 2001-09-26 | 4 | -3/+12 |
* | new kdc option flags | Ken Raeburn | 2001-09-07 | 2 | -2/+4 |
* | new ticket flags | Ken Raeburn | 2001-09-07 | 2 | -3/+8 |
* | * fake-addrinfo.h: Include socket-utils.h | Ken Raeburn | 2001-09-06 | 2 | -0/+5 |
* | use a different macro in fake-addrinfo.h to tell fake-addrinfo.c to define fns | Ken Raeburn | 2001-08-31 | 3 | -1/+5 |
* | separate sockaddr_storage support from ipv6 support | Ken Raeburn | 2001-08-31 | 2 | -2/+8 |
* | * socket-utils.h (struct krb5int_sockaddr_storage): Add some extra space | Ken Raeburn | 2001-08-31 | 2 | -1/+8 |
* | * Makefile.in (rebuild-error-tables): New intermediate target, avoids running | Ken Raeburn | 2001-08-30 | 2 | -2/+6 |
* | avoid re-running autoheader when not needed, using timestamp file | Ken Raeburn | 2001-08-30 | 2 | -1/+8 |
* | * fake-addrinfo.c (getnameinfo): Cast address argument to gethostbyaddr | Ken Raeburn | 2001-08-30 | 2 | -1/+11 |
* | * fake-addrinfo.h (AI_V4MAPPED, AI_ADDRCONFIG, AI_ALL, AI_DEFAULT): Define as | Ken Raeburn | 2001-08-30 | 2 | -8/+14 |
* | copyrights | Ken Raeburn | 2001-08-30 | 2 | -0/+82 |
* | copyright; update comments | Ken Raeburn | 2001-08-30 | 1 | -1/+48 |
* | move socket util definitions (socklen_t, sa2sin, etc) from k5-int to a new file | Ken Raeburn | 2001-08-30 | 3 | -63/+84 |
* | split fake getaddrinfo implementation off into a separate file | Ken Raeburn | 2001-08-29 | 3 | -270/+282 |
* | * k5-int.h (ss2sin6): New gcc-specific function and alternative macro. | Ken Raeburn | 2001-08-03 | 2 | -2/+14 |
* | * fake-addrinfo.h (AI_NUMERICHOST): Define as zero if not already defined | Ken Raeburn | 2001-08-01 | 2 | -0/+9 |
* | krb5_check_transited_list now takes pointers to const | Ken Raeburn | 2001-07-31 | 2 | -2/+7 |
* | * kdb.h: For structs krb5_tl_data (tl_data_length), krb5_key_data | Ezra Peisach | 2001-07-25 | 2 | -78/+12 |
* | * fake-addrinfo.h: Include port-sockets.h instead of system header files; sho... | Ken Raeburn | 2001-07-20 | 2 | -3/+6 |
* | * fake-addrinfo.h (translate_h_errno): Supply a default value in case some | Ken Raeburn | 2001-07-19 | 2 | -2/+9 |
* | prefer inet_addr over inet_aton | Ken Raeburn | 2001-07-19 | 1 | -0/+7 |
* | delete stuff accidentally committed early | Ken Raeburn | 2001-07-19 | 1 | -5/+0 |
* | drop temporary sunos4 hacks | Ken Raeburn | 2001-07-19 | 2 | -8/+5 |
* | move krb5_os_hostaddr decl from krb5.hin to k5-int.h | Ken Raeburn | 2001-07-19 | 3 | -3/+6 |
* | * fake-addrinfo.h: New file | Ken Raeburn | 2001-07-19 | 2 | -0/+385 |
* | * klog.h: Flush out prototype for klog() | Ezra Peisach | 2001-06-27 | 2 | -1/+6 |
* | * prot.h: Flush out prototypes for create_auth_reply(), | Ezra Peisach | 2001-06-26 | 2 | -3/+8 |
* | * krb5.hin: Do not use "random_key" as argument name. When krb.h | Ezra Peisach | 2001-06-22 | 3 | -7/+15 |
* | * krb.h: Don't use "options" and "user" as argument names | Ezra Peisach | 2001-06-22 | 2 | -10/+14 |
* | * krb5.hin: Move prototypes for krb5_net_read() and | Ezra Peisach | 2001-06-20 | 3 | -2/+8 |
* | * krb.h: Add prototype for krb__get_srvtabname() which is invoked | Ezra Peisach | 2001-06-20 | 2 | -0/+18 |
* | Fixed several typos in comments | Mitchell Berger | 2001-06-20 | 1 | -1/+1 |
* | Use a "struct addrlist" instead of separate count and pointer-to-pointer values | Ken Raeburn | 2001-06-20 | 2 | -9/+23 |
* | * k5-util.h: Add prototypes for krb5_compat_recvauth_version() and | Ezra Peisach | 2001-06-11 | 4 | -3/+32 |
* | * krb.h: Add prototype for krb_sendauth() | Ezra Peisach | 2001-06-11 | 2 | -0/+13 |
* | * krb.h: Add "internal" prototypes cr_err_reply(), create_ciph(), | Ezra Peisach | 2001-06-08 | 2 | -0/+31 |
* | * krb5.hin: Get rid of extraneous krb5_const before integer | Ezra Peisach | 2001-06-07 | 2 | -7/+15 |
* | * k5-int.h: Remove AS_REP_105_SAM_COMPAT definition. Not used in | Ezra Peisach | 2001-06-07 | 2 | -17/+8 |
* | Makefile.in ($(srcdir)/krb5/autoconf.h.in): New target; rebuild using autoheader | Ken Raeburn | 2001-06-06 | 2 | -1/+8 |
* | * des.h: Do not use "encrypt" as an argument | Ezra Peisach | 2001-05-31 | 2 | -1/+5 |