summaryrefslogtreecommitdiff
path: root/server
Commit message (Expand)AuthorAge
* fix copyright messageGravatar John Kohl1988-08-02
* pass addr of notice, not noticeGravatar John Kohl1988-07-19
* add access_reinit(); and increment vnoGravatar John Kohl1988-07-19
* stub routine for access_reinit.Gravatar John Kohl1988-07-19
* define len, make buffer a char *, not char **Gravatar John Kohl1988-07-19
* Initial revisionGravatar John Kohl1988-07-19
* move stuff to zsrv_conf.h, add access_init and _reinitGravatar John Kohl1988-07-19
* fix problem in restricting classes which have same hash valueGravatar John Kohl1988-07-19
* fix possible problem with uninitialized fields in notice structureGravatar John Kohl1988-07-19
* update vnoGravatar John Kohl1988-07-16
* if no subs, just return when dumping to a fileGravatar John Kohl1988-07-16
* was freeing too muchGravatar John Kohl1988-07-16
* add BUGS sectionGravatar John Kohl1988-07-11
* update vno.Gravatar John Kohl1988-07-08
* remove erroneous free/allocs for default subscriptiosn.Gravatar John Kohl1988-07-08
* plug memory leakGravatar John Kohl1988-07-08
* be more careful about freeing stuff; plug memory leaksGravatar John Kohl1988-07-08
* cleanupGravatar John Kohl1988-07-01
* fix broken switch statementGravatar John Kohl1988-06-28
* use symbolic names for authentication flagGravatar John Kohl1988-06-28
* remove unused variableGravatar John Kohl1988-06-27
* remove obsolete xfreeGravatar John Kohl1988-06-25
* update version number to 3.0Gravatar John Kohl1988-06-25
* we need to use the z_uid, not z_multiuid, for acknowledgement trackingGravatar John Kohl1988-06-25
* fix up defaults; add more debuggingGravatar John Kohl1988-06-24
* missing initialization of packletGravatar John Kohl1988-06-24
* fix up sense_logoutGravatar John Kohl1988-06-24
* only add default subscriptions if this client did not comeGravatar John Kohl1988-06-24
* fixes for server add/delete codeGravatar John Kohl1988-06-24
* need to specify an addr so that when we offer to the peerGravatar John Kohl1988-06-24
* fix syslog error messagesGravatar John Kohl1988-06-23
* check answer if NULL before freeing.Gravatar John Kohl1988-06-23
* if queueing, don't free it yet (queue processors will free it)Gravatar John Kohl1988-06-23
* remove superfluous lineGravatar John Kohl1988-06-23
* fix rcsidGravatar John Kohl1988-06-23
* add server_reset()Gravatar John Kohl1988-06-22
* add DEFAULT_SUBS_FILE, reset routinesGravatar John Kohl1988-06-22
* lint fixesGravatar John Kohl1988-06-22
* lint fixes along with bugfix (old calling seq on ZFormatRawNoticeList,Gravatar John Kohl1988-06-22
* cleanup auto-port assignment.Gravatar John Kohl1988-06-22
* default subscription support.Gravatar John Kohl1988-06-21
* default subscription supportGravatar John Kohl1988-06-21
* call subscr_sendlist for GIMMESUBS and GIMMEDEFSGravatar John Kohl1988-06-21
* Semantic change from ZCheckAuthentication: -1 means kerberos failedGravatar John Kohl1988-06-20
* default format must be at least ""Gravatar John Kohl1988-06-17
* initialize num_other_fields to zero.Gravatar John Kohl1988-06-17
* default format must be at least ""Gravatar John Kohl1988-06-17
* set num_other_fields to zero.Gravatar John Kohl1988-06-17
* always malloc a packet, use ZFormatSmallRawNotice insteadGravatar John Kohl1988-06-17
* new kerberos routine namesGravatar John Kohl1988-06-16