Searched refs:libnetctx (Results 1 - 21 of 21) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/utils/net/
H A Dnet_time.c34 struct libnet_context *libnetctx; local
46 libnetctx = libnet_context_init(ctx->event_ctx, ctx->lp_ctx);
47 if (!libnetctx) {
50 libnetctx->cred = ctx->credentials;
57 status = libnet_RemoteTOD(libnetctx, ctx, &r);
69 talloc_free(libnetctx);
H A Dnet_vampire.c46 struct libnet_context *libnetctx; local
58 libnetctx = libnet_context_init(ctx->event_ctx, ctx->lp_ctx);
59 if (!libnetctx) {
62 libnetctx->cred = ctx->credentials;
68 status = libnet_SamDump_keytab(libnetctx, ctx, &r);
76 talloc_free(libnetctx);
90 struct libnet_context *libnetctx; local
104 libnetctx = libnet_context_init(ctx->event_ctx, ctx->lp_ctx);
105 if (!libnetctx) {
108 libnetctx
143 struct libnet_context *libnetctx; local
187 struct libnet_context *libnetctx; local
[all...]
H A Dnet_export_keytab.c42 struct libnet_context *libnetctx; local
54 libnetctx = libnet_context_init(ctx->event_ctx, ctx->lp_ctx);
55 if (!libnetctx) {
58 libnetctx->cred = ctx->credentials;
62 status = libnet_export_keytab(libnetctx, ctx, &r);
70 talloc_free(libnetctx);
H A Dnet_join.c32 struct libnet_context *libnetctx; local
61 libnetctx = libnet_context_init(ctx->event_ctx, ctx->lp_ctx);
62 if (!libnetctx) {
65 libnetctx->cred = ctx->credentials;
78 status = libnet_Join(libnetctx, r, r);
84 talloc_free(libnetctx);
89 talloc_free(libnetctx);
H A Dnet_password.c42 struct libnet_context *libnetctx; local
56 libnetctx = libnet_context_init(ctx->event_ctx, ctx->lp_ctx);
57 if (!libnetctx) {
60 libnetctx->cred = ctx->credentials;
70 status = libnet_ChangePassword(libnetctx, ctx, &r);
76 talloc_free(libnetctx);
92 struct libnet_context *libnetctx; local
131 libnetctx = libnet_context_init(ctx->event_ctx, ctx->lp_ctx);
132 if (!libnetctx) {
135 libnetctx
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/utils/net/
H A Dnet_time.c34 struct libnet_context *libnetctx; local
46 libnetctx = libnet_context_init(ctx->event_ctx, ctx->lp_ctx);
47 if (!libnetctx) {
50 libnetctx->cred = ctx->credentials;
57 status = libnet_RemoteTOD(libnetctx, ctx, &r);
69 talloc_free(libnetctx);
H A Dnet_vampire.c46 struct libnet_context *libnetctx; local
58 libnetctx = libnet_context_init(ctx->event_ctx, ctx->lp_ctx);
59 if (!libnetctx) {
62 libnetctx->cred = ctx->credentials;
68 status = libnet_SamDump_keytab(libnetctx, ctx, &r);
76 talloc_free(libnetctx);
90 struct libnet_context *libnetctx; local
104 libnetctx = libnet_context_init(ctx->event_ctx, ctx->lp_ctx);
105 if (!libnetctx) {
108 libnetctx
143 struct libnet_context *libnetctx; local
187 struct libnet_context *libnetctx; local
[all...]
H A Dnet_export_keytab.c42 struct libnet_context *libnetctx; local
54 libnetctx = libnet_context_init(ctx->event_ctx, ctx->lp_ctx);
55 if (!libnetctx) {
58 libnetctx->cred = ctx->credentials;
62 status = libnet_export_keytab(libnetctx, ctx, &r);
70 talloc_free(libnetctx);
H A Dnet_join.c32 struct libnet_context *libnetctx; local
61 libnetctx = libnet_context_init(ctx->event_ctx, ctx->lp_ctx);
62 if (!libnetctx) {
65 libnetctx->cred = ctx->credentials;
78 status = libnet_Join(libnetctx, r, r);
84 talloc_free(libnetctx);
89 talloc_free(libnetctx);
H A Dnet_password.c42 struct libnet_context *libnetctx; local
56 libnetctx = libnet_context_init(ctx->event_ctx, ctx->lp_ctx);
57 if (!libnetctx) {
60 libnetctx->cred = ctx->credentials;
70 status = libnet_ChangePassword(libnetctx, ctx, &r);
76 talloc_free(libnetctx);
92 struct libnet_context *libnetctx; local
131 libnetctx = libnet_context_init(ctx->event_ctx, ctx->lp_ctx);
132 if (!libnetctx) {
135 libnetctx
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/utils/net/
H A Dnet_time.c34 struct libnet_context *libnetctx; local
46 libnetctx = libnet_context_init(ctx->event_ctx, ctx->lp_ctx);
47 if (!libnetctx) {
50 libnetctx->cred = ctx->credentials;
57 status = libnet_RemoteTOD(libnetctx, ctx, &r);
69 talloc_free(libnetctx);
H A Dnet_vampire.c46 struct libnet_context *libnetctx; local
58 libnetctx = libnet_context_init(ctx->event_ctx, ctx->lp_ctx);
59 if (!libnetctx) {
62 libnetctx->cred = ctx->credentials;
68 status = libnet_SamDump_keytab(libnetctx, ctx, &r);
76 talloc_free(libnetctx);
90 struct libnet_context *libnetctx; local
104 libnetctx = libnet_context_init(ctx->event_ctx, ctx->lp_ctx);
105 if (!libnetctx) {
108 libnetctx
143 struct libnet_context *libnetctx; local
187 struct libnet_context *libnetctx; local
[all...]
H A Dnet_export_keytab.c42 struct libnet_context *libnetctx; local
54 libnetctx = libnet_context_init(ctx->event_ctx, ctx->lp_ctx);
55 if (!libnetctx) {
58 libnetctx->cred = ctx->credentials;
62 status = libnet_export_keytab(libnetctx, ctx, &r);
70 talloc_free(libnetctx);
H A Dnet_join.c32 struct libnet_context *libnetctx; local
61 libnetctx = libnet_context_init(ctx->event_ctx, ctx->lp_ctx);
62 if (!libnetctx) {
65 libnetctx->cred = ctx->credentials;
78 status = libnet_Join(libnetctx, r, r);
84 talloc_free(libnetctx);
89 talloc_free(libnetctx);
H A Dnet_password.c42 struct libnet_context *libnetctx; local
56 libnetctx = libnet_context_init(ctx->event_ctx, ctx->lp_ctx);
57 if (!libnetctx) {
60 libnetctx->cred = ctx->credentials;
70 status = libnet_ChangePassword(libnetctx, ctx, &r);
76 talloc_free(libnetctx);
92 struct libnet_context *libnetctx; local
131 libnetctx = libnet_context_init(ctx->event_ctx, ctx->lp_ctx);
132 if (!libnetctx) {
135 libnetctx
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/torture/libnet/
H A Dlibnet_share.c123 struct libnet_context* libnetctx; local
134 libnetctx = libnet_context_init(torture->ev, torture->lp_ctx);
135 if (!libnetctx) {
141 libnetctx->cred = cmdline_credentials;
151 status = libnet_ListShares(libnetctx, mem_ctx, &share);
206 struct libnet_context* libnetctx; local
216 libnetctx = libnet_context_init(torture->ev, torture->lp_ctx);
217 libnetctx->cred = cmdline_credentials;
232 status = libnet_DelShare(libnetctx, torture, &share);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/torture/libnet/
H A Dlibnet_share.c123 struct libnet_context* libnetctx; local
134 libnetctx = libnet_context_init(torture->ev, torture->lp_ctx);
135 if (!libnetctx) {
141 libnetctx->cred = cmdline_credentials;
151 status = libnet_ListShares(libnetctx, mem_ctx, &share);
206 struct libnet_context* libnetctx; local
216 libnetctx = libnet_context_init(torture->ev, torture->lp_ctx);
217 libnetctx->cred = cmdline_credentials;
232 status = libnet_DelShare(libnetctx, torture, &share);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/torture/libnet/
H A Dlibnet_share.c123 struct libnet_context* libnetctx; local
134 libnetctx = libnet_context_init(torture->ev, torture->lp_ctx);
135 if (!libnetctx) {
141 libnetctx->cred = cmdline_credentials;
151 status = libnet_ListShares(libnetctx, mem_ctx, &share);
206 struct libnet_context* libnetctx; local
216 libnetctx = libnet_context_init(torture->ev, torture->lp_ctx);
217 libnetctx->cred = cmdline_credentials;
232 status = libnet_DelShare(libnetctx, torture, &share);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/torture/rpc/
H A Ddfs.c54 struct libnet_context* libnetctx; local
59 if (!(libnetctx = libnet_context_init(tctx->ev, tctx->lp_ctx))) {
63 libnetctx->cred = cmdline_credentials;
78 status = libnet_AddShare(libnetctx, mem_ctx, &r);
94 struct libnet_context* libnetctx; local
99 if (!(libnetctx = libnet_context_init(tctx->ev, tctx->lp_ctx))) {
103 libnetctx->cred = cmdline_credentials;
108 status = libnet_DelShare(libnetctx, mem_ctx, &r);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/torture/rpc/
H A Ddfs.c54 struct libnet_context* libnetctx; local
59 if (!(libnetctx = libnet_context_init(tctx->ev, tctx->lp_ctx))) {
63 libnetctx->cred = cmdline_credentials;
78 status = libnet_AddShare(libnetctx, mem_ctx, &r);
94 struct libnet_context* libnetctx; local
99 if (!(libnetctx = libnet_context_init(tctx->ev, tctx->lp_ctx))) {
103 libnetctx->cred = cmdline_credentials;
108 status = libnet_DelShare(libnetctx, mem_ctx, &r);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/torture/rpc/
H A Ddfs.c54 struct libnet_context* libnetctx; local
59 if (!(libnetctx = libnet_context_init(tctx->ev, tctx->lp_ctx))) {
63 libnetctx->cred = cmdline_credentials;
78 status = libnet_AddShare(libnetctx, mem_ctx, &r);
94 struct libnet_context* libnetctx; local
99 if (!(libnetctx = libnet_context_init(tctx->ev, tctx->lp_ctx))) {
103 libnetctx->cred = cmdline_credentials;
108 status = libnet_DelShare(libnetctx, mem_ctx, &r);

Completed in 101 milliseconds