summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* 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
* Use faster next_field macro, sometimes machine-dependent.Gravatar Kenneth G Raeburn1990-11-15
* Simplified Kerberos conditionals.Gravatar Kenneth G Raeburn1990-11-09
* In Z_AddField, treat a null pointer as a zero-length string.Gravatar Kenneth G Raeburn1990-11-09
* Added static declarations for get_localvarfile, get_varval, varline.Gravatar Kenneth G Raeburn1990-11-04
* If ttyname returns null, use "unknown".Gravatar Kenneth G Raeburn1990-10-19
* Z_ReadWait: Check for failure allocating header field.Gravatar Kenneth G Raeburn1990-10-19
* Removed unreachable "return" statement.Gravatar Kenneth G Raeburn1990-10-19
* Fix from lwvanels to set "last_authent_time" correctly if it was 0 orGravatar Kenneth G Raeburn1990-09-04
* Permit Kerberos authenticators to be reused if less than two minutesGravatar Kenneth G Raeburn1990-07-15
* Partially rewritten for speed.Gravatar Kenneth G Raeburn1990-07-15
* Really use select(), instead of just pretending to. Don't check if noGravatar Kenneth G Raeburn1990-05-16
* Initial revisionGravatar Kenneth G Raeburn1990-05-15
* changed to call new ZNewLocateUser functionGravatar Kenneth G Raeburn1990-05-15
* added ZNewLocateUser.*Gravatar Kenneth G Raeburn1990-05-15
* merge in fixes from Athena sources:Gravatar John Kohl1989-12-13
* fix BUG:Gravatar John Kohl1989-10-26
* fix BUG: qptr was never updated after the first queue scan, soGravatar John Kohl1989-10-26
* fix Imakefile for NeXTGravatar John Kohl1989-10-19
* lint fixGravatar John Kohl1989-10-17
* new names for codes (from new libkrb.a)Gravatar John Kohl1989-10-10
* change rcs id stuff.Gravatar John Kohl1989-10-02
* Need to set z_ascii_authent for Z_FormatRawHeader.Gravatar John Kohl1989-10-02
* remove -t's on ranlibsGravatar John Kohl1989-07-25
* add strcasecmp.c to the listGravatar John Kohl1989-07-25
* new copyright message, after official permission from TLOGravatar John Kohl1989-07-07
* fix up rules for zephyr_err.h & krb_err.h to only change if they are different.Gravatar John Kohl1989-05-31
* new names for new compile_et/libcom_errGravatar John Kohl1989-05-30
* copy error-table included .h files to the include directory after building.Gravatar John Kohl1989-05-30
* need to use static buffer so stack garbage doesn't nuke it.Gravatar John Kohl1989-05-26
* fix order of include filesGravatar John Kohl1989-05-25
* #include krb_err.h for definitions.Gravatar John Kohl1989-05-25
* have to make krb_err.h before making depend, for ZInitialize.cGravatar John Kohl1989-05-25
* need to #include "krb_err.h" to make sure thatGravatar John Kohl1989-05-25
* add ZSubscribeToSansDefaultsGravatar John Kohl1989-05-04
* #ifdef X11 changesGravatar John Kohl1989-04-26
* change quad_cksum to des_quad_cksumGravatar John Kohl1989-03-24
* change quad_cksum to des_quad_cksumGravatar John Kohl1989-03-24
* Imakefile changes from Win Treese to support multiple compile treesGravatar John Kohl1989-03-23
* changes for new kerberos namesGravatar John Kohl1989-03-23
* change for new kerberos namesGravatar John Kohl1989-03-23
* add NOENCRYPTION changesGravatar John Kohl1989-03-23
* wrong copyright message for the momentGravatar John Kohl1988-12-09
* add strcasecmp support (separate file)Gravatar John Kohl1988-11-14
* use #define'd name for the serviceGravatar John Kohl1988-11-14
* don't compile if not KERBEROSGravatar John Kohl1988-11-14
* Initial revisionGravatar John Kohl1988-11-14
* fix order of setting auth flags [jtkohl]Gravatar John Kohl1988-09-09
* fix for select()/copyin() problemGravatar John Kohl1988-09-09