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
*
keysalt.c: 16/32 bit integer mismatch.
Theodore Tso
1995-09-23
3
-10
/
+22
*
Remove the (int) cast, since you can't take address of a value which
Theodore Tso
1995-09-23
3
-3
/
+11
*
acquire_.c: changed int to size_t.
Theodore Tso
1995-09-23
7
-5
/
+76
*
oid_ops.c: signed/unsigned mismatch, removed unused variables
Theodore Tso
1995-09-23
3
-5
/
+10
*
Put back in all:: all-$(WHAT) rule--PC needs it
Theodore Tso
1995-09-23
2
-0
/
+5
*
Removed ^M's from DOS integration. (Oops!)
Theodore Tso
1995-09-23
1
-1
/
+1
*
Put back in all:: all-$(WHAT) rule--PC needs it
Theodore Tso
1995-09-23
2
-0
/
+5
*
Makefile.in: PC needs sscanf.c
Theodore Tso
1995-09-23
3
-8
/
+16
*
had to define away DBFLAGS for the PC
Theodore Tso
1995-09-23
2
-0
/
+5
*
get_in_t.c: removed unused variable.
Theodore Tso
1995-09-23
5
-5
/
+14
*
Added MSDOS to wherever MACINTOSH was used
Theodore Tso
1995-09-23
2
-4
/
+8
*
signed/unsigned mismatch
Theodore Tso
1995-09-23
2
-1
/
+5
*
32 bit word being passed as an int
Theodore Tso
1995-09-23
5
-5
/
+10
*
Makefile.in: moved shared rule to all-unix:: target
Theodore Tso
1995-09-23
5
-4
/
+12
*
Makefile.in: PC builds all C files because of function name changes
Theodore Tso
1995-09-23
4
-9
/
+15
*
md5crypt.c: put function prototype back in, fixed signed/unsigned
Theodore Tso
1995-09-23
3
-4
/
+28
*
md4crypt.c: put function prototype back in, fixed signed/unsigned
Theodore Tso
1995-09-23
3
-4
/
+28
*
put function prototype back in
Theodore Tso
1995-09-23
2
-0
/
+13
*
Declare cleanup function as void and propogate thoughout the file. This handles
Ezra Peisach
1995-09-20
2
-10
/
+16
*
Don't modify a const input variable val; copy it to a scratch variable
Theodore Tso
1995-09-18
2
-2
/
+9
*
Fix typo error in checkin
Ezra Peisach
1995-09-18
2
-2
/
+6
*
Lots of memory leaks and other fixes...
Theodore Tso
1995-09-16
18
-106
/
+136
*
sendauth.c (krb5_sendauth): Make sure the scratch credentials
Theodore Tso
1995-09-16
9
-25
/
+46
*
moderately clean handling of allocated storage on error during partial
Mark Eichin
1995-09-14
2
-95
/
+209
*
Clear the buffer before calling the SIOCGIFCONF ioctl. This makes
Theodore Tso
1995-09-13
2
-1
/
+8
*
Fix memory leak. Free the default realm when we're done. Remove the
Theodore Tso
1995-09-13
2
-132
/
+157
*
Fix memory leaks and lint flames
Theodore Tso
1995-09-13
2
-25
/
+39
*
fetch_mkey.c (krb5_db_fetch_mkey): This routine now sets the master
Theodore Tso
1995-09-13
3
-3
/
+13
*
Free the auth context when freeing the GSSAPI context structure
Theodore Tso
1995-09-13
3
-0
/
+14
*
Added inclusion of des_int.h
Keith Vetter
1995-09-13
2
-0
/
+6
*
Revert keytype -> emctype changes.
Ezra Peisach
1995-09-12
6
-175
/
+75
*
Undo MACINTOSH changes to path in these files - theye were correct. The
Ezra Peisach
1995-09-12
4
-12
/
+5
*
Reintegrate the keytab -> enctype changes
Ezra Peisach
1995-09-12
3
-5
/
+5
*
Put back in the keytype -> enctype changes
Ezra Peisach
1995-09-12
2
-2
/
+7
*
Reintegrate Macintosh changes
Ezra Peisach
1995-09-12
34
-309
/
+293
*
Integrate Macintosh changes into previous sources
Ezra Peisach
1995-09-12
7
-18
/
+34
*
Reintegrate changes lost during Macintosh checkin
Ezra Peisach
1995-09-12
6
-15
/
+62
*
Reinstate previous changes that were lost
Ezra Peisach
1995-09-12
4
-15
/
+30
*
Reinstate the keytype -> enctype changes and keep the new Mac changes
Ezra Peisach
1995-09-12
6
-18
/
+24
*
Rvert lost changes
Ezra Peisach
1995-09-12
2
-7
/
+11
*
Reintegrate the keytype->enctype changes
Ezra Peisach
1995-09-12
5
-25
/
+20
*
Initial version of a sscanf() replacement, for those platforms (like
Theodore Tso
1995-09-12
3
-3
/
+794
*
Replace nuked history in ChangeLog
Ezra Peisach
1995-09-12
1
-3
/
+6
*
Reintegrate the keytype->enctype changes
Ezra Peisach
1995-09-12
5
-10
/
+28
*
Reintegrate the keytype -> enctype changes
Ezra Peisach
1995-09-12
8
-20
/
+32
*
Revert back proven's changes which were removed
Ezra Peisach
1995-09-12
3
-2
/
+6
*
Replace function declaration back to taking an int. SOCKET is defined as
Ezra Peisach
1995-09-11
2
-2
/
+9
*
Mac Beta 1 submission
Keith Vetter
1995-09-11
136
-806
/
+1277
*
Set the encryption type before decrypting
Ezra Peisach
1995-09-09
2
-0
/
+7
*
(gss_delete_sec_context): Add extra indirection so that we actually
Theodore Tso
1995-09-09
3
-6
/
+14
[next]