index
:
zephyr
master
an institutional/enterprise-scale real-time messaging and notification system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
*
fix things Irix n32 cc complains about
Dan Winship
1999-08-12
*
use ZEPHYR_VARS environment variable (if it exists) to determine the
Dan Winship
1999-06-03
*
Some RCS ID cleanup: delete $Log$ and replace other RCS keywords with $Id$.
Greg Hudson
1999-01-22
*
BSD/OS doesn't define INADDR_LOOPBACK. What a loser operating system.
Greg Hudson
1998-09-21
*
Move some variable definitions out of #ifdef HAVE_KRB4 to fix the
Greg Hudson
1998-06-10
*
Use all but the first component of the tty name, instead of the last
Greg Hudson
1998-05-24
*
Make __My_addr a struct in_addr and initialize it in ZInit() instead of
Greg Hudson
1998-03-17
*
On Linux systems (or anything with SO_BSDCOMPAT), make sure we don't
Greg Hudson
1998-03-03
*
Do CFLAGS the gnu standard way. This means we compile with -g by default.
Greg Hudson
1998-01-31
*
Now that we're using select(), if for some odd reason we get an EINTR
Greg Hudson
1997-12-13
*
ZEPHYR_USES_KERBEROS -> HAVE_KRB4; ZEPHYR_USES_HESIOD -> HAVE_HESIOD
Greg Hudson
1997-10-25
*
Use select() instead of alarm() to wait for a response.
Greg Hudson
1997-10-25
*
We need __Zephyr_realm in the non-Kerberos case, since we no longer
Greg Hudson
1997-09-23
*
confdir became sysconfdir.
Greg Hudson
1997-09-23
*
Initialize __Zephyr_realm in the non-Kerberos case, since we no longer
Greg Hudson
1997-09-23
*
We moved up a level in the directory hierarchy.
Greg Hudson
1997-09-23
*
From mhpower: avoid possible buffer overflows.
Greg Hudson
1997-09-23
*
Pull in sources from zephyr locker. See /mit/zephyr/repository for
Greg Hudson
1997-09-14
*
Moved some of the new authentication code into a place where it won't
Greg Hudson
1994-12-19
*
Call Z_FormatRawHeader with six arguments when building without
Greg Hudson
1994-12-12
*
Oops, get rid of debugging printf.
Greg Hudson
1994-11-11
*
Fix a few typos.
Greg Hudson
1994-11-01
*
Changes for better authentication.
Greg Hudson
1994-11-01
*
Changes for better authentication
Greg Hudson
1994-11-01
*
Get srvtab from header file, not by consing up ZLiBDIR with srvtab.
Greg Hudson
1994-10-31
*
Initial revision
Craig Fields
1994-08-18
*
Include <string.h> instead of <strings.h> (portability)
Richard Basch
1994-08-18
*
Removed prototyping that should be left to the system include files
Richard Basch
1993-11-20
*
Merged in various changes that were made to server/acl_files.c
Richard Basch
1993-11-20
*
Changed RCS id string...
Richard Basch
1993-11-20
*
Removed getuid() decl (leave it to the system include files)
Richard Basch
1993-11-20
*
Changed KERBEROS to Z_HaveKerberos
Richard Basch
1993-11-20
*
Look up the user's realm in the ticket file [marc]
Richard Basch
1993-11-20
*
Changed bcmp to memcmp [ANSI]
Richard Basch
1993-11-19
*
Changed bcopy to memcpy [ANSI]
Richard Basch
1993-11-19
*
Changed bzero/bcopy to memset/memcpy [ANSI]
Richard Basch
1993-11-19
*
Changed bzero to memset [ANSI]
Richard Basch
1993-11-19
*
Changed bzero/bcopy to memset/memcpy [ANSI]
Richard Basch
1993-11-19
*
Use Athena imake rules
Richard Basch
1993-11-19
*
Replaced index/rindex with strchr/strrchr (ANSI)
Richard Basch
1993-09-24
*
Replaced bzero with _BZERO macro (defined in <zephyr/zephyr_conf.h>
Richard Basch
1993-09-24
*
Use _BZERO,_BCOPY,_BCMP macros in lieu of the functions.
Richard Basch
1993-09-24
*
Fix typo introduced in 1.16
Lucien Van Elsen
1992-08-26
*
Initial revision
Lucien Van Elsen
1992-08-14
*
fix leak in ZLocateUser
Lucien Van Elsen
1992-08-10
*
removed extra definitions of malloc/calloc
Lucien Van Elsen
1992-08-10
*
Ifdef additional stuff out on Z_DEBUG
Lucien Van Elsen
1992-08-08
*
move definition of wait_for_hmack to be local to file instead of function
Lucien Van Elsen
1992-08-08
*
Make debugging code conditional on Z_DEBUG.
John F. Carr
1992-01-29
*
Minor ANSI C fixes- (typecasts and nothing after #endif)
Lucien Van Elsen
1991-12-04
[next]