Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | remove erroneous free/allocs for default subscriptiosn. | John Kohl | 1988-07-08 |
| | | | | | | | We want the pointers to be into static (well, pseudo-static) storage so the caller only needs to free the subscription chain. (besides, extract_subscription has stuff point into the middle of a packet anyway) | ||
* | fix up defaults; add more debugging | John Kohl | 1988-06-24 |
| | |||
* | check answer if NULL before freeing. | John Kohl | 1988-06-23 |
| | | | | | use ZFormatSmallRawNoticeList so that multi-packet notice doesn't ensue. initialize default_notice.z_sender on each pass through copy_def_subs. | ||
* | fix rcsid | John Kohl | 1988-06-23 |
| | |||
* | lint fixes along with bugfix (old calling seq on ZFormatRawNoticeList, | John Kohl | 1988-06-22 |
| | | | | | some bad return statements, a change in default subscriptions to support subscr_subscribe_real | ||
* | default subscription support. | John Kohl | 1988-06-21 |
| | | | | fix some of the synopses at beginning of file | ||
* | fix typos and pointer/int confusion problems | John Kohl | 1988-06-15 |
| | |||
* | new library fixes | John Kohl | 1988-06-15 |
| | |||
* | add subscr_dump_subs and supporting interlock code | John Kohl | 1988-02-28 |
| | |||
* | #ifdef's for KERBEROS (will need fixing for the auth abstraction) | John Kohl | 1988-01-25 |
| | |||
* | lint fixes | John Kohl | 1987-12-18 |
| | |||
* | Add compatibility for old-style retrieve requests. | John Kohl | 1987-12-13 |
| | |||
* | add a version argument to subscr_send_subs so that the routine | John Kohl | 1987-12-10 |
| | | | | can deal with different version servers | ||
* | comments for new GIMMESUBS stuff | John Kohl | 1987-11-09 |
| | |||
* | Fixed subscription retrieval routines | Robert S. French | 1987-11-07 |
| | |||
* | Fixed problem with setting the opcode after formatting the packet in | Robert S. French | 1987-11-07 |
| | | | | subscr_sendlist | ||
* | John's stuff before I broke the lock and rampaged the world.. | Robert S. French | 1987-11-07 |
| | |||
* | new access control scheme | John Kohl | 1987-09-28 |
| | |||
* | Fix problem with sending replies to "GIMME" requests with no | John Kohl | 1987-08-04 |
| | | | | subscriptions | ||
* | Keep subscriptions sorted by class (optimization) | John Kohl | 1987-07-29 |
| | |||
* | We send the client's principal as the sender. | John Kohl | 1987-07-24 |
| | |||
* | check authenticity inside sendlist; fix ZMakeAscii problems | John Kohl | 1987-07-22 |
| | |||
* | name change subscr_list_free -> subscr_free_list | John Kohl | 1987-07-17 |
| | |||
* | make subscr_send_subs paranoid | John Kohl | 1987-07-16 |
| | |||
* | add some paranoia | John Kohl | 1987-07-15 |
| | |||
* | lint cleanup | John Kohl | 1987-07-14 |
| | |||
* | case insensitive class instances; dike out some debugging code | John Kohl | 1987-07-14 |
| | | | | | add code for brain dumping and returning a list of subscriptions to a subscriber | ||
* | case insensitize. | John Kohl | 1987-07-09 |
| | | | | remove regex, just use '*' as a magic value | ||
* | clean up null pointer checks; add commments; rearrange | John Kohl | 1987-07-07 |
| | | | | the routines, change meaning of recipient field | ||
* | first release version | John Kohl | 1987-07-01 |
| | |||
* | Initial revision | John Kohl | 1987-06-19 |