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
*
fix missing mutex initialization in keytab file code
Ken Raeburn
2004-11-26
2
-0
/
+12
*
fix missing locking in keytab; fix stdio handling too
Ken Raeburn
2004-11-24
2
-24
/
+102
*
set errno=0 prior to fopen in kt_file
Tom Yu
2004-11-24
2
-2
/
+11
*
KDC on Tru64 was hanging because of another case where Yarrow code
Ken Raeburn
2004-11-23
2
-12
/
+47
*
* locate_kdc.c (krb5int_add_host_to_list): If debugging, log the requested
Ken Raeburn
2004-11-19
4
-10
/
+32
*
* kt_file.c (krb5_ktfileint_open): Patch from Roland Dowdeswell to
Tom Yu
2004-11-19
2
-2
/
+7
*
* cc_mslsa.c (MSCredToMITCred): Don't create an empty array for addresses, just
Ken Raeburn
2004-11-19
2
-6
/
+6
*
* Makefile.in (SHLIB_EXPLIBS): Remove -ldl accidentally added in last change
Ken Raeburn
2004-11-18
2
-1
/
+6
*
install rpc headers into correct directory
Tom Yu
2004-11-18
2
-2
/
+7
*
* prng.c (do_yarrow_init): Move mutex initialization here.
Ken Raeburn
2004-11-17
2
-1
/
+12
*
* Makefile.in (SHLIB_EXPDEPS, SHLIB_EXPLIBS): Add support library
Ken Raeburn
2004-11-17
2
-2
/
+7
*
oops, bad update
Ken Raeburn
2004-11-16
1
-2
/
+2
*
make depend
Ken Raeburn
2004-11-16
2
-19
/
+19
*
make depend
Ken Raeburn
2004-11-16
1
-4
/
+5
*
Now a kvno invocation will only open the ccache file a small number of
Ken Raeburn
2004-11-16
2
-2
/
+23
*
Create a ccache get-flags operation.
Ken Raeburn
2004-11-16
8
-1
/
+94
*
Convert Yarrow to use AES not 3des. Update test vectors
Sam Hartman
2004-11-16
6
-11
/
+20
*
* yarrow.c (krb5int_yarrow_input, krb5int_yarrow_final): Don't check for
Ken Raeburn
2004-11-01
2
-7
/
+47
*
push yarrow locking down into the yarrow code to reduce contention
Ken Raeburn
2004-10-30
4
-17
/
+29
*
* Initial commit of C CCAPI implementation
Jeffrey Altman
2004-10-27
46
-0
/
+10711
*
* mk_req_ext.c (krb5_mk_req_extended): Free keyblock before
Tom Yu
2004-10-26
2
-0
/
+10
*
Kevin Coffman's patches to support passing gss context state to kernel
Tom Yu
2004-10-26
7
-70
/
+109
*
* locate_kdc.c: Include stdarg.h.
Ken Raeburn
2004-10-21
2
-52
/
+40
*
* dnssrv.c (krb5int_make_srv_query_realm): Append a dot to the hostname, if
Ken Raeburn
2004-10-19
2
-0
/
+10
*
* dnsglue.c (initparse): Skip query type and class when we lack
Tom Yu
2004-10-19
2
-3
/
+12
*
add dependencies for t_*.c test programs
Ken Raeburn
2004-10-19
2
-0
/
+24
*
make depend
Ken Raeburn
2004-10-19
2
-9
/
+10
*
ignore t_locate_kdc
Ken Raeburn
2004-10-19
1
-0
/
+1
*
* Makefile.in (TEST_PROGS): Add t_locate_kdc.
Ken Raeburn
2004-10-19
2
-1
/
+8
*
* Makefile.in (install-unix): Install headers
Tom Yu
2004-10-18
2
-0
/
+12
*
* t_deltat.c (main): Unadorned integer no longer fails now that we
Tom Yu
2004-10-14
2
-1
/
+6
*
krb5_string_to_deltat should default to seconds if no unit is provided. If t...
Alexandra Ellwood
2004-10-13
5
-721
/
+541
*
Fix the forced setting of the Initial Ticket Flag on Win2000 and
Jeffrey Altman
2004-10-08
2
-1
/
+21
*
* localaddr.c (print_addr): If getnameinfo returns EAI_SYSTEM, report what the
Ken Raeburn
2004-10-06
2
-5
/
+10
*
* localaddr.c (foreach_localaddr): Be more careful not to walk past the end of
Ken Raeburn
2004-10-06
2
-6
/
+13
*
* localaddr.c (get_ifreq_array): Split out from foreach_localaddr general
Ken Raeburn
2004-10-06
2
-27
/
+50
*
* localaddr.c (foreach_localaddr) [HAVE_STRUCT_IF_LADDRCONF && 0]: Fix
Ken Raeburn
2004-10-05
2
-2
/
+9
*
* localaddr.c (get_if_laddrconf, foreach_localaddr): New implementation for
Ken Raeburn
2004-10-01
2
-0
/
+205
*
* hst_realm.c: provide definition for MAXDNAME if
Jeffrey Altman
2004-10-01
2
-1
/
+11
*
* vbaxam.doc: File deleted
Ken Raeburn
2004-09-28
2
-0
/
+4
*
Make patchlevel.h be the master version file
Tom Yu
2004-09-25
5
-9
/
+76
*
* xdr_rec.c (LAST_FRAG): Use 1L in case int is small
Ken Raeburn
2004-09-24
2
-1
/
+5
*
make depend
Ken Raeburn
2004-09-24
1
-7
/
+14
*
* Makefile.in: Delete @SHARED_RULE@ line.
Ken Raeburn
2004-09-23
2
-3
/
+6
*
* Makefile.in (T_STD_CONF_OBJS): Include dnsglue.o
Ken Raeburn
2004-09-23
2
-1
/
+5
*
* libgssrpc.exports: Export svc_maxfd
Tom Yu
2004-09-22
2
-0
/
+5
*
Don't assume that presence of res_nsearch() means we have ns_initparse()
Tom Yu
2004-09-21
2
-6
/
+15
*
memory leak in rd_cred.c
Tom Yu
2004-09-21
2
-1
/
+10
*
memory leak in arcfour string_to_key
Sam Hartman
2004-09-21
2
-0
/
+6
*
* configure.in: Check for sockaddr_in.sin_len and
Tom Yu
2004-09-21
13
-117
/
+186
[next]