summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* libnetjoin: First store configuration and then verify the join.Günther Deschner2008-06-051-4/+11
| | | | | | | Jerry, this fixes the issues while joining with "config backend = registry". Guenther (This used to be commit b3d47f099286778252c6df6bf2c1fee0c4e26560)
* mailslot: always pull a command 25 type reply.Günther Deschner2008-06-051-0/+1
| | | | | Guenther (This used to be commit 1ce726b951621cb4b34069c31d1318fc04ad2389)
* net: fix debuglevel handling.Günther Deschner2008-06-052-2/+3
| | | | | | | | Kai, that one actually needs to stay a global external variable in order to support debuglevel definition only on the commandline for net. Guenther (This used to be commit f6ba7333ab31332198b59651b4252cb3f897b6aa)
* Fix a memleak caused by a crappy get_sorted_dc_list() APIVolker Lendecke2008-06-051-1/+14
| | | | (This used to be commit 2ea03a1e95a30e321e390bef9408a1215711de07)
* Fix a memleak in ads_find_dc() in case get_sorted_dc_list() failsVolker Lendecke2008-06-051-0/+1
| | | | | | This is really not a proper place to fix this, but as get_gc_list() and friends are about to be replaced anyway, just work around the broken existing API (This used to be commit df8d089bc63c2a52cbdf3504cded8df620a59902)
* netdomjoin-gui: disable annoying "reboot now" dialog.Günther Deschner2008-06-051-0/+4
| | | | | Guenther (This used to be commit 8f0c5f1bedaae7a86ca671cdb2ba798079ec1d84)
* libnetjoin: correctly copy returned lsa policy sid.Günther Deschner2008-06-041-2/+4
| | | | | Guenther (This used to be commit f9e5450c9492b0f35bd90040739007963e765ab1)
* netdomjoin-gui: some minor fixes + hunting down typecast bugs.Günther Deschner2008-06-041-11/+25
| | | | | Guenther (This used to be commit 0fa6c8c6a3efd026154e8af54ba73b3d3de1affa)
* net: fix popt context memleak.Günther Deschner2008-06-041-0/+2
| | | | | Guenther (This used to be commit 60bce925746590aabf489f0c771afd732c32f5a0)
* libnetjoin: only close existing policy handles while unjoining.Günther Deschner2008-06-041-2/+10
| | | | | Guenther (This used to be commit 6dbed6e7b7300962e11fdce1a713e6f3ea2cb619)
* libnetjoin: delete possible "realm" leftover parameter.Günther Deschner2008-06-041-0/+2
| | | | | Guenther (This used to be commit d7ba98cc3f2d037ec01e079220a66da508b104b0)
* net: print NBT_SERVER_X_SECRET_DOMAIN_6 flags in "net ads lookup".Günther Deschner2008-06-041-2/+7
| | | | | Guenther (This used to be commit 420390ba0ef6b45f18a8fd37974b1fbee0bd1502)
* util_str: add talloc_asprintf_strlower_m().Günther Deschner2008-06-042-0/+18
| | | | | Guenther (This used to be commit 7f8b0b4d151fa4d07758b6fd7b47b0b7c07dda17)
* netapi: remove unrequired headers.Günther Deschner2008-06-041-5/+0
| | | | | Guenther (This used to be commit f8fec49ce10cbd663cb30ac94a543b4a76a8dc57)
* Always set "registry shares = yes" for "include = registry"Volker Lendecke2008-06-031-1/+5
| | | | | | | | | | | | 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 6c80362e291d8c5e748b987a583e8e32acc36354)
* build: fix build warning.Günther Deschner2008-06-031-1/+1
| | | | | Guenther (This used to be commit 62fcad0c0548ab53e9c20cfd6301972c68172b95)
* build: fix the build (missing protoype for lp_ldap_connection_timeout()).Günther Deschner2008-06-031-0/+1
| | | | | Guenther (This used to be commit 06b597213a25c3370d3b7e29cf80ddd42fa35e0c)
* winbindd_cm: Replace the use of lp_realm() with our_domain->alt_name.Gerald W. Carter2008-06-031-1/+7
| | | | | | Reduce the use of config parameters with run time information after discussion with Guenther. (This used to be commit 57d596395db287301eefd34e62c9aaf857c34c69)
* Add ldap connection timeout for OpenLDAP and Netscape LDAP libs. This can be ↵Björn Jacke2008-06-033-3/+40
| | | | | | 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 8e59a2fedc940b081222b0e8f90fe0c5a0981c06)
* Fix empty input fields in SWAT; [#5515].Andreas Schneider2008-06-031-4/+4
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit e1579c90fb27c07f95889dd8778daeef53e2ac16)
* Fix saving of the config file in SWAT; [#5516].Andreas Schneider2008-06-031-2/+2
| | | | | | | | 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 ac3597ef8b7781499ab55f1039670ec82202e32c)
* Fix bug reported by David Eisner <deisner@gmail.com>. When allocating cliJeremy Allison2008-06-021-3/+3
| | | | | | | 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 19519bca9b64b736d2fe0447b7cd495f00dba60a)
* netapi: fix some build warnings.Günther Deschner2008-06-032-7/+7
| | | | | Guenther (This used to be commit 45cd78030f18a792d0761160bb96116d19801109)
* netapi: use libnetapi_samr_lookup_and_open_alias().Günther Deschner2008-06-031-127/+59
| | | | | Guenther (This used to be commit d8fad6bf442ac6f218c1c4572da9f1e9932c9cee)
* netapi: add libnetapi_samr_lookup_and_open_alias().Günther Deschner2008-06-031-0/+46
| | | | | Guenther (This used to be commit 890d63f31c0ff3931b8efb627c3a375850a59a9a)
* netapi: use libnetapi_samr_open_builtin_domain().Günther Deschner2008-06-031-64/+28
| | | | | Guenther (This used to be commit d1bf8c5ae6f4e3ade2000dd884c8384fb4b9f12c)
* netapi: add libnetapi_samr_open_builtin_domain().Günther Deschner2008-06-032-0/+46
| | | | | Guenther (This used to be commit f15a7f9ab1da88369185beda267f3e67a3b36191)
* netapi: let libnetapi_samr_open_domain return WERROR.Günther Deschner2008-06-035-153/+145
| | | | | Guenther (This used to be commit 3d037a07e015a3af75dde054cef4c0bb7795fbb5)
* netapi: add public header for NetLocalGroupSetInfo().Günther Deschner2008-06-031-0/+24
| | | | | Guenther (This used to be commit cb20271012e7713a28c302e199b676bdb821e5e4)
* netapi: Implement NetLocalGroupSetInfo().Günther Deschner2008-06-031-4/+195
| | | | | Guenther (This used to be commit f991b4d58ed660e648f29c3f25195072f91643ba)
* netapi: add NetLocalGroupSetInfo() example code.Günther Deschner2008-06-032-1/+135
| | | | | Guenther (This used to be commit abd3f701340a31d9c3779cfe37c639f9105dfdb3)
* netapi: add NetLocalGroupSetInfo() skeleton.Günther Deschner2008-06-033-0/+77
| | | | | Guenther (This used to be commit 325f419636a69c40ee25c068787866384ef52279)
* re-run make idl.Günther Deschner2008-06-033-1/+54
| | | | | Guenther (This used to be commit 68cad7322fe7a6bad7c9378f0d610a3b713b4b18)
* netapi: add NetLocalGroupSetInfo() to IDL.Günther Deschner2008-06-031-0/+9
| | | | | Guenther (This used to be commit 0e02b40ae8a63a299f221dce82725b9151a7e499)
* netapi: implement NetLocalGroupGetInfo().Günther Deschner2008-06-031-2/+188
| | | | | Guenther (This used to be commit d735ee79fa5b9b7ec409ea387e4ff10357e417e7)
* netapi: add NetLocalGroupGetInfo() example code.Günther Deschner2008-06-032-1/+119
| | | | | Guenther (This used to be commit 591003b109d936b62cc80827971c201b3ea79e39)
* netapi: add NetLocalGroupGetInfo() to public headers.Günther Deschner2008-06-031-0/+19
| | | | | Guenther (This used to be commit 4d40d8b51a5323c36ff78ccfc4d7405ac97dde6b)
* netapi: add NetLocalGroupGetInfo() skeleton.Günther Deschner2008-06-033-1/+73
| | | | | Guenther (This used to be commit f70e37a7fe1915f557e194237a8bb26bcf9635d7)
* re-run make idl.Günther Deschner2008-06-033-1/+54
| | | | | Guenther (This used to be commit 39e3a29cb9a57d5f79e503f7d4873b5c8a844976)
* netapi: add NetLocalGroupGetInfo() to IDL.Günther Deschner2008-06-031-0/+7
| | | | | Guenther (This used to be commit c817c0c5bcf2578aa7f26403c0ce567281e4b019)
* netapi: add NetLocalGroupDel() example code.Günther Deschner2008-06-032-1/+90
| | | | | Guenther (This used to be commit 6ebd618cc768df142b035362cc648d8bc2c1bc89)
* netapi: add NetLocalGroupDel() to public headers.Günther Deschner2008-06-031-0/+17
| | | | | Guenther (This used to be commit efd4a899f5d139b5e3e22660f5fb1c12f59525fc)
* netapi: Implement NetLocalGroupDel().Günther Deschner2008-06-031-2/+137
| | | | | Guenther (This used to be commit d2426f53fabaf75d130fb99216b71299f4371253)
* netapi: add NetLocalGroupDel() skeleton.Günther Deschner2008-06-033-0/+68
| | | | | Guenther (This used to be commit 4234c87c6c30434bc5bcfcc003fdaa0114e9d74a)
* re-run make idl.Günther Deschner2008-06-033-1/+42
| | | | | Guenther (This used to be commit 929ecc693a44fbadadcbb9000220bce9dfa6904d)
* netapi: add NetLocalGroupDel() to IDL.Günther Deschner2008-06-031-0/+5
| | | | | Guenther (This used to be commit b4fafdeebf43a8bd65d5c99432de373594f36180)
* netapi: add NetLocalGroupAdd() example.Günther Deschner2008-06-032-1/+113
| | | | | Guenther (This used to be commit ce60450d831ee2f4ab18c3ce09decee548ec4543)
* netapi: add NetLocalGroupAdd to public api.Günther Deschner2008-06-031-0/+33
| | | | | Guenther (This used to be commit 05ded246426415b61597d003ffac519847c08620)
* netapi: Implement NetLocalGroupAdd().Günther Deschner2008-06-031-2/+153
| | | | | Guenther (This used to be commit f68f75a6e4b4ba8b38cac7578c65dc7361315b28)
* netapi: add NetLocalGroupAdd() skeleton.Günther Deschner2008-06-034-0/+98
| | | | | Guenther (This used to be commit 528544d4ce8fa27940a2f5e3c989cf37ef888f94)