summaryrefslogtreecommitdiff
path: root/lib/ZLocations.c
Commit message (Collapse)AuthorAge
* Allow zctl flush_locs to take a user argumentGravatar Jeffrey Hutzelman2013-02-26
| | | | | | | | Provide a new library function, ZFlushUserLocations(), to flush locations for a specified user. This can be called using zctl flush_locs, which now takes an optional username parameter. This is the client side of #102
* Kill off another MAXPATHLENGravatar Karl Ramm2012-02-05
|
* stop using MAXHOSTNAMELEN in a variety of places. Also ↵Gravatar Karl Ramm2010-08-24
| | | | nuke-trailing-whitespace.
* when setting location, wait for SERVACKs _and_ SERVNAKSGravatar Karl Ramm2009-08-11
|
* Clean up $Zephyr$sGravatar Karl Ramm2009-04-14
|
* fix a warningGravatar Karl Ramm2008-12-21
|
* patch from eichin to fix crossed acksGravatar Karl Ramm2008-03-24
|
* cleanup various warnings from gcc -WallGravatar Karl Ramm2008-01-21
|
* first pass de-K&Rify libGravatar Karl Ramm2008-01-20
|
* Some RCS ID cleanup: delete $Log$ and replace other RCS keywords with $Id$.Gravatar Greg Hudson1999-01-22
|
* 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.
* 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.
* Changed bzero to memset [ANSI]Gravatar Richard Basch1993-11-19
|
* Replaced bzero with _BZERO macro (defined in <zephyr/zephyr_conf.h>Gravatar Richard Basch1993-09-24
| | | | Replaced rindex() with strrchr() [ANSI]
* Call Z_WaitForNotice.Gravatar Kenneth G Raeburn1991-03-21
|
* Use SRV_TIMEOUT instead of HM_TIMEOUT. Also, set file descriptorGravatar Kenneth G Raeburn1990-12-19
| | | | | masks inside of loops before select, instead of assuming they'll remain unchanged.
* AIX needs <sys/select.h>Gravatar John F. Carr1990-12-11
|
* If gethostbyname returns no info, use best guess for the hostname.Gravatar Kenneth G Raeburn1990-11-16
|
* Rewrote handling of select call.Gravatar Kenneth G Raeburn1990-11-16
|
* If ttyname returns null, use "unknown".Gravatar Kenneth G Raeburn1990-10-19
|
* #ifdef X11 changesGravatar John Kohl1989-04-26
|
* fix for select()/copyin() problemGravatar John Kohl1988-09-09
| | | | [jtkohl]
* add timeout codeGravatar John Kohl1988-08-15
|
* auditing changesGravatar John Kohl1988-06-29
|
* z_port is unsigned; ZGetWGPort is signed, so we need an intermediateGravatar John Kohl1988-06-25
| | | | value holder to compare to -1.
* cache hostname and terminal in static storage.Gravatar John Kohl1988-06-25
| | | | use windowgram's port number for consistency
* lint fixesGravatar John Kohl1988-06-23
|
* All sorts of changes for ver 0.2Gravatar Robert S. French1988-05-17
|
* Deleted ZHideLocation and ZUnhideLocationGravatar Robert S. French1987-10-31
|
* Add ZFlushLocations()Gravatar John Kohl1987-09-24
|
* Changed to handle new protocol formatGravatar Robert S. French1987-08-01
|
* DelintedGravatar Robert S. French1987-07-30
|
* might work better if we send all pieces of the list.Gravatar John Kohl1987-07-30
|
* Added RCSIDGravatar Robert S. French1987-07-29
|
* Added tty fieldGravatar Robert S. French1987-07-29
|
* Made ZUnsetLocation non-authenticatedGravatar Robert S. French1987-07-07
|
* safetyGravatar Robert S. French1987-07-05
|
* lint fixesGravatar John Kohl1987-07-02
|
* lintingGravatar Robert S. French1987-07-01
|
* release time...Gravatar Robert S. French1987-06-30
|
* Fixed ZCompareUID problemGravatar Robert S. French1987-06-28
|
* ZCompareUID changeGravatar Robert S. French1987-06-28
|
* safetyGravatar Robert S. French1987-06-25
|
* KRB formatGravatar Robert S. French1987-06-23
|
* Safety checkinGravatar Robert S. French1987-06-20