summaryrefslogtreecommitdiff
path: root/h/zephyr
Commit message (Collapse)AuthorAge
* prototype for ZTranslateGravatar Karl Ramm2009-04-17
| | | | | It helps if you save your buffer before committing.
* More i18n infrastructureGravatar Karl Ramm2009-04-17
| | | | | | | | | | | | | | | | lib/charset.c h/zephyr/zephyr.h Refactor ZGetCharset into ZGetCharset and a function that does all the same defaulting but returns a string. ZTransliterate is a zephyr-metaphor wrapper for iconv. lib/zephyr-tests.py Wrappers for the functions in charset.c (but not tests) lib/zephyr_tests.txt Tests for the functions in charset.c
* formatting errorGravatar Karl Ramm2009-03-28
|
* I want to get this in now so the structure can stop changing size.Gravatar Karl Ramm2009-03-28
| | | | | | Basically, the plan is to have pointers to each header indiviual header field in z_hdr_fields.
* keep track of total # of incoming header fields, and cksum appropriatelyGravatar Karl Ramm2009-03-24
|
* cmu/zwgcplus changesGravatar Karl Ramm2009-03-15
|
* charset in zwrite, incomplete in zwgcGravatar Karl Ramm2009-03-15
|
* 19 fields zephyrgramsGravatar Karl Ramm2009-03-02
|
* CPP flags for "Znotice has a sockaddr" and Znotice has a charset"Gravatar Karl Ramm2008-12-29
|
* sys/socket.h for struct sockaddrGravatar Karl Ramm2008-12-25
|
* change ZNotice_t around a bit, libzephyr4Gravatar Karl Ramm2008-12-25
|
* remove macros complicating behind-the-scenes rearrangingGravatar Karl Ramm2008-12-24
|
* We don't really need a macro for ZGetRealm, do we?Gravatar Karl Ramm2008-12-22
|
* more exported things to smash warnings. yayaGravatar Karl Ramm2008-01-21
|
* smush more warningsGravatar Karl Ramm2008-01-21
|
* another prototype to kill warningGravatar Karl Ramm2008-01-21
|
* add prototypes to slay warningsGravatar Karl Ramm2008-01-21
|
* de K&Rify, fix up prototypesGravatar Karl Ramm2008-01-20
|
* M configureGravatar Karl Ramm2007-12-25
| | | | | | | | | run autoconf D h/zephyr/zephyr_err.h generated file
* applied athena-update-branch patchGravatar Karl Ramm2007-12-25
|
* debian patch applied and reconciled, version unfinalizedGravatar Karl Ramm2007-07-20
|
* Some RCS ID cleanup: delete $Log$ and replace other RCS keywords with $Id$.Gravatar Greg Hudson1999-01-22
|
* Stop generating zephyr.h from configure; it's always the same now.Gravatar Greg Hudson1997-09-24
|
* Remove Kerberos-dependent pieces so that we can be a fixed header fileGravatar Greg Hudson1997-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.
* Pull in sources from zephyr locker. See /mit/zephyr/repository forGravatar Greg Hudson1997-09-14
| | | | detailed change information.
* Apparently moved a couple of includes to a header file.Gravatar Craig Fields1994-12-20
|
* Picked up from p4a.Gravatar Craig Fields1994-12-20
|
* Changes for better duplicate notice checking.Gravatar Greg Hudson1994-11-01
|
* Check strerror instead of memmove.Gravatar Greg Hudson1994-11-01
|
* Add support for better authentication checking.Gravatar Greg Hudson1994-11-01
|
* A few changes for SunOS and the /etc/athena/zephyr config files.Gravatar Greg Hudson1994-10-31
|
* Have zephyr_paths.h depend on the MakefileGravatar Richard Basch1994-03-15
| | | | Do not bother with ETCATHDIR -- it isn't used.
* More readable (untested for Ultrix 2.2)Gravatar Richard Basch1993-11-20
|
* Don't bother with the _BCOPY, _BZERO, _BCMP macrosGravatar Richard Basch1993-11-19
| | | | Changed #ifndef KERBEROS to #ifndef Z_HaveKerberos
* Always include <time.h>Gravatar Richard Basch1993-11-19
| | | | Include <stdlib.h> on POSIX systems, also
* New Athena imake rulesGravatar Richard Basch1993-11-19
|
* For the vax/rt, define strchr/strrchr to be index/rindexGravatar Richard Basch1993-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)Gravatar Richard Basch1993-09-24
|
* Posix requires <unistd.h>Gravatar Richard Basch1993-09-24
|
* remove C++ stuffGravatar Lucien Van Elsen1992-08-08
| | | | | fix ZRequestLocations prototype (jfc's changes)
* take out c++ stuffGravatar Lucien Van Elsen1991-12-05
|
* Take out c++ stuffGravatar Lucien Van Elsen1991-12-05
|
* Use BUILDTOP, not SRCTOP, for makepaths.Gravatar John F. Carr1991-09-02
|
* Add async locate structures; finish conversion ofGravatar John F. Carr1991-06-29
| | | | ZLocateUser to take 3 args.
* POSIX and SYSV use <string.h>.Gravatar John F. Carr1991-06-20
|
* Eliminate code in #ifdef NO_MALLOC_ZERO.Gravatar John F. Carr1991-06-20
|
* Complete renaming of subscription structure fields.Gravatar John F. Carr1991-06-20
| | | | In Athena 7.3, there will be a <stdarg.h>.
* Declare krb_err_base only if using Kerberos.Gravatar Kenneth G Raeburn1991-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 withoutGravatar Kenneth G Raeburn1991-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...Gravatar Kenneth G Raeburn1991-03-22
|