summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/mk_req_ext.c
Commit message (Expand)AuthorAgeFilesLines
* Move a bunch of stuff out of k5-int.hGreg Hudson2013-03-241-3/+3
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-3/+4
* SA-2010-007 Checksum vulnerabilities (CVE-2010-1324 and others)Greg Hudson2010-11-301-7/+32
* Trace loggingGreg Hudson2010-06-071-1/+5
* Include int-proto.h in mk_req_ext.c for krb5int_validate_timesGreg Hudson2010-03-181-0/+1
* Rename krb5_validate_times into krb5int_validate_times as it is internal func...Zhanna Tsitkov2010-01-051-1/+1
* Code modularity related updatesZhanna Tsitkov2009-12-231-42/+0
* Remove krb5_ prefix from some static func namesZhanna Tsitkov2009-12-221-27/+27
* libkrb5 support for non-blocking AS requestsGreg Hudson2009-11-261-11/+9
* make mark-cstyleTom Yu2009-10-311-201/+201
* Implement new APIs to allow improved crypto performanceGreg Hudson2009-10-191-23/+27
* Implement GSS naming extensions and authdata verificationGreg Hudson2009-10-091-10/+30
* Unfortunately, pre-1.7 krshd fails to support keyed checksums becauseSam Hartman2009-04-031-0/+2
* Use the preferred checksum for non-DES keys in the kdc_req path andSam Hartman2009-04-011-1/+6
* In krb5int_generate_and_save_subkey, check the return value ofGreg Hudson2009-02-231-4/+5
* Fix memory handling bug in mk_req_extGreg Hudson2009-02-051-2/+1
* Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2009-01-281-5/+5
* patch from Luke - fix enctype-nego enctype list setupKen Raeburn2009-01-171-16/+8
* Merge mskrb-integ onto trunkSam Hartman2009-01-031-10/+150
* whitespace (mostly wrapping long lines produced by protoize)Ken Raeburn2007-03-251-1/+4
* Don't test HAVE_C_STRUCTURE_ASSIGNMENT.Ken Raeburn2006-04-291-4/+0
* fix krb5_mk_rep subkey leaksTom Yu2005-09-221-0/+5
* * mk_req_ext.c (krb5_mk_req_extended): Free keyblock beforeTom Yu2004-10-261-0/+5
* Add platform-dependent 64-bit and inline-function support via new headerKen Raeburn2003-12-131-22/+35
* Static function krb5_generate_authenticator should take unsigned sequence num...Ezra Peisach2003-06-061-2/+2
* Rename the local_subkey and remote_subkey fields in the auth_contextTom Yu2003-05-101-3/+10
* For new encryption types and for RC4, encrypt the krb_cred message inSam Hartman2003-01-081-8/+9
* Fix logic error in previous patch that broke gss_init_sec_contextSam Hartman2003-01-071-9/+9
* Implement krb5_auth_con_set_checksum_func, an API for setting aSam Hartman2003-01-061-0/+10
* protoizeKen Raeburn2002-09-031-16/+4
* Add entropy source identifiers for random seed callsSam Hartman2001-11-261-1/+1
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-101-2/+2
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-061-4/+4
* Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn2001-10-041-1/+1
* * walk_rtree.c (krb5_walk_realm_tree): Do not try to free const char *Ezra Peisach2001-08-081-3/+3
* pullup from 1.2 branchKen Raeburn2000-06-271-1/+15
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-301-56/+9
* * mk_req_ext.c (krb5_mk_req_extended): Check enctype of sessionTom Yu1997-12-161-1/+1
* Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1997-02-061-5/+5
* * mk_req_ext.c mk_safe.c send_tgs.c:Richard Basch1996-05-151-20/+21
* ser_ctx.c (krb5_context_size, krb5_context_externalize,Theodore Tso1996-05-141-3/+3
* rd_req_dec.c (krb5_rd_req_decoded): Move code which validated theTheodore Tso1996-04-101-0/+4
* The wrong encryption system was being initialized. The response to the mk_reqRichard Basch1995-12-051-2/+2
* sendauth.c (krb5_sendauth): Make sure the scratch credentialsTheodore Tso1995-09-161-1/+0
* Reintegrate Macintosh changesEzra Peisach1995-09-121-5/+4
* Mac Beta 1 submissionKeith Vetter1995-09-111-4/+5
* * auth_con.c, decrypt_tk.c, encode_kdc.c, encrypt_tk.c,Chris Provenzano1995-09-061-5/+5
* * decode_kdc.c, decrypt_tk.c, encode_kdc.c, encrypt_tk.c, gc_frm_kdc.cChris Provenzano1995-09-061-5/+5
* changes to accomodate redefinition of krb5_auth_contextTom Yu1995-06-111-2/+2