Custom Query (116 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (49 - 51 of 116)

Ticket Owner Reporter Resolution Summary
#191 jgross@mit.edu invalid multiple BarnOwls in AFS should DTRT with respect to logging
Description

If I have multiple BarnOwls running in AFS, all with logging turned on, currently, they each log their own copy of messages.

Ideally, for each BarnOwl process that I gave permission to log, all messages received by that BarnOwl would be logged, and no files would contain duplicate messages. If I had two BarnOwls running on the same machine, logging to different directories, they shouldn't interfere with each other.

#200 jgross@mit.edu fixed Trac 'component's for a new ticket should be updated
Description

The components drop-down should include things like Facebook', AIM', and Twitter' (and maybe something like other' or `meta' for tickets like this).

#203 andersk@mit.edu andersk@mit.edu fixed Unsafe strcat on overlapping strings in owl_zephyr_smartstripped_user
Description

From owl_zephyr_smartstripped_user:

  realm = strchr(out, '@');
…
  if (realm) realm[0]='\0';
…
    strcat(out, realm+1);

This strcat call might read from the same place it’s writing to, which is invalid and could break if strcat is optimized in certain ways.

Note: See TracQuery for help on using queries.