summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/recvauth.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify principal access within libkrb5Greg Hudson2013-04-081-3/+3
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-3/+4
* make mark-cstyleTom Yu2009-10-311-148/+149
* In recvauth_common, convert a use of strcpy to strdupGreg Hudson2009-05-111-2/+2
* Simplify the coupling of problem to response code in recvauth_common,Greg Hudson2009-04-101-29/+9
* In recvauth_common, initialize ap_option. It can't be usedGreg Hudson2009-02-051-1/+1
* 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-5/+5
* fix MITKRB5-SA-2005-003 krb5_recvauth double-freeTom Yu2005-07-121-2/+0
* Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IOKen Raeburn2005-04-131-1/+0
* protoizeKen Raeburn2002-09-031-13/+1
* * recvauth.c (sendauth_version): Now a const array.Ken Raeburn2002-04-121-1/+1
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-061-10/+10
* Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn2001-10-041-2/+2
* * init_ctx.c: Provide a full prototype for init_common()Ezra Peisach2001-03-111-1/+1
* pullup from 1.2 branchKen Raeburn2000-06-271-16/+52
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* * recvauth.c (krb5_recvauth): Add some bookkeeping flags so weTom Yu1998-02-201-3/+10
* Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1997-02-061-4/+4
* Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not*Theodore Tso1996-12-131-1/+12
* krbconfig.c, Makefile.in: Removed krbconfig.c; it contained globalTheodore Tso1996-01-111-2/+0
* Initialize rcache to zero, so that on cleanup we don't try to freeTheodore Tso1995-12-011-5/+1
* * krbconfig.c: Removed the krb5_clockskew variableTheodore Tso1995-11-081-2/+1
* sendauth.c (krb5_sendauth): Make sure the scratch credentialsTheodore Tso1995-09-161-11/+0
* ----------------------------------------------------------------------Sam Hartman1995-07-021-7/+10
* A couple bug reports/patches from Ed Phillips (flaregun@udel.edu)Chris Provenzano1995-06-121-33/+27
* changes to accomodate redefinition of krb5_auth_contextTom Yu1995-06-111-2/+2
* Clean up gcc -Wall flamesTheodore Tso1995-06-081-6/+7
* * recvauth.c, compat_recv.c (krb5_recvauth()):Chris Provenzano1995-05-031-2/+1
* * Makefile.in : Added gc_via_tkt.c and removed get_fcreds.cChris Provenzano1995-04-261-68/+79
* Windows global stuff:Keith Vetter1995-04-141-1/+1
* * Makefile.in: Removed rd_req_sim.cChris Provenzano1995-03-271-139/+57
* * Makefile.in (check-mac): Add.John Gilmore1995-03-181-6/+0
* Changed NEED_WINSOCK_H to NEED_SOCKETS for pulling in socket filesKeith Vetter1995-03-021-1/+1
* A few small changes for 16 vs 32 bit, pulling in winsock for network byteKeith Vetter1995-03-021-3/+4
* * *.c: Avoid <krb5/...> includes.John Gilmore1995-02-281-7/+2
* Converted the krb5/krb directory to work under windows. Mostly added theKeith Vetter1995-02-271-2/+3
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-131-30/+32
* stamp out rcs keywordsMark Eichin1994-08-181-6/+1
* Free memory on errorTheodore Tso1993-12-241-4/+6
* Added flags argument to krb5_recvauth(), and added support for flags whichTheodore Tso1993-12-011-17/+15
* Change use of xfree to krb5_xfree to prevent namespace pollutionTheodore Tso1993-10-151-9/+9
* Change export warning notice from "is assumed to require an export license"Theodore Tso1993-09-011-2/+2
* Fix so that recvauth will work even if a null cachename is passed inTheodore Tso1993-06-031-11/+18
* Principal type changesJohn Carr1992-08-211-4/+5
* Update copyright noticeJohn Kohl1991-06-061-2/+16
* krb5_error.error is an unsigned type; error.error < 0 is always falseJohn Carr1991-04-031-1/+1
* fix rcsid nameJohn Kohl1991-03-291-1/+1
* *** empty log message ***Theodore Tso1991-03-281-0/+306