summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Collapse)AuthorFilesLines
2008-04-15net conf: simplify logic in test output of net conf import.Michael Adam1-9/+5
Michael (This used to be commit 367c8b133b2f3e73155f20f689602909eef9827b)
2008-04-15libsmbconf: make sure to always list the NULL section first in text backend.Michael Adam1-3/+16
Michael (This used to be commit b50fdf321dc8056caa2b057cbd7f83792dfbcd4d)
2008-04-15net conf: fix output of out-of-share parameters in test mode importMichael Adam1-4/+12
Michael (This used to be commit 5424e07e7d3e842488cba7ae389124f01221c5ba)
2008-04-15libsmbconf: default to the NULL section when a parameter is encountered w/o ↵Michael Adam1-2/+8
section Michael (This used to be commit e1b98f1cbce72d12085d86da834f0949ecbfbf67)
2008-04-15libsmbconf: allow NULL sharename in smbconf_share_exists().Michael Adam1-3/+0
Michael (This used to be commit cb23052b2055d77924b2a593ec14f0c1de9a3b51)
2008-04-15libsmbconf: add handling of NULL strings to smbconf_find_in_array().Michael Adam1-2/+4
Michael (This used to be commit a5923bafe9b543d50dca06d251186948baeac8cc)
2008-04-15libsmbconf: add handling of "NULL" strings to smbconf_add_string_to_array()Michael Adam1-5/+9
Michael (This used to be commit aba261a9143bc7ab681b1c57ccfc08da0cffcfe7)
2008-04-15Regenerate DCE/RPC client code after fixing memcpy() length bug in pidl.Jelmer Vernooij7-22/+22
(This used to be commit ac4c63d999f9ae61428bcdae400d127459896d6c)
2008-04-15lib/sharesec.c: fix the upgrade code, db_traverse returns the number of records!Stefan Metzmacher1-2/+4
metze (This used to be commit ccdebe97f85b76378e42d8cf08324228bd19cf32)
2008-04-15pdb_tdb: fix the upgrade code, db_traverse returns the number of records!Stefan Metzmacher1-1/+3
metze (This used to be commit baaf571d540ace5119c528fd35bceab335bd6741)
2008-04-14libnetjoin/net: Fix lp_config_backend_is_registry() handling.Günther Deschner2-20/+68
Thanks obnox, now we can net ads join and net ads leave with zero configuration changes if "config backend = registry". Guenther (This used to be commit 9003881773de787a51ceadcdc2cb1e95f6979763)
2008-04-14net: abort when lp_realm is not set in net_ads_leave().Günther Deschner1-0/+5
Guenther (This used to be commit 53735edcbb059e73c51ae17d4ff75d2a4dee53e5)
2008-04-14libnetjoin: delete the workgroup name when requested while unjoining.Günther Deschner1-0/+4
Guenther (This used to be commit 1782e89f3341eca5ee1fa39881ee8efb3fac9a5b)
2008-04-14libnetjoin: separate out libnet_join_lookup_dc_rpc.Günther Deschner1-37/+86
Guenther (This used to be commit 8d3d1c094a28f75b01315ee05b7939ffba374f20)
2008-04-14libgpo: fix build warning.Günther Deschner1-2/+3
Thanks metze&vl. Guenther (This used to be commit cb3f1df7d8f35848a432764ea7d6720ec131ede1)
2008-04-14net: exit early in net_ads_join() if the domain is not set.Günther Deschner1-0/+6
Guenther (This used to be commit 8331fbe735e2bec386ab8fc1645dc371d45d3063)
2008-04-14libnetjoin: Fix unjoining when no KRB5CCNAME is around.Günther Deschner1-0/+16
Guenther (This used to be commit 7fd237c545e0a7e0029195dbbb6691571abdfe84)
2008-04-14net: use WERROR for check_ads_config().Günther Deschner1-9/+7
Guenther (This used to be commit 9176057986be63c7ebebb56f7daabbc3883802c5)
2008-04-14doserr: Add WERR_INVALID_DOMAIN_STATE and WERR_INVALID_DOMAIN_ROLE.Günther Deschner2-0/+4
Guenther (This used to be commit 91a55fc27dc100cf193cfa2613771312f018449e)
2008-04-14net: the success of secrets_init is checked by libnetjoin now.Günther Deschner1-6/+0
Guenther (This used to be commit 0a6a5d082426ca82accf18fffa7740683a42cac1)
2008-04-14WKSSVC: In _wkssvc_NetrJoinDomain2, do modify the local configuration if ↵Günther Deschner1-0/+1
enabled. Guenther (This used to be commit 260efafb8fb6527eb0a182f9a6bfed8239dd8315)
2008-04-14libnetjoin: Remove machine account if we failed to set password.Günther Deschner1-0/+4
Guenther (This used to be commit db5e0ed186429667a7f6fc67e4b19a7ca75f357e)
2008-04-14Remove two pointless else branchesVolker Lendecke1-7/+5
(This used to be commit ed343114cd0844a7fd14b45f95c0f43a6d172a42)
2008-04-14Remove namedpipe_transact fn pointer from smb_np_structVolker Lendecke1-11/+0
(This used to be commit d1f82b7e67a791e19d08c682b607d82ae649feb4)
2008-04-14Enable multiple fd events on a single file descriptorVolker Lendecke1-1/+1
Now we can have multiple events listen on a single fd. The order in which they are called is naturally not defined, meaning that it is only deterministic if exactly one event is readable or writeable. (This used to be commit 61503f822b60f98dd1f7549707ec89b48e32caeb)
2008-04-14Fix some "ignoring asprintf result" warningsVolker Lendecke2-20/+21
(This used to be commit 155d62ddfd3584d44a493c2aa1ea7f096bcff432)
2008-04-14Make use of ZERO_STRUCT instead of memset in namequery.cVolker Lendecke1-1/+1
(This used to be commit 4f1d49615e1407b9c3ad5eeb50a248b8fee50e23)
2008-04-14Fix the build of db_open_trans with CLUSTER_SUPPORT enabledVolker Lendecke1-0/+2
Metze, you might want to check this. (This used to be commit 3b4a402bc5c3490000581d43a12388883bcf8150)
2008-04-14libnetjoin: Fix joining when no KRB5CCNAME is around.Günther Deschner1-0/+15
Guenther (This used to be commit 512e6ca0a9be9fe35994ec1010110573a5b551d1)
2008-04-14Use more error-prone form of testing dm_destroy_session() return code after ↵Alexander Bokovoy1-1/+1
discussing with Tridge (This used to be commit 4abdbad52e456764bca1b17ead04edee1e2a2a64)
2008-04-13loadparm: use the new smbconf_init() dispatcher for loading registry config.Michael Adam1-2/+2
Michael (This used to be commit 78afb30f8073c3804dfa0cecadf973d5af5dd612)
2008-04-13net conf: use the new smbconf_init() dispatcher instead of explicit backend ↵Michael Adam1-2/+9
init. Michael (This used to be commit 281c9287a34533045b62302bb33ced3d216421ac)
2008-04-13libsmbconf: add a smbconf init dispatcher smbconf_init().Michael Adam3-2/+101
The dispatcher takes a config source argument in the form of "backend:path" where backend can (currently) be one of "txt" (aka "file") or "reg" (aka "registry"). When the path is omitted, it is up to the backend to provide a default path. When there is no separator ":" and the string is not a recognized backend, then file backend is assumed and the string is passed in as the path argument. Michael (This used to be commit cc613a60eb0f6b92cae98e8669e5e569a1eb9324)
2008-04-13libsmbconf: move setting of verbatim variable into a more internal function.Michael Adam1-2/+2
Michael (This used to be commit 9efd7b515183fa28f400fe88af63e0b0126e3e00)
2008-04-13libsmbconf: add a check for talloc failure to smbconf_txt_init().Michael Adam1-0/+3
Michael (This used to be commit f76ec7d87e206426c795374397ba725ecdeec784)
2008-04-13libsmbconf: remove the bool verbatim parameter from txt backend init function.Michael Adam4-7/+5
Always be verbatim for now. Backend config options may be added later via some private data pointer. Michael (This used to be commit e8bafcfbf4a7ab1dc1ce4f2acd24b0eb74933256)
2008-04-13libsmbconf: rename smbconf_init() to smbconf_init_internal().Michael Adam4-6/+6
smbconf_init should be the name of the dispatcher (to be written) Michael (This used to be commit 3fb95ab757650712716472ebaccb7119feb27596)
2008-04-13libnetapi: add libnetapi_set_use_kerberosGünther Deschner4-2/+25
Don't unconditionally set the kerberos flag for authentication. Guenther (This used to be commit 15bef5ae413adf278cccc0e547c4b8ccd180eca2)
2008-04-13libnetapi: Add NetQueryDisplayInformation header.Günther Deschner1-0/+8
Guenther (This used to be commit 3c107934acc907e3eedd116b42d1d07ee0574183)
2008-04-13libnetapi: add NetQueryDisplayInformation example.Günther Deschner2-1/+105
Guenther (This used to be commit 5f9332cf1f60bb5a23a16776b95af3a83c5deb40)
2008-04-13libnetapi: fill in NetQueryDisplayInformation_r.Günther Deschner1-1/+295
Guenther (This used to be commit 7fb9991b4c54fd0b9629e47afc1e5bbc2cfc1088)
2008-04-13libnetapi: don't reset the error code in NetUserAdd_r if the operation failed.Günther Deschner1-6/+2
Guenther (This used to be commit 9edb067f62b1e36f1da461b3eb09cb123d2089dd)
2008-04-13libnetapi: add NetQueryDisplayInformation skeleton.Günther Deschner3-0/+82
Guenther (This used to be commit 6ec4a62b6d584f6745c3285474372f235614b598)
2008-04-13Re-run make idl.Günther Deschner3-1/+222
Guenther (This used to be commit afd0e925dc63b6f776caa5fd442c4e48e8349682)
2008-04-13libnetapi: Add IDL for NetQueryDisplayInformation.Günther Deschner1-0/+35
Guenther (This used to be commit 1200eb474c145fdde91bc39546454015fecf22f0)
2008-04-13Fix the build of eventlogadm.Günther Deschner1-1/+1
Guenther (This used to be commit 57a5628abf628b6276f36da8ae1f3c15a4db4488)
2008-04-13gpo: add scripts plugin.Günther Deschner3-0/+448
Guenther (This used to be commit cd6388f04041a667bf0909d81e8af5f7b3bdc4af)
2008-04-13libnetapi: don't to try to free NULL struct.Günther Deschner1-0/+4
Guenther (This used to be commit eb33d30d80ab2fe770e248f5b2a70a83a43dd156)
2008-04-13gpo: make integer debug print more readable.Günther Deschner1-2/+4
Guenther (This used to be commit b2cf8010aea3221bb6b108b9395b9d89cc1bc0d5)
2008-04-13registry: honour the WERROR that regsubkey_ctr_addkey gives us in reg_load_tree.Michael Adam1-1/+5
Michael (This used to be commit c2d9baa29edb2356f32ca19aea828184e9ac7b93)