summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/auth_con.c
Commit message (Expand)AuthorAgeFilesLines
* Replace i_vector with cstate in auth contextGreg Hudson2013-02-071-15/+23
* Desupport krb5_auth_con_setivectorGreg Hudson2013-02-071-2/+6
* Make kprop/kpropd work with RC4 session keyGreg Hudson2013-02-071-10/+10
* Rename and add to etype utility functionsGreg Hudson2012-06-071-2/+2
* In libkrb5, move krb5int_auth_con_chkseqnum to a new file privsafe.c,Greg Hudson2011-04-021-166/+0
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-4/+1
* Fix Windows buildGreg Hudson2010-11-251-2/+2
* A cleaner impleentation of r24399 which adds two new auth context APIsGreg Hudson2010-10-011-0/+20
* Eliminate actx_copy_addr in auth_con.c; use krb5_copy_addr insteadGreg Hudson2010-06-111-23/+6
* Move krb5_auth_con_getauthenticator into copy_athctr.c as a better logical lo...Zhanna Tsitkov2010-01-071-8/+28
* Factor out copying and counting of zero-terminated enctype lists intoGreg Hudson2010-01-011-38/+17
* Add krb5_key versions of the auth context key accessors, and use themGreg Hudson2009-11-271-0/+27
* make mark-cstyleTom Yu2009-10-311-168/+168
* Implement new APIs to allow improved crypto performanceGreg Hudson2009-10-191-18/+19
* Implement GSS naming extensions and authdata verificationGreg Hudson2009-10-091-0/+20
* krb5_auth_con_free should support freeing a null auth_context without segfaultSam Hartman2009-03-161-0/+2
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-021-1/+1
* Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2009-01-281-3/+3
* Patch from Luke Howard to:Sam Hartman2009-01-131-0/+10
* Merge mskrb-integ onto trunkSam Hartman2009-01-031-1/+2
* Lite Client - the following calls are server-side functions:Zhanna Tsitkov2008-11-171-1/+2
* malloc+memset(,0,) -> callocKen Raeburn2008-08-071-6/+3
* Don't test HAVE_C_STRUCTURE_ASSIGNMENT.Ken Raeburn2006-04-291-4/+0
* Implement heuristic for matching broken Heimdal sequence number encodingsTom Yu2003-05-231-0/+166
* Rename the local_subkey and remote_subkey fields in the auth_contextTom Yu2003-05-101-9/+45
* Implement krb5_auth_con_set_checksum_func, an API for setting aSam Hartman2003-01-061-0/+24
* protoizeKen Raeburn2002-09-031-96/+24
* * princ_comp.c (krb5_realm_compare), auth_con.cTom Yu2002-06-181-3/+3
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-061-7/+7
* Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn2001-10-041-13/+13
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-301-5/+65
* srv_rcache.c (krb5_get_server_rcache):Theodore Tso1998-05-271-1/+1
* Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1997-02-061-19/+19
* ser_ctx.c (krb5_context_size, krb5_context_externalize,Theodore Tso1996-05-141-4/+14
* Reintegrate Macintosh changesEzra Peisach1995-09-121-1/+1
* Mac Beta 1 submissionKeith Vetter1995-09-111-1/+1
* * auth_con.c, decrypt_tk.c, encode_kdc.c, encrypt_tk.c,Chris Provenzano1995-09-061-1/+1
* Set magic number when initializing auth_contextPaul Park1995-08-291-104/+77
* A couple bug reports/patches from Ed Phillips (flaregun@udel.edu)Chris Provenzano1995-06-121-0/+13
* definition of krb5_auth_context to a pointer, sizeof(krb5_auth_context)Ezra Peisach1995-06-111-1/+1
* changes to accomodate redefinition of krb5_auth_contextTom Yu1995-06-111-20/+21
* Clean up gcc -Wall flamesTheodore Tso1995-06-081-16/+17
* * auth_con.c (krb5_auth_con_free()) :Chris Provenzano1995-05-011-6/+50
* * auth_con.c (krb5_auth_con_getaddrs() and krb5_auth_con_getflags()):Chris Provenzano1995-04-281-1/+57
* * Makefile.in : Added gc_via_tkt.c and removed get_fcreds.cChris Provenzano1995-04-261-2/+37
* Windows global stuff:Keith Vetter1995-04-141-17/+17
* * Makefile.in: Removed rd_req_sim.cChris Provenzano1995-03-271-2/+86
* * auth_con.h auth_con.c Added for krb5_auth_con definition andChris Provenzano1995-03-101-0/+132