summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * macsock.c: Add Mac socket support file, verbatim from K4 releaseJohn Gilmore1995-03-272-0/+488
* * kdc5_hammer.c (verify_cs_pair()): Use new calling conventionsChris Provenzano1995-03-272-88/+126
* * kprop.c : Use new calling conventions for krb5_sendauth(),Chris Provenzano1995-03-273-151/+140
* * Makefile.in: Removed rd_req_sim.cChris Provenzano1995-03-2712-392/+462
* * accept_sec_context.c: Use new calling convention for krb5_rd_req()Chris Provenzano1995-03-272-135/+47
* * kdc_util.c Use new calling conventions for krb5_rd_req_decoded()Chris Provenzano1995-03-274-166/+128
* * adm_process.c, adm_kadmin.c, adm_adm_func.c, adm_kpasswd.c,Chris Provenzano1995-03-2710-266/+149
* * kpasswd.c: Cast malloc() return value to shut compiler upChris Provenzano1995-03-272-3/+6
* * kadmin_inq.c, kadmin.c:Chris Provenzano1995-03-273-3/+7
* * func-proto.h (krb5_rd_req(), krb5_rd_req_decode(), krb5_mk_rep(),Chris Provenzano1995-03-272-35/+31
* * server.c: Use new calling conventions for krb5_sendauth(),Chris Provenzano1995-03-273-68/+75
* * kerberos5.c (kerberos5_is()): Use new calling convention forChris Provenzano1995-03-272-40/+35
* * sim_server.c: Use new calling convention for krb5_rd_req(),Chris Provenzano1995-03-272-53/+31
* * sim_client.c: Don't set cksumtype because CKSUMTYPE_RSA_MD4_DESChris Provenzano1995-03-272-4/+7
* * sserver.c: Use new calling convention for krb5_recvauth()Chris Provenzano1995-03-272-20/+22
* * pop_init.c Use new calling conventions for krb5_recvauth()Chris Provenzano1995-03-272-10/+12
* * movemail.c: Fixups to get movemail to compileChris Provenzano1995-03-272-7/+11
* * poplib.c (pop_init()): Use new calling convention for krb5_sendauth()Chris Provenzano1995-03-272-8/+11
* kcmd.c (kcmd()): Don't pass any data to sendauth() to beChris Provenzano1995-03-275-87/+69
* * Makefile.in (memmove.c): memmove.c is in krb5/posix, not krb5/osMark Eichin1995-03-252-2/+6
* * scc_maybe.c (krb5_scc_open_file): fixed typo (extra & inTom Yu1995-03-252-1/+4
* * scc_gennew.c: Ultrix cc (and K&R compilers) doesn't deal withTom Yu1995-03-252-3/+9
* * asn1_decode.c: move declaration of gmt_mktime() outside ofTom Yu1995-03-252-1/+8
* Initialize auth_context to zero before calling mk_reqTheodore Tso1995-03-252-0/+6
* fix copied code in HAVE_GETUTENT caseMark Eichin1995-03-251-1/+1
* Oops. The ketype field was 2 bytes, not 1Theodore Tso1995-03-252-4/+4
* Fix stupid bug from the last changeTheodore Tso1995-03-252-2/+4
* Hardcode the size of the keytype field in the file format, to beTheodore Tso1995-03-253-2/+10
* Don't include sys/socket.h and netdb.h, since they are included byTheodore Tso1995-03-242-4/+5
* locate_kdc.c: Don't include sys/socket.h, netdb.h, netinet/in.h,Theodore Tso1995-03-244-15/+11
* Don't cast dbm_close() to void, because dbm_close is already voidTheodore Tso1995-03-242-5/+10
* kinit.c (main): Remove the call to krb5_os_localaddr() sinceTheodore Tso1995-03-242-10/+16
* kdc5_hammer.c (get_tgt): Remove the call to krb5_os_localaddr()Theodore Tso1995-03-242-8/+6
* kpropd.c (PRS): Don't bother initializing server_addrs sinceTheodore Tso1995-03-243-17/+9
* Use $(SRCTOP) instead of $(srcdir), since Mac's don't like dealingTheodore Tso1995-03-242-6/+11
* replay.c: The KDC replay cache needs to store the databaseTheodore Tso1995-03-243-27/+43
* Add install rule for the error table headersTheodore Tso1995-03-242-0/+14
* If /etc/services doesn't have the kadmin port, use a compiled in defaultTheodore Tso1995-03-242-6/+18
* adm_defs.h (ADM5_DEFAULT_PORT): Add definition of defaultTheodore Tso1995-03-243-8/+24
* Make same fix for krlogindTheodore Tso1995-03-241-1/+1
* Stupid typo in previous fixTheodore Tso1995-03-241-1/+1
* Add "support_desmd5" flagTheodore Tso1995-03-242-1/+8
* Makefile.in (krshd): Move $(K4LIB) after $(KLIB) so that ifTheodore Tso1995-03-243-2/+9
* realm_dom.c (krb5_get_realm_domain): Don't indent preprocessor directives.Theodore Tso1995-03-243-11/+17
* * logutil.c (update_wtmp): initialize ut from ent the way the V4Mark Eichin1995-03-242-0/+22
* Fixed breakage introduced by windows port. com_err() is supposed toTheodore Tso1995-03-242-0/+9
* Also produce a link map along with the DLLKeith Vetter1995-03-232-5/+9
* Updated windows readme to reflect the name change of the zip targetKeith Vetter1995-03-232-1/+5
* Changed the name of the zipping up source target for the PCKeith Vetter1995-03-232-2/+7
* Work around of fscanf which is not available in a windows DLLKeith Vetter1995-03-233-4/+122