summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* * Tie in Microsoft rc4 cipher and make it buildSam Hartman2001-10-2320-44/+479
* Include usage argument in keyed hash provider callsSam Hartman2001-10-227-5/+26
* In directories building libraries, generate dependencies for .so/.po files tooKen Raeburn2001-10-2033-481/+485
* avoid name conflicts with glibKen Raeburn2001-10-202-0/+38
* Ignore salt for arc4 string2key per Microsoft specSam Hartman2001-10-192-11/+8
* * arcfour.c (krb5_arcfour_decrypt): Return error if salt cannot be allocatedSam Hartman2001-10-192-9/+51
* Patches contributed by David E. Cross" <crossd@cs.rpi.edu> to addSam Hartman2001-10-185-0/+482
* better version of last changeKen Raeburn2001-10-171-13/+1
* * locate_kdc.c (add_host_to_list): If sa_len field exists and is zero, try toKen Raeburn2001-10-173-6/+66
* * svr_principal.c (add_to_history): If the policy a principal uses hasMitchell Berger2001-10-162-0/+46
* * krb5_32.def: Add krb5_kt_* functions: krb5_kt_close,Danilo Almeida2001-10-162-0/+13
* Add KRB5_CALLCONV to krb5_kt_get_typeDanilo Almeida2001-10-162-1/+5
* Replace keytab function-table dispatch macros in krb5.h with functions definedKen Raeburn2001-10-123-0/+87
* Update automatic dependencies to work on Windows by using $(OUTPRE) andKen Raeburn2001-10-1133-1098/+1171
* * gic_pwd.c (krb5_get_as_key_password),Danilo Almeida2001-10-113-20/+24
* * cc_file.c (krb5_fcc_read): Remove const from fourth argument toEzra Peisach2001-10-102-1/+6
* * localaddr.c (krb5_os_localaddr_profile): Cast argument toEzra Peisach2001-10-102-2/+7
* * init_ctx.c (init_common): After fetching kdc_default_options value fromKen Raeburn2001-10-102-1/+5
* logger.c (krb5_klog_init): Initialize savec to keep compiler happyKen Raeburn2001-10-102-1/+6
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-1088-1030/+1074
* * mglueP.h: Make all prototypes unconditionalKen Raeburn2001-10-092-102/+89
* KRB5_EXPORTVAR is defined lots of places but never used; delete itKen Raeburn2001-10-062-1/+2
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-06173-938/+790
* Put back GSS_DLLIMP for variables, but define the macro here instead of inKen Raeburn2001-10-055-137/+163
* * accept_sec_context.c (krb5_gss_accept_sec_context): IgnoreTom Yu2001-10-042-10/+23
* Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn2001-10-04175-446/+527
* * accept_sec_context.c (rd_and_store_for_creds): Handle errorTom Yu2001-10-022-3/+9
* * locate_kdc.c (add_host_to_list): If address family in sockaddr structure isKen Raeburn2001-09-292-0/+10
* fix log entryKen Raeburn2001-09-291-1/+2
* provide fake addrinfo implementation; get ipv6 addrs for solaris 8Ken Raeburn2001-09-292-13/+215
* avoid extra copy of krb_err.h in include; update dependenciesKen Raeburn2001-09-282-2/+7
* better realm transit path checking for app serverKen Raeburn2001-09-263-3/+104
* * t_expand.c: New file.Ken Raeburn2001-09-073-3/+35
* * rd_req_dec.c (krb5_rd_req_decoded_opt): Pass server realm toKen Raeburn2001-09-072-7/+10
* updated dependencies for latest make-depend target codeKen Raeburn2001-09-068-102/+101
* dependenciesKen Raeburn2001-09-0136-28/+2451
* * hostaddr.c (krb5_os_hostaddr): Don't use AI_DEFAULTKen Raeburn2001-08-312-1/+3
* fix conditionalsKen Raeburn2001-08-311-1/+1
* genaddrs.c: update for ipv6Ken Raeburn2001-08-312-28/+62
* update for fake-addrinfo changesKen Raeburn2001-08-302-2/+7
* * walk_rtree.c (krb5_walk_realm_tree): Initialize slen to silence compiler wa...Ken Raeburn2001-08-212-1/+6
* * clnt_udp.c (clntudp_call): Do not assume that select will notEzra Peisach2001-08-105-6/+24
* * walk_rtree.c (krb5_walk_realm_tree): Do not try to free const char *Ezra Peisach2001-08-085-8/+24
* implement libdefaults/extra_addressesKen Raeburn2001-08-022-40/+177
* * hostaddr.c (krb5_os_hostaddr): Only retry non-numeric lookup after numericKen Raeburn2001-08-022-1/+6
* krb5_check_transited_list now takes pointers to constKen Raeburn2001-07-312-2/+7
* * svr_principal.c (check_pw_reuse): Change argument forEzra Peisach2001-07-312-1/+6
* * read_passwd.c: Create local variable that takes the "int"Ezra Peisach2001-07-312-4/+10
* * genaddrs.c: Use GETPEERNAME_ARG2_TYPE, GETPEERNAME_ARG3_TYPEEzra Peisach2001-07-313-7/+38
* * get_in_tkt.c: Cast to unsigned krb5_error error value toEzra Peisach2001-07-312-2/+9