summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
* Check x_fflush returns.Jeremy Allison2008-04-231-4/+8
| | | | | Jeremy. (cherry picked from commit 5525dc5f09a79d30f6c52fc3a88c8bce3060e642)
* Fix for termination problems when no interfaces found - bug #5267.Jeremy Allison2008-04-231-6/+15
| | | | | Jeremy. (cherry picked from commit 4b03f4eb2da7a523967ace3d13e79406ade07d47)
* Use wbinfo --online-status in make test rather than --sequenceGerald W. Carter2008-04-231-3/+3
| | | | (cherry picked from commit f8c364da94fac96450116be980e38ddddd3f304a)
* Mark a domain offline in the wbcDomainInfo structure using the domain_flags.Gerald W. Carter2008-04-234-28/+64
| | | | | | Use the existing domain_flags fiueld in wbcDomainInfo to set a bit if the domain is marked as offline by Winbind. (cherry picked from commit 59cfba2c3d6d4594f08cbe3b7295ab36a7cfb044)
* Rename WBC_DOMAIN_XXX domain flags to WBC_DOMINFO_DOMAIN_XXXGerald W. Carter2008-04-233-10/+10
| | | | | Better consistency with the othre classes of WBC_DOMINDO_XXX_YYYY flags. (cherry picked from commit 1cb2305fc96be0c190621f7c86c0476e4ea1fff7)
* Convert "wbinfo -m" to use wbcListTrusts() API call.Gerald W. Carter2008-04-231-84/+50
| | | | (cherry picked from commit 2fbe8437efe232b6f53af6fafed5995fe7e26820)
* Add wbcListTrusts() API call to libwbclient.soGerald W. Carter2008-04-232-6/+238
| | | | (cherry picked from commit 5c454e77cf664fee65fcb03e5811764c92e73696)
* Fix out of tree build. Remove the embedded srcdir path from talloc and tdb.Gerald W. Carter2008-04-233-8/+8
| | | | (cherry picked from commit 359921acd436684a0b4cf76ba15f82a224d2c337)
* Patch from Nicholas Brealey <nick@brealey.org> to distinguish between WinXP ↵Gerald W. Carter2008-04-232-2/+5
| | | | | | | and WinXP64. Defines a new value for the %a variable when detecting a Windows XP 64-bit client. (cherry picked from commit 0c94918fb52c5345ce30490046b79f81712c30bf)
* libsmbconf: remove unnecessary talloc success check from smbconf_txt.cMichael Adam2008-04-231-8/+0
| | | | | | | talloc_stackframe() panics on NOMEM. Michael (cherry picked from commit dee57ad025e7ad9971e44ea30b6aab3806c06fc6)
* libsmbconf: remove unnecessary talloc success checks from smbconf_reg.cMichael Adam2008-04-231-12/+1
| | | | | | | talloc_stackframe panics on NOMEM. Michael (cherry picked from commit 03fd30eef803ff2718e7af618d38944d56ccd329)
* libsmbconf: remove unnecessary talloc success checks from smbconf.cMichael Adam2008-04-231-4/+0
| | | | | | | talloc_stackframe() panics on NOMEM. Michael (cherry picked from commit be4f8447ccd044563f6b12793ea64d9f38741861)
* libsmbconf: rewrite API to use smbconf_service structMichael Adam2008-04-237-122/+110
| | | | | | | instead of lists of strings and counters directly... Michael (cherry picked from commit 17415e2dc457ce41793a7e28e71f72c538c19c61)
* libsmbconf: add a struct smbconf_service to hold the parameter names + values.Michael Adam2008-04-231-0/+7
| | | | | Michael (cherry picked from commit 8118a8348f36b28fa4d46b42a104097cefa33a4d)
* Make nsstest valgrind-clean: buf is referred to by the parsed grp structVolker Lendecke2008-04-221-3/+0
| | | | (cherry picked from commit 20ddbcaa0c113646cea774c36209f382cada50b0)
* libsmbconf: fix comment headers in smbconf.hMichael Adam2008-04-221-3/+8
| | | | | Michael (cherry picked from commit 54c0461679642b38653f803e7b21d865472f3f91)
* libsmbconf: text backend remove comment references to "simple".Michael Adam2008-04-221-2/+2
| | | | | Michael (cherry picked from commit 640b8ae7ad7aa53e05c7124fed072f2312aa91aa)
* libsmbconf: rename smbconf_init_txt_simple() to smbconf_init_txt().Michael Adam2008-04-224-9/+9
| | | | | | | ...for consistency. Michael (cherry picked from commit 3d1da73f66b8452693262e2d03f986eec438451d)
* libsmbconf: rename text backend smbconf_txt_simple to smbconf_txt.Michael Adam2008-04-222-1/+1
| | | | | Michael (cherry picked from commit dd9fe5aec43e60d554f2580a0699fe6e4cfb5d3c)
* Fix the build of eventlogadm.Günther Deschner2008-04-221-1/+1
| | | | | Guenther (cherry picked from commit 57a5628abf628b6276f36da8ae1f3c15a4db4488)
* registry: honour the WERROR that regsubkey_ctr_addkey gives us in reg_load_tree.Michael Adam2008-04-221-1/+5
| | | | | Michael (cherry picked from commit c2d9baa29edb2356f32ca19aea828184e9ac7b93)
* registry: honour the WERROR that regsubkey_ctr_addkey gives in regdb_fetch_keys.Michael Adam2008-04-221-1/+7
| | | | | Michael (cherry picked from commit 7dd7471da7eca2671b4aa62e8790973e3ff14177)
* net registry: remove superfluous regdb_close().Michael Adam2008-04-221-2/+0
| | | | | Michael (cherry picked from commit d4e74036d3b8c5de4ce130eab7fc775e3cb746d5)
* registry: rename init_registry() to registry_init_full() for consistency.Michael Adam2008-04-222-2/+2
| | | | | Michael (cherry picked from commit 14d82708d4499b48830d3dd25a0133f00a39d030)
* registry: change init_registry() to return WERROR instead of bool.Michael Adam2008-04-222-6/+3
| | | | | Michael (cherry picked from commit 0b196095dbbc29c796cb0742fe6e57a421e9596b)
* registry: change registry_init_smbconf() to return WERROR instead of boolMichael Adam2008-04-222-7/+4
| | | | | Michael (cherry picked from commit 7c343c60574cda091f59861fbcb2893aefb564e9)
* registry: refactor common part of registry initialization out.Michael Adam2008-04-223-25/+15
| | | | | | | into a new function registry_init_common(). Michael (cherry picked from commit 5da52b95ac69e4abfbc44335df2447bec8f16e13)
* registry: change registry_init_basic() to return WERROR instead of boolMichael Adam2008-04-222-6/+6
| | | | Michael
* registry: change reghook_cache_add() to return WERROR instead of boolMichael Adam2008-04-223-6/+10
| | | | | Michael (cherry picked from commit e65a999989c97c4c7b0af5093e0e89583691e9a8)
* registry cachehook: change helper function keyname_to_path() to return WERROR.Michael Adam2008-04-221-18/+32
| | | | | Michael (cherry picked from commit 78bb005ee45e7a0be24b5222c3f878058b5cd8ea)
* adt_tree: change pathtree_add to return WERR instead of bool.Michael Adam2008-04-223-10/+10
| | | | | Michael (cherry picked from commit da45fb92f69221758f36db4cbb7d871e3ce60718)
* registry cachehook: revert logic to make fast path more obvious and reduce ↵Michael Adam2008-04-221-8/+9
| | | | | | | indent. Michael (cherry picked from commit e97d558c5660e6d235b62528f5527a62ac1252d7)
* registry: change reghook_cache_init() to return WERROR and use it in the ↵Michael Adam2008-04-224-9/+26
| | | | | | | callers. Michael (cherry picked from commit 2f4ca62dce50225d67ba8643afba4199e1845c5f)
* registry cachehook: compare cache_tree against NULL, not 0.Michael Adam2008-04-221-1/+1
| | | | | Michael (cherry picked from commit 4bfc0be55f2a436a9c687ab6ad86e704fcb753d6)
* registry: change init_registry_key() and init_registry_data() to return WERRMichael Adam2008-04-223-20/+43
| | | | | Michael (cherry picked from commit e0718f04a7392695eed6cd1bf888d3af1d5d6177)
* registry: unify debug output in the registry init functions.Michael Adam2008-04-223-9/+9
| | | | | Michael (cherry picked from commit 4fd9b45ffc08e7deeae58be3129832148748af13)
* registry: change regdb_init() to return WERROR instead of bool.Michael Adam2008-04-224-23/+19
| | | | | Michael (cherry picked from commit c312852abce72bc167abee8b29fc699c4a643ca7)
* registry: make registry_init_smbconf() hook the registry ops onto given key.Michael Adam2008-04-222-5/+11
| | | | | | | | This still defaults to HKLM\Software\Samba\smbconf, but is interchangeable now. This allows us to open the libsmbconf registry backend on different registry keys. Michael (cherry picked from commit 8fe1a2f567afbecbe487f08825cb43b038065e99)
* registry cachehook: add talloc failed debug messages.Michael Adam2008-04-221-0/+6
| | | | | Michael (cherry picked from commit 9841ee7fd429c7ff367dbb43b754cd5b6f53c065)
* registry cachehook: eliminate a couple trailing spaces (empty lines).Michael Adam2008-04-221-4/+4
| | | | | Michael (cherry picked from commit c9f01aee37165216fa8a5331c64dd93963b38802)
* registry cachehook: fix memleak (to talloc_tos()): free key at the end.Michael Adam2008-04-221-1/+4
| | | | | Michael (cherry picked from commit 3f5955d361da5278773b46dccb34c8f63eb04157)
* registry cachehook: refactor normalization of keyname out.Michael Adam2008-04-221-29/+23
| | | | | Michael (cherry picked from commit acb9c98dff7dac5e0688a04dbf6d63a7a7f67fd2)
* registry: adapt copied function header comments.Michael Adam2008-04-221-2/+2
| | | | | Michael (cherry picked from commit 2e762be0db7a098b6da09756a9c9dfa3931ca3c6)
* registry: remove the REGISTRY_HOOKS layer from the reghook cache.Michael Adam2008-04-227-47/+44
| | | | | | | | | | | There is no need to save the keyname again, we only need to get the REGISTRY_OPS out of the pathtree. Furthermore, this makes life easier, since we can now pass in keynames as temporarily allocated strings. Michael (cherry picked from commit 2f9ee2f782c77ed99669af5ac2ba40cb0978f0da)
* Fix wbinfo --group-info if the winbind separator set to non \Volker Lendecke2008-04-221-2/+4
| | | | | | | In getgrsid_lookupsid_recv() we use parse_domain_user which itself looks at lp_winbind_separator(). Thus when building up that group name we should better use it as well. (cherry picked from commit 5df75578ef1da41164936cd11b14114889201d47)
* Revert "Fix the build of eventlogadm."Karolin Seeger2008-04-221-1/+1
| | | | This reverts commit b1057bca7fbe8d8b3ae8d2cf7d4d78148a89c3d3.
* libnetjoin: identify type of domain early.Günther Deschner2008-04-221-16/+16
| | | | | | | This finally enables joining AD using workgroup or realm name. Guenther (cherry picked from commit 0cf16e6b47f5978bdcb84ac8a29ef13ff2b5cca8)
* build: fix the build.Günther Deschner2008-04-221-2/+2
| | | | | Guenther (cherry picked from commit 09a0001063d5bdd9bdc7abfbf1467beb062de049)
* dsgetdcname: Fix discover_dc_dns().Günther Deschner2008-04-221-2/+2
| | | | | Guenther (cherry picked from commit ec86deb349850c634b49cd5a536e9281a4a6e7d8)
* dsgetdcname: add very basic flat name support.Günther Deschner2008-04-221-9/+168
| | | | | Guenther (cherry picked from commit bb72d0b71e2a85d50e7bd893670c3eec69717580)