summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/mk_req_ext.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up gcc -Wall flamesTheodore Tso1995-06-081-26/+28
* * auth_con.c (krb5_auth_con_getaddrs() and krb5_auth_con_getflags()):Chris Provenzano1995-04-281-1/+1
* * parse.c (krb5_parse_name): Add magic number to new structureEzra Peisach1995-04-251-1/+0
* Unless HAVE_C_STRUCTURE_ASSIGNMENT is defined, use memcpy to copyTheodore Tso1995-04-211-0/+5
* mk_req.c (krb5_mk_req): Use krb5_sname_to_principal() in orderTheodore Tso1995-04-201-29/+26
* * Makefile.in: Removed rd_req_sim.cChris Provenzano1995-03-271-7/+11
* Fixed signed/unsigned assignment mismatchesKeith Vetter1995-03-221-1/+1
* * auth_con.h auth_con.c Added for krb5_auth_con definition andChris Provenzano1995-03-101-64/+98
* * *.c: Avoid <krb5/...> includes.John Gilmore1995-02-281-8/+1
* Converted the krb5/krb directory to work under windows. Mostly added theKeith Vetter1995-02-271-1/+1
* All to change krb5_get_credentials() ..Chris Provenzano1995-02-231-19/+17
* Oops in previous memory freeing fixes; was a bit too agressive freeing thingsTheodore Tso1995-01-191-1/+1