summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * scc_errs.c: Mac doesn't have EISDIR error.John Gilmore1995-03-186-28/+26
* * Makefile.in (LDFLAGS): Eliminate, duplicates config/pre.inJohn Gilmore1995-03-182-1/+4
* * Makefile.in (LDFLAGS): Remove, duplicates config/pre.in.John Gilmore1995-03-184-8/+31
* * krb5.h: Move <sys/types> and u_long (etc) code to krb5/k5-config.h.John Gilmore1995-03-183-13/+8
* * k5-config.h: Move <sys/types.h> handling from ../krb5.h toJohn Gilmore1995-03-183-1/+45
* * Makefile.in: Remove redundant definitions from config/pre.inJohn Gilmore1995-03-185-24/+16
* Delete redundant definitions defined in pre/config.inTheodore Tso1995-03-172-17/+4
* Set the return code from ss_execute_line(), so that appropriate errorTheodore Tso1995-03-172-1/+6
* Makefile.in, configure.in: Use the libdes425 library so that the DESTheodore Tso1995-03-175-8/+26
* Delete redundant definitions defined in pre/config.inTheodore Tso1995-03-172-4/+6
* Delete redundant definitions that already defined in pre/config.inTheodore Tso1995-03-172-8/+4
* configure.in, Makefile.in: Use the libdes425 library so that the DESTheodore Tso1995-03-175-6/+31
* * Makefile.in (LDFLAGS): Eliminate, comes in from pre.in.John Gilmore1995-03-172-9/+14
* * Makefile.in (LDFLAGS): Remove, conflicts with pre.in.John Gilmore1995-03-172-11/+12
* * Makefile.in (CFLAGS): Tweak for Unix->MPW converter.John Gilmore1995-03-172-10/+13
* * Makefile.in (LDFLAGS): Remove, conflicts with pre.in.John Gilmore1995-03-173-7/+19
* * Makefile.in (crctest, crctest.exe): Replace crctest-unix andJohn Gilmore1995-03-172-5/+10
* * Makefile.in (CFLAGS): Avoid continuation line that starts withJohn Gilmore1995-03-172-5/+13
* * configure.in: Replace nonstandard CHECK_STDARG withJohn Gilmore1995-03-175-4/+235
* First cut at Macintosh configuration supportJohn Gilmore1995-03-176-0/+511
* * configure.in: Replace CHECK_STDARG with AC_CHECK_HEADERS.John Gilmore1995-03-174-9/+13
* Problem with the error routines and windows definitionsKeith Vetter1995-03-172-0/+20
* Top level makefile changes for the PC--now builds the whole worldKeith Vetter1995-03-174-6/+189
* Ported the error table stuff to the PCKeith Vetter1995-03-177-36/+91
* Fixed up typo in the MakefileKeith Vetter1995-03-162-10/+15
* Include file changes needed for error table stuffKeith Vetter1995-03-162-4/+10
* Missed some dependencies on the PC build in src/libKeith Vetter1995-03-162-1/+5
* Makefile now recurses into krb5 directory on the PCKeith Vetter1995-03-162-1/+29
* Added 3 new files and changed the makefile in lib to be able to make a DLLKeith Vetter1995-03-1615-56/+707
* Changes in des425 due to adding prototypes for called functionsKeith Vetter1995-03-156-22/+21
* Windows changes in krb5: makefile cleanup and some small code changesKeith Vetter1995-03-1514-26/+120
* Some windows i/o stuff and moved 2 prototypes to func-proto.hKeith Vetter1995-03-154-8/+23
* Two changes in the crypto directory: 1) 16 vs 32 bit errors in DES and 2)Keith Vetter1995-03-1516-210/+85
* Lots of changes made based on feedbackTheodore Tso1995-03-131-59/+161
* Initialize ret_cred to zero so that in case of an error, we don't tryTheodore Tso1995-03-102-1/+6
* Make the second argument of asn1buf_insert_octet be an int, instead ofTheodore Tso1995-03-103-2/+8
* Removed definition of FD_SETSIZE, FD_SET, FD_CLR, FD_ISSET, andTheodore Tso1995-03-102-9/+6
* * kerberos5.c Use new calling convention for krb5_mk_req_extended()Chris Provenzano1995-03-102-34/+30
* * sim_client.c Use new calling convention for krb5_mk_req(),Chris Provenzano1995-03-102-103/+35
* * sclient.c Use new calling convention for krb5_sendauth()Chris Provenzano1995-03-102-25/+11
* * kcmd.c (kcmd()) Use new calling convention for krb5_sendauth().Chris Provenzano1995-03-103-40/+25
* * kpasswd.c Use new calling convention for krb5_sendauth(),Chris Provenzano1995-03-102-74/+37
* * kadmin.c, kadmin_adr.c, kadmin_cpw.c, kadmin_done.c, kadmin_mod.cChris Provenzano1995-03-1011-460/+168
* * auth_con.h auth_con.c Added for krb5_auth_con definition andChris Provenzano1995-03-1013-604/+1024
* * fcc_destry.c (krb5_fcc_destroy())Chris Provenzano1995-03-104-3/+11
* * init_sec_context.c (krb5_gss_init_sec_context())Chris Provenzano1995-03-103-49/+73
* * krb5.h Added empty structure declaration of krb5_auth_contextChris Provenzano1995-03-103-1/+12
* * func-proto.h (krb5_mk_req(), krb5_mk_req_extended(), krb5_rd_rep(),Chris Provenzano1995-03-104-45/+121
* * Makefile.in (all-windows): tabs, not spaces.Mark Eichin1995-03-092-2/+6
* Some int/long, signed/unsigned conversionsKeith Vetter1995-03-094-11/+17