summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* * t_locate_kdc.c(main):Add new argument -m for looking up master KDC addressesKen Raeburn2002-09-112-2/+8
* * locate_kdc.c (get_port): Skip service name lookup, just use the suppliedKen Raeburn2002-09-112-8/+44
* whitespaceKen Raeburn2002-09-111-1/+3
* another oneKen Raeburn2002-09-051-1/+1
* * rc_io.c (krb5_rc_io_move): Missed a variable name changeKen Raeburn2002-09-052-1/+5
* protoizeKen Raeburn2002-09-039-198/+54
* protoizeKen Raeburn2002-09-036-65/+41
* protoizeKen Raeburn2002-09-039-302/+88
* revert init change to flock_zero in krb5_lock_fileKen Raeburn2002-09-032-2/+1
* protoizeKen Raeburn2002-09-0346-320/+124
* 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