Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | M configure | Karl Ramm | 2007-12-25 |
| | | | | | | | | | run autoconf D h/zephyr/zephyr_err.h generated file | ||
* | applied athena-update-branch patch | Karl Ramm | 2007-12-25 |
| | |||
* | debian patch applied and reconciled, version unfinalized | Karl Ramm | 2007-07-20 |
| | |||
* | Reintroduce checksum enforcement changes. | Greg Hudson | 2001-04-10 |
| | |||
* | Revert last change; we're not ready to start enforcing checksums on | Greg Hudson | 2001-03-05 |
| | | | | all operations yet. | ||
* | ZAUTH_CKSUM_FAILED no longer used by server code. | Greg Hudson | 2000-02-11 |
| | |||
* | Some RCS ID cleanup: delete $Log$ and replace other RCS keywords with $Id$. | Greg Hudson | 1999-01-22 |
| | |||
* | Add ares support in build system. | Greg Hudson | 1998-12-01 |
| | |||
* | Oops, forgot AC_FUNC_PGRP for zwgc/main.c. | Greg Hudson | 1998-09-21 |
| | |||
* | Add an entry for __My_addr, which is now a struct in_addr. | Greg Hudson | 1998-03-17 |
| | |||
* | Regenerate. | Greg Hudson | 1998-03-09 |
| | |||
* | ZEPHYR_USES_KERBEROS -> HAVE_KRB4; ZEPHYR_USES_HESIOD -> HAVE_HESIOD | Greg Hudson | 1997-10-25 |
| | |||
* | Stop generating zephyr.h from configure; it's always the same now. | Greg Hudson | 1997-09-24 |
| | |||
* | Remove Kerberos-dependent pieces so that we can be a fixed header file | Greg Hudson | 1997-09-23 |
| | | | | | (which will soon move to just zephyr.h). The Kerberos-dependent pieces are only used by the server and can be in server/zserver.h. | ||
* | Translate HAVE_KRB4 and HAVE_HESIOD to the currently-used symbols, for now. | Greg Hudson | 1997-09-23 |
| | |||
* | Regenerate. | Greg Hudson | 1997-09-23 |
| | |||
* | Pull in sources from zephyr locker. See /mit/zephyr/repository for | Greg Hudson | 1997-09-14 |
| | | | | detailed change information. | ||
* | Apparently moved a couple of includes to a header file. | Craig Fields | 1994-12-20 |
| | |||
* | Picked up from p4a. | Craig Fields | 1994-12-20 |
| | |||
* | Changes for better duplicate notice checking. | Greg Hudson | 1994-11-01 |
| | |||
* | Check strerror instead of memmove. | Greg Hudson | 1994-11-01 |
| | |||
* | Add support for better authentication checking. | Greg Hudson | 1994-11-01 |
| | |||
* | A few changes for SunOS and the /etc/athena/zephyr config files. | Greg Hudson | 1994-10-31 |
| | |||
* | Have zephyr_paths.h depend on the Makefile | Richard Basch | 1994-03-15 |
| | | | | Do not bother with ETCATHDIR -- it isn't used. | ||
* | More readable (untested for Ultrix 2.2) | Richard Basch | 1993-11-20 |
| | |||
* | Use new Athena imake rules | Richard Basch | 1993-11-19 |
| | |||
* | Don't bother with the _BCOPY, _BZERO, _BCMP macros | Richard Basch | 1993-11-19 |
| | | | | Changed #ifndef KERBEROS to #ifndef Z_HaveKerberos | ||
* | Always include <time.h> | Richard Basch | 1993-11-19 |
| | | | | Include <stdlib.h> on POSIX systems, also | ||
* | New Athena imake rules | Richard Basch | 1993-11-19 |
| | |||
* | For the vax/rt, define strchr/strrchr to be index/rindex | Richard Basch | 1993-09-24 |
| | | | | Define _BCOPY, _BZERO, _BCMP macros to be either BSD or ANSI style. | ||
* | Code references to index/rindex have been changed to strchr/strrchr (ANSI) | Richard Basch | 1993-09-24 |
| | |||
* | Posix requires <unistd.h> | Richard Basch | 1993-09-24 |
| | |||
* | remove C++ stuff | Lucien Van Elsen | 1992-08-08 |
| | | | | | fix ZRequestLocations prototype (jfc's changes) | ||
* | take out c++ stuff | Lucien Van Elsen | 1991-12-05 |
| | |||
* | Take out c++ stuff | Lucien Van Elsen | 1991-12-05 |
| | |||
* | Use BUILDTOP, not SRCTOP, for makepaths. | John F. Carr | 1991-09-02 |
| | |||
* | Add async locate structures; finish conversion of | John F. Carr | 1991-06-29 |
| | | | | ZLocateUser to take 3 args. | ||
* | POSIX and SYSV use <string.h>. | John F. Carr | 1991-06-20 |
| | |||
* | Eliminate code in #ifdef NO_MALLOC_ZERO. | John F. Carr | 1991-06-20 |
| | |||
* | Complete renaming of subscription structure fields. | John F. Carr | 1991-06-20 |
| | | | | In Athena 7.3, there will be a <stdarg.h>. | ||
* | Declare krb_err_base only if using Kerberos. | Kenneth G Raeburn | 1991-03-28 |
| | | | | | New Z_malloc variable and malloc macro are for NO_MALLOC_ZERO (malloc(0) returns null) workaround. | ||
* | Try again: When using varargs, declare Z_debug, just without | Kenneth G Raeburn | 1991-03-22 |
| | | | | | | | arguments. Also: Make ZNoticeKinds explicitly extern for C++, and prototype for proc argument to ZSetDebug should use Zconst. | ||
* | Omit Z_debug prototype if varargs in use... | Kenneth G Raeburn | 1991-03-22 |
| | |||
* | Removed declaration of function ZGetSession. Some C compilers can't | Kenneth G Raeburn | 1991-03-22 |
| | | | | handle it. | ||
* | Remove definitions that are now in zephyr_paths.h; include that file. | Kenneth G Raeburn | 1991-03-21 |
| | | | | | Also remove server-only stuff. Never define KRB_REALM. Test Z_HaveKerberos instead of KERBEROS. | ||
* | Include varargs.h or stdarg.h as appropriate. Test new Z_HaveKerberos | Kenneth G Raeburn | 1991-03-21 |
| | | | | | | macro instead of KERBEROS. Defined Zconst to `const' or empty. Declare new ZNoticeKinds array, addressable versions of macros, debug routines/macros/vars. Conditionalize Kerberos-related stuff better. | ||
* | Create zephyr_paths.h header file when needed. Both `all' and | Kenneth G Raeburn | 1991-03-21 |
| | | | | `depend' require it. | ||
* | If LOCAL_LIBS, link to local copies of com_err.h and ss header files. | Kenneth G Raeburn | 1991-03-21 |
| | |||
* | Added prototype for ZSendList. | Kenneth G Raeburn | 1990-12-27 |
| | |||
* | Forgot FD_CLR... | Kenneth G Raeburn | 1990-12-21 |
| |