1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-23 20:59:10 +03:00
Commit Graph

711 Commits

Author SHA1 Message Date
8a01bd8f73 netapi: add NetUserChangePassword() to public headers.
Guenther
(This used to be commit 5d06891238)
2008-06-25 09:55:12 +02:00
6fa8ac6ab4 netapi: add NetUserChangePassword skeleton.
Guenther
(This used to be commit f4ce688710)
2008-06-25 09:55:11 +02:00
18c9e75218 libads: use ads_connect_user_creds in some places.
Guenther
(This used to be commit ebf31203e7)
2008-06-24 23:37:58 +02:00
44e153e3c1 netapi: use NetUserEnum filter in example code.
Guenther
(This used to be commit ad10517768)
2008-06-17 20:00:11 +02:00
b330ea29c7 netapi: add NetUserEnum filter constants to public headers.
Guenther
(This used to be commit 32a66131eb)
2008-06-17 20:00:00 +02:00
d0b7bccf6d netapi: implement NetUserEnum filters.
Guenther
(This used to be commit 0bd69df770)
2008-06-17 19:59:50 +02:00
ffba83d22d netapi: add NetRemoteTOD example code.
Guenther
(This used to be commit 2b82779a40)
2008-06-17 19:58:11 +02:00
a2290e5e00 netapi: implement NetRemoteTOD().
Guenther
(This used to be commit 76877680a8)
2008-06-17 19:58:01 +02:00
feca006232 netapi: make NetRemoteTOD() headers public.
Guenther
(This used to be commit 1262ab1843)
2008-06-17 19:57:06 +02:00
ebbeddfdcd netapi: add NetRemoteTOD() skeleton.
Guenther
(This used to be commit 78bc98cb55)
2008-06-17 19:56:44 +02:00
4500f1d584 netapi: Fix Bug #5545 (libnetapi_init without $USER)
Based on patch from Erik van Pienbroek.

Guenther
(This used to be commit 71f4cf7730)
2008-06-17 10:49:38 +02:00
66a5cbaf8b netdomjoin-gui: enable NetGetJoinInformation() call after successfull joining.
Now that libnetjoin reloads configuration after joining, we can rely on the
NetGetJoinInformation() output and use it for displaying the new domain name and
type.

Guenther
(This used to be commit cc1b8de263)
2008-06-05 19:39:24 +02:00
de89de4b58 netdomjoin-gui: fix more gtk runtime warnings.
Guenther
(This used to be commit 521ea68719)
2008-06-05 19:39:17 +02:00
19e5ee0e09 netdomjoin-gui: disable annoying "reboot now" dialog.
Guenther
(This used to be commit 8f0c5f1bed)
2008-06-05 01:11:23 +02:00
7d35e4e294 netdomjoin-gui: some minor fixes + hunting down typecast bugs.
Guenther
(This used to be commit 0fa6c8c6a3)
2008-06-04 18:00:54 +02:00
12281d02ae netapi: remove unrequired headers.
Guenther
(This used to be commit f8fec49ce1)
2008-06-04 01:35:43 +02:00
34413e4707 netapi: fix some build warnings.
Guenther
(This used to be commit 45cd78030f)
2008-06-03 01:37:55 +02:00
dbb8e163af netapi: use libnetapi_samr_lookup_and_open_alias().
Guenther
(This used to be commit d8fad6bf44)
2008-06-03 01:27:50 +02:00
4fd700ca07 netapi: add libnetapi_samr_lookup_and_open_alias().
Guenther
(This used to be commit 890d63f31c)
2008-06-03 01:27:50 +02:00
bd9d129e6a netapi: use libnetapi_samr_open_builtin_domain().
Guenther
(This used to be commit d1bf8c5ae6)
2008-06-03 01:27:50 +02:00
56bdfad87f netapi: add libnetapi_samr_open_builtin_domain().
Guenther
(This used to be commit f15a7f9ab1)
2008-06-03 01:27:50 +02:00
b652e5b475 netapi: let libnetapi_samr_open_domain return WERROR.
Guenther
(This used to be commit 3d037a07e0)
2008-06-03 01:27:49 +02:00
e46506866a netapi: add public header for NetLocalGroupSetInfo().
Guenther
(This used to be commit cb20271012)
2008-06-03 01:27:49 +02:00
1ecf67a18c netapi: Implement NetLocalGroupSetInfo().
Guenther
(This used to be commit f991b4d58e)
2008-06-03 01:27:49 +02:00
0ae3f8b926 netapi: add NetLocalGroupSetInfo() example code.
Guenther
(This used to be commit abd3f70134)
2008-06-03 01:27:49 +02:00
bf225fc8e0 netapi: add NetLocalGroupSetInfo() skeleton.
Guenther
(This used to be commit 325f419636)
2008-06-03 01:27:49 +02:00
a3f1e2ee0a netapi: implement NetLocalGroupGetInfo().
Guenther
(This used to be commit d735ee79fa)
2008-06-03 01:27:48 +02:00
bfef3bb3c6 netapi: add NetLocalGroupGetInfo() example code.
Guenther
(This used to be commit 591003b109)
2008-06-03 01:27:48 +02:00
d8fc64de76 netapi: add NetLocalGroupGetInfo() to public headers.
Guenther
(This used to be commit 4d40d8b51a)
2008-06-03 01:27:48 +02:00
45baadb31a netapi: add NetLocalGroupGetInfo() skeleton.
Guenther
(This used to be commit f70e37a7fe)
2008-06-03 01:27:48 +02:00
808c70340e netapi: add NetLocalGroupDel() example code.
Guenther
(This used to be commit 6ebd618cc7)
2008-06-03 01:27:47 +02:00
5800a52950 netapi: add NetLocalGroupDel() to public headers.
Guenther
(This used to be commit efd4a899f5)
2008-06-03 01:27:47 +02:00
4d6e66a42e netapi: Implement NetLocalGroupDel().
Guenther
(This used to be commit d2426f53fa)
2008-06-03 01:27:47 +02:00
7773d79afd netapi: add NetLocalGroupDel() skeleton.
Guenther
(This used to be commit 4234c87c6c)
2008-06-03 01:27:47 +02:00
5e0c89af5a netapi: add NetLocalGroupAdd() example.
Guenther
(This used to be commit ce60450d83)
2008-06-03 01:27:46 +02:00
dac9e2228c netapi: add NetLocalGroupAdd to public api.
Guenther
(This used to be commit 05ded24642)
2008-06-03 01:27:46 +02:00
97cf9db583 netapi: Implement NetLocalGroupAdd().
Guenther
(This used to be commit f68f75a6e4)
2008-06-03 01:27:46 +02:00
4f419aae80 netapi: add NetLocalGroupAdd() skeleton.
Guenther
(This used to be commit 528544d4ce)
2008-06-03 01:27:46 +02:00
2997e2868c netapi: use libnetapi_samr_open_domain().
Guenther
(This used to be commit b07445e86f)
2008-06-03 01:27:45 +02:00
31c185011f netapi: add libnetapi_samr_open_domain().
Guenther
(This used to be commit a99906f661)
2008-06-03 01:27:45 +02:00
43a0060f09 netapi: Add NetGroupDelUser() example.
Guenther
(This used to be commit 1a8df72030)
2008-06-03 01:27:45 +02:00
4dcfa15b0b netapi: Implement NetGroupDelUser().
Guenther
(This used to be commit 10f69b3ce5)
2008-06-03 01:27:45 +02:00
1e0c8207b0 netapi: add NetGroupAddUser() example.
Guenther
(This used to be commit 7ebe949643)
2008-06-03 01:27:44 +02:00
749e5a80c2 netapi: implement NetGroupAddUser().
Guenther
(This used to be commit c727a49519)
2008-06-03 01:27:44 +02:00
c30b8c4eaf netapi: add dummy implementation for NetGroupAddUser() and NetGroupDelUser().
Guenther
(This used to be commit 6eba84edc6)
2008-06-03 01:27:44 +02:00
0469db82a9 netapi: add NetGroupGetInfo() example code.
Guenther
(This used to be commit 99c8f7e90c)
2008-06-03 01:27:43 +02:00
457649fb02 netapi: Implement NetGroupGetInfo_r().
Guenther
(This used to be commit a8baa45aec)
2008-06-03 01:27:43 +02:00
5b111cc4d5 netapi: add dummy implementation of NetGroupGetInfo().
Guenther
(This used to be commit 88d03b1645)
2008-06-03 01:27:43 +02:00
fe0f0ff2ce netapi: Add NetGroupSetInfo() example code.
Guenther
(This used to be commit a81b302953)
2008-06-03 01:27:42 +02:00
a6f057c0ab netapi: implement NetGroupSetInfo_r().
Guenther
(This used to be commit 4d11c32874)
2008-06-03 01:27:42 +02:00