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
/
kdc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert many uses of strcpy/strcat (and sometimes sprintf) to accepted
Greg Hudson
2008-11-05
2
-19
/
+17
*
Don't build dependencies for fakeka.c
Ken Raeburn
2008-11-04
1
-14
/
+1
*
Don't build dependencies for v4rcp.c.
Ken Raeburn
2008-11-04
1
-74
/
+76
*
Apply a patch from Apple to correct a few memory leaks
Greg Hudson
2008-11-03
2
-10
/
+4
*
partial rewrite of the ASN.1 encoders
Ken Raeburn
2008-10-25
1
-8
/
+6
*
Use strlcpy instead of strcpy in many places
Greg Hudson
2008-10-24
4
-18
/
+19
*
Use strdup in place of malloc/strcpy in many places
Greg Hudson
2008-10-20
2
-4
/
+2
*
makedepend
Ken Raeburn
2008-09-18
1
-56
/
+70
*
Fix resource leak
Ken Raeburn
2008-08-28
1
-0
/
+1
*
Update description of -k option: From the code it appears the default
Ken Raeburn
2008-08-25
1
-3
/
+3
*
Incorporate Apple's patch
Ken Raeburn
2008-08-25
5
-0
/
+318
*
a stash file is not a keytab
Will Fiveash
2008-08-15
1
-1
/
+2
*
error in socket number range check in kdc
Ken Raeburn
2008-08-05
1
-3
/
+9
*
When reading from the routing socket, only provide enough space for
Ken Raeburn
2008-07-21
1
-30
/
+22
*
Set non-blocking mode on incoming TCP connections.
Ken Raeburn
2008-07-18
1
-3
/
+12
*
On systems with struct rt_msghdr, open a routing socket and wait for
Ken Raeburn
2008-07-18
1
-4
/
+169
*
Rewrite krb5_db_open flag handling to avoid confusing emacs c-mode
Ken Raeburn
2008-07-18
1
-6
/
+6
*
Use RFC 3542's IPV6_RECVPKTINFO if available. (And IP_RECVPKTINFO too.)
Ken Raeburn
2008-07-14
1
-2
/
+12
*
In FREE_SET_DATA, reset the current count as well
Ken Raeburn
2008-07-12
1
-1
/
+1
*
kdc does not compile with glibc 2.8
Ezra Peisach
2008-07-06
1
-2
/
+2
*
use-after-free bugs
Ken Raeburn
2008-06-27
1
-2
/
+0
*
misc memory leaks
Ken Raeburn
2008-06-27
2
-4
/
+13
*
Don't use private copy of syslog.h. Rebuild dependencies
Ken Raeburn
2008-06-10
1
-17
/
+17
*
Apple PKINIT patch commit
Alexandra Ellwood
2008-05-30
4
-0
/
+874
*
(more) After malloc/realloc/calloc/strdup/asprintf failures, use
Ken Raeburn
2008-04-30
1
-5
/
+5
*
Coverity CID 101: Fix minor bounds check error
Ken Raeburn
2008-03-29
1
-1
/
+1
*
Fix MITKRB5-SA-2008-001 on trunk. Patch differs from the released one
Ken Raeburn
2008-03-18
3
-55
/
+48
*
Wrap krb5_db_get_principal function with get_principal (which will
Ken Raeburn
2007-12-22
6
-16
/
+50
*
Rename krb4_sendto to set_response since that's what it does
Ken Raeburn
2007-12-19
1
-4
/
+4
*
Remove unused args to krb4_sendto and unused global. Use byte-order macros d...
Ken Raeburn
2007-12-19
1
-20
/
+14
*
Remove excess parameters in formatting log calls
Ken Raeburn
2007-12-19
1
-14
/
+12
*
Make some stuff static that we don't need accessible outside kerberos_v4.c
Ken Raeburn
2007-12-19
1
-5
/
+5
*
Set close-on-exec flag in most places where file descriptors are
Ken Raeburn
2007-10-22
2
-0
/
+4
*
Check dependencies for fakeka.c
Ken Raeburn
2007-10-22
1
-0
/
+15
*
Reject socket fds > FD_SETSIZE
Ken Raeburn
2007-10-18
1
-0
/
+16
*
Log port number with IPV6_V6ONLY socket option status.
Ken Raeburn
2007-10-09
1
-4
/
+12
*
make depend
Ken Raeburn
2007-08-16
1
-49
/
+56
*
Add PKINIT support
Kevin Coffman
2007-08-01
2
-57
/
+101
*
Avoid unchecked sprintf in some KDC-side programs
Ken Raeburn
2007-07-12
3
-19
/
+18
*
Attach format attributes to declarations of various message-formatting
Ken Raeburn
2007-06-29
1
-3
/
+7
*
Define and use some inline helper functions for comparing data and authdata s...
Ken Raeburn
2007-05-10
2
-30
/
+17
*
Remove some unused macros
Ken Raeburn
2007-05-10
1
-4
/
+1
*
Move the code for queueing an outgoing response on a TCP stream into a separate
Ken Raeburn
2007-04-27
1
-13
/
+13
*
Don't use sendmsg/recvmsg paths if CMSG_SPACE isn't defined
Ken Raeburn
2007-04-20
1
-2
/
+2
*
update copyright
Ken Raeburn
2007-04-13
1
-1
/
+1
*
Clean up usage message a little
Ken Raeburn
2007-04-13
1
-3
/
+3
*
use IP(V6)_PKTINFO in KDC for UDP sockets
Ken Raeburn
2007-04-07
1
-42
/
+343
*
MITKRB5-SA-2007-002: buffer overflow in krb5_klog_syslog
Tom Yu
2007-04-03
2
-6
/
+21
*
Delete more stuff for 'clean' and 'distclean' targets
Ken Raeburn
2007-03-02
1
-1
/
+1
*
* kdc_util.h (CONVERT_INTO_DB, CONVERT_OUTOF_DB): Unused macros deleted
Ken Raeburn
2007-01-02
1
-4
/
+0
[next]