summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Moved krb5, gss, and crypto library initialization/cleanup code into new dedi...Miro Jurisic2000-01-2213-0/+183
* Various changes to:Ken Raeburn2000-01-2245-143/+203
* * prng.c (enc): Now static and const, and points to constKen Raeburn2000-01-222-1/+5
* Avoid non-const static data, and gcc warnings Solaris, except afsstring2key.c:Ken Raeburn2000-01-224-15/+42
* * logger.c (klog_vsyslog): Convert pid_t to long for printingKen Raeburn1999-12-063-3/+12
* * Makefile.in (LIBMINOR): Update to 2Ken Raeburn1999-12-062-1/+5
* * init_ctx.c (get_profile_etype_list): Report an error if noKen Raeburn1999-12-062-0/+11
* merge 1.1 branch, to 12/1/99Ken Raeburn1999-12-0613-398/+2450
* * krb5_err.et (KRB5_OBSOLETE_FN): New error codeKen Raeburn1999-12-062-0/+5
* * mcc.h (mcc_head): Define as macro to give exported name a krb5 prefixKen Raeburn1999-12-062-1/+6
* merge from 1.1 branchKen Raeburn1999-12-064-10/+44
* Pull changes from krb5-1-1 branchDanilo Almeida1999-12-0410-795/+23
* Replaced Kerberos5GlobalsLib calls with CCAPI v3 calls on MacOSMiro Jurisic1999-11-222-6/+34
* Use CCache2.h under MacOS for CCAPI v2 compatibilityMiro Jurisic1999-11-223-2/+7
* * krb5_err.et (KRB5_CONFIG_ETYPE_NOSUPP): New error codeKen Raeburn1999-11-032-0/+5
* * t_ref_kerb.out: Fix expected zephyr/zephyr outputKen Raeburn1999-11-032-1/+5
* * localaddr.c (krb5_os_localaddr): Conditionalize INET6 support on newKen Raeburn1999-11-022-2/+7
* * krb5_decode.c (begin_structure): Update to deal with indefiniteTom Yu1999-11-017-20/+76
* * accept_sec_context.c (krb5_gss_accept_sec_context): get rid of unused varsKen Raeburn1999-10-272-1/+5
* * k5seal.c (make_integ_token_v2): Set 'code' when malloc failsKen Raeburn1999-10-262-1/+7
* log tritan's changesTom Yu1999-10-2641-0/+287
* Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES suchWilfredo Sanchez1999-10-2641-61/+35
* * asn1_decode.c (asn1_decode_integer): Initialize "n", to keep gcc happyKen Raeburn1999-10-222-1/+6
* fix typos in commentsKen Raeburn1999-10-221-2/+2
* Silence gcc longjmp warnings:Ken Raeburn1999-10-225-7/+38
* * localaddr.c (krb5_os_localaddr): Don't bother trying to create inet6 socket...Ken Raeburn1999-10-182-10/+6
* If INET6 support is built in but the socket creation fails, fall back to INETKen Raeburn1999-10-172-3/+9
* * localaddr.c (krb5_os_localaddr): Raise buffer size to 10K. Handle INET6Ken Raeburn1999-10-172-4/+43
* * conv_princ.c (sconv_list): Don't do conversion for "zephyr" principal.Ken Raeburn1999-10-123-17/+15
* ghudson patch for resource leak krb5-libs/769Ken Raeburn1999-10-072-0/+7
* replace char arrays with macros for gcc format checking; provide format str t...Ken Raeburn1999-09-292-15/+25
* make changepw compile again even without dns supportKen Raeburn1999-09-292-7/+8
* jaltman dns patchesKen Raeburn1999-09-244-150/+129
* copyright notice updates from 1.1 branchKen Raeburn1999-09-24299-299/+1196
* copyright and fprintf-format changes from 1.1Ken Raeburn1999-09-242-9/+17
* * rc_dfl.c (krb5_rc_io_fetch): Set client and server fields toKen Raeburn1999-09-212-0/+6
* * adb_openclose.c (osa_adb_fini_db): Don't fclose the lock file ifKen Raeburn1999-09-212-1/+7
* * Makefile.in (unit-test-body-tcp, unit-test-body-udp): Pass $(RUNTESTFLAGS) toKen Raeburn1999-09-212-2/+7
* * api.2/init-v2.exp (test109): Wait for prompt between commandsKen Raeburn1999-09-212-0/+15
* export krb5_kuserok on windowsKen Raeburn1999-09-022-1/+5
* from 1.1 branchKen Raeburn1999-09-024-13/+33
* from 1.1 branch:Ken Raeburn1999-09-017-16/+64
* testcase fixes from 1.1 branch:Ken Raeburn1999-09-012-11/+24
* look up local hostname instead of using 'localhost'; pass RUNTESTFLAGSKen Raeburn1999-09-013-4/+58
* disable krb5-mech2 for now; from 1.1 branchKen Raeburn1999-09-012-23/+16
* Danilo's SendMessage->PostMessage change from 1.1 branchKen Raeburn1999-09-012-1/+6
* implement KRB5_TC_SUPPORTED_KTYPES and common _retrieve methods; from 1.1 branchKen Raeburn1999-09-0111-0/+395
* new error code for multi-cryptosystem support, from 1.1 branchKen Raeburn1999-09-012-0/+5
* Tom's cryptosystem alias entries from 1.1 branchKen Raeburn1999-09-013-0/+31
* memmove/bcopy fix from 1.1 branchKen Raeburn1999-09-012-0/+12