summaryrefslogtreecommitdiffstats
path: root/src/kdc/do_as_req.c
Commit message (Expand)AuthorAgeFilesLines
...
* Post-great-reindent check. Part IZhanna Tsitkov2009-11-121-23/+42
* make mark-cstyleTom Yu2009-10-311-278/+279
* Heimdal DB bridge plugin for KDC back endGreg Hudson2009-10-271-9/+10
* Account lockoutGreg Hudson2009-10-251-45/+3
* Change "vague-errors" compile-time conditionals into run-timeKen Raeburn2009-08-211-8/+6
* r22529@squish: raeburn | 2009-08-12 13:49:45 -0400Ken Raeburn2009-08-121-33/+34
* Fall through on error returnEzra Peisach2009-04-081-3/+4
* Merge fast branch at 22166 onto trunkSam Hartman2009-04-031-5/+12
* Implement FAST from draft-ietf-krb-wg-preauth-frameworkSam Hartman2009-03-311-5/+61
* Master Key Migration ProjectWill Fiveash2009-01-301-2/+42
* /tmp/3Ken Raeburn2009-01-131-10/+7
* Remove support for setting a client flag indicating pkinit is used on the db ...Sam Hartman2009-01-031-3/+0
* Merge mskrb-integ onto trunkSam Hartman2009-01-031-57/+197
* Collect ticket-request logging calls together in one place for easierKen Raeburn2008-12-221-42/+21
* Fix data initialization in process_as_req functionZhanna Tsitkov2008-12-051-2/+2
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-201-2/+1
* Incorporate Apple's patchKen Raeburn2008-08-251-0/+6
* Apple PKINIT patch commitAlexandra Ellwood2008-05-301-0/+19
* Wrap krb5_db_get_principal function with get_principal (which willKen Raeburn2007-12-221-5/+5
* Add PKINIT supportKevin Coffman2007-08-011-0/+3
* allow server preauth plugin verify_padata function to return e-dataKevin Coffman2006-11-131-1/+1
* Use 'const' with krb5_get_error_messageKen Raeburn2006-10-131-1/+1
* Preauthentication Plugin FrameworkSam Hartman2006-10-031-5/+10
* krb5 1.5 alpha - memory leaks in krb5kdc due to not freeing error messages Ezra Peisach2006-06-011-2/+15
* Partial merge from Novell LDAP integration branch, not including theKen Raeburn2006-04-131-3/+4
* fix MITKRB5-SA-2005-002 KDC double-free and heap overflowTom Yu2005-07-121-1/+5
* Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IOKen Raeburn2005-04-131-1/+0
* * do_as_req.c (process_as_req): Fix previous patch; it caused anTom Yu2002-11-041-1/+1
* * do_as_req.c (process_as_req): Apply fix from Kevin Coffman toTom Yu2002-10-061-1/+4
* protoizeKen Raeburn2002-09-111-4/+2
* Try a little harder to avoid returning e-text that says "Generic error (seeKen Raeburn2002-09-111-9/+9
* * dispatch.c, do_as_req.c, do_tgs_req.c: Define NEED_SOCKETS before including...Ken Raeburn2002-07-051-0/+1
* Reduce or localize dependencies on address families.Ken Raeburn2002-07-051-6/+6
* * dispatch.c (dispatch): Remove arg "portnum"; update callers.Ken Raeburn2002-06-261-6/+5
* call krb5_c_ versions of enctype/cksumtype checking routinesKen Raeburn2002-04-061-5/+5
* * do_as_req.c (process_as_req: Treat SUPPORT_DESMD5 as if it wereTom Yu2001-10-251-3/+0
* * kdc_util.c (ktypes2str): New function; construct a stringTom Yu2001-06-191-3/+15
* * do_as_req.c, do_tgs_req.c, kdc_preauth.c, kdc_util.h, kerberos_v4.c, main.c,Ken Raeburn2001-04-101-4/+2
* * kdc_util.h: Add prototype for process_v4_mode() for main.c to useEzra Peisach2001-03-081-1/+1
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* * do_as_req.c (process_as_req): Fix to assign kvno toTom Yu1999-02-171-1/+1
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-301-15/+12
* * do_as_req.c (process_as_req): Reset master key after closing andEzra Peisach1997-11-121-0/+2
* Remove KRB5_USE_INET, HAS_UNISTD_H, HAS_SETVBUF, and replaceTom Yu1997-09-261-3/+3
* * do_as_req.c (process_as_req), do_tgs_req (process_tgs_req): UseTheodore Tso1997-05-301-0/+2
* krb5_xfree cleanupRichard Basch1997-02-191-2/+2
* Replace krb5_xfree with appropriate free routineRichard Basch1997-02-181-8/+5
* *main.c:Richard Basch1996-02-271-0/+1
* Removed extra eblock argument from call to krb5_encode_kdc_repTheodore Tso1995-11-181-1/+1
* * kdc_util.h: Added new prototypes for return_padata() and check_padata()Theodore Tso1995-11-141-66/+24