summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * k5-platform.h (DELAY_INITIALIZER): Don't define.Ken Raeburn2004-04-292-20/+43
* * shlib.conf: Initialize use_linker_init_option and use_linker_fini_option toKen Raeburn2004-04-292-4/+23
* * aclocal.m4 (CONFIG_RULES): Invoke KRB5_LIB_PARAMS and KRB5_AC_INITFINI.Ken Raeburn2004-04-292-1/+71
* * error_message.c (com_err_terminate): Free heap storage in et_list_dynamicKen Raeburn2004-04-292-0/+8
* * Makefile.in (LIBINITFUNC, LIBFINIFUNC): New variablesKen Raeburn2004-04-292-0/+6
* * libobj.in (.c.so): Add -DSHARED to compile optionsKen Raeburn2004-04-282-1/+5
* * aclocal.m4 (KRB5_BUILD_LIBRARY_WITH_DEPS): Report an error if perl cannot b...Ken Raeburn2004-04-262-0/+8
* * lib.in (PARSE_OBJLISTS): New variable.Ken Raeburn2004-04-262-13/+10
* * shlib.conf (INIT_FINI_PREP): New variable. Default to a no-op, but let eachKen Raeburn2004-04-262-4/+17
* update dependenciesKen Raeburn2004-04-2410-576/+687
* Handle the somewhat common fixed case of time value 0 more efficientlyKen Raeburn2004-04-243-16/+36
* * conv_creds.c (krb524_init_ets, krb524_convert_creds_kdc): Add forward decla...Ken Raeburn2004-04-242-1/+12
* update dependenciesKen Raeburn2004-04-2413-155/+169
* updated dependenciesKen Raeburn2004-04-2421-450/+504
* Added support for library initialization and finalization, and verificationKen Raeburn2004-04-2429-95/+835
* * gssapi_krb5.c (kg_get_ccache_name): Don't test err while it's still known toKen Raeburn2004-04-242-32/+27
* Start depending on perl for buildsKen Raeburn2004-04-245-6/+15
* * libupdate.sh: Deleted.Ken Raeburn2004-04-233-57/+5
* * makeshlib.conf: DeletedKen Raeburn2004-04-232-67/+4
* Use more flexible command substitution for shared library generation, so we canKen Raeburn2004-04-236-14/+51
* Delete a couple of symbols that are only defined when krb4 is enabled,Ken Raeburn2004-04-231-2/+0
* update dependenciesKen Raeburn2004-04-235-96/+144
* add newline at end of fileKen Raeburn2004-04-231-1/+1
* Add files containing the export lists used on UNIX, in each directoryKen Raeburn2004-04-2224-0/+2095
* krb5_get_in_tkt ignores lifetimeSam Hartman2004-04-165-6/+23
* Fix memory leak when not sending to master KDC inSam Hartman2004-04-152-0/+9
* added krb5-config to targetsAlexandra Ellwood2004-04-141-0/+2
* Changes to the NSIS installer for Windows to support KFW 2.6.1Jeffrey Altman2004-04-143-6/+25
* Since we must reserve the single letter prefixes on all platformsJeffrey Altman2004-04-134-8/+12
* Treat keytab and ccache names without prefixes as type FILE:Jeffrey Altman2004-04-134-17/+50
* * ccbase.c: the krb5_cc_resolve() function pointer ccresolverJeffrey Altman2004-04-132-3/+11
* * k5unseal.c: gss_krb5int_unseal_token_v3() takes a pointer toJeffrey Altman2004-04-133-2/+10
* * configure.in: Remove tests for strsave, sys_errlist,Ezra Peisach2004-04-122-30/+6
* ktbase.c - restore the thread safety changes which were accidentlyJeffrey Altman2004-04-082-16/+44
* On Windows, a single letter followed by colon is used to identifyJeffrey Altman2004-04-082-36/+27
* Install kvno.exe on WindowsJeffrey Altman2004-04-061-0/+4
* * cc_mslsa.c:Jeffrey Altman2004-04-062-0/+20
* * network.c (setup_a_tcp_listener): Try to turn the IPV6_V6ONLY socket optionKen Raeburn2004-04-032-8/+23
* * server.c: Include string.hKen Raeburn2004-04-032-0/+5
* * lib/helpers.exp (expect_kadm_ok): Check for "ERROR" messages and report themKen Raeburn2004-04-032-0/+6
* * svc_auth_gssapi.c (destroy_client): Don't call purify_watch_n even if PURIFYKen Raeburn2004-04-032-1/+6
* * t_kdb.c (add_principal): Delete unused argument 'rseed'.Ken Raeburn2004-04-032-10/+9
* * keytab.c (krb5_ktkdb_get_entry): Don't use local variable "context" untilKen Raeburn2004-04-032-1/+8
* * btree/bt_seq.c: Include string.hKen Raeburn2004-04-032-0/+5
* * string2key.c: Replaced with a new implementation.Ken Raeburn2004-04-032-199/+205
* * k5-int.h (krb5int_prng_cleanup): DeclareKen Raeburn2004-04-022-0/+9
* Delay load the ADVAPI32.DLL and SECUR32.DLL libraries within KRB5_32.DLLJeffrey Altman2004-03-314-10/+106
* 2004-03-31 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2004-03-3111-0/+2789
* Remove t_file.c as it is mostly redundant, does not build and cannotSam Hartman2004-03-264-229/+7
* krb5_fcc_generate_new should use mkstempSam Hartman2004-03-264-2/+17