summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Tom Yu1996-08-011-0/+19
* * Makefile.in: Punt -I$(srcdir)/..; it was gross and not neededTom Yu1996-08-011-1/+1
* * configure.in: Fix test for STRUCT_RPCENT_ALREADY_PROVIDED ifTom Yu1996-08-011-8/+7
* * getrpcent.c: Shuffle inclusion order somewhatTom Yu1996-08-011-2/+1
* * client_init.c: Revert prior change due to netdb.h shufflingTom Yu1996-07-312-0/+5
* * clnt_generic.c, clnt_simple.c, clnt_tcp.c, clnt_udp.c,Tom Yu1996-07-319-0/+18
* * types.hin: Remove #include <netdb.h> because it appears the onlyTom Yu1996-07-311-0/+2
* * client_init.c: Remove #include <netdb.h> because rpc/types.hTom Yu1996-07-302-1/+5
* * clnt_generic.c, clnt_simple.c, clnt_tcp.c, clnt_udp.c,Tom Yu1996-07-309-8/+12
* * svc_auth_gssapi.c: #include <rpc/rpc.h> before <sys/stat.h> (toTom Yu1996-07-301-1/+5
* * rpc.h: Don't include netdb.h (rpc/types.h already includes it)Tom Yu1996-07-301-0/+3
* Deal with a /usr/include/netdb.h that contains struct rpcentSam Hartman1996-07-304-5/+25
* * an_to_ln.c (aname_do_match): #elif HAVE_REGEXP_H should haveTom Yu1996-07-292-1/+6
* Fix up shared library handling and $(STEXT) usageSam Hartman1996-07-282-6/+2
* Remove prototype of strcpySam Hartman1996-07-282-1/+5
* It's not an out-of-space error if malloc(0) returns 0.Sam Hartman1996-07-272-13/+21
* Remove old 1988 version of setenv in preference to calling krb5_setenvSam Hartman1996-07-275-172/+10
* *** empty log message ***Sam Hartman1996-07-271-0/+1
* * Makefile.in (OBJS): Remove trailing backslash on a comment; itTom Yu1996-07-262-1/+6
* *** empty log message ***Marc Horowitz1996-07-261-0/+6
* * configure.in, an_to_ln.c (do_replacement, aname_do_match): useMarc Horowitz1996-07-261-2/+7
* * an_to_ln.c (do_replacement, aname_do_match): use the compile()Marc Horowitz1996-07-261-15/+7
* Add AC_PROG_INSTALL, since it's needed for a "make install"Theodore Tso1996-07-262-0/+6
* AIX shared libraries treat resolution of imported symbolsSam Hartman1996-07-262-0/+14
* restore old version (oops checked in debugging versTom Yu1996-07-261-3/+0
* * Makefile.in: remove trailing backslash from comment under SRCSTom Yu1996-07-263-1/+10
* admin_internal.h (_KADM5_CHECK_HANDLE): Add parenthesis aroundTheodore Tso1996-07-253-1/+11
* Move setenv.c to clnt directory where it belongsTheodore Tso1996-07-251-0/+0
* util_ordering.c (g_order_check):Theodore Tso1996-07-258-18/+44
* init_sec_context.c (krb5_gss_init_sec_context): Fixed error checkingTheodore Tso1996-07-255-22/+31
* * acquire_cred.c (krb5_gss_acquire_cred): Initialize variableEzra Peisach1996-07-252-0/+7
* util_token.c (g_verify_token_header): Changed return code to be anTheodore Tso1996-07-253-2/+5
* ser_sctx.c (kg_oid_externalize): Add proper return codeTheodore Tso1996-07-254-6/+16
* Remove INTERFACE keyworded; not needed (and causes problems) sinceTheodore Tso1996-07-243-2/+9
* Only include <sys/file.h> if building with BSD_DBTheodore Tso1996-07-242-1/+3
* * Makefile.in, configure.in: break out server lib into aTom Yu1996-07-2420-0/+5117
* * Makefile.in, configure.in: break out client lib into aTom Yu1996-07-2411-0/+1537
* * Makefile.in, configure.in: fix shared lib lossage byTom Yu1996-07-2428-6519/+36
* Use the error code KRB5_KT_NAME_TOOLONG instead of ENAMETOOLONG, whichTheodore Tso1996-07-242-2/+8
* Change type of first argument to be krb5_preauthtype, to eliminateTheodore Tso1996-07-242-3/+8
* Added new error code KRB5_KT_NAME_TOOLONGTheodore Tso1996-07-242-0/+5
* Use memset instead of bzeroEzra Peisach1996-07-242-1/+3
* * Makefile.in (DEPLIBS): Use correct version number forEzra Peisach1996-07-242-1/+6
* Remove mechglue from the list of Macintosh subdirectoriesTheodore Tso1996-07-242-1/+6
* Must include k5-int.h on Windows and Macintosh buildsTheodore Tso1996-07-242-0/+6
* Fix broken Windows commands to copy gssapi_krb5.h to include/gssapiTheodore Tso1996-07-242-1/+4
* Must include k5-int.h on Windows and Macintosh buildsTheodore Tso1996-07-242-0/+9
* * Makefile.in: delete extraneous trailing backslash from GENSRCSTom Yu1996-07-232-2/+7
* Renamed release_buffer.c to rel_buffer.c, and release_oid_set.c toTheodore Tso1996-07-234-4/+11
* * xdr.c: Do not declare malloc()Ezra Peisach1996-07-233-2/+9