summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
* AIX needs <sys/select.h>Gravatar John F. Carr1990-12-11
|
* Argument cert_routine is type Z_AuthProc.Gravatar Kenneth G Raeburn1990-12-01
|
* Always return 0.Gravatar Kenneth G Raeburn1990-11-30
|
* Plugged some memory leaks.Gravatar Kenneth G Raeburn1990-11-26
|
* Removed debugging code that slipped in...Gravatar Kenneth G Raeburn1990-11-26
|
* 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
| | | | | Also use sizeof instead of strlen when appropriate, and use a union of types rather than casting the address of an int array.
* 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
| | | | | Z_FormatHeader: Assign ZUnique_Id_t values rather than calling bcopy. Z_FormatRawHeader (temp): Don't assume all used types are the same size.
* 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
| | | | if an error occurred.
* Permit Kerberos authenticators to be reused if less than two minutesGravatar Kenneth G Raeburn1990-07-15
| | | | | have passed. New function ZResetAuthentication resets this cache. [audited by marc]
* Partially rewritten for speed.Gravatar Kenneth G Raeburn1990-07-15
| | | | [audited by marc]
* Really use select(), instead of just pretending to. Don't check if noGravatar Kenneth G Raeburn1990-05-16
| | | | data is available.
* 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
| | | | | | | | | | | | | Use stat() not fstat() as the acl file may have been re-created by an acl_add or acl_delete call. If this happens, we are now referencing the wrong inode. [rfrench] Fixes from tjcoppet: When an acl file does not exist, and the cache is full, the load_acl() proc does not zero the hash table pointer. This causes certain olc servers to die unexpectedly. File descriptor leak fixed in acl_load().
* fix BUG:Gravatar John Kohl1989-10-26
| | | | | | | | | server acknowledgements were getting smashed z_uid's because of reassembly code. New strategy: only retain the acknowledgment of the first fragment of a fragmented notice. This way existing code which checks notice->z_uid in a sent notice will get the acknowledge it seeks. Also, only one ack is ever returned for a given notice.
* fix BUG: qptr was never updated after the first queue scan, soGravatar John Kohl1989-10-26
| | | | the expected notice would never be seen.
* 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
| | | | new versions of the names are redefined.
* 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
| | | | remove spurious free's of unallocated buffer