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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* fake-addrinfo.c (krb5int_lock_fac, krb5int_unlock_fac): Define only if FAI_...
Ken Raeburn
2006-11-02
1
-0
/
+4
*
Modify the preath plugin interface so that a plugin's context is
Kevin Coffman
2006-11-01
11
-299
/
+435
*
make depend
Ken Raeburn
2006-11-01
4
-24
/
+34
*
* cnv_tkt_skey.c (krb524_convert_princs): Move here, make static.
Ken Raeburn
2006-11-01
3
-46
/
+16
*
* conv_princ.c (krb5_425_conv_principal): Fix silly typo in arrays' sizes in
Ken Raeburn
2006-10-31
1
-2
/
+4
*
latest Novell ldap patches and kdb5_util dump support for ldap
Will Fiveash
2006-10-30
15
-369
/
+600
*
don't confuse profile iterator in 425 princ conversion
Ken Raeburn
2006-10-28
1
-5
/
+5
*
use strdup
Ken Raeburn
2006-10-28
1
-4
/
+2
*
more copyright fixes pre-1.6
Tom Yu
2006-10-27
3
-71
/
+86
*
Synchronise copyright notices. Preliminary update of README for 1.6
Tom Yu
2006-10-27
2
-187
/
+414
*
fix krb5_ldap_iterate to handle NULL match_expr and open_db_and_mkey to use K...
Will Fiveash
2006-10-23
2
-1
/
+8
*
fix invalid access found by valgrind
Kevin Coffman
2006-10-23
1
-1
/
+1
*
Avoid segfault in krb5_do_preauth_tryagain
Kevin Coffman
2006-10-23
1
-1
/
+1
*
For Irix - determine if using gcc and gnu ld - set compiler flags properly
Ezra Peisach
2006-10-23
1
-1
/
+7
*
osf1 -oldstyle_liblookup typo
Ezra Peisach
2006-10-22
1
-1
/
+1
*
Delete src/lib/ccapi.
Sam Hartman
2006-10-21
60
-14200
/
+0
*
Update protocol rfcs to the versions we actually implement
Sam Hartman
2006-10-21
8
-6461
/
+13569
*
enabling LDAP mix-in support for kdb5_util load
Will Fiveash
2006-10-21
8
-59
/
+238
*
Add supp-int.h to provide prototypes for declared internal functions.
Ezra Peisach
2006-10-18
5
-4
/
+43
*
Memory leak fixes on exit
Ezra Peisach
2006-10-18
2
-1
/
+8
*
Free allocated memory when no longer used
Ezra Peisach
2006-10-18
1
-0
/
+3
*
Invoke krb5_free_principal to remove memory leak
Ezra Peisach
2006-10-18
1
-0
/
+1
*
Call freeaddrinfo at end - memory leak
Ezra Peisach
2006-10-18
1
-0
/
+1
*
Declare krb5_mcc_get_flags static - it is not exported or used outside of file
Ezra Peisach
2006-10-18
1
-5
/
+5
*
Unsigned/signed warning fix
Ezra Peisach
2006-10-18
1
-1
/
+1
*
Include gss_libinit.h for gssint_initialize_library() prototype
Ezra Peisach
2006-10-16
5
-1
/
+5
*
Include string.h for memcmp prototype
Ezra Peisach
2006-10-16
1
-0
/
+1
*
Include time.h for time() prototype
Ezra Peisach
2006-10-16
1
-0
/
+1
*
Add prototype for krb5int_init_context_kdc
Ezra Peisach
2006-10-16
1
-0
/
+2
*
Add prototype for krb5_aprof_get_boolean
Ezra Peisach
2006-10-16
1
-0
/
+2
*
Tag krb5_rc_dfl_init_locked as static - not used outside file
Ezra Peisach
2006-10-16
1
-1
/
+1
*
Cleanup some warnings on missing prototypes
Ezra Peisach
2006-10-15
6
-3
/
+13
*
fix typo in make var ref
Ken Raeburn
2006-10-15
1
-1
/
+1
*
Cleanup unused variable warning during make check
Ezra Peisach
2006-10-15
1
-1
/
+0
*
Remove all unused variable warnings from tree
Ezra Peisach
2006-10-15
6
-8
/
+9
*
typo
Ken Raeburn
2006-10-15
1
-1
/
+1
*
Pass VALGRIND in to runtest. When it's set, redefine spawn to use it for
Ken Raeburn
2006-10-15
2
-2
/
+41
*
Suppress some uninteresting glibc warnings on RHEL4
Ken Raeburn
2006-10-15
1
-0
/
+16
*
Define VALGRIND1 as an invocation of valgrind that could be used for VALGRIND
Ken Raeburn
2006-10-15
1
-1
/
+5
*
Zap automatic structures before filling in
Ken Raeburn
2006-10-15
1
-394
/
+396
*
Clear req_st buffer before filling it in
Ken Raeburn
2006-10-15
1
-0
/
+4
*
Initialize some values before use, silence some warnings
Ken Raeburn
2006-10-15
1
-1
/
+3
*
Fix logic bug in string allocation
Ken Raeburn
2006-10-15
1
-1
/
+1
*
Use memmove for overlapping regions
Ken Raeburn
2006-10-15
2
-27
/
+29
*
Free v4mode when done with it
Ken Raeburn
2006-10-14
1
-0
/
+1
*
Don't strncpy a string to itself
Ken Raeburn
2006-10-14
1
-1
/
+2
*
Call fileno and krb5_lock_file before calling fclose, rather than after.
Ken Raeburn
2006-10-14
1
-2
/
+6
*
Use $(VALGRIND) when running programs using $(KRB5_RUN_ENV) or
Ken Raeburn
2006-10-13
26
-73
/
+69
*
Always zap newly allocated pages, intead of conditional on PURIFY.
Ken Raeburn
2006-10-13
2
-2
/
+2
*
Use 'const' with krb5_get_error_message
Ken Raeburn
2006-10-13
2
-8
/
+8
[prev]
[next]