summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
* Some RCS ID cleanup: delete $Log$ and replace other RCS keywords with $Id$.Gravatar Greg Hudson1999-01-22
|
* BSD/OS doesn't define INADDR_LOOPBACK. What a loser operating system.Gravatar Greg Hudson1998-09-21
| | | | Add a fallback.
* Move some variable definitions out of #ifdef HAVE_KRB4 to fix theGravatar Greg Hudson1998-06-10
| | | | non-krb4 compile case.
* Use all but the first component of the tty name, instead of the lastGravatar Greg Hudson1998-05-24
| | | | | component. This way you can recover the tty name by putting "/dev/" before what you see, instead of guessing.
* Make __My_addr a struct in_addr and initialize it in ZInit() instead ofGravatar Greg Hudson1998-03-17
| | | | | | having a special function in Zinternal.c. More importantly, do a better job of finding the local address by using getsockname() on a connected UDP socket.
* On Linux systems (or anything with SO_BSDCOMPAT), make sure we don'tGravatar Greg Hudson1998-03-03
| | | | get random ICMP errors on our unconnected socket.
* Do CFLAGS the gnu standard way. This means we compile with -g by default.Gravatar Greg Hudson1998-01-31
|
* Now that we're using select(), if for some odd reason we get an EINTRGravatar Greg Hudson1997-12-13
| | | | | reading the packet (shouldn't happen), return EINTR. Previously we could return ZERR_NONE without initializing notice, which is bad.
* ZEPHYR_USES_KERBEROS -> HAVE_KRB4; ZEPHYR_USES_HESIOD -> HAVE_HESIODGravatar Greg Hudson1997-10-25
|
* Use select() instead of alarm() to wait for a response.Gravatar Greg Hudson1997-10-25
|
* We need __Zephyr_realm in the non-Kerberos case, since we no longerGravatar Greg Hudson1997-09-23
| | | | have a macro for it.
* confdir became sysconfdir.Gravatar Greg Hudson1997-09-23
|
* Initialize __Zephyr_realm in the non-Kerberos case, since we no longerGravatar Greg Hudson1997-09-23
| | | | put a macro in the header file for that.>
* We moved up a level in the directory hierarchy.Gravatar Greg Hudson1997-09-23
| | | | | confdir became sysconfdir. Rip out in-tree com_err support.
* From mhpower: avoid possible buffer overflows.Gravatar Greg Hudson1997-09-23
|
* Pull in sources from zephyr locker. See /mit/zephyr/repository forGravatar Greg Hudson1997-09-14
| | | | detailed change information.
* Moved some of the new authentication code into a place where it won'tGravatar Greg Hudson1994-12-19
| | | | | cause the zephyr servers to spew errors. ./
* Call Z_FormatRawHeader with six arguments when building withoutGravatar Greg Hudson1994-12-12
| | | | Kerberos.
* Oops, get rid of debugging printf.Gravatar Greg Hudson1994-11-11
|
* Fix a few typos.Gravatar Greg Hudson1994-11-01
|
* Changes for better authentication.Gravatar Greg Hudson1994-11-01
|
* Changes for better authenticationGravatar Greg Hudson1994-11-01
|
* Get srvtab from header file, not by consing up ZLiBDIR with srvtab.Gravatar Greg Hudson1994-10-31
|
* Initial revisionGravatar Craig Fields1994-08-18
|
* Include <string.h> instead of <strings.h> (portability)Gravatar Richard Basch1994-08-18
|
* Removed prototyping that should be left to the system include filesGravatar Richard Basch1993-11-20
|
* Merged in various changes that were made to server/acl_files.cGravatar Richard Basch1993-11-20
|
* Changed RCS id string...Gravatar Richard Basch1993-11-20
|
* Removed getuid() decl (leave it to the system include files)Gravatar Richard Basch1993-11-20
|
* Changed KERBEROS to Z_HaveKerberosGravatar Richard Basch1993-11-20
|
* Look up the user's realm in the ticket file [marc]Gravatar Richard Basch1993-11-20
| | | | Changed KERBEROS to Z_HaveKerberos
* Changed bcmp to memcmp [ANSI]Gravatar Richard Basch1993-11-19
|
* Changed bcopy to memcpy [ANSI]Gravatar Richard Basch1993-11-19
|
* Changed bzero/bcopy to memset/memcpy [ANSI]Gravatar Richard Basch1993-11-19
|
* Changed bzero to memset [ANSI]Gravatar Richard Basch1993-11-19
|
* Changed bzero/bcopy to memset/memcpy [ANSI]Gravatar Richard Basch1993-11-19
|
* Use Athena imake rulesGravatar Richard Basch1993-11-19
|
* Replaced index/rindex with strchr/strrchr (ANSI)Gravatar Richard Basch1993-09-24
|
* Replaced bzero with _BZERO macro (defined in <zephyr/zephyr_conf.h>Gravatar Richard Basch1993-09-24
| | | | Replaced rindex() with strrchr() [ANSI]
* Use _BZERO,_BCOPY,_BCMP macros in lieu of the functions.Gravatar Richard Basch1993-09-24
| | | | | These are declared in <zephyr/zephyr_conf.h> to be either the BSD routine or the ANSI routines, depending on the system type.
* Fix typo introduced in 1.16Gravatar Lucien Van Elsen1992-08-26
|
* Initial revisionGravatar Lucien Van Elsen1992-08-14
|
* fix leak in ZLocateUserGravatar Lucien Van Elsen1992-08-10
|
* removed extra definitions of malloc/callocGravatar Lucien Van Elsen1992-08-10
| | | | cast functions appropriately
* Ifdef additional stuff out on Z_DEBUGGravatar Lucien Van Elsen1992-08-08
| | | | make sure to cast results of malloc (jfc's change)
* move definition of wait_for_hmack to be local to file instead of functionGravatar Lucien Van Elsen1992-08-08
| | | | (jfc's change)
* Make debugging code conditional on Z_DEBUG.Gravatar John F. Carr1992-01-29
|
* Minor ANSI C fixes- (typecasts and nothing after #endif)Gravatar Lucien Van Elsen1991-12-04
|
* can't optimize away a call toGravatar Lucien Van Elsen1991-12-04
| | | | Z_Subscriptions with nitems=0; that's how ZCancelSubs works-
* don't define Z_debug_print_closure; defined in zephyr.hGravatar Lucien Van Elsen1991-07-02
| | | | Z_varargs has a lower case 'v'