Günther Deschner
d8c1f1d24f
netapi: Add NetGroupDel/NetGroupAdd header.
...
Guenther
(This used to be commit 84104cb900 )
2008-06-03 01:27:40 +02:00
Günther Deschner
ee671b1982
libnetapi: add dummy implementation for NetGroupAdd() and NetGroupDel().
...
Guenther
(This used to be commit d690f9e9f8 )
2008-06-03 01:27:40 +02:00
Günther Deschner
0b25870b54
netdomjoin-gui: before prompting for creds (for receiving joinable ous), find a dc.
...
Guenther
(This used to be commit ae60695a34 )
2008-05-16 12:11:43 +02:00
Günther Deschner
67c644aa59
dsgetdcname: use existing messaging_context if possible.
...
Guenther
(This used to be commit 7889516a38 )
2008-05-09 14:59:20 +02:00
Günther Deschner
f11acf3582
Use strip_hostname after dsgetdcname/getdcname calls.
...
Guenther
(This used to be commit 82cbb3269b )
2008-05-09 14:59:19 +02:00
Günther Deschner
d3dfdc2f59
netdomjoin-gui: before prompting for creds, ask dsgetdcname for a dc.
...
Guenther
(This used to be commit 47146effc1 )
2008-05-08 01:09:14 +02:00
Günther Deschner
f847929c2c
netapi: add -f switch for DsGetDCName() example and be more verbose on output.
...
Guenther
(This used to be commit 3feaa9829c )
2008-05-07 10:42:29 +02:00
Günther Deschner
1223574c7b
netapi: fix returned name buffer in NetGetJoinInformation_r().
...
Guenther
(This used to be commit 0e8e05d556 )
2008-04-29 20:22:01 +02:00
Günther Deschner
50e64115fc
libnetapi: Add Doxyfile.
...
Guenther
(This used to be commit a34801d677 )
2008-04-20 23:20:21 +02:00
Günther Deschner
25c454cbba
netdomjoin-gui: Omit warning when unjoining a domain fails.
...
Guenther
(This used to be commit ba1d2e8761 )
2008-04-20 23:20:21 +02:00
Volker Lendecke
cee268b5cb
Make convert_samr_dispinfo_to_NET_DISPLAY() static
...
(This used to be commit a30a26d471 )
2008-04-20 14:08:17 +02:00
Volker Lendecke
b9cc055062
Introduce rpc_pipe_np_smb_conn()
...
This abstracts away all references to rpc_pipe_client->cli, the only reference
is now in cli_pipe.c.
(This used to be commit c56e1c08ce )
2008-04-20 14:08:16 +02:00
Volker Lendecke
f56eedb95c
Remove the pipe_idx variable from rpc_pipe_client
...
(This used to be commit 4840febcd4 )
2008-04-20 11:47:33 +02:00
Volker Lendecke
2a2188591b
Add "desthost" to rpc_pipe_client
...
This reduces the dependency on cli_state
(This used to be commit 783afab9c8 )
2008-04-20 00:13:09 +02:00
Günther Deschner
08cc63f814
libnetapi: Disable talloc_enable_leak_report.
...
Guenther
(This used to be commit 4ba98dd0cc )
2008-04-17 14:13:13 +02:00
Günther Deschner
73754b98f4
netdomjoin-gui: Fix label alignment showing up with lower screen-resolution.
...
Guenther
(This used to be commit e06a54aa7d )
2008-04-17 14:13:13 +02:00
Günther Deschner
b105108939
libnetapi: Add initial inline doxygen comments.
...
Guenther
(This used to be commit 01bc4b6ac0 )
2008-04-16 10:14:40 +02:00
Günther Deschner
3455702721
libnetapi: Let NetUserAdd_l/NetUserDel_l talk to the local RPC server.
...
Guenther
(This used to be commit 9bbb6cea0b )
2008-04-16 02:38:13 +02:00
Günther Deschner
46e6bc1153
libnetapi: do not overwrite status in libnetapi_get_error_string().
...
Guenther
(This used to be commit 143e2b5730 )
2008-04-16 00:15:39 +02:00
Günther Deschner
7d7283fb0e
libnetapi: Add missing headers.
...
Guenther
(This used to be commit 3fda711f25 )
2008-04-15 22:30:06 +02:00
Günther Deschner
aea1a244ee
libnetapi: add libnetapi_set_use_kerberos
...
Don't unconditionally set the kerberos flag for authentication.
Guenther
(This used to be commit 15bef5ae41 )
2008-04-13 19:25:59 +02:00
Günther Deschner
6318088434
libnetapi: Add NetQueryDisplayInformation header.
...
Guenther
(This used to be commit 3c107934ac )
2008-04-13 19:25:59 +02:00
Günther Deschner
d0acdc9038
libnetapi: add NetQueryDisplayInformation example.
...
Guenther
(This used to be commit 5f9332cf1f )
2008-04-13 19:15:15 +02:00
Günther Deschner
b3367c9e35
libnetapi: fill in NetQueryDisplayInformation_r.
...
Guenther
(This used to be commit 7fb9991b4c )
2008-04-13 19:12:31 +02:00
Günther Deschner
dcb9264edf
libnetapi: don't reset the error code in NetUserAdd_r if the operation failed.
...
Guenther
(This used to be commit 9edb067f62 )
2008-04-13 19:11:01 +02:00
Günther Deschner
5647deccb1
libnetapi: add NetQueryDisplayInformation skeleton.
...
Guenther
(This used to be commit 6ec4a62b6d )
2008-04-13 19:04:18 +02:00
Günther Deschner
e39f02217a
libnetapi: don't to try to free NULL struct.
...
Guenther
(This used to be commit eb33d30d80 )
2008-04-13 17:39:29 +02:00
Günther Deschner
a75421b019
Fix ou handling in netdomjoin-gui.
...
The ou list was concatenated again and again...
Guenther
(This used to be commit 84608e165e )
2008-04-13 00:46:33 +02:00
Michael Adam
2595377988
libnetapi: fix a C++ warning by making implicit cast explicit
...
Michael
(This used to be commit b62dd61cc5 )
2008-04-13 00:24:42 +02:00
Michael Adam
ecd46b8ad4
libnetapi: fix interactive logging by preventing setup_logging from closing stderr.
...
Michael
(This used to be commit 563b837b76 )
2008-04-12 02:05:25 +02:00
Günther Deschner
ef6ed54765
Use libnetapi_open_pipe in netapi functions.
...
Guenther
(This used to be commit 5804d8b112 )
2008-04-10 22:44:00 +02:00
Günther Deschner
3d5aecd2b9
Add libnetapi_open_pipe, inspired by the cli_cm_ interface.
...
Guenther
(This used to be commit 87d8fc338f )
2008-04-10 22:42:07 +02:00
Günther Deschner
aeb7f7db40
Use libnetapi_open_ipc_connection in libnetapi.
...
Guenther
(This used to be commit d9f19fc615 )
2008-04-10 22:04:04 +02:00
Günther Deschner
deb6362f1f
Fix one missing netapi_private header.
...
Guenther
(This used to be commit d34c3e8ad2 )
2008-04-10 21:56:12 +02:00
Günther Deschner
8ab9696bfb
Split out private headers in libnetapi.
...
Guenther
(This used to be commit dd6251d514 )
2008-04-10 21:52:03 +02:00
Günther Deschner
4968ce2555
Add very basic cli_cm_* based connection handler to libnetapi.
...
Guenther
(This used to be commit e9e46cfcbe )
2008-04-10 21:41:03 +02:00
Günther Deschner
1a8a8b7769
Use SERVER_INFO_1005 in libnetapi.
...
Guenther
(This used to be commit 5f8793dd1d )
2008-04-10 21:31:12 +02:00
Günther Deschner
8ea6da9354
Fix typo.
...
Guenther
(This used to be commit 30337bce2c )
2008-04-10 21:23:59 +02:00
Günther Deschner
c12bf374fe
Add NetUserEnum example.
...
Guenther
(This used to be commit 7d9f64fd84 )
2008-04-09 13:50:30 +02:00
Günther Deschner
4801d0c6f3
Add NetUserEnum to libnetapi.
...
Guenther
(This used to be commit 6c933d0b38 )
2008-04-09 13:47:51 +02:00
Günther Deschner
b3422d1d1c
Add Add NetUserDel example.
...
Guenther
(This used to be commit 3123e68bda )
2008-04-09 13:39:27 +02:00
Günther Deschner
fb538ad641
Add NetUserDel to libnetapi.
...
Guenther
(This used to be commit 92ba18fcd0 )
2008-04-09 13:35:49 +02:00
Günther Deschner
41c8597ae3
Add NetUserAdd example.
...
Guenther
(This used to be commit 0d79560665 )
2008-04-09 13:28:30 +02:00
Günther Deschner
6b2ae8e9ff
Add NetUserAdd to libnetapi.
...
Guenther
(This used to be commit cb98996ed2 )
2008-04-09 13:23:09 +02:00
Günther Deschner
af19343df8
Try to use kerberos in libnetapi.
...
Guenther
(This used to be commit 9cfce22295 )
2008-04-08 19:42:26 +02:00
Günther Deschner
298824357a
Add DsGetDcName libnetapi example.
...
Guenther
(This used to be commit 0216e55fa8 )
2008-04-08 19:40:47 +02:00
Günther Deschner
05202a5d4e
Add DsGetDcName call to libnetapi library.
...
Guenther
(This used to be commit 27780e9841 )
2008-04-08 19:40:47 +02:00
Günther Deschner
6531d0b13f
Fix includes in libnetapi examples common.c
...
Guenther
(This used to be commit 922ff9d016 )
2008-04-08 19:40:47 +02:00
Günther Deschner
cccaef9e08
Use popt in libetapi example code.
...
Guenther
(This used to be commit 6f239df3f5 )
2008-04-08 14:34:30 +02:00
Günther Deschner
0f86cc18ff
Prefill in username in libnetapi ctx.
...
Guenther
(This used to be commit 394bdb89ef )
2008-04-08 14:29:21 +02:00