- 23 Oct, 2002 1 commit
-
-
Per Cederqvist authored
-
- 05 Oct, 2002 1 commit
-
-
Per Cederqvist authored
the pattern buffer to DEFAULT_COLLAT_TAB. That causes a warning. The field is anyhow set to NULL on the next line, as it should be. (aux_item_validate): Cast the "string" argument of re_search to char* to get rid of a warning.
-
- 17 Aug, 2002 1 commit
-
-
Per Cederqvist authored
-
- 10 Aug, 2002 2 commits
-
-
Per Cederqvist authored
(aux_item_trigger_unmark_text): Ditto. (aux_item_trigger_mirror_faq): Ditto. (aux_item_validate_existing_text): Ditto.
-
Per Cederqvist authored
-
- 02 Aug, 2002 2 commits
-
-
Per Cederqvist authored
compilation fail, since our re_compile_pattern may leave allocated stuff in the buffer.
-
Per Cederqvist authored
regfree() to deallocate stuff within the compiled regular expression. This bug was found with valgrind.
-
- 11 Apr, 2002 1 commit
-
-
David Byers authored
Added AC_PREREQ to configure.in in top-level and libisc
-
- 06 Apr, 2002 1 commit
-
-
Per Cederqvist authored
of a hardcoded 28.
-
- 30 Dec, 2001 2 commits
-
-
Per Cederqvist authored
aux-items", a concept that didn't scale and was abandoned a long time ago. (Bug 346).
-
Per Cederqvist authored
-
- 29 Dec, 2001 3 commits
-
-
Per Cederqvist authored
(filter_aux_item_list): Comment updated.
-
Per Cederqvist authored
-
Per Cederqvist authored
-
- 28 Dec, 2001 3 commits
-
-
Per Cederqvist authored
-
Per Cederqvist authored
-
Per Cederqvist authored
-
- 03 Nov, 2001 1 commit
-
-
Per Cederqvist authored
-
- 28 Oct, 2001 1 commit
-
-
Per Cederqvist authored
(find_aux_item_definition): Added static modifier. (find_aux_item_index): Ditto. (aux_item_add_perm): Ditto. (find_aux_item): Ditto. (aux_item_trigger_mirror_faq): Ditto. (aux_item_trigger_link_item): Ditto. (aux_item_validate_existing_text): Ditto. (aux_item_trigger_mark_text): Ditto. (aux_item_trigger_unmark_text): Ditto.
-
- 30 Sep, 2001 1 commit
-
-
Per Cederqvist authored
-
- 22 Sep, 2001 2 commits
-
-
Per Cederqvist authored
(aux_inherit_items): Indentation fix.
-
David Byers authored
check for delete permissions as multiple if-elseif statements instead of a compound expression, 'cause the compound expression was getting just a little bit difficult to understand. (empty_aux_item_definition): Added value for owner_delete. (simple_aux_item): Ditto. (check_delete_aux_item_list): Add owner parameter. Check owner_delete to see if object owner may delete item.
-
- 06 Sep, 2000 1 commit
-
-
Per Cederqvist authored
-
- 02 Sep, 2000 1 commit
-
-
Per Cederqvist authored
-
- 10 Jul, 1999 1 commit
-
-
Per Cederqvist authored
PERS_OBJECT_TYPE object type. (mark_linked_object_as_changed): Likewise. (aux_item_trigger_mirror_faq): Fixed a buffer overflow.
-
- 05 Jul, 1999 1 commit
-
-
Per Cederqvist authored
is_strictly_supervisor and is_supervisor. (filter_aux_item_list): Likewise. (check_delete_aux_item_list): Likewise.
-
- 26 Jun, 1999 3 commits
-
-
David Byers authored
-
Per Cederqvist authored
def is already set.
-
Per Cederqvist authored
-
- 24 Jun, 1999 2 commits
-
-
Per Cederqvist authored
(aux_item_validate): Likewise.
-
David Byers authored
-
- 13 Jun, 1999 1 commit
-
-
David Byers authored
Linked aux-items get their creator from the source item. Testing: Test cases updated to reflect this.
-
- 11 Jun, 1999 1 commit
-
-
David Byers authored
-
- 31 May, 1999 1 commit
-
-
David Byers authored
Corrected privilege-related problems. Many functions now take a Connection instead of a Pers_no/Person combo. Added defensive code to protect the server in situations where active_connection is unexpectedly NULL. Added checks to most RPC handlers to make sure they are only called when there is an active connection. The added_by field for a person's membership in its letterbox conference is not the person itself, not 0. Testing Removed all new expected fails from the testsuite.
-
- 24 May, 1999 1 commit
-
-
Per Cederqvist authored
-
- 21 May, 1999 1 commit
-
-
David Byers authored
Free everything on exit The server should now exit with zero allocated strings and zero allocated blocks. Test cases Added a few test cases for improved coverage and recently fixed bugs.
-
- 18 May, 1999 1 commit
-
-
David Byers authored
Merged lyskomd.texi, hacking.texi and dbck.texi Added what-is-unread.swe to Protocol-A.texi Aux-items: Handle disabled item types in a cleaner manner. Fixed bugs related to linked aux items. This feature should work pretty well now. Added test cases to test linking aux items.
-
- 16 May, 1999 1 commit
-
-
Per Cederqvist authored
instead. Call callers updated. (prepare_aux_item): Likewise.
-
- 13 May, 1999 1 commit
-
-
Per Cederqvist authored
(delete_aux_item_list): Fail if the default branch is reached. (undelete_aux_item_list): Fail if the default branch is reached. (aux_item_trigger_mirror_faq): Test data->object for NULLness intstead of the uninitialized variable conf_stat.
-
- 12 May, 1999 1 commit
-
-
David Byers authored
set-pers-flags Modified RPC calls create-person (new parameter pers-flags) Removed several hard-coded constants and paths. Max texts Max conferences Nologin file Support for aux-item validation functions (not just regexps.) Support for aux-items that can only be created by the server Support for linking pairs of aux items Added test cases to improve code coverage Renamed log to kom_log to avoid conflicts with math function log. Several bug fixes (code and documentation)
-