summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * client_init.c (_kadm5_init_any): UseTom Yu2002-07-312-1/+7
* * kadm_err.et: Add KADM5_MISSING_KRB5_CONF_PARAMS, indicating aTom Yu2002-07-312-1/+9
* * log.c: Include stdarg.h.Ken Raeburn2002-07-303-16/+23
* * localaddr.c (get_localaddrs): Add prototype before being usedEzra Peisach2002-07-232-0/+8
* remove dependence on libdyn; open-code the array manipulationKen Raeburn2002-07-173-33/+74
* * Makefile.in (SHLIB_EXPDEPS, SHLIB_EXPLIBS): Drop references to libdynKen Raeburn2002-07-172-3/+7
* fold libdyn into librpcKen Raeburn2002-07-177-5/+976
* * gssapiP_generic.h, util_token.c (g_verify_token_header): MakeEzra Peisach2002-07-153-2/+7
* * k5unseal.c (kg_unseal): Pass unsigned int * instead of int *Ezra Peisach2002-07-153-2/+10
* * gss_libinit.c (gssint_cleanup_library): Remove variable set butEzra Peisach2002-07-152-4/+9
* * gss_libinit.c: Conditionalized error table loading for Mac OS X.Tom Yu2002-07-142-0/+17
* * gssapi_krb5.h: Added #include of gssapi.h and gssapi_generic.hTom Yu2002-07-145-9/+96
* Don't define DEFINE_SOCKADDR, since nothing tests it any moreKen Raeburn2002-07-1323-22/+6
* drop NEED_TIME_H processing in krb.hKen Raeburn2002-07-133-2/+10
* update dependenciesKen Raeburn2002-07-135-168/+160
* Get rid of some unused functions and files. HideKen Raeburn2002-07-1312-522/+21
* * gssapi_generic.h: allow inclusion by C++Tom Yu2002-07-135-12/+69
* * init_sec_context.c (make_ap_req_v2): Delete unused functionKen Raeburn2002-07-122-19/+2
* * accept_sec_context.c (rd_and_store_for_creds): Don't declare krb5_mcc_opsKen Raeburn2002-07-122-2/+1
* * init_sec_context.c (krb5_gss_init_sec_context): Instead of asking for theKen Raeburn2002-07-122-3/+53
* * accept_sec_context.c (rd_and_store_for_creds): Remove registration of memor...Ken Raeburn2002-07-122-1/+5
* Don't install port-sockets.h, and don't include it from <kerberosIV/krb.h>.Ken Raeburn2002-07-1219-0/+26
* Put # for cpp directives in first columnKen Raeburn2002-07-094-2/+10
* update copyright datesKen Raeburn2002-07-091-1/+1
* update dependenciesKen Raeburn2002-07-093-110/+219
* * sn2princ.c: Include fake-addrinfo.h.Ken Raeburn2002-07-092-15/+46
* * hst_realm.c (krb5_get_host_realm): Return KRB5_ERR_NUMERIC_REALM if theKen Raeburn2002-07-092-0/+27
* * krb5_err.et (KRB5_ERR_NUMERIC_REALM): New error codeKen Raeburn2002-07-092-0/+6
* back out changes accidentally checked inKen Raeburn2002-07-082-52/+16
* * localaddr.c (get_localaddrs): Split out main body of krb5_os_localaddr, addKen Raeburn2002-07-084-18/+75
* Add hooks to optionally report local address used when contacting a KDC-likeKen Raeburn2002-07-082-2/+19
* * sendto_kdc.c (service_tcp_fd): sockerrlen should have type socklen_tKen Raeburn2002-07-052-1/+6
* * krb5_libinit.c: Conditionalized error table loading forTom Yu2002-07-052-0/+16
* * init_os_ctx.c: krb4 needs to get the os config files so it can useTom Yu2002-07-032-107/+11
* * init_sec_context.c (get_credentials): Delete unused variableKen Raeburn2002-07-012-2/+2