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

28841 Commits

Author SHA1 Message Date
Günther Deschner
12281d02ae netapi: remove unrequired headers.
Guenther
(This used to be commit f8fec49ce1)
2008-06-04 01:35:43 +02:00
Volker Lendecke
2cfacbaacb Always set "registry shares = yes" for "include = registry"
This fixes the case where "include = registry" is set in the smb.conf text file
and *only* shares (no [global] settings) are present in the registry.

Michael, please check!

Thanks,

Volker
(This used to be commit 6c80362e29)
2008-06-03 21:36:56 +02:00
Günther Deschner
dcdeab4d4e build: fix build warning.
Guenther
(This used to be commit 62fcad0c05)
2008-06-03 20:41:55 +02:00
Günther Deschner
4f6ea219d6 build: fix the build (missing protoype for lp_ldap_connection_timeout()).
Guenther
(This used to be commit 06b597213a)
2008-06-03 20:41:29 +02:00
Gerald W. Carter
dd7cf3464d winbindd_cm: Replace the use of lp_realm() with our_domain->alt_name.
Reduce the use of config parameters with run time information after discussion
with Guenther.
(This used to be commit 57d596395d)
2008-06-03 11:21:02 -05:00
Gerald W. Carter
175909f4e1 Release scripts: Update create-tarball to include docs and other packaging details.
I've updated the create-tarball script to support command line options,
docs build (or copy and existing build), and to run the packaging update
scripts.

  $ release-scripts/create-tarball --help
  Usage release-scripts/create-tarball [options]
      --help             Print command usage
      --branch <name>    Specify the branch to to create the archive file from
      --copy-docs <dir>  Copy documentation from <dir> rather than building
      --tag <name>       Tag name for release
      --keyid <email>    The GnuPG key ID used to sign the release tag
(This used to be commit 7c96795e59)
2008-06-03 11:20:44 -05:00
Karolin Seeger
a307e90f3f man pages: Add documentation for new parameter 'ldap connection timeout'.
Karolin
(This used to be commit f7bfa1330c)
2008-06-03 16:44:59 +02:00
Björn Jacke
d8b234648c Add ldap connection timeout for OpenLDAP and Netscape LDAP libs. This can be controlled via the ldap connection timeout parameter. This fixes fallbacks to secondary LDAP servers in multi LDAP server setups like in #4544
(This used to be commit 8e59a2fedc)
2008-06-03 16:32:31 +02:00
Andreas Schneider
8c7e21679b Fix empty input fields in SWAT; [#5515].
Signed-off-by: Stefan Metzmacher <metze@samba.org>
(This used to be commit e1579c90fb)
2008-06-03 15:35:41 +02:00
Andreas Schneider
0d556eabde Fix saving of the config file in SWAT; [#5516].
The strlen of the source string passed to convert_string_allocate was too
short :)

Signed-off-by: Stefan Metzmacher <metze@samba.org>
(This used to be commit ac3597ef8b)
2008-06-03 15:35:41 +02:00
Jeremy Allison
1c0a9759b9 Fix bug reported by David Eisner <deisner@gmail.com>. When allocating cli
buffers for large read/write - make sure we take account of the large
read/write SMB headers as well as the buffer space.
Jeremy.
(This used to be commit 19519bca9b)
2008-06-02 18:37:16 -07:00
Günther Deschner
34413e4707 netapi: fix some build warnings.
Guenther
(This used to be commit 45cd78030f)
2008-06-03 01:37:55 +02:00
Günther Deschner
dbb8e163af netapi: use libnetapi_samr_lookup_and_open_alias().
Guenther
(This used to be commit d8fad6bf44)
2008-06-03 01:27:50 +02:00
Günther Deschner
4fd700ca07 netapi: add libnetapi_samr_lookup_and_open_alias().
Guenther
(This used to be commit 890d63f31c)
2008-06-03 01:27:50 +02:00
Günther Deschner
bd9d129e6a netapi: use libnetapi_samr_open_builtin_domain().
Guenther
(This used to be commit d1bf8c5ae6)
2008-06-03 01:27:50 +02:00
Günther Deschner
56bdfad87f netapi: add libnetapi_samr_open_builtin_domain().
Guenther
(This used to be commit f15a7f9ab1)
2008-06-03 01:27:50 +02:00
Günther Deschner
b652e5b475 netapi: let libnetapi_samr_open_domain return WERROR.
Guenther
(This used to be commit 3d037a07e0)
2008-06-03 01:27:49 +02:00
Günther Deschner
e46506866a netapi: add public header for NetLocalGroupSetInfo().
Guenther
(This used to be commit cb20271012)
2008-06-03 01:27:49 +02:00
Günther Deschner
1ecf67a18c netapi: Implement NetLocalGroupSetInfo().
Guenther
(This used to be commit f991b4d58e)
2008-06-03 01:27:49 +02:00
Günther Deschner
0ae3f8b926 netapi: add NetLocalGroupSetInfo() example code.
Guenther
(This used to be commit abd3f70134)
2008-06-03 01:27:49 +02:00
Günther Deschner
bf225fc8e0 netapi: add NetLocalGroupSetInfo() skeleton.
Guenther
(This used to be commit 325f419636)
2008-06-03 01:27:49 +02:00
Günther Deschner
504fbb5b23 re-run make idl.
Guenther
(This used to be commit 68cad7322f)
2008-06-03 01:27:49 +02:00
Günther Deschner
b71ff71e02 netapi: add NetLocalGroupSetInfo() to IDL.
Guenther
(This used to be commit 0e02b40ae8)
2008-06-03 01:27:48 +02:00
Günther Deschner
a3f1e2ee0a netapi: implement NetLocalGroupGetInfo().
Guenther
(This used to be commit d735ee79fa)
2008-06-03 01:27:48 +02:00
Günther Deschner
bfef3bb3c6 netapi: add NetLocalGroupGetInfo() example code.
Guenther
(This used to be commit 591003b109)
2008-06-03 01:27:48 +02:00
Günther Deschner
d8fc64de76 netapi: add NetLocalGroupGetInfo() to public headers.
Guenther
(This used to be commit 4d40d8b51a)
2008-06-03 01:27:48 +02:00
Günther Deschner
45baadb31a netapi: add NetLocalGroupGetInfo() skeleton.
Guenther
(This used to be commit f70e37a7fe)
2008-06-03 01:27:48 +02:00
Günther Deschner
cc49464133 re-run make idl.
Guenther
(This used to be commit 39e3a29cb9)
2008-06-03 01:27:48 +02:00
Günther Deschner
8216c60265 netapi: add NetLocalGroupGetInfo() to IDL.
Guenther
(This used to be commit c817c0c5bc)
2008-06-03 01:27:47 +02:00
Günther Deschner
808c70340e netapi: add NetLocalGroupDel() example code.
Guenther
(This used to be commit 6ebd618cc7)
2008-06-03 01:27:47 +02:00
Günther Deschner
5800a52950 netapi: add NetLocalGroupDel() to public headers.
Guenther
(This used to be commit efd4a899f5)
2008-06-03 01:27:47 +02:00
Günther Deschner
4d6e66a42e netapi: Implement NetLocalGroupDel().
Guenther
(This used to be commit d2426f53fa)
2008-06-03 01:27:47 +02:00
Günther Deschner
7773d79afd netapi: add NetLocalGroupDel() skeleton.
Guenther
(This used to be commit 4234c87c6c)
2008-06-03 01:27:47 +02:00
Günther Deschner
7019644a77 re-run make idl.
Guenther
(This used to be commit 929ecc693a)
2008-06-03 01:27:47 +02:00
Günther Deschner
2ead1503eb netapi: add NetLocalGroupDel() to IDL.
Guenther
(This used to be commit b4fafdeebf)
2008-06-03 01:27:46 +02:00
Günther Deschner
5e0c89af5a netapi: add NetLocalGroupAdd() example.
Guenther
(This used to be commit ce60450d83)
2008-06-03 01:27:46 +02:00
Günther Deschner
dac9e2228c netapi: add NetLocalGroupAdd to public api.
Guenther
(This used to be commit 05ded24642)
2008-06-03 01:27:46 +02:00
Günther Deschner
97cf9db583 netapi: Implement NetLocalGroupAdd().
Guenther
(This used to be commit f68f75a6e4)
2008-06-03 01:27:46 +02:00
Günther Deschner
4f419aae80 netapi: add NetLocalGroupAdd() skeleton.
Guenther
(This used to be commit 528544d4ce)
2008-06-03 01:27:46 +02:00
Günther Deschner
b931bec552 re-run make idl.
Guenther
(This used to be commit 8d865b9a53)
2008-06-03 01:27:45 +02:00
Günther Deschner
be9332df6f netapi: add NetLocalGroupAdd() to IDL.
Guenther
(This used to be commit fa86b2cf5c)
2008-06-03 01:27:45 +02:00
Günther Deschner
2997e2868c netapi: use libnetapi_samr_open_domain().
Guenther
(This used to be commit b07445e86f)
2008-06-03 01:27:45 +02:00
Günther Deschner
31c185011f netapi: add libnetapi_samr_open_domain().
Guenther
(This used to be commit a99906f661)
2008-06-03 01:27:45 +02:00
Günther Deschner
43a0060f09 netapi: Add NetGroupDelUser() example.
Guenther
(This used to be commit 1a8df72030)
2008-06-03 01:27:45 +02:00
Günther Deschner
4dcfa15b0b netapi: Implement NetGroupDelUser().
Guenther
(This used to be commit 10f69b3ce5)
2008-06-03 01:27:45 +02:00
Günther Deschner
1e0c8207b0 netapi: add NetGroupAddUser() example.
Guenther
(This used to be commit 7ebe949643)
2008-06-03 01:27:44 +02:00
Günther Deschner
749e5a80c2 netapi: implement NetGroupAddUser().
Guenther
(This used to be commit c727a49519)
2008-06-03 01:27:44 +02:00
Günther Deschner
39101acba5 errors: add more WERRORs.
Guenther
(This used to be commit 973de861c9)
2008-06-03 01:27:44 +02:00
Günther Deschner
c30b8c4eaf netapi: add dummy implementation for NetGroupAddUser() and NetGroupDelUser().
Guenther
(This used to be commit 6eba84edc6)
2008-06-03 01:27:44 +02:00
Günther Deschner
02db44188f re-run make idl.
Guenther
(This used to be commit b18ef7ce05)
2008-06-03 01:27:44 +02:00