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
*
2001-10-29 Jeff Altman <jaltman@columbia.edu>
Jeffrey Altman
2001-10-29
2
-3
/
+17
*
* Makefile.in - added dependency info for hmac_md5.c
Jeffrey Altman
2001-10-29
2
-1
/
+13
*
* Use right key usage for seal without encryption.
Sam Hartman
2001-10-27
2
-1
/
+5
*
* k5seal.c (make_seal_token_v1): Correct errors in code
Ezra Peisach
2001-10-26
2
-5
/
+15
*
* string_to_key.c (krb5_arcfour_string_to_key): Cleanup variables
Ezra Peisach
2001-10-26
2
-4
/
+12
*
* kdb_xdr.c (krb5_encode_princ_contents): Use krb5_ui_2 instead of
Ezra Peisach
2001-10-26
2
-1
/
+6
*
* Expose some rc4 crypto routines through the accessor mechanism; cleaner tha...
Sam Hartman
2001-10-26
12
-196
/
+401
*
* svr_principal.c (kadm5_decrypt_key): For now, coerce enctype of
Tom Yu
2001-10-25
2
-0
/
+12
*
* kdb_xdr.c (krb5_dbe_search_enctype): Filter out enctypes that
Tom Yu
2001-10-25
3
-2
/
+31
*
* kdb5_err.et: Add KRB5_KDB_NO_PERMITTED_KEY,
Tom Yu
2001-10-25
2
-0
/
+8
*
* t_encrypt.c: Argument to krb5_c_encrypt_length must be size_t
Ezra Peisach
2001-10-24
2
-2
/
+13
*
* arcfour.h: Declare krb5int_enc_arcfour extern so that multiple
Ezra Peisach
2001-10-24
2
-3
/
+10
*
Handle inlines in ansi-compatible manner
Sam Hartman
2001-10-23
2
-8
/
+21
*
* Add usage to verify in keyhash checks
Sam Hartman
2001-10-23
4
-2
/
+9
*
Add Heimdal compatible aliases for rc4
Sam Hartman
2001-10-23
2
-0
/
+11
*
* Tie in Microsoft rc4 cipher and make it build
Sam Hartman
2001-10-23
20
-44
/
+479
*
Include usage argument in keyed hash provider calls
Sam Hartman
2001-10-22
7
-5
/
+26
*
In directories building libraries, generate dependencies for .so/.po files too
Ken Raeburn
2001-10-20
33
-481
/
+485
*
avoid name conflicts with glib
Ken Raeburn
2001-10-20
2
-0
/
+38
*
Ignore salt for arc4 string2key per Microsoft spec
Sam Hartman
2001-10-19
2
-11
/
+8
*
* arcfour.c (krb5_arcfour_decrypt): Return error if salt cannot be allocated
Sam Hartman
2001-10-19
2
-9
/
+51
*
Patches contributed by David E. Cross" <crossd@cs.rpi.edu> to add
Sam Hartman
2001-10-18
5
-0
/
+482
*
better version of last change
Ken Raeburn
2001-10-17
1
-13
/
+1
*
* locate_kdc.c (add_host_to_list): If sa_len field exists and is zero, try to
Ken Raeburn
2001-10-17
3
-6
/
+66
*
* svr_principal.c (add_to_history): If the policy a principal uses has
Mitchell Berger
2001-10-16
2
-0
/
+46
*
* krb5_32.def: Add krb5_kt_* functions: krb5_kt_close,
Danilo Almeida
2001-10-16
2
-0
/
+13
*
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
-0
/
+87
*
Update automatic dependencies to work on Windows by using $(OUTPRE) and
Ken Raeburn
2001-10-11
33
-1098
/
+1171
*
* gic_pwd.c (krb5_get_as_key_password),
Danilo Almeida
2001-10-11
3
-20
/
+24
*
* cc_file.c (krb5_fcc_read): Remove const from fourth argument to
Ezra Peisach
2001-10-10
2
-1
/
+6
*
* localaddr.c (krb5_os_localaddr_profile): Cast argument to
Ezra Peisach
2001-10-10
2
-2
/
+7
*
* init_ctx.c (init_common): After fetching kdc_default_options value from
Ken Raeburn
2001-10-10
2
-1
/
+5
*
logger.c (krb5_klog_init): Initialize savec to keep compiler happy
Ken Raeburn
2001-10-10
2
-1
/
+6
*
Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;
Ken Raeburn
2001-10-10
88
-1030
/
+1074
*
* mglueP.h: Make all prototypes unconditional
Ken Raeburn
2001-10-09
2
-102
/
+89
*
KRB5_EXPORTVAR is defined lots of places but never used; delete it
Ken Raeburn
2001-10-06
2
-1
/
+2
*
Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...
Ken Raeburn
2001-10-06
173
-938
/
+790
*
Put back GSS_DLLIMP for variables, but define the macro here instead of in
Ken Raeburn
2001-10-05
5
-137
/
+163
*
* accept_sec_context.c (krb5_gss_accept_sec_context): Ignore
Tom Yu
2001-10-04
2
-10
/
+23
*
Danilo says we can get rid of the DLLIMP stuff now
Ken Raeburn
2001-10-04
175
-446
/
+527
*
* accept_sec_context.c (rd_and_store_for_creds): Handle error
Tom Yu
2001-10-02
2
-3
/
+9
*
* locate_kdc.c (add_host_to_list): If address family in sockaddr structure is
Ken Raeburn
2001-09-29
2
-0
/
+10
*
fix log entry
Ken Raeburn
2001-09-29
1
-1
/
+2
*
provide fake addrinfo implementation; get ipv6 addrs for solaris 8
Ken Raeburn
2001-09-29
2
-13
/
+215
*
avoid extra copy of krb_err.h in include; update dependencies
Ken Raeburn
2001-09-28
2
-2
/
+7
*
better realm transit path checking for app server
Ken Raeburn
2001-09-26
3
-3
/
+104
*
* t_expand.c: New file.
Ken Raeburn
2001-09-07
3
-3
/
+35
*
* rd_req_dec.c (krb5_rd_req_decoded_opt): Pass server realm to
Ken Raeburn
2001-09-07
2
-7
/
+10
*
updated dependencies for latest make-depend target code
Ken Raeburn
2001-09-06
8
-102
/
+101
[next]