summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5
Commit message (Expand)AuthorAgeFilesLines
* Use const instead of krb5_const.Ken Raeburn2002-02-2313-57/+32
* * localaddr.c: Include foreachaddr.c.Ken Raeburn2002-02-203-693/+11
* update hst_realm dependenciesKen Raeburn2002-02-141-1/+1
* update copyright datesKen Raeburn2002-02-141-1/+1
* get local ipv6 addresses on linuxKen Raeburn2002-02-102-1/+99
* * hst_realm.c (EAFNOSUPPORT): On Windows, translate to WSAEAFNOSUPPORTKen Raeburn2002-01-092-0/+10
* * Makefile.in (t_localaddr): Link against $(LIBS)Ken Raeburn2002-01-092-1/+3
* log msg for getaddrinfo error codesKen Raeburn2002-01-091-0/+5
* Split out code for getting canonical name of local host, change it to useKen Raeburn2002-01-094-34/+92
* update commentKen Raeburn2002-01-091-2/+3
* Assign entropy source identifierSam Hartman2002-01-082-2/+4
* Implement code to get random data from /dev/{random,urandom}. ForSam Hartman2002-01-082-1/+7
* * ktf_g_ent.c (krb5_ktfile_get_entry): Coerce enctype for now toTom Yu2001-12-082-0/+13
* * t_ser.c (main): Free context on failure exit routeEzra Peisach2001-12-052-0/+5
* * sendto_kdc.c (krb5_sendto_kdc): Get rid of unecessary castsEzra Peisach2001-12-052-2/+6
* 2001-11-24 Sam Hartman <hartmans@mit.edu>Sam Hartman2001-11-262-2/+20
* Add entropy source identifiers for random seed callsSam Hartman2001-11-265-5/+15
* When initiating GSSAPI context override tgs-enctypesSam Hartman2001-11-182-2/+14
* * init_ctx.c (DEFAULT_ETYPE_LIST): Ensure space present afterEzra Peisach2001-11-162-1/+7
* 2001-11-07 Sam Hartman <hartmans@mit.edu>Sam Hartman2001-11-072-1/+6
* * Expose some rc4 crypto routines through the accessor mechanism; cleaner tha...Sam Hartman2001-10-262-0/+7
* * kdb5_err.et: Add KRB5_KDB_NO_PERMITTED_KEY,Tom Yu2001-10-252-0/+8
* In directories building libraries, generate dependencies for .so/.po files tooKen Raeburn2001-10-2010-195/+199
* 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
* 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-1110-480/+524
* * 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
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-1049-539/+579
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-0693-499/+389
* Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn2001-10-0496-224/+267
* * 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
* * 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-062-24/+23
* dependenciesKen Raeburn2001-09-0111-1/+874
* * 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
* * 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