summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Save encoded KRB-SAFE-BODY to avoid problems caused by re-encoding it.Tom Yu2003-10-089-5/+145
* Add missing ChangeLog entry for krb.h:1.51Tom Yu2003-09-291-0/+5
* Add --enable-maintainer-mode option to configure, and prevent rebuilding ofKen Raeburn2003-09-276-2/+40
* Modify the declaration of the CREDENTIALS structure to support the additionalJeffrey Altman2003-09-231-0/+4
* Oops, naughty naughty. Use $(CC), not gccKen Raeburn2003-09-132-3/+3
* * shlib.conf (*-*-linux*): Use gcc for linking shared libraries, and -Wl toKen Raeburn2003-09-132-8/+20
* Alpha OSF build fails because daemon() tries to call setpgrp becauseKen Raeburn2003-09-132-2/+6
* Apply patch from Cesar Garcia to fix lifetime computation in 524Tom Yu2003-09-024-2/+12
* kill() might overwrite errno. Save it beforehandAlexandra Ellwood2003-09-021-1/+1
* Fixed handling of krb5_net_write() failing (need to call waitpid() on child e...Alexandra Ellwood2003-09-021-14/+8
* Fixed comment (part of adding Apple Password Server support)Alexandra Ellwood2003-09-021-2/+1
* Added Apple password server supportAlexandra Ellwood2003-09-025-2/+166
* While libc5 isn't one of our supported configurations, this is a simple enoughKen Raeburn2003-08-302-3/+11
* Copy and build daemon.c in whatever directories need it, instead of building itKen Raeburn2003-08-3021-21/+69
* krshd hangs in linux nightly testingKen Raeburn2003-08-292-5/+18
* In my tests (2GHz P4 Linux, 5 minutes, no pre-existing replay cache), this getsKen Raeburn2003-08-272-10/+30
* * krb5.hin (struct _krb5_donot_replay, krb5_rc_default, krb5_rc_resolve_type)Ken Raeburn2003-08-263-50/+56
* * cc_file.c (krb5_fcc_store_int32, krb5_fcc_store_ui_4, krb5_fcc_store_ui_2)Ken Raeburn2003-08-262-51/+6
* * configure.in: Don't test for labs, memmove or bcopy.Ken Raeburn2003-08-264-9/+5
* * getdate.y (bcopy): Don't bother with HAVE_BCOPY and HAVE_MEMCPY tests; alwaysKen Raeburn2003-08-262-1/+6
* * configure.in: Check for some C99 headers and typesKen Raeburn2003-08-262-0/+13
* * k5-config.h: Unused file deletedKen Raeburn2003-08-262-311/+4
* * aclocal.m4 (KRB5_AC_ENABLE_DNS): Drop --enable-dns and --enable-dns-for-kdcKen Raeburn2003-08-262-37/+7
* * fake-addrinfo.h (inline): Supported by Sun Forte Developer 7 compilerKen Raeburn2003-08-262-0/+5
* * foreachaddr.c (foreach_localaddr) [HAVE_IFADDRS_H]: Skip over any returnedKen Raeburn2003-08-262-0/+19
* * aclocal.m4 (WITH_CCOPTS, WITH_CPPOPTS, WITH_LINKER, WITH_LDOPTS,Ken Raeburn2003-08-262-49/+16
* make dependKen Raeburn2003-08-211-1/+5
* * dnssrv.c: New file; split out DNS SRV RR query support...Ken Raeburn2003-08-214-225/+281
* * configure.in: Don't substitute LIBOBJS, newer autoconfs don't like itKen Raeburn2003-08-212-4/+5
* * Makefile.in (STLIBOBJS, OBJS): EmptyKen Raeburn2003-08-212-2/+6
* * fake-addrinfo.h (getnameinfo): Define to my_fake_getnameinfo only ifKen Raeburn2003-08-212-10/+21
* Make things work on IRIX againKen Raeburn2003-08-213-14/+24
* Oops. Include errno.h even if gai_strerror isn't being definedKen Raeburn2003-08-211-1/+1
* * configure.in: Don't replace any missing system functions. Just set LIBOBJSKen Raeburn2003-08-212-1/+10
* First cut at adding local caching to the getaddrinfo support. Still needs workKen Raeburn2003-08-212-81/+314
* Don't double free the encrypted credential partSam Hartman2003-08-192-5/+5
* krb_check_auth clears the return value for the schedule parameter with a mems...Alexandra Ellwood2003-08-152-1/+6
* * configure.in: Check for mode_tKen Raeburn2003-08-142-0/+5
* * configure.in: Don't check for or replace vfprintf, vsprintf, strerror,Ken Raeburn2003-08-132-1/+6
* use my mit changelog idKen Raeburn2003-08-131-1/+1
* * Makefile.in (OBJS, STLIBOBJS): Drop setenv.o.Ken Raeburn2003-08-134-197/+8
* * cnv_tkt_skey.c (krb524_convert_tkt_skey): Call krb_create_ticketTom Yu2003-08-122-238/+34
* get_init_creds_password: DNS SRV off causes bogus REALM_UNKNOWNTom Yu2003-08-082-1/+10
* Remove the target requirement for kadmind4 and v5passwddAlexandra Ellwood2003-08-081-2/+0
* configure.in: Don't assume all darwin boxes are powerpc. (eg: OpenDarwin/x86)Alexandra Ellwood2003-08-062-1/+6
* Do not install kadmin4 or v5passwdd on Mac OS X. Also, fixed broken goober I...Alexandra Ellwood2003-08-061-12/+1
* * kinit.c (main): Apply patch from Stephen Grau to correctlyTom Yu2003-08-012-1/+7
* add missing ChangeLog entryTom Yu2003-07-311-0/+7
* krb5_get_host_realm and krb5_free_host_realm should not be labeled as KRB5_PR...Jeffrey Altman2003-07-311-1/+1
* KfM jam file paths should work from any project file the KerberosFramework hi...Alexandra Ellwood2003-07-283-28/+113