summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in: Build ms2mit.Danilo Almeida2002-04-114-2/+18
* * asn1buf.c (asn1buf_remove_octetstring, asn1buf_remove_charstring): Fix boundsKen Raeburn2002-04-102-4/+11
* call krb5_c_ versions of enctype/cksumtype checking routinesKen Raeburn2002-04-0623-39/+83
* delete no-op '-k' optionKen Raeburn2002-04-062-12/+8
* * krb5.hin (krb5_c_valid_enctype, krb5_c_valid_cksumtype,Ken Raeburn2002-04-062-0/+15
* rename some functions to have krb5_c_ prefixKen Raeburn2002-04-065-4/+36
* * sim_client.c: Always include stdlib.h.Ken Raeburn2002-04-062-9/+5
* * sclient.c: Include fake-addrinfo.h. Include stdlib.h unconditionally.Ken Raeburn2002-04-062-68/+93
* * klist.c (one_addr): Make 0 unsigned (!) in conditional expression inKen Raeburn2002-04-052-1/+6
* * aclocal.m4 (TRY_PEER_INT): Strip trailing spaces from defined macrosKen Raeburn2002-04-052-2/+7
* * def-check.pl: Better error checking. Handles variable argumentDanilo Almeida2002-04-052-11/+54
* Patch from Mark Eichin for bug 635Sam Hartman2002-04-042-6/+11
* * pre.in: Add support for doing optional stripping of programsTom Yu2002-04-032-2/+7
* * Makefile.in (install-strip): New rule to pass "-s" to installTom Yu2002-04-031-0/+2
* * krb5.hin: Default to KRB5_DEPRECATED=1, allowing compilerTom Yu2002-04-032-8/+27
* * aclocal.m4 (CONFIG_RULES): Fix to not define KRB5_DEPRECATED; weTom Yu2002-04-033-1/+9
* * krb5.hin: Move a whole bunch of stuff under KRB5_DEPRECATED orTom Yu2002-04-022-9/+86
* * aclocal.m4 (CONFIG_RULES): Add -DKRB5_PRIVATE=1 andTom Yu2002-04-022-0/+8
* Include errno.hDanilo Almeida2002-04-012-0/+5
* * kerberos.c, kerberos5.c (Data): Reindent to 8 columns. (yes,Tom Yu2002-03-293-18/+23
* Add krb5_init_keyblockSam Hartman2002-03-298-14/+100
* Update copyrightSam Hartman2002-03-293-2/+6
* * fake-addrinfo.h (getaddrinfo) [__linux__]: Don't crash if hint is a null po...Ken Raeburn2002-03-282-1/+4
* * k5-int.h: Include errno.h.Ken Raeburn2002-03-283-1/+6
* * client.c, server.c: Include errno.hKen Raeburn2002-03-283-0/+6
* * sim_client.c: Include errno.hKen Raeburn2002-03-282-0/+5
* * sclient.c: Include errno.hKen Raeburn2002-03-282-0/+5
* * kerberos.c: Include errno.hKen Raeburn2002-03-282-0/+5
* * aclocal.m4 (TRY_GETSOCK_INT): Strip trailing spaces from defined macrosKen Raeburn2002-03-282-2/+7
* * krb5.hin: Don't include <sys/types.h> any more.Ken Raeburn2002-03-283-5/+4
* * fake-addrinfo.h [NEED_FAKE_GETADDRINFO]: Include errno.h.Ken Raeburn2002-03-282-1/+9
* Updated telnet patchSam Hartman2002-03-273-18/+20
* ignore autoconf.stmpKen Raeburn2002-03-271-0/+1
* * fake-addrinfo.h (fake_getnameinfo) [__GNUC__ && __mips__]: Don't callKen Raeburn2002-03-262-0/+14
* update dependenciesKen Raeburn2002-03-267-21/+30
* Change approach for getaddrinfo support. Now, only fake-addrinfo.h isKen Raeburn2002-03-2619-562/+592
* update dependenciesKen Raeburn2002-03-265-4/+57
* * move-if-changed: New script.Ken Raeburn2002-03-263-2/+23
* * Makefile.in: Remove dependency on krb524.h and krb524_err.h asEzra Peisach2002-03-202-1/+5
* * Makefile.in: Remove dependencies on krb524_err.h for login.o. IfEzra Peisach2002-03-202-2/+7
* Fix merge from 1.2.2 branch to mainlineSam Hartman2002-03-162-1/+5
* Fix client side buffer overflowsSam Hartman2002-03-163-6/+28
* Fix walk_realm_tree handling of null realmsSam Hartman2002-03-142-0/+29
* * kcmd.c (kcmd_connect): Actually save errno value when preparing error text toKen Raeburn2002-03-132-1/+6
* * kcmd.c (kcmd_connect): Don't call fixup_addrinfo, it's been deletedKen Raeburn2002-03-132-1/+5
* * configure.in: Do not explicitly add getent.o and setenv.o toEzra Peisach2002-03-133-3/+16
* delete a macro def that should've gone away before last checkinKen Raeburn2002-03-121-2/+0
* Restructure a little to permit wrapping a system implementation of getaddrinfoKen Raeburn2002-03-123-80/+273
* * lsb_addr_cmp.h (krb4int_address_less): DeclareKen Raeburn2002-03-122-0/+7
* Handle IPv6 sockets that are used to communicate over IPv4, and permit use ofKen Raeburn2002-03-125-68/+182