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
...
*
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
*
Merge r18962 to trunk, with minor tweaks; ready to merge to 1.6 branch
Ken Raeburn
2006-12-20
1
-2
/
+6
*
Return edata from non-"PA_REQUIRED" preauth types
Kevin Coffman
2006-12-01
1
-15
/
+47
*
skip all modules in plugin if init function fails
Kevin Coffman
2006-11-29
1
-4
/
+16
*
allow server preauth plugin verify_padata function to return e-data
Kevin Coffman
2006-11-13
3
-12
/
+40
*
Modify the preath plugin interface so that a plugin's context is
Kevin Coffman
2006-11-01
1
-45
/
+53
*
latest Novell ldap patches and kdb5_util dump support for ldap
Will Fiveash
2006-10-30
1
-0
/
+3
*
Free v4mode when done with it
Ken Raeburn
2006-10-14
1
-0
/
+1
*
Use $(VALGRIND) when running programs using $(KRB5_RUN_ENV) or
Ken Raeburn
2006-10-13
1
-1
/
+1
*
Use 'const' with krb5_get_error_message
Ken Raeburn
2006-10-13
2
-8
/
+8
*
Eliminate some warnings: missing "const", unused variables, success
Ken Raeburn
2006-10-13
1
-7
/
+5
*
* preauth_plugin.h: Don't use an enum in a public api
Sam Hartman
2006-10-13
1
-10
/
+10
*
Patch to split client plugin from server plugin
Sam Hartman
2006-10-13
1
-24
/
+24
*
(add_to_transited): Change the current logic to keep all array references
Ken Raeburn
2006-10-12
1
-15
/
+25
*
Add bounds-checking assertions before automatic array reference
Ken Raeburn
2006-10-11
1
-0
/
+2
*
Don't segfault if a preauth plugin module fails to load
Kevin Coffman
2006-10-10
1
-1
/
+2
*
make depend
Tom Yu
2006-10-06
1
-27
/
+32
*
* kdc_preauth.c (return_padata): Allocate a padata context if not
Sam Hartman
2006-10-05
1
-0
/
+3
*
Preauthentication Plugin Framework
Sam Hartman
2006-10-03
6
-61
/
+702
*
kdc: make_toolong_error does not initialize all fields for krb5_mk_error
Ezra Peisach
2006-10-01
1
-0
/
+2
*
Savitha's patches for:
Ken Raeburn
2006-09-18
1
-6
/
+2
*
Apply patch from Michael Calmer to fix some uninitialized variables
Tom Yu
2006-08-02
1
-0
/
+2
*
Merge remaining changes from LDAP integration branch
Ken Raeburn
2006-07-18
1
-1
/
+35
*
* kerberos_v4.c: Don't include kdc.h.
Ken Raeburn
2006-06-29
2
-20
/
+14
*
Revise comment on when we should switch from writing back to reading
Ken Raeburn
2006-06-27
1
-1
/
+4
*
* kdc/network.c (make_toolong_error): New function.
Ken Raeburn
2006-06-26
1
-1
/
+40
*
Trivial whitespace cleanup in KDC code
Ken Raeburn
2006-06-13
1
-2
/
+2
*
This file uses E* constants and therefore should include errno.h
Russ Allbery
2006-06-12
1
-0
/
+1
*
Add man pages for fakeka and k524init
Russ Allbery
2006-06-12
2
-0
/
+112
*
move var decl before code
Ken Raeburn
2006-06-01
1
-1
/
+1
*
krb5 1.5 alpha - memory leaks in krb5kdc due to not freeing error messages
Ezra Peisach
2006-06-01
3
-10
/
+40
[prev]
[next]