summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/sendauth.c
Commit message (Expand)AuthorAgeFilesLines
* Fix an error case in krb5_sendauthGreg Hudson2013-03-281-3/+1
* Move a bunch of stuff out of k5-int.hGreg Hudson2013-03-241-1/+2
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-6/+1
* make mark-cstyleTom Yu2009-10-311-1/+1
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-021-1/+1
* whitespaceKen Raeburn2009-01-291-186/+185
* clear outbuf[0].data to unconfuse coverityKen Raeburn2009-01-291-0/+1
* Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2009-01-281-4/+4
* Fix an additional multiple-write case noted by John, where sendauthKen Raeburn2009-01-151-13/+16
* Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IOKen Raeburn2005-04-131-1/+0
* Don't specify defaults for GET{PEER,SOCK}NAME_ARG{2,3}_TYPE macrosKen Raeburn2004-02-141-13/+0
* protoizeKen Raeburn2002-09-031-21/+1
* avoid redundant definitions of socket-related error codes for WindowsKen Raeburn2002-06-181-3/+0
* * recvauth.c (sendauth_version): Now a const array.Ken Raeburn2002-04-121-2/+2
* Add entropy source identifiers for random seed callsSam Hartman2001-11-261-2/+2
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-061-9/+9
* Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn2001-10-041-1/+1
* * sendauth.c (krb5_sendauth): Instead of casting second argumentEzra Peisach2001-07-301-3/+16
* * init_ctx.c: Provide a full prototype for init_common()Ezra Peisach2001-03-111-7/+9
* pullup from 1.2 branchKen Raeburn2000-06-271-3/+26
* 2000-5-19 Alexandra Ellwood <lxs@mit.edu>Alexandra Ellwood2000-05-191-1/+1
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* * sendauth.c (krb5_sendauth): Set credspout to NULL if it'sTom Yu1999-03-091-2/+3
* copy_addrs.c fwd_tgt.c mk_cred.c sendauth.c: Added FAR declarationsRichard Basch1997-02-071-3/+3
* Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1997-02-061-8/+8
* sendauth.c (krb5_sendauth): If ECCONABORTED is not defined, try usingTheodore Tso1996-06-121-0/+3
* krb5_get_credentials does not take kdc_options flagsEzra Peisach1996-01-201-4/+1
* krbconfig.c, Makefile.in: Removed krbconfig.c; it contained globalTheodore Tso1996-01-111-4/+2
* sendauth.c (krb5_sendauth): Make sure the scratch credentialsTheodore Tso1995-09-161-0/+1
* Reintegrate Macintosh changesEzra Peisach1995-09-121-2/+2
* Mac Beta 1 submissionKeith Vetter1995-09-111-2/+2
* * auth_con.c, decrypt_tk.c, encode_kdc.c, encrypt_tk.c,Chris Provenzano1995-09-061-2/+2
* changes to accomodate redefinition of krb5_auth_contextTom Yu1995-06-111-1/+1
* Clean up gcc -Wall flamesTheodore Tso1995-06-081-12/+14
* * sendauth.c (krb5_sendauth): initialize error return parameterTheodore Tso1995-04-181-0/+3
* Windows global stuff:Keith Vetter1995-04-141-1/+1
* * auth_con.h auth_con.c Added for krb5_auth_con definition andChris Provenzano1995-03-101-55/+40
* 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/+1
* * *.c: Avoid <krb5/...> includes.John Gilmore1995-02-281-9/+2
* Converted the krb5/krb directory to work under windows. Mostly added theKeith Vetter1995-02-271-2/+4
* All to change krb5_get_credentials() ..Chris Provenzano1995-02-231-20/+27
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-131-22/+24
* stamp out rcs keywordsMark Eichin1994-08-181-6/+1
* Fix credentials cache handling..Theodore Tso1993-12-241-10/+24
* Make sure memory is freed in error casesTheodore Tso1993-10-301-62/+52
* Change use of xfree to krb5_xfree to prevent namespace pollutionTheodore Tso1993-10-151-3/+3
* Change export warning notice from "is assumed to require an export license"Theodore Tso1993-09-011-2/+2
* Make sendauth() work if the passed-in checksum pointer is NULLTheodore Tso1993-06-031-10/+0
* Make sure the right structures actually get copied instead of aliased, andTheodore Tso1992-08-181-2/+5