Re: [devel] [PATCH 1 of 1] osaf: port existing daemonization and nid process to systemd new-style daemon [#455]

2014-07-08 Thread Mathivanan Naickan Palanivelu
Ack, Will push this on your behalf. Mathi. - ajo...@genband.com wrote: README | 11 +++ contrib/plmc/config/plmcboot.service.in | 2 +- contrib/plmc/config/plmcd.service.in| 2

Re: [devel] [PATCH 2 of 5] NTF: Adapt NTF common library to support long DNs [#873]

2014-07-08 Thread minhchau
Hi Anders, Currently in ntfimcnd, the SaNameT arrived from IMM has null-terminated string, and not much code in ntfimcnd to deal with null or non-null terminated string. The problem is mostly between NTF and its other users, who send the notification/notifying objects and

[devel] [PATCH 5 of 7] NTF: Adapt NTF common library to support long DNs [#873] v2

2014-07-08 Thread Minh Hon Chau
osaf/libs/common/ntfsv/Makefile.am |1 + osaf/libs/common/ntfsv/include/ntfsv_mem.h |7 + osaf/libs/common/ntfsv/ntfsv_enc_dec.c | 37 -- osaf/libs/common/ntfsv/ntfsv_mem.c | 152 +++- 4 files changed, 176 insertions(+), 21 deletions(-)

[devel] [PATCH 0 of 7] Review Request for NTF: Support DNs longer than 255 bytes [#873] V2

2014-07-08 Thread Minh Hon Chau
Summary: NTF: Support DNs longer than 255 bytes [#873] V2 Review request for Trac Ticket(s): [#873] Peer Reviewer(s): AndersW, HansF, Praveen, Mathi, Zoran, AndersBj Pull request to: Affected branch(es): default Development branch: default Impacted area

[devel] [PATCH 7 of 7] Temporary patch to solve compilation dependency

2014-07-08 Thread Minh Hon Chau
osaf/tools/safimm/src/immutil.c | 57 ++-- osaf/tools/saflog/src/saflog.c | 10 +- 2 files changed, 34 insertions(+), 33 deletions(-) This patch is not part of #873, it's made to solve the dependency since NTF is using immutil.c and saflog.c. NOTE that

[devel] [PATCH 3 of 7] NTF: Adapt NTFIMCND to support long DNs [#873]

2014-07-08 Thread Minh Hon Chau
osaf/services/saf/ntfsv/ntfimcnd/Makefile.am| 2 + osaf/services/saf/ntfsv/ntfimcnd/ntfimcn_imm.c | 91 +++- osaf/services/saf/ntfsv/ntfimcnd/ntfimcn_notifier.c | 54 ++-- 3 files changed, 78 insertions(+), 69 deletions(-) diff --git

[devel] [PATCH 2 of 7] NTF: Adapt NTF osaf service to support long DNs [#873]

2014-07-08 Thread Minh Hon Chau
osaf/services/saf/ntfsv/ntfs/Makefile.am | 1 + osaf/services/saf/ntfsv/ntfs/NtfFilter.cc | 34 +- osaf/services/saf/ntfsv/ntfs/NtfLogger.cc | 5 +++- osaf/services/saf/ntfsv/ntfs/ntfs_evt.c | 5 ++- osaf/services/saf/ntfsv/ntfs/ntfs_main.c | 5 5