index
:
krb5.git
gss_cs
keyring
kinit-c
master
msspng_ntlmssp
proxymech
spnego
MIT Kerberos patches
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the canonical _WIN32 instead of WIN32 to test for Win32.
Danilo Almeida
2002-04-11
2
-1
/
+9
*
* asn1buf.c (asn1buf_remove_octetstring, asn1buf_remove_charstring): Fix bounds
Ken Raeburn
2002-04-10
2
-4
/
+11
*
call krb5_c_ versions of enctype/cksumtype checking routines
Ken Raeburn
2002-04-06
11
-16
/
+35
*
rename some functions to have krb5_c_ prefix
Ken Raeburn
2002-04-06
5
-4
/
+36
*
Include errno.h
Danilo Almeida
2002-04-01
2
-0
/
+5
*
Add krb5_init_keyblock
Sam Hartman
2002-03-29
6
-14
/
+87
*
update dependencies
Ken Raeburn
2002-03-26
2
-2
/
+4
*
Change approach for getaddrinfo support. Now, only fake-addrinfo.h is
Ken Raeburn
2002-03-26
5
-6
/
+12
*
update dependencies
Ken Raeburn
2002-03-26
5
-4
/
+57
*
Fix merge from 1.2.2 branch to mainline
Sam Hartman
2002-03-16
2
-1
/
+5
*
Fix walk_realm_tree handling of null realms
Sam Hartman
2002-03-14
2
-0
/
+29
*
Handle IPv6 sockets that are used to communicate over IPv4, and permit use of
Ken Raeburn
2002-03-12
5
-68
/
+182
*
8-bit-kvno workarounds from 1.2.4
Ken Raeburn
2002-03-07
2
-3
/
+31
*
* Makefile.in (LIBMINOR): Bump due to changes in error tables
Ken Raeburn
2002-03-07
2
-1
/
+5
*
* krb5_err.et: Change several "credentials cache file" messages to just say
Ken Raeburn
2002-03-07
2
-4
/
+10
*
* kts_g_ent.c (krb5_ktsrvtab_get_entry): If a specific DES enctype was
Ken Raeburn
2002-03-07
2
-1
/
+7
*
log entry for fwd_tgt change accidentally checked in without log entry
Ken Raeburn
2002-03-07
1
-0
/
+4
*
* ser_actx.c (krb5_auth_context_externalize): Do bounds checking on converted...
Ken Raeburn
2002-03-07
3
-3
/
+31
*
shlib version number updates from 1.2.x branch
Ken Raeburn
2002-03-07
6
-3
/
+17
*
Commit patch to accept both encrypted and unencrypted credentials for Heimdal...
Sam Hartman
2002-03-03
2
-14
/
+48
*
2002-03-02 Sam Hartman <hartmans@mit.edu>
Sam Hartman
2002-03-03
2
-25
/
+31
*
Fix indentation I broke
Sam Hartman
2002-02-27
1
-3
/
+3
*
Disable address checking in krb_rd_cred. No objections raised on
Sam Hartman
2002-02-27
2
-82
/
+16
*
Use const instead of krb5_const.
Ken Raeburn
2002-02-23
13
-57
/
+32
*
Use const instead of krb5_const
Ken Raeburn
2002-02-23
8
-37
/
+51
*
* localaddr.c: Include foreachaddr.c.
Ken Raeburn
2002-02-20
3
-693
/
+11
*
update hst_realm dependencies
Ken Raeburn
2002-02-14
1
-1
/
+1
*
update copyright dates
Ken Raeburn
2002-02-14
1
-1
/
+1
*
get local ipv6 addresses on linux
Ken Raeburn
2002-02-10
2
-1
/
+99
*
Reflect correct values for current code
Sam Hartman
2002-01-15
3
-5
/
+10
*
Don't right shift by 32
Sam Hartman
2002-01-14
2
-1
/
+7
*
* hst_realm.c (EAFNOSUPPORT): On Windows, translate to WSAEAFNOSUPPORT
Ken Raeburn
2002-01-09
2
-0
/
+10
*
* Makefile.in (t_localaddr): Link against $(LIBS)
Ken Raeburn
2002-01-09
2
-1
/
+3
*
log msg for getaddrinfo error codes
Ken Raeburn
2002-01-09
1
-0
/
+5
*
Split out code for getting canonical name of local host, change it to use
Ken Raeburn
2002-01-09
4
-34
/
+92
*
update comment
Ken Raeburn
2002-01-09
1
-2
/
+3
*
do database expansion from tcl driver code
Ken Raeburn
2002-01-09
3
-1
/
+109
*
* crc.pl: New file; perl script to do generate some test vectors
Tom Yu
2002-01-09
11
-405
/
+730
*
Assign entropy source identifier
Sam Hartman
2002-01-08
2
-2
/
+4
*
Implement code to get random data from /dev/{random,urandom}. For
Sam Hartman
2002-01-08
4
-2
/
+102
*
* svc_auth_gssapi.c (_gssrpc_svcauth_gssapi): Local return
Ezra Peisach
2001-12-14
2
-1
/
+7
*
* hmac_md5.c (k5_hmac_md5_hash): Test if malloc returns NULL and
Ezra Peisach
2001-12-14
2
-1
/
+6
*
* ktf_g_ent.c (krb5_ktfile_get_entry): Coerce enctype for now to
Tom Yu
2001-12-08
2
-0
/
+13
*
* clnt_raw, clnt_tcp.c, clnt_udp.c: Use a union structure to
Ezra Peisach
2001-12-07
16
-48
/
+83
*
* string_to_key.c (krb5_arcfour_string_to_key): Use size_t instead
Ezra Peisach
2001-12-05
2
-3
/
+9
*
* t_encrypt.c (main): Free memory when finished to test for memory
Ezra Peisach
2001-12-05
2
-0
/
+12
*
* yarrow.c (krb5int_yarrow_stretch): Delare local variable unsigned.
Ezra Peisach
2001-12-05
3
-6
/
+17
*
* shs.c, shs.h (shsUpdate): Declare second argument as const
Ezra Peisach
2001-12-05
3
-2
/
+6
*
* t_ser.c (main): Free context on failure exit route
Ezra Peisach
2001-12-05
2
-0
/
+5
*
* sendto_kdc.c (krb5_sendto_kdc): Get rid of unecessary casts
Ezra Peisach
2001-12-05
2
-2
/
+6
[next]