search for: async_req

Displaying 20 results from an estimated 35 matches for "async_req".

2010 Feb 16
1
Problem when I try to compil samba 3.4.5
...get_type_abort' follow lib/winbind_util.o: In function `winbind_get_sid_aliases': winbind_util.c:(.text+0x101): undefined reference to `wbcGetSidAliases' lib/winbind_util.o: In function `winbind_getpwsid': winbind_util.c:(.text+0x8d1): undefined reference to `wbcGetpwsid' ../lib/async_req/async_req.o: In function `async_req_immediate_trigger': async_req.c:(.text+0x2cb): undefined reference to `_talloc_get_type_abort' ../lib/async_req/async_req.o: In function `async_trigger': async_req.c:(.text+0x31d): undefined reference to `_talloc_get_type_abort' ../lib/async_req/a...
2019 Aug 22
3
Winbind timeouts/hangs(?)
...4:34:14.809450] [30.000098] -> TEVENT_REQ_DONE (2 0)) [struct req_write_state] ../nsswitch/wb_reqtrans.c:158 [2019/08/22 14:33:44.809353] ../nsswitch/wb_reqtrans.c:194 [2019/08/22 14:33:44.809377] [0.000024] -> TEVENT_REQ_DONE (2 0)) [struct writev_state] ../lib/async_req/async_sock.c:263 [2019/08/22 14:33:44.809353] ../lib/async_req/async_sock.c:412 [2019/08/22 14:33:44.809376] [0.000023] -> TEVENT_REQ_DONE (2 0)) [struct resp_read_state] ../nsswitch/wb_reqtrans.c:222 [2019/08/22 14:33:44.809378] ../nsswitch/wb_reqtrans.c:275 [2019/08/22 14:34:...
2019 Aug 22
0
Winbind timeouts/hangs(?)
...98] > -> TEVENT_REQ_DONE (2 0)) > ???????????? [struct req_write_state] ../nsswitch/wb_reqtrans.c:158 > [2019/08/22 14:33:44.809353] ../nsswitch/wb_reqtrans.c:194 [2019/08/22 > 14:33:44.809377] [0.000024] -> TEVENT_REQ_DONE (2 0)) > ????????????? [struct writev_state] ../lib/async_req/async_sock.c:263 > [2019/08/22 14:33:44.809353] ../lib/async_req/async_sock.c:412 > [2019/08/22 14:33:44.809376] [0.000023] -> TEVENT_REQ_DONE (2 0)) > ???????????? [struct resp_read_state] ../nsswitch/wb_reqtrans.c:222 > [2019/08/22 14:33:44.809378] ../nsswitch/wb_reqtrans.c:275...
2017 Dec 06
1
[PATCH RFC 1/4] crypto: engine - Permit to enqueue all async requests
On 29/11/17 09:41, Corentin Labbe wrote: > The crypto engine could actually only enqueue hash and ablkcipher request. > This patch permit it to enqueue any type of crypto_async_request. > > Signed-off-by: Corentin Labbe <clabbe.montjoie at gmail.com> > --- > crypto/crypto_engine.c | 188 +++++++++++------------------------------------- > include/crypto/engine.h | 46 +++++------- > 2 files changed, 60 insertions(+), 174 deletions(-) > > dif...
2017 Dec 06
1
[PATCH RFC 1/4] crypto: engine - Permit to enqueue all async requests
On 29/11/17 09:41, Corentin Labbe wrote: > The crypto engine could actually only enqueue hash and ablkcipher request. > This patch permit it to enqueue any type of crypto_async_request. > > Signed-off-by: Corentin Labbe <clabbe.montjoie at gmail.com> > --- > crypto/crypto_engine.c | 188 +++++++++++------------------------------------- > include/crypto/engine.h | 46 +++++------- > 2 files changed, 60 insertions(+), 174 deletions(-) > > dif...
2017 Dec 07
0
[PATCH RFC 1/4] crypto: engine - Permit to enqueue all async requests
On Wed, Dec 06, 2017 at 11:02:23AM +0000, Fabien DESSENNE wrote: > > > On 29/11/17 09:41, Corentin Labbe wrote: > > The crypto engine could actually only enqueue hash and ablkcipher request. > > This patch permit it to enqueue any type of crypto_async_request. > > > > Signed-off-by: Corentin Labbe <clabbe.montjoie at gmail.com> > > --- > > crypto/crypto_engine.c | 188 +++++++++++------------------------------------- > > include/crypto/engine.h | 46 +++++------- > > 2 files changed, 60 insertions(+),...
2017 Nov 29
0
[PATCH RFC 1/4] crypto: engine - Permit to enqueue all async requests
The crypto engine could actually only enqueue hash and ablkcipher request. This patch permit it to enqueue any type of crypto_async_request. Signed-off-by: Corentin Labbe <clabbe.montjoie at gmail.com> --- crypto/crypto_engine.c | 188 +++++++++++------------------------------------- include/crypto/engine.h | 46 +++++------- 2 files changed, 60 insertions(+), 174 deletions(-) diff --git a/crypto/crypto_engine.c b/crypto...
2018 Jan 10
1
[PATCH 2/6] crypto: engine - Permit to enqueue all async requests
On 03/01/18 21:11, Corentin Labbe wrote: > The crypto engine could actually only enqueue hash and ablkcipher request. > This patch permit it to enqueue any type of crypto_async_request. > > Signed-off-by: Corentin Labbe <clabbe.montjoie at gmail.com> > --- > crypto/crypto_engine.c | 230 ++++++++++++++++++++++++------------------------ > include/crypto/engine.h | 59 +++++++------ > 2 files changed, 148 insertions(+), 141 deletions(-) > > d...
2018 Jan 03
0
[PATCH 2/6] crypto: engine - Permit to enqueue all async requests
The crypto engine could actually only enqueue hash and ablkcipher request. This patch permit it to enqueue any type of crypto_async_request. Signed-off-by: Corentin Labbe <clabbe.montjoie at gmail.com> --- crypto/crypto_engine.c | 230 ++++++++++++++++++++++++------------------------ include/crypto/engine.h | 59 +++++++------ 2 files changed, 148 insertions(+), 141 deletions(-) diff --git a/crypto/crypto_engine.c b/cryp...
2018 Jan 26
0
[PATCH v2 2/6] crypto: engine - Permit to enqueue all async requests
The crypto engine could actually only enqueue hash and ablkcipher request. This patch permit it to enqueue any type of crypto_async_request. Signed-off-by: Corentin Labbe <clabbe.montjoie at gmail.com> Tested-by: Fabien Dessenne <fabien.dessenne at st.com> --- crypto/crypto_engine.c | 301 ++++++++++++++++++++++++++---------------------- include/crypto/engine.h | 68 ++++++----- 2 files changed, 203 insertions(+), 1...
2017 Nov 29
9
[PATCH RFC 0/4] crypto: engine - Permit to enqueue all async requests
...he current crypto_engine support only ahash and ablkcipher. My first patch which try to add skcipher was Nacked, it will add too many functions and adding other algs(aead, asymetric_key) will make the situation worst. This patchset remove all algs specific stuff and now only process generic crypto_async_request. The requests handler function pointer are now moved out of struct engine and are now stored directly in a crypto_engine_reqctx. The original proposal of Herbert [1] cannot be done completly since the crypto_engine could only dequeue crypto_async_request and it is impossible to access any req...
2017 Nov 29
9
[PATCH RFC 0/4] crypto: engine - Permit to enqueue all async requests
...he current crypto_engine support only ahash and ablkcipher. My first patch which try to add skcipher was Nacked, it will add too many functions and adding other algs(aead, asymetric_key) will make the situation worst. This patchset remove all algs specific stuff and now only process generic crypto_async_request. The requests handler function pointer are now moved out of struct engine and are now stored directly in a crypto_engine_reqctx. The original proposal of Herbert [1] cannot be done completly since the crypto_engine could only dequeue crypto_async_request and it is impossible to access any req...
2018 Jan 03
11
[PATCH 0/6] crypto: engine - Permit to enqueue all async requests
...nt crypto_engine support only ahash and ablkcipher request. My first patch which try to add skcipher was Nacked, it will add too many functions and adding other algs(aead, asymetric_key) will make the situation worst. This patchset remove all algs specific stuff and now only process generic crypto_async_request. The requests handler function pointer are now moved out of struct engine and are now stored directly in a crypto_engine_reqctx. The original proposal of Herbert [1] cannot be done completly since the crypto_engine could only dequeue crypto_async_request and it is impossible to access any req...
2017 Jun 16
2
compil error samba 3.6.5
...sn't happen on a fresh install Thanks for your help, - serge. 'configure' finished successfully (1m56.906s) WAF_MAKE=1 python ./buildtools/bin/waf build Waf: Entering directory `/root/samba/samba-4.6.5/bin' Selected embedded Heimdal build [3373/3906] Linking default/lib/async_req/async_connect_send_test [3377/3906] Linking default/lib/util/libsamba-util.so default/lib/util/become_daemon_32.o: dans la fonction « become_daemon »: become_daemon.c:(.text+0x1d3): référence indéfinie vers « sd_notifyf » default/lib/util/become_daemon_32.o: dans la fonction « exit_daemon »: become...
2018 Jan 26
10
[PATCH v2 0/6] crypto: engine - Permit to enqueue all async requests
...nt crypto_engine support only ahash and ablkcipher request. My first patch which try to add skcipher was Nacked, it will add too many functions and adding other algs(aead, asymetric_key) will make the situation worst. This patchset remove all algs specific stuff and now only process generic crypto_async_request. The requests handler function pointer are now moved out of struct engine and are now stored directly in a crypto_engine_reqctx. The original proposal of Herbert [1] cannot be done completly since the crypto_engine could only dequeue crypto_async_request and it is impossible to access any req...
2018 Jan 26
10
[PATCH v2 0/6] crypto: engine - Permit to enqueue all async requests
...nt crypto_engine support only ahash and ablkcipher request. My first patch which try to add skcipher was Nacked, it will add too many functions and adding other algs(aead, asymetric_key) will make the situation worst. This patchset remove all algs specific stuff and now only process generic crypto_async_request. The requests handler function pointer are now moved out of struct engine and are now stored directly in a crypto_engine_reqctx. The original proposal of Herbert [1] cannot be done completly since the crypto_engine could only dequeue crypto_async_request and it is impossible to access any req...
2016 Feb 02
0
[Announce] Samba 4.2.8 Available for Download
...ithout stream prefix and type suffix. * BUG 11645: smbd: make "hide dot files" option work with "store dos attributes = yes". * BUG 11684: s3:smbd: Ignore initial allocation size for directory creation. o Günther Deschner <gd at samba.org> * BUG 11639: lib/async_req: Do not install async_connect_send_test. o Karolin Seeger <kseeger at samba.org> * BUG 11641: docs: Fix typos in man vfs_gpfs. o Uri Simchoni <uri at samba.org> * BUG 11682: smbcacls: Fix uninitialized variable. ####################################### Reporting bugs &...
2016 Feb 02
0
[Announce] Samba 4.2.8 Available for Download
...ithout stream prefix and type suffix. * BUG 11645: smbd: make "hide dot files" option work with "store dos attributes = yes". * BUG 11684: s3:smbd: Ignore initial allocation size for directory creation. o Günther Deschner <gd at samba.org> * BUG 11639: lib/async_req: Do not install async_connect_send_test. o Karolin Seeger <kseeger at samba.org> * BUG 11641: docs: Fix typos in man vfs_gpfs. o Uri Simchoni <uri at samba.org> * BUG 11682: smbcacls: Fix uninitialized variable. ####################################### Reporting bugs &...
2016 Jan 12
0
[Announce] Samba 4.3.4 Available for Download
...BUG 11466: Copying files with vfs_fruit fails when using vfs_streams_xattr without stream prefix and type suffix. * BUG 11645: smbd: Make "hide dot files" option work with "store dos attributes = yes". o Günther Deschner <gd at samba.org> * BUG 11639: lib/async_req: Do not install async_connect_send_test. o Stefan Metzmacher <metze at samba.org> * BUG 11394: Crash: Bad talloc magic value - access after free. o Rowland Penny <repenny241155 at gmail.com> * BUG 11613: samba-tool: Fix uncaught exception if no fSMORoleOwner attribute is...
2016 Jan 12
0
[Announce] Samba 4.3.4 Available for Download
...BUG 11466: Copying files with vfs_fruit fails when using vfs_streams_xattr without stream prefix and type suffix. * BUG 11645: smbd: Make "hide dot files" option work with "store dos attributes = yes". o Günther Deschner <gd at samba.org> * BUG 11639: lib/async_req: Do not install async_connect_send_test. o Stefan Metzmacher <metze at samba.org> * BUG 11394: Crash: Bad talloc magic value - access after free. o Rowland Penny <repenny241155 at gmail.com> * BUG 11613: samba-tool: Fix uncaught exception if no fSMORoleOwner attribute is...