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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
cache name was not being properly null-terminated
Theodore Tso
1994-09-29
2
-0
/
+4
*
Make sure mod time on the dump_ok file is updated. (Some systems
Theodore Tso
1994-09-29
2
-0
/
+12
*
Relink executable when libraries change
Theodore Tso
1994-09-29
4
-15
/
+79
*
Oops.. Missing close brace
Theodore Tso
1994-09-29
1
-0
/
+1
*
Exit with a non-zero status if there was an error in an executed command.
Theodore Tso
1994-09-29
5
-9
/
+145
*
Add support for KRB5_KDCREP_SKEW error code
Theodore Tso
1994-09-29
2
-0
/
+6
*
Added new error codes (from suggested changes from Openvision)
Theodore Tso
1994-09-29
2
-0
/
+9
*
Return new error codes KRB5_IN_TKT_REALM_MISTCH and KRB5_KDCREP_SKEW
Theodore Tso
1994-09-29
3
-7
/
+28
*
Added realm compare function
Theodore Tso
1994-09-29
4
-3
/
+27
*
Always fill in a NULL for a zero-length char string or octet string in
Theodore Tso
1994-09-29
2
-3
/
+20
*
Return the most recent key (with the greatest kvno) instead of the
Theodore Tso
1994-09-29
2
-7
/
+25
*
not quite first cut "safety" checkin
Tom Yu
1994-09-29
2
-0
/
+1272
*
Relink executable when library changes
Theodore Tso
1994-09-29
6
-6
/
+20
*
(K4LIB): add libdes.a, needed for des_pcbc_encrypt
Mark Eichin
1994-09-29
1
-1
/
+1
*
* configure.in (srand48): check for srand48, and if it exists,
Mark Eichin
1994-09-29
2
-0
/
+7
*
Wed Sep 28 14:36:29 1994 Mark Eichin (eichin@rtl.cygnus.com)
Mark Eichin
1994-09-28
2
-2
/
+7
*
get NULL from stdio for sunos
Mark Eichin
1994-09-28
2
-0
/
+5
*
= should have been == in commented out code
Theodore Tso
1994-09-28
2
-2
/
+7
*
Fix to reflect fact that krb5_rc_dfl_close() now frees the rcache structure
Theodore Tso
1994-09-28
2
-2
/
+6
*
fix initial test/square-bracket bug
Mark Eichin
1994-09-28
1
-1
/
+1
*
Change the interface of krb5_ktfile_read_entry and
Theodore Tso
1994-09-23
6
-46
/
+45
*
Add dependencies for the libraries (so the executables are automatically
Theodore Tso
1994-09-23
3
-9
/
+9
*
Make sure all object files are removed in a make clean operation
Theodore Tso
1994-09-23
1
-3
/
+4
*
Fix memory leak in klist --- the returned credentials should be freed before
Theodore Tso
1994-09-23
3
-4
/
+11
*
xfree() should have been krb5_xfree()
Theodore Tso
1994-09-23
2
-6
/
+6
*
Oops. One more free needed to be inserted
Theodore Tso
1994-09-23
1
-0
/
+1
*
Fix memory leak caused by not freeing top-level structure
Theodore Tso
1994-09-23
2
-0
/
+6
*
Make sure memory associated the credentials cache is freed after the
Theodore Tso
1994-09-23
4
-10
/
+32
*
Fix silly spelling typo
Theodore Tso
1994-09-23
2
-2
/
+2
*
Fix typo in comment. (Silly spelling mistake)
Theodore Tso
1994-09-23
1
-1
/
+1
*
Fix so that autoconf actually checks for bison/yacc/byacc, so that systems
Theodore Tso
1994-09-23
4
-1
/
+4
*
Fix order of autoconf macros so that the tests can find CC properly.
Theodore Tso
1994-09-23
4
-5
/
+14
*
Applied Cybersafe's changes to do transited realm path checking
Theodore Tso
1994-09-22
12
-135
/
+378
*
Fix memory leak in decode timestamp return
Theodore Tso
1994-09-21
3
-1
/
+15
*
Fix typo which was causing krb5_encode_test.c to fail due to trying to
Theodore Tso
1994-09-21
2
-1
/
+7
*
Kbuild is a program which builds a Kerberos V5 distribution with a
Theodore Tso
1994-09-21
1
-0
/
+63
*
index() -> strchr()
Theodore Tso
1994-09-15
2
-1
/
+5
*
Put the tests directory under autoconf
Theodore Tso
1994-09-15
9
-1
/
+116
*
Put the tests directory under autoconf
Theodore Tso
1994-09-15
5
-383
/
+425
*
Create database with key version number of 1
Theodore Tso
1994-09-15
2
-2
/
+7
*
Initialize key version numbers to be 1
Theodore Tso
1994-09-15
2
-3
/
+8
*
Don't chop off last character of principal name if it is passed in to
Theodore Tso
1994-09-15
2
-6
/
+12
*
Only report errors to syslog if the debug flag is not set. (Otherwise
Theodore Tso
1994-09-15
2
-2
/
+9
*
TODO file updated from tsx-11
Theodore Tso
1994-09-15
1
-36
/
+40
*
Moved CONFIG_RULES before AC_HAVE_LIBRARY() rules, so that they work
Theodore Tso
1994-09-15
2
-1
/
+6
*
Use krb5_rd_req instead of krb5_rd_req_decode, to eliminate some code
Theodore Tso
1994-09-15
2
-19
/
+7
*
Fix error string ("for reading" -> "for writing")
Theodore Tso
1994-09-15
2
-1
/
+7
*
Apply new copyright notice to the krb524 sources. (1993, GZA -> 1994 OV)
Theodore Tso
1994-09-15
17
-214
/
+257
*
Fix bug in V4 emulation where it was always assuming the master key
Theodore Tso
1994-09-15
2
-1
/
+25
*
Fix a number of pointer aliasing bugs
Theodore Tso
1994-09-15
9
-28
/
+62
[prev]
[next]