summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* protoizeKen Raeburn2002-09-0388-1857/+1123
* * init_ets.c (krb5_init_ets, krb5_free_ets): Use prototype style function def...Ken Raeburn2002-09-032-4/+7
* Use prototype style definitions for functions. Avoid variable name "class"Ken Raeburn2002-09-0314-759/+297
* update dependenciesKen Raeburn2002-08-2917-72/+149
* * Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2002-08-2976-53/+205
* Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn2002-08-2911-0/+33
* Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn2002-08-299-0/+32
* undo quoting changesKen Raeburn2002-08-272-10/+7
* more quotingKen Raeburn2002-08-272-4/+7
* Quote targets of some copy operations within the build tree. NeededKen Raeburn2002-08-276-8/+22
* * configure.in: Use $krb5_cv_host instead of $hostEzra Peisach2002-08-262-4/+8
* * sendto_kdc.c (merge_addrlists): Truncate source address list after copyingKen Raeburn2002-08-242-0/+4
* Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2002-08-2378-54/+210
* * kdb_db2.h: Add prototype and rename forTom Yu2002-08-234-5/+53
* * Makefile.in (SUBDIROBJLISTS): New variableKen Raeburn2002-08-232-0/+15
* * locate_kdc.c (krb5_locate_kdc): Don't look up kerberos-sec for TCP serviceKen Raeburn2002-08-232-5/+10
* turn off debug codeKen Raeburn2002-08-231-1/+1
* * init_ctx.c (init_common): Initialize udp_pref_limit fieldKen Raeburn2002-08-232-0/+6
* * Makefile.in ($(HDRS)): Depend on "includes"Ken Raeburn2002-08-222-0/+6
* * Makefile.in (SUBDIROBJLISTS): New variableKen Raeburn2002-08-224-1/+13
* * accessor.c (krb5int_accessor): Use krb5int_sendto instead ofKen Raeburn2002-08-222-1/+3
* * sendto_kdc.c (MAX_PASS, dprint): New macros.Ken Raeburn2002-08-222-402/+539
* * locate_kdc.c (krb5int_grow_addrlist): Renamed from grow_list, now external.Ken Raeburn2002-08-222-2/+9
* * string2key.c: Work around possible bug with AFS salts;Tom Yu2002-08-162-0/+8
* * sendto_kdc.c (DEFAULT_UDP_PREF_LIMIT, HARD_UDP_LIMIT): New macros.Ken Raeburn2002-08-152-3/+47
* * keytab.c (krb5_ktkdb_get_entry): For consistency, check forTom Yu2002-08-152-0/+11
* * cc_file.c (ALLOC): Use calloc, not malloc.Ken Raeburn2002-08-152-2/+15
* * t_cc.c: Remove references to STDIO ccacheTom Yu2002-08-152-7/+4
* * t_ser.c (ser_ccache_test): Remove references to STDIO ccachesTom Yu2002-08-152-19/+7
* missed an entryKen Raeburn2002-08-151-0/+3
* (NO_FILE): New macro. All functions changed to test or assign it rather thanKen Raeburn2002-08-152-96/+89
* update depsKen Raeburn2002-08-154-23/+45
* Combine file and stdio ccache implementations into one source file; selectionKen Raeburn2002-08-155-2165/+650
* * cc_stdio.c (krb5_fcc_next_cred): Use a krb5_error_code to hol the returnKen Raeburn2002-08-142-17/+26
* tweak commentsKen Raeburn2002-08-141-2/+1
* * xdr.c (xdr_string): Fix off-by-one error; we're not vulnerable,Tom Yu2002-08-122-1/+6
* Miscellaneous additional shuffling (variable renaming or reordering, whitespaceKen Raeburn2002-08-103-152/+80
* (krb5_fcc_data): Rename "fd" to "file"; change all usesKen Raeburn2002-08-101-44/+44
* Change non-external "scc" uses to "fcc".Ken Raeburn2002-08-101-176/+156
* whitespaceKen Raeburn2002-08-091-167/+87
* "krb5 v5" is redundant (in comment)Ken Raeburn2002-08-091-4/+4
* whitespaceKen Raeburn2002-08-091-89/+81
* rename krb5_scc_<fn> and krb5_scc_cursor to use krb5_fcc_ insteadKen Raeburn2002-08-092-260/+261
* hide method functions we don't need to call directlyKen Raeburn2002-08-093-175/+180
* Apply patch toSam Hartman2002-08-092-0/+6
* * api.2/init-v2.exp (test100): Expect MISSING_KRB5_CONF_PARAMS error nowKen Raeburn2002-08-082-1/+6
* update comments describing file formatKen Raeburn2002-08-081-3/+10
* * cr_tkt.c (krb_cr_tkt_int): Don't take key arguments any more.Ken Raeburn2002-08-082-58/+63
* * xdr_array.c (xdr_array): Account for elsize when checkingTom Yu2002-08-022-1/+7
* * unparse.c (krb5_unparse_name_ext): Error out if passed a NULLTom Yu2002-08-022-0/+8