1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
Commit Graph

4394 Commits

Author SHA1 Message Date
Jeremy Allison
f0b1a1bc9b Remove the requirement for ldap call made as root. Add in security
checks for all SAMR calls.
Jeremy.
2008-10-20 16:51:37 -07:00
Jeremy Allison
6aba351676 Fix warnings.
Jeremy.
2008-10-20 16:34:56 -07:00
Jelmer Vernooij
e09c0c1185 Merge branch 'master' of ssh://git.samba.org/data/git/samba into crypt 2008-10-19 14:27:08 +02:00
Jelmer Vernooij
99f0d6b1c1 Merge branch 'master' of ssh://git.samba.org/data/git/samba 2008-10-19 13:20:55 +02:00
Jelmer Vernooij
f0c4829e82 Remove silly safe_free() function which is a wrapper around SAFE_FREE().
Since it's a function it just sets the local pointer to NULL and basically
is an equivalent to free().

It also claims it's being used for callbacks but isn't used that way
anywhere.
2008-10-19 13:06:14 +02:00
Jelmer Vernooij
8e704e4107 Move more functions out of util_str.c into the shared util.c. 2008-10-19 12:38:16 +02:00
Jelmer Vernooij
2fc058bdb0 Make generate_random_buffer signature match that of lib/util. 2008-10-19 10:16:21 +02:00
Jelmer Vernooij
7275952568 Add TALLOC_CTX pointer to generate_random_str(), for consistency with
Samba 4.
2008-10-19 10:05:48 +02:00
Jelmer Vernooij
33032d591f Move ufc to libreplace. 2008-10-18 17:49:41 +02:00
Jelmer Vernooij
f3f9446ec1 Rename hex_encode to hex_encode_talloc,for consistency with samba 4 and heimdal. 2008-10-18 16:16:57 +02:00
Jelmer Vernooij
89c9545430 Use str_list_equal() rather than str_list_compare(). 2008-10-18 15:56:07 +02:00
Jelmer Vernooij
b3b6d8f3f9 Fix const, dupes. 2008-10-18 15:00:18 +02:00
Jelmer Vernooij
2d89b52be8 Use separate make variables for libutil and libcrypto. 2008-10-18 14:28:40 +02:00
Jelmer Vernooij
519458a2fa Use shared util.c. 2008-10-18 14:27:13 +02:00
Jelmer Vernooij
842ea427bc Use standard va_copy. 2008-10-18 14:15:33 +02:00
Jeremy Allison
6f77607047 Fix bug 5826 - Directory/Filenames get truncated when 3.2.0 client acesses old server.
There was some code in pull_ucs2_base_talloc() to cope with this case which
hadn't been added to pull_ascii_base_talloc(). The older Samba returns non
unicode names which is why you are seeing this codepath being executed.

Unify the logic in pull_ascii_base_talloc() and pull_ucs2_base_talloc().
Jeremy.
2008-10-16 15:40:57 -07:00
Günther Deschner
65dc1eeceb s3: fix various samr callers.
Guenther
2008-10-15 17:11:27 +02:00
Jelmer Vernooij
ecca199486 Fix merged build . 2008-10-14 23:25:12 +02:00
Jelmer Vernooij
606c398fb8 Rely on standard {u,}int{8,16,32,64}_t types provided by system or
libreplace for {u,}int{8,16,32,64} defines.
2008-10-14 03:38:34 +02:00
Jelmer Vernooij
389cfee579 Use GUID_random. 2008-10-14 02:41:20 +02:00
Jelmer Vernooij
a62c510d8b Use GUID_from_string. 2008-10-14 02:33:41 +02:00
Jelmer Vernooij
1f3e4f39c5 Use GUID_string rather than smb_uuid_string(). 2008-10-14 02:26:18 +02:00
Jelmer Vernooij
fd443f819e Use common fusage implementation. 2008-10-14 02:16:27 +02:00
Jelmer Vernooij
4746f79d50 Use {u,}int64_t instead of SMB_BIG_{U,}INT. 2008-10-14 01:59:36 +02:00
Jelmer Vernooij
2fddd2e2d5 Share ndrdump implementation. 2008-10-13 15:58:45 +02:00
Jelmer Vernooij
f6575a270f Use DATA_BLOB instead of "struct data_blob". 2008-10-13 05:31:01 +02:00
Jelmer Vernooij
aa982895e5 Add data_blob_string_const_null() function that includes the terminating
null byte and use it in Samba 3.

This matches the behaviour prior to my data_blob changes.
2008-10-13 05:20:26 +02:00
Jelmer Vernooij
1b99d8fbb5 Use common util_file code. 2008-10-12 17:34:43 +02:00
Jelmer Vernooij
7d371c684d Sync util_tdb implementations. 2008-10-12 16:53:17 +02:00
Jelmer Vernooij
a52e729f30 Move rbtree.[ch] to lib/util. 2008-10-12 16:27:00 +02:00
Jelmer Vernooij
7bd4e6e495 Use common signal helper implementation. 2008-10-12 05:23:26 +02:00
Jelmer Vernooij
348be5f1e4 Share data_blob implementation. 2008-10-12 01:46:15 +02:00
Jelmer Vernooij
218f482fbf Use common strlist implementation in Samba 3 and Samba 4. 2008-10-12 00:56:56 +02:00
Jelmer Vernooij
cb78d4593b Cope with changed signature of http_timestring(). 2008-10-11 23:57:44 +02:00
Jelmer Vernooij
e439b3e7ab Use xfile from common lib/util in Samba 3.
Conflicts:

	source3/Makefile.in
2008-10-11 21:52:55 +02:00
Jelmer Vernooij
2c4391e950 Provide the same set of helper functions for DEBUG in Samba 3 and Samba
4, even though the macros are still different.

This makes it possible to use object code compiled with one DEBUG()
macro from the other sourceX directory.
2008-10-11 20:44:19 +02:00
Jelmer Vernooij
6a78e56277 Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4 2008-10-11 14:44:10 +02:00
Jeremy Allison
e5692d4cbe Remove SEC_ACCESS. It's a uint32_t.
Jeremy.
2008-10-09 09:49:03 -07:00
Jeremy Allison
543c6a02ae For the vfs_acl_xattr.c module, make sure we map GENERIC file and directory bits
to specific bits every time a security descriptor is set. The S4 torture suite proves
that generic bits are not returned when querying an ACL set using them (ie. only
the specific bits are stored on disk).
Jeremy.
2008-10-08 18:06:58 -07:00
Jeremy Allison
2024d87cf5 Make map_errno_from_nt_status() a generic call, not just a cli specific one.
Remove some unused calls from vfs_acl_xattr. Test for SD's on existing files.
Jeremy.
2008-10-07 14:43:42 -07:00
Volker Lendecke
8670235f2a Fix some missing error handlings 2008-10-05 14:02:34 +02:00
Volker Lendecke
01ecd766c8 OS/X does not have rl_done in readline.h 2008-10-05 13:22:08 +02:00
Jeremy Allison
a9390d3047 Correctly fix smbclient to terminate on eof from server.
Jeremy.
2008-10-03 14:58:41 -07:00
Jeremy Allison
f6c883b4b0 Simply our main loop processing. A lot :-). Correctly use events for all the previous "special" cases.
A step on the way to adding signals to the events and being able to merge the S3 event system with
the S4 one.
Jeremy.
2008-10-03 14:18:35 -07:00
Derrell Lipman
f0c1749636 Fix bug 5805: don't close stdout
- When calling setup_logging multiple times, the code was closing the debug
  file descriptor before opening or assigning the new one.  We don't, however,
  want to close the debug file descriptor if it is stdout.

Derrell
2008-10-02 09:03:32 -04:00
Andrew Tridgell
7caa8c85ac fixed an (unlikely) memory leak 2008-09-29 14:01:01 +02:00
Andrew Tridgell
acf5f2e5b0 fixed a segfault on the ctdb destructor code 2008-09-29 14:01:00 +02:00
Michael Adam
4fa4a524de [s3]fix build --with-cluster-support after ndr_[pull|push]_struct blob changes.
Michael
2008-09-29 14:00:59 +02:00
Volker Lendecke
a9a59f5f3d Fix async_connect 2008-09-29 03:16:02 +02:00
Günther Deschner
917b141e7d netapi: start supporting NetUserSetInfo level 3.
Guenther
2008-09-25 20:50:16 +02:00
Stefan Metzmacher
f27774729e s3:lib/ldb: Don't return already freed pointer on error.
metze

Signed-off-by: Karolin Seeger <kseeger@samba.org>
2008-09-25 07:15:18 -07:00
Jelmer Vernooij
edeb20b921 Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4
Conflicts:
	source3/include/includes.h
2008-09-24 18:38:45 +02:00
Jelmer Vernooij
d2062ab74f Use common crc32 implementation. 2008-09-24 16:46:02 +02:00
Jelmer Vernooij
da01822671 Use common arcfour implementation. 2008-09-24 16:04:43 +02:00
Jelmer Vernooij
2413a72006 Use shared copy of hmac5 implementation. 2008-09-24 15:44:34 +02:00
Jelmer Vernooij
5709ded3ef Use common md4 implementation. 2008-09-24 15:37:15 +02:00
Jelmer Vernooij
45bc578664 Use common MD5. 2008-09-24 15:34:30 +02:00
Günther Deschner
fd3ba988dc s3-nbt: fix remaining callers of ndr_push/pull_struct_blob.
Guenther
2008-09-23 09:49:56 +02:00
Günther Deschner
b47953ea10 netapi: add NetFile testsuite.
Guenther
2008-09-22 19:36:53 +02:00
Günther Deschner
ba58d17e69 netapi: fix case statement in example NetUserSetModals code.
Guenther
2008-09-22 19:31:44 +02:00
Günther Deschner
c91a907688 build: fix cflag recursion in generated netapi makefiles.
Guenther
2008-09-17 18:05:54 +02:00
Jelmer Vernooij
323346f7b0 Merge branch 'singlecompression' into single 2008-09-16 19:07:59 +02:00
Jelmer Vernooij
9c466a6158 Use single copy of compression library in Samba3,4. 2008-09-16 19:07:02 +02:00
Jelmer Vernooij
a347ab83f4 Merge branch 'singlensswrap' into single
Conflicts:
	source3/configure.in
	source4/Makefile
	source4/configure.ac
	source4/lib/nss_wrapper/nss_wrapper.c
	source4/lib/replace/system/passwd.h
	source4/main.mk
2008-09-16 17:07:11 +02:00
Jelmer Vernooij
ca2da61540 Use single cope of nss_wrapper in Samba 3 and Samba 4. 2008-09-16 17:05:00 +02:00
Jelmer Vernooij
7fdca97040 Merge branch 'singlesw' into single
Conflicts:
	source3/lib/socket_wrapper/socket_wrapper.c
	source4/lib/replace/system/network.h
2008-09-16 16:46:22 +02:00
Jelmer Vernooij
bf21371c09 Merge branch 'singlereplace' into single
Conflicts:
	source4/configure.ac
	source4/torture/local/config.mk
2008-09-16 16:45:10 +02:00
Jelmer Vernooij
f957aeaee6 Merge branch 'singletdb' into single 2008-09-16 16:44:16 +02:00
Jelmer Vernooij
41669237cd Use single copy of socket_wrapper in Samba 3 and Samba 4. 2008-09-16 16:39:45 +02:00
Jelmer Vernooij
0888ffa2b7 Make Samba 3 and Samba 4 both use the same single copy of libreplace. 2008-09-16 16:30:14 +02:00
Jelmer Vernooij
7111645d3c Use single copy of tdb in both samba3 and samba4. 2008-09-16 15:16:31 +02:00
Jelmer Vernooij
80a5da73e9 Share talloc source code between Samba 3 and Samba 4. 2008-09-16 14:36:41 +02:00
Stefan Metzmacher
4f2b99646b lib/tdb: sync build system changes and python code from samba4
metze
(This used to be commit bdb8ed2448)
2008-09-14 19:23:00 +02:00
Stefan Metzmacher
bedd2710fb lib/talloc: sync build system changes from samba4
metze
(This used to be commit 0143c320cc)
2008-09-14 19:18:12 +02:00
Andrew Bartlett
afbd57080b Skip strcmp() on 2 NULL pointers.
Andrew Bartlett
(cherry picked from commit 7b9a647ebb)
(This used to be commit 60f7bdac64)
2008-09-14 19:17:19 +02:00
Kai Blin
b725e9e586 r26514: Revert the talloc.c part of r26511, as talloc.h already takes care of thois.
Thanks to metze for pointing this out
(cherry picked from commit 4a5e1047ff)
(This used to be commit 523cc93f89)
2008-09-14 19:12:57 +02:00
Stefan Metzmacher
375ca336fe r26511: Janitorial: Fix a warning for the 'printf' attribute on gendb_search_v
While at it, also add a PRINTF_ATTRIBUTE for talloc_vasprintf.
(partialy cherry picked from commit 5b3a8c8ae1)
metze
(This used to be commit 0073e41a01)
2008-09-14 19:12:39 +02:00
Simo Sorce
79297bc132 Update homepages for talloc, tdb and ldb subprojects
(cherry picked from commit 8cb07814bc)
(This used to be commit 7d85b8d076)
2008-09-14 19:04:05 +02:00
Michael Adam
ed902d2f91 Adapt source code checkout information to git repo in talloc website.
Michael
(cherry picked from commit 254be79799)
(This used to be commit ac724cddc4)
2008-09-14 19:03:55 +02:00
Michael Adam
5806d2694d Fix paths for talloc into unpacked directory (rsync commands).
Michael
(cherry picked from commit 2839d7f67a)
(This used to be commit a891494d93)
2008-09-14 19:03:46 +02:00
Michael Adam
be9363deed Fix path to talloc guide. Noted by "teferi" on irc.
Michael
(cherry picked from commit bc4e03f2dd)
(This used to be commit 5e5528ff96)
2008-09-14 19:03:31 +02:00
Jelmer Vernooij
586084688a r25614: Add trivial tdb website.
(cherry picked from commit 6f88c41c31)
(This used to be commit 830f99fb5d)
2008-09-14 19:00:08 +02:00
Stefan Metzmacher
e86dc14d83 libreplace: include <krb5.h> and <com_err.h> and no heimdal specific headers
metze
(partialy cherry picked from commit cffed8e19e)
(This used to be commit f46a17b408)
2008-09-14 18:28:17 +02:00
Jelmer Vernooij
8f691ac524 Fix extra dash in command line flag.
(cherry picked from commit c823cfadb0)
(This used to be commit 176d624376)
2008-09-14 18:20:42 +02:00
Günther Deschner
cf3d089afa netapi: fix NetUserGetLocalGroups.
Guenther
(This used to be commit 5d91c9184c)
2008-09-12 14:12:52 +02:00
Günther Deschner
f792f87094 netapi: fix NetGroupGetUsers (only enumerates users).
Guenther
(This used to be commit a94318be46)
2008-09-12 14:12:33 +02:00
Günther Deschner
47dbe6f7ae netapi: fix NetUserSetGroups.
Guenther
(This used to be commit e8b27b69f3)
2008-09-12 14:12:24 +02:00
Günther Deschner
00ba381e09 netapi: fix NetGroupSetUsers.
Guenther
(This used to be commit 735bc2e425)
2008-09-12 14:12:14 +02:00
Jelmer Vernooij
41ebc6fe73 Reorder defines for version for consistency with Samba 4.
(This used to be commit fe36d83508)
2008-09-12 12:38:54 +02:00
Günther Deschner
898a69ea0c netapi: implement NetFileEnum_r.
Guenther
(This used to be commit fd66b72fd0)
2008-09-11 14:38:05 +02:00
Günther Deschner
d556635bcc netapi: add NetFileEnum example code.
Guenther
(This used to be commit 32ee2dadab)
2008-09-11 14:37:56 +02:00
Günther Deschner
6b3308648c netapi: add NetFileEnum to public header.
Guenther
(This used to be commit 50ce2a3d1a)
2008-09-11 14:37:48 +02:00
Günther Deschner
13f28b5747 netapi: add NetFileEnum skeleton.
Guenther
(This used to be commit 8113249fe3)
2008-09-11 14:37:41 +02:00
Günther Deschner
939d969490 netapi: add NetFileGetInfo example code.
Guenther
(This used to be commit 6615803642)
2008-09-11 14:37:18 +02:00
Günther Deschner
8ab0d696c5 netapi: add NetFileGetInfo to public header.
Guenther
(This used to be commit 5dd017b33f)
2008-09-11 14:37:11 +02:00
Günther Deschner
93ae66e01e netapi: implement NetFileGetInfo_r.
Guenther
(This used to be commit de84049bc1)
2008-09-11 14:37:02 +02:00
Günther Deschner
f2381acf5a netapi: add NetFileGetInfo skeleton.
Guenther
(This used to be commit 6c61c2e35e)
2008-09-11 14:36:55 +02:00
Günther Deschner
cb1e34745b netapi: implement NetFileClose_r.
Guenther
(This used to be commit 0cbbdf21ed)
2008-09-11 14:36:28 +02:00
Günther Deschner
120e7ba1f4 netapi: add NetFileClose example code.
Guenther
(This used to be commit 9d6e365534)
2008-09-11 14:36:21 +02:00
Günther Deschner
bbd2eeb0f6 netapi: add NetFileClose to public header.
Guenther
(This used to be commit 502bbf00fa)
2008-09-11 14:36:12 +02:00
Günther Deschner
1aff853427 netapi: add NetFileClose skeleton.
Guenther
(This used to be commit 4a006ae644)
2008-09-11 14:36:05 +02:00
Günther Deschner
2474026c00 netapi: implement NetUserGetLocalGroups_r.
Guenther
(This used to be commit 969bc7ce3d)
2008-09-11 14:31:06 +02:00
Günther Deschner
434ff0ddc8 netapi: add NetUserGetLocalGroups example code.
Guenther
(This used to be commit 7d05936ff4)
2008-09-11 14:30:56 +02:00
Günther Deschner
f87901f7e4 netapi: add NetUserGetLocalGroups to public header.
Guenther
(This used to be commit 299f76f4ce)
2008-09-11 14:30:49 +02:00
Günther Deschner
40e9ddd6e4 netapi: add NetUserGetLocalGroups skeleton.
Guenther
(This used to be commit b31209e449)
2008-09-11 14:30:42 +02:00
Günther Deschner
a5bf77be86 netapi: fix group_getusers example.
Guenther
(This used to be commit a977e18a66)
2008-09-11 14:30:18 +02:00
Günther Deschner
de1ec0f40c netapi: implement NetGroupGetUsers_r.
Guenther
(This used to be commit 7b77dacde5)
2008-09-11 14:30:08 +02:00
Günther Deschner
9e7a0a8ddb netapi: implement NetGroupSetUsers_r.
Guenther
(This used to be commit 0ba0ffdb30)
2008-09-11 14:30:00 +02:00
Günther Deschner
dcdca803fc netapi: add example code for NetGroupSetUsers.
Guenther
(This used to be commit dc7994195c)
2008-09-11 14:29:52 +02:00
Günther Deschner
b6d861a9c0 netapi: add NetGroupSetUsers to public header.
Guenther
(This used to be commit 72a0b27aec)
2008-09-11 14:29:44 +02:00
Günther Deschner
ffdfe3e8b4 netapi: add skeleton for NetGroupSetUsers.
Guenther
(This used to be commit 4d92d000a1)
2008-09-11 14:29:36 +02:00
Günther Deschner
d26bd64f95 netapi: implement NetUserSetGroups_r.
Guenther
(This used to be commit 2ddee7577d)
2008-09-11 14:29:10 +02:00
Günther Deschner
2fb0f6c995 netapi: add example code for NetUserSetGroups.
Guenther
(This used to be commit 1355939b4c)
2008-09-11 14:29:02 +02:00
Günther Deschner
fce223602e netapi: add NetUserSetGroups to public header.
Guenther
(This used to be commit 3e96cd229c)
2008-09-11 14:28:54 +02:00
Günther Deschner
cbcebf0f08 netapi: add skeleton for NetUserSetGroups.
Guenther
(This used to be commit 165be948fa)
2008-09-11 14:28:46 +02:00
Günther Deschner
35c96827b4 netapi: make add_GROUP_USERS_INFO_X_buffer non-static.
Guenther
(This used to be commit 87fc15d9b5)
2008-09-11 14:28:19 +02:00
Günther Deschner
93eb9860c6 netapi: fix NetShareEnum_r.
Guenther
(This used to be commit 7e8903b53b)
2008-09-11 14:25:02 +02:00
Günther Deschner
07585d9fb7 netapi: fix NetShareGetInfo_r.
Guenther
(This used to be commit b42408f54e)
2008-09-11 14:24:53 +02:00
Günther Deschner
d323e48abe netapi: fix NetShareEnum_r which in fact enumerates all shares.
Guenther
(This used to be commit 0637ad872e)
2008-09-11 14:21:40 +02:00
Günther Deschner
1a32fbeb86 netapi: fix doxygen warning.
Guenther
(This used to be commit e0312728a5)
2008-09-11 14:21:11 +02:00
Volker Lendecke
ce47a2b2e3 Add a utility function to append a DATA_BLOB to a talloc object
(This used to be commit d8259cbe66)
2008-09-09 17:37:34 +02:00
Volker Lendecke
95b366d8e1 Thanks metze for pointing out the missing extern :-)
(This used to be commit b62540cd48)
2008-09-08 16:40:09 +02:00
Volker Lendecke
ae02be5287 Remove some duplicate code
(This used to be commit 564bfe94ac)
2008-09-08 16:01:19 +02:00
Günther Deschner
7089c800c1 netapi: expand NetUser testsuite a little.
Guenther
(This used to be commit fc1b04df78)
2008-09-08 10:18:27 +02:00
Günther Deschner
c01d0c0bdf netapi: add NetShare testsuite.
Guenther
(This used to be commit 07cf13e43d)
2008-09-08 10:17:48 +02:00
Günther Deschner
a828a644d0 netapi: re-arrange a little NetLocalGroupSetMembers example code.
Guenther
(This used to be commit 84a25e6994)
2008-09-08 10:17:06 +02:00
Günther Deschner
9194109e6c netapi: fix NetShareGetInfo example output.
Guenther
(This used to be commit 00ecf8205c)
2008-09-08 10:16:48 +02:00
Jeremy Allison
a90ba70cbf Remove unecessary msync.
Jeremy.
(This used to be commit 0bae1ef3de)
2008-09-05 15:32:22 -07:00
Günther Deschner
05449814e9 netapi: implement NetShareSetInfo_r.
Guenther
(This used to be commit ebcd45ed3f)
2008-09-05 13:22:47 +02:00
Günther Deschner
136ddc8f04 netapi: add support for level 1004 in
map_SHARE_INFO_buffer_to_srvsvc_share_info.

Guenther
(This used to be commit f21a934e1e)
2008-09-05 13:22:39 +02:00
Günther Deschner
86df00a388 netapi: add NetShareSetInfo example code.
Guenther
(This used to be commit a7050c999f)
2008-09-05 13:22:31 +02:00
Günther Deschner
09e96f2a98 netapi: add NetShareSetInfo to public header.
Guenther
(This used to be commit 2066ebc5e3)
2008-09-05 13:22:22 +02:00
Günther Deschner
582a48d89c netapi: add skeleton for NetShareSetInfo.
Guenther
(This used to be commit 4d7947e549)
2008-09-05 13:22:14 +02:00
Günther Deschner
c38546ad9d netapi: implement NetShareEnum_r.
Guenther
(This used to be commit 3fbfbaea00)
2008-09-05 13:21:49 +02:00
Günther Deschner
cdb31ef2f9 netapi: implement NetShareGetInfo_r.
Guenther
(This used to be commit 029cf4a2a9)
2008-09-05 13:21:34 +02:00
Günther Deschner
15a3ec1467 netapi: add NetShareGetInfo example code.
Guenther
(This used to be commit 0166c8f04b)
2008-09-05 13:21:26 +02:00
Günther Deschner
93cb6d26d1 netapi: add NetShareGetInfo to public header.
Guenther
(This used to be commit 5c63b181ec)
2008-09-05 13:21:19 +02:00
Günther Deschner
fda790bb5d netapi: add skeleton for NetShareGetInfo.
Guenther
(This used to be commit 237c6e0bca)
2008-09-05 13:21:12 +02:00
Günther Deschner
150911f33e netapi: remove NetSetup* flags from netdomjoin-gui.
Guenther
(This used to be commit 5851b4e40e)
2008-09-05 13:18:25 +02:00
Günther Deschner
72718e0899 netapi: add NETSETUP_JOIN_STATUS to public header.
Guenther
(This used to be commit 86de3242a4)
2008-09-05 13:18:16 +02:00
Günther Deschner
51e962331c netapi: move join related examples to one directory.
Guenther
(This used to be commit afdd14c26c)
2008-09-05 13:13:59 +02:00
Günther Deschner
e8f8ae407f netapi: add NetRenameMachineInDomain example code.
Guenther
(This used to be commit e28c332f32)
2008-09-05 13:13:51 +02:00
Günther Deschner
8cb544e2a1 netapi: implement NetRenameMachineInDomain_r.
Guenther
(This used to be commit 39a42380ca)
2008-09-05 13:13:44 +02:00
Günther Deschner
10e8f90a65 netapi: add NetRenameMachineInDomain to public header.
Guenther
(This used to be commit b66cee247f)
2008-09-05 13:13:36 +02:00
Günther Deschner
c8334dc708 netapi: add skeleton for NetRenameMachineInDomain.
Guenther
(This used to be commit 03a7f7f333)
2008-09-05 13:13:29 +02:00
Günther Deschner
231de7054a netdomjoin-gui: fix some widget closing callbacks.
Guenther
(This used to be commit 8d541a3579)
2008-09-05 13:06:26 +02:00
Günther Deschner
685f7e3419 netdomjoin-gui: always center new windows.
Guenther
(This used to be commit af25bd95d2)
2008-09-05 13:06:16 +02:00
Günther Deschner
b0ab216cd5 netdomjoin-gui: fix some small errors in callbacks.
Guenther
(This used to be commit 74031b0b4a)
2008-09-05 13:06:09 +02:00
Günther Deschner
78ed824dab netdomjoin-gui: add gtk set_transient flags.
Guenther
(This used to be commit c979b96eb4)
2008-09-05 13:06:01 +02:00
Günther Deschner
6dff24790f netdomjoin-gui: test all NetServerGetInfo levels until we get comment.
(This used to be commit 56d353b406)
2008-09-05 13:05:53 +02:00