index
:
krb5.git
master
master-krb5pkgconfig
master-mechdconf
proxymech
Unnamed repository; edit this file 'description' to name the repository.
Günther Deschner
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
kdc
/
do_as_req.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add an error to be returned by a preauth mechanism indicating that the KDC sh...
Sam Hartman
2010-10-01
1
-1
/
+3
*
kdb: store mkey list in context and permit NULL mkey for kdb_dbe_decrypt_key_...
Sam Hartman
2010-09-15
1
-42
/
+2
*
In AS replies, set the key-expiration field to the minimum of account
Greg Hudson
2010-08-12
1
-1
/
+12
*
Create a KRB5_KDB_FLAG_ALIAS_OK to control whether plugin modules
Greg Hudson
2010-07-08
1
-0
/
+2
*
Remove count parameters from get_principal, put_principal,
Greg Hudson
2010-07-06
1
-69
/
+51
*
Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data to
Greg Hudson
2010-07-02
1
-6
/
+6
*
Don't include nul characters in the text we send with krb-error
Greg Hudson
2010-05-24
1
-1
/
+1
*
MITKRB5-SA-2010-001 CVE-2010-0283 KDC denial of service
Tom Yu
2010-02-16
1
-0
/
+5
*
Followon fixes to r23712:
Greg Hudson
2010-02-10
1
-1
/
+5
*
enc_padata can include empty sequence
Sam Hartman
2010-02-09
1
-1
/
+1
*
Always treat anonymous as preauth required
Sam Hartman
2010-01-07
1
-0
/
+1
*
Whitespace fixes for new anonymous support
Greg Hudson
2009-12-28
1
-1
/
+2
*
Anonymous support for Kerberos
Sam Hartman
2009-12-28
1
-0
/
+18
*
fast negotiation projec
Sam Hartman
2009-12-14
1
-6
/
+8
*
Post-great-reindent check. Part I
Zhanna Tsitkov
2009-11-12
1
-23
/
+42
*
make mark-cstyle
Tom Yu
2009-10-31
1
-278
/
+279
*
Heimdal DB bridge plugin for KDC back end
Greg Hudson
2009-10-27
1
-9
/
+10
*
Account lockout
Greg Hudson
2009-10-25
1
-45
/
+3
*
Change "vague-errors" compile-time conditionals into run-time
Ken Raeburn
2009-08-21
1
-8
/
+6
*
r22529@squish: raeburn | 2009-08-12 13:49:45 -0400
Ken Raeburn
2009-08-12
1
-33
/
+34
*
Fall through on error return
Ezra Peisach
2009-04-08
1
-3
/
+4
*
Merge fast branch at 22166 onto trunk
Sam Hartman
2009-04-03
1
-5
/
+12
*
Implement FAST from draft-ietf-krb-wg-preauth-framework
Sam Hartman
2009-03-31
1
-5
/
+61
*
Master Key Migration Project
Will Fiveash
2009-01-30
1
-2
/
+42
*
/tmp/3
Ken Raeburn
2009-01-13
1
-10
/
+7
*
Remove support for setting a client flag indicating pkinit is used on the db ...
Sam Hartman
2009-01-03
1
-3
/
+0
*
Merge mskrb-integ onto trunk
Sam Hartman
2009-01-03
1
-57
/
+197
*
Collect ticket-request logging calls together in one place for easier
Ken Raeburn
2008-12-22
1
-42
/
+21
*
Fix data initialization in process_as_req function
Zhanna Tsitkov
2008-12-05
1
-2
/
+2
*
Use strdup in place of malloc/strcpy in many places
Greg Hudson
2008-10-20
1
-2
/
+1
*
Incorporate Apple's patch
Ken Raeburn
2008-08-25
1
-0
/
+6
*
Apple PKINIT patch commit
Alexandra Ellwood
2008-05-30
1
-0
/
+19
*
Wrap krb5_db_get_principal function with get_principal (which will
Ken Raeburn
2007-12-22
1
-5
/
+5
*
Add PKINIT support
Kevin Coffman
2007-08-01
1
-0
/
+3
*
allow server preauth plugin verify_padata function to return e-data
Kevin Coffman
2006-11-13
1
-1
/
+1
*
Use 'const' with krb5_get_error_message
Ken Raeburn
2006-10-13
1
-1
/
+1
*
Preauthentication Plugin Framework
Sam Hartman
2006-10-03
1
-5
/
+10
*
krb5 1.5 alpha - memory leaks in krb5kdc due to not freeing error messages
Ezra Peisach
2006-06-01
1
-2
/
+15
*
Partial merge from Novell LDAP integration branch, not including the
Ken Raeburn
2006-04-13
1
-3
/
+4
*
fix MITKRB5-SA-2005-002 KDC double-free and heap overflow
Tom Yu
2005-07-12
1
-1
/
+5
*
Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IO
Ken Raeburn
2005-04-13
1
-1
/
+0
*
* do_as_req.c (process_as_req): Fix previous patch; it caused an
Tom Yu
2002-11-04
1
-1
/
+1
*
* do_as_req.c (process_as_req): Apply fix from Kevin Coffman to
Tom Yu
2002-10-06
1
-1
/
+4
*
protoize
Ken Raeburn
2002-09-11
1
-4
/
+2
*
Try a little harder to avoid returning e-text that says "Generic error (see
Ken Raeburn
2002-09-11
1
-9
/
+9
*
* dispatch.c, do_as_req.c, do_tgs_req.c: Define NEED_SOCKETS before including...
Ken Raeburn
2002-07-05
1
-0
/
+1
*
Reduce or localize dependencies on address families.
Ken Raeburn
2002-07-05
1
-6
/
+6
*
* dispatch.c (dispatch): Remove arg "portnum"; update callers.
Ken Raeburn
2002-06-26
1
-6
/
+5
*
call krb5_c_ versions of enctype/cksumtype checking routines
Ken Raeburn
2002-04-06
1
-5
/
+5
*
* do_as_req.c (process_as_req: Treat SUPPORT_DESMD5 as if it were
Tom Yu
2001-10-25
1
-3
/
+0
[next]