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
/
krb5
/
krb
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
krb5_setpw_result_string should be internal
Sam Hartman
2003-04-27
1
-0
/
+4
*
Implementation of Microsoft set password client library code provided
Sam Hartman
2003-04-25
1
-0
/
+17
*
* kfree.c (krb5_free_pwd_sequences): Correction to previous
Ezra Peisach
2003-04-24
1
-0
/
+5
*
krb5_free_pwd_sequences only frees first element
Ezra Peisach
2003-04-23
1
-0
/
+5
*
fix typo
Ken Raeburn
2003-04-18
1
-1
/
+1
*
* init_ctx.c (DEFAULT_ETYPE_LIST): Add AES with 256 bits at the front of the
Ken Raeburn
2003-04-18
1
-0
/
+5
*
* unparse.c (krb5_unparse_name_ext): Don't move buffer pointer backwards if
Ken Raeburn
2003-04-01
1
-0
/
+3
*
Red Hat's krb5_princ_size fixes
Ken Raeburn
2003-04-01
1
-0
/
+11
*
If the auth context does not have the DO_TIME flag set and no replay
Sam Hartman
2003-04-01
1
-0
/
+5
*
* t_kerb.c: Only include krb.h if krb4 support compiled in,
Ezra Peisach
2003-03-09
1
-0
/
+5
*
* preauth2.c (pa_sam_2): Add intermediate size_t variable to hold
Tom Yu
2003-03-06
1
-0
/
+5
*
* appdefault.c: Fix constness to avoid warning. * init_ctx.c: Do the same stu...
Alexandra Ellwood
2003-03-06
1
-0
/
+8
*
* srv_rcache.c (krb5_get_server_rcache): Fix missed
Tom Yu
2003-03-05
1
-0
/
+5
*
GSS_C_NO_CREDENTIAL should accept any principal
Sam Hartman
2003-03-04
1
-0
/
+6
*
Handle NULL result_string->data returned from error in
Tom Yu
2003-02-25
1
-0
/
+5
*
The client sorts the enctype list returned by etype_info ordering
Sam Hartman
2003-02-15
1
-0
/
+5
*
Fix double free of AS key
Sam Hartman
2003-02-13
1
-0
/
+5
*
Support credentials encrypted in the session key rather than
Sam Hartman
2003-02-11
1
-0
/
+11
*
Get addressless tickets by default
Sam Hartman
2003-02-04
1
-0
/
+4
*
Memory leak in krb5_send_tgs()
Ezra Peisach
2003-01-12
1
-0
/
+4
*
Use markers in Makefile.in rather than rules in configure.in to indicate when
Ken Raeburn
2003-01-10
1
-0
/
+4
*
Patch to get new service tickets in preference to using expired
Sam Hartman
2003-01-10
1
-0
/
+8
*
Previously fwd_tgt_creds required either that the hostname be passed
Sam Hartman
2003-01-08
1
-0
/
+4
*
* appdefault.c (conf_yes, conf_no): Now const
Ken Raeburn
2003-01-08
1
-0
/
+4
*
For new encryption types and for RC4, encrypt the krb_cred message in
Sam Hartman
2003-01-08
1
-1
/
+1
*
Fix logic error in previous patch that broke gss_init_sec_context
Sam Hartman
2003-01-07
1
-0
/
+5
*
Implement krb5_auth_con_set_checksum_func, an API for setting a
Sam Hartman
2003-01-06
1
-0
/
+13
*
* t_kerb.c: Include string.h for strcmp prototype
Ezra Peisach
2002-12-23
1
-0
/
+4
*
Clean up some broken uses of "const" in function interfaces
Ken Raeburn
2002-12-19
1
-0
/
+5
*
* get_in_tkt.c (krb5_get_in_tkt): Do not pass NULL when an
Ezra Peisach
2002-11-14
1
-0
/
+5
*
* conv_princ.c (strnchr): Make length argument unsigned int
Ezra Peisach
2002-11-07
1
-0
/
+8
*
* chk_trans.c (krb5_check_transited_list): Style nit: check
Tom Yu
2002-10-30
1
-0
/
+5
*
ticket: 1230
Sam Hartman
2002-10-30
1
-0
/
+5
*
* get_in_tkt.c (conf_yes, conf_no): Now const. References updated.
Ken Raeburn
2002-10-28
1
-0
/
+8
*
If we get cannot resolve KDC for master but find a slave
Sam Hartman
2002-10-28
1
-0
/
+5
*
Client code lacks support for draft-ietf-krb-wg-kerberos-sam-01.txt
Ken Hornstein
2002-10-24
1
-0
/
+11
*
gic_pwd doesn't support password expiration notification via last_req hint
Ken Hornstein
2002-10-23
1
-0
/
+6
*
Don't request addresses when
Sam Hartman
2002-09-11
1
-0
/
+6
*
protoize
Ken Raeburn
2002-09-03
1
-0
/
+26
*
* Makefile.in: Revert $(S)=>/ change, for Windows support
Ken Raeburn
2002-08-29
1
-0
/
+4
*
Change $(S)=>/ and $(U)=>.. globally
Ken Raeburn
2002-08-23
1
-0
/
+4
*
* init_ctx.c (init_common): Initialize udp_pref_limit field
Ken Raeburn
2002-08-23
1
-0
/
+4
*
* t_ser.c (ser_ccache_test): Remove references to STDIO ccaches
Tom Yu
2002-08-15
1
-0
/
+4
*
* unparse.c (krb5_unparse_name_ext): Error out if passed a NULL
Tom Yu
2002-08-02
1
-0
/
+5
*
* appdefault.c (conf_boolean): Change variable from char ** to
Ezra Peisach
2002-06-26
1
-0
/
+7
*
* appdefault.c, get_in_tkt.c: made conf_yes and conf_no const to
Tom Yu
2002-06-26
1
-0
/
+16
*
avoid redundant definitions of socket-related error codes for Windows
Ken Raeburn
2002-06-18
1
-0
/
+5
*
* princ_comp.c (krb5_realm_compare), auth_con.c
Tom Yu
2002-06-18
1
-0
/
+14
*
* preauth.c: Don't include syslog.h
Ken Raeburn
2002-06-12
1
-0
/
+4
*
client-side TCP support
Ken Raeburn
2002-06-11
1
-0
/
+9
[prev]
[next]