summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix BACKWARD_BITMASK_COMPAT so that it doesn't break user-to-userTheodore Tso1995-04-222-9/+106
* If STDC and WINDOWS is not defined, define PROTOTYPE properly.Ezra Peisach1995-04-212-0/+6
* Unless HAVE_C_STRUCTURE_ASSIGNMENT is defined, use memcpy to copyTheodore Tso1995-04-2114-0/+69
* Added parenthesis to fix precedence problem in ASN.1 backwards compatibilityTheodore Tso1995-04-211-1/+1
* Move the define of BACKWARDS_BITMASK_COMPAT to asn1_k_decode.c, sinceTheodore Tso1995-04-203-8/+14
* Some PC fix-ups due to the include structure changingKeith Vetter1995-04-202-1/+10
* mk_req.c (krb5_mk_req): Use krb5_sname_to_principal() in orderTheodore Tso1995-04-203-40/+43
* Changes for the PC due to tytso's changing the include structureKeith Vetter1995-04-202-1/+5
* configure.in: Add checking for SIZEOF_SHORT, SIZEOF_INT, andTheodore Tso1995-04-205-5/+61
* removed unneeded #include of wordsize.hTheodore Tso1995-04-202-1/+4
* asn1_k_decode.c (asn1_decode_krb5_flags): Make the functionTheodore Tso1995-04-194-6/+117
* Added storing of default realm in context. Global default realmEzra Peisach1995-04-192-19/+42
* Initialize and free default realm in contextEzra Peisach1995-04-192-0/+11
* an_to_ln.c (dbm_an_to_ln): Don't compile dbm_an_to_ln() ifTheodore Tso1995-04-183-5/+22
* * sendauth.c (krb5_sendauth): initialize error return parameterTheodore Tso1995-04-183-5/+21
* Forgot a makefile change for the Windows gssapi dllKeith Vetter1995-04-182-1/+5
* Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to doTheodore Tso1995-04-1428-0/+1443
* Makefile.in, configure.in: Move dependency for all-$WHAT backTheodore Tso1995-04-142-3/+11
* Removed 'unreferenced local variable' problemKeith Vetter1995-04-142-1/+9
* Windows global stuff:Keith Vetter1995-04-14274-1036/+1162
* asn1_k_decode.c (setup, next_tag, apptag, get_field_body,Theodore Tso1995-04-135-13/+64
* Changed syntax for windows on the stored ccache file nameKeith Vetter1995-04-072-7/+12
* Bug fixes or better error handling for the following 4 Windows bugsKeith Vetter1995-04-068-32/+66
* Move the dependency which causes all-$(WHAT) to be built so that itTheodore Tso1995-04-013-1/+8
* krb5_get_in_tkt returns proper error on clock skew mismatchesKeith Vetter1995-04-012-1/+6
* * rc_dfl.c (krb5_rc_dfl_expunage): Close the old, temporary replyTheodore Tso1995-03-313-2/+16
* * realm_dom.c (krb5_get_realm_domain): Don't indent #ifdef's!Theodore Tso1995-03-313-6/+12
* Back out previous change so that it doesn't break people who are usingTheodore Tso1995-03-312-15/+32
* Remove unused fileTheodore Tso1995-03-312-152/+0
* Fix typo which caused new_keytab to not get freed, causing a memoryTheodore Tso1995-03-312-1/+6
* Commit on the whole tree to make a checkpoint for a working windows worldKeith Vetter1995-03-318-369/+31
* * ccdefname.c: On Mac, default cred cache is "STDIO:krb5cc" for now.John Gilmore1995-03-291-0/+4
* Added functionality for windows to read default file locations fromKeith Vetter1995-03-297-9/+73
* Chasing an elusive nmake bugKeith Vetter1995-03-292-0/+6
* * configure.in (AC_REPLACE_FUNCS): Add getuid to the list.John Gilmore1995-03-294-4/+14
* * DNR.c: Add Apple MacTCP source file for domain name resolution.John Gilmore1995-03-2910-36/+542
* * rd_req_sim.c: Really remove the fileJohn Gilmore1995-03-292-74/+3
* * Makefile.in (BUILDTOP2, etc): Make it possibleJohn Gilmore1995-03-293-13/+45
* * Makefile.in (unixmac): Add to build header filesJohn Gilmore1995-03-292-0/+6
* * Makefile.in (clean-mac): Add.John Gilmore1995-03-293-6/+13
* Bring in portability fixes from Cygnus K4 releaseJohn Gilmore1995-03-287-58/+93
* * full_ipadr.c, gen_rname.c, port2ip.c, read_msg.c, write_msg.c:John Gilmore1995-03-277-26/+4
* * macsock.c (connect, send, recv): Add for K5 compatability.John Gilmore1995-03-272-1/+103
* * macsock.c: Add Mac socket support file, verbatim from K4 releaseJohn Gilmore1995-03-272-0/+488
* * 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
* * 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