summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* Add support for setting resume handle in netsessenum rpcclient command.Günther Deschner2008-03-211-3/+9
| | | | | Guenther (This used to be commit a01588d65f67ac23a5a2a741bb0419830e42868c)
* Remove unused marshalling for SRV_NET_CONN_ENUM.Günther Deschner2008-03-212-464/+0
| | | | | Guenther (This used to be commit 51467443f70a53c3290f26f94cdaf8a64f58c2af)
* Use pidl for _srvsvc_NetConnEnum().Günther Deschner2008-03-212-154/+97
| | | | | Guenther (This used to be commit b8714e03e70070b5dfb1a0b15b191dfac0634c44)
* Allow to set or unset resume_handle in netconnenum in rpcclient.Günther Deschner2008-03-211-1/+3
| | | | | Guenther (This used to be commit f1b93c24fea0441deb5319f6fc4df0373d0dc939)
* libsmbconf: reformaat - fix some whispacing/tabsMichael Adam2008-03-211-7/+7
| | | | | Michael (This used to be commit 1a5e5bf38f409b10c8b1da6227722c7d3976b175)
* libsmbconf: add backend specific init function.Michael Adam2008-03-217-9/+18
| | | | | | | | Hide generic init function taking smbconf_ops argument from public api. Michael (This used to be commit b3f6920ccb9a27fde26e889a7f1f3afaf56b784f)
* libsmbconf: add shutdown handler to smbconf_ops.Michael Adam2008-03-212-1/+8
| | | | | Michael (This used to be commit acbd1f40e0cb4cb5b2ba826c4825edda7ee4937b)
* libsmbconf: fix commentsMichael Adam2008-03-211-2/+1
| | | | | Michael (This used to be commit 24f32d9bd9aa837d777ea4187bebf3146a67ce59)
* libsmbconf: rename smbconf_close() to smbconf_shutdown().Michael Adam2008-03-215-7/+7
| | | | | Michael (This used to be commit 797b26ad3fad27e085827efb61f6b4d8b37e93f0)
* libsmbconf: rename smbconf_open() to smbconf_init().Michael Adam2008-03-216-9/+9
| | | | | | | That's more appropriate. Michael (This used to be commit d7bd9bb8aa2003ec0a9860df26857f67255febe2)
* libsmbconf: add open and close operations to the smbconf_ops.Michael Adam2008-03-212-1/+15
| | | | | | | | | Note: currently, reg_init_smbconf opens the registry, but does not close it. This has to be changed. so that it is closed. And then libsmbconf will need these open/close functions Michael (This used to be commit 77dbdf82efa60c8a7c00e489c198775b2f66e56c)
* libsmbconf: introduce a smbconf_ops layer to allow interchangeable backends.Michael Adam2008-03-212-14/+64
| | | | | Michael (This used to be commit a857f643d1558c0fdab4b647695d75223b730b96)
* libsmbconf: move smbconf_reg_initialize() down to the smbconf operations.Michael Adam2008-03-211-20/+20
| | | | | Michael (This used to be commit f2d605006cd1187f70a044c3356d436e91093d5f)
* libsmbconf: add existence check for service to smbconf_delete_share().Michael Adam2008-03-211-0/+4
| | | | | Michael (This used to be commit d44c2ef0b7d7bddb4115b596872748132ebd6ddc)
* libsmbconf: add existence check for service to smbconf_get_share().Michael Adam2008-03-211-0/+4
| | | | | Michael (This used to be commit 26208d3e96a1e257628366709a1d71ac36f0788b)
* libsmbconf: add check for NULL servicename to smbconf_share_exists().Michael Adam2008-03-211-0/+3
| | | | | Michael (This used to be commit 5dac66c82af8c87df723092a9309304846684418)
* libsmbconf: fix a commentMichael Adam2008-03-211-1/+1
| | | | (This used to be commit 103a37ac8e85e9a7b8c2f4eb33e6f1cdbe01d31c)
* libsmbconf: refactor out registry implementation of smbconf operations.Michael Adam2008-03-211-229/+326
| | | | | | | | This leaves most of the api functions mere wrappers except for some common initial checks. Michael (This used to be commit 9448a7a298e9ed035aa6b86df18f2d41081731cc)
* libsmbconf: refactor autocreation of [global] into a helper function.Michael Adam2008-03-211-21/+18
| | | | | Michael (This used to be commit aeaf66c064de58c6f19d5a9d226843dedb552011)
* libsmbconf: put the smbconf context struct into a private header.Michael Adam2008-03-213-3/+29
| | | | | Michael (This used to be commit a99ee5e536eee1563c90e5d7f251bfe9f5d1ffbb)
* libsmbconf: change the API to always take the smbconf_ctx parameter first.Michael Adam2008-03-214-26/+30
| | | | | | | | ..for consistency. Exception: the open/init function, where the smbconf_ctx is created from the given talloc context. Michael (This used to be commit 304dba6cb2184437f3edad065a530d03fb704036)
* libsmbconf: fix indentation.Michael Adam2008-03-211-3/+3
| | | | | Michael (This used to be commit 7460697ea42764f5f658a4f7f70872a56aeb160d)
* libsmbconf: change smbconf_get_seqnum() to smbconf_changed().Michael Adam2008-03-213-19/+42
| | | | | | | | | The former seqnum is hidden inside a struct smbconf_csn. And the get_seqnum is united with a changed function that stores the seqnum inside the given csn. Michael (This used to be commit 5b6b90900a1a3eab24cb5612d78f9678a363cf73)
* libsmbconf: fix a commentMichael Adam2008-03-211-2/+1
| | | | | Michael (This used to be commit e6b60f6cad32ce8bb78abb070889dde3eca2d268)
* A level 25 setuserinfo does change the pwdlastsetVolker Lendecke2008-03-201-6/+22
| | | | (This used to be commit f65cb5d4b51e2e7b9b16b73e47cd2a8d55d5d4b0)
* smbd: fix session setup with security = share.Michael Adam2008-03-201-1/+1
| | | | | | | | | | Broken by pstring removal in 9ed12bfc48fe7f9b1863a9dd88e881974083053c. Jeremy, please check. Thanks to Yannick Bergeron <yaberger@ca.ibm.com> for noting this. Michael (This used to be commit 008c4bdbe5de064b4469fc1f7c7173290f35b3ef)
* Fix an uninitialized variable warningVolker Lendecke2008-03-201-0/+1
| | | | (This used to be commit 4cc09ec40609484c973361a0cc0f05bfaef1738e)
* Port 3c1f1f0797e from 3-0-ctdbroot2008-03-201-3/+57
| | | | | | We need to inform ctdb about the client's TCP connection so that after a fail over ctdbd can trigger the client to reconnect very quickly (This used to be commit ddc989886deff173b8a2a2a753a896770efe7545)
* Fix some warnings in the tsmsm moduleVolker Lendecke2008-03-201-4/+6
| | | | | Alexander, please check! (This used to be commit df574fd2ee58f008b93b06f4d78c85cb909cc92c)
* loadparm: reenable checking files for updates while in registry configuration.Michael Adam2008-03-201-9/+0
| | | | | | | This is necessary now that includes (to files) are enabled from registry. Michael (This used to be commit 7dc64d1021e0b8f3339f811c8c144f7013a649a8)
* loadparm: remove unneeded include.Michael Adam2008-03-201-1/+0
| | | | | | | libnet.h unneeded after separation of libsmbconf from libnet. Michael (This used to be commit 5c3f14e02fa7baf11d9a6531f2de3e6b16d843b0)
* registry: use available string constant in debug statement.Michael Adam2008-03-201-1/+1
| | | | | Michael (This used to be commit 6bac03a2ec6351ab9db457d904b8925c828086e8)
* registry: in regdb_init, not only complain about INFO/version, store it...Michael Adam2008-03-201-0/+8
| | | | | Michael (This used to be commit 27d67365ad03f0a0cd86011758a122a97513b82e)
* registry: reformat regdb_init() slightly, breaking long lines.Michael Adam2008-03-201-6/+9
| | | | | Michael (This used to be commit 11da885f1e82e7a08fac2bc0ec1515694caa6340)
* registry: untangle assignment and if-statement in regdb_init().Michael Adam2008-03-201-2/+2
| | | | | Michael (This used to be commit 504058df9706ee4e4c2e7fb1b1e41710bce2f87d)
* registry: separate initialization of registry data from regdb_init().Michael Adam2008-03-203-9/+14
| | | | | | | | | Leave this to the users (currently registry_init_smbconf() and init_registry()) to initialize as much of preliminary registry data as needed. Michael (This used to be commit 59fdd30c789ccfd5cff356e459f1653b065b985c)
* registry: add a transaction wrapper to init_registry_key_internal().Michael Adam2008-03-201-0/+31
| | | | | Michael (This used to be commit 8b9cff84d5c39e6d7c315d87ac2fdf7fc0d4e4c4)
* registry: refactor creation of subkeys out of init_registry_data().Michael Adam2008-03-201-79/+92
| | | | | Michael (This used to be commit 55233f875ebe1d515c65d9322cda69eb52d4c7d5)
* Remove unused marshalling for SVCCTL_ENUM_DEPENDENT_SERVICES.Günther Deschner2008-03-202-72/+0
| | | | | Guenther (This used to be commit 5838d81346a51ef1e996bab938533ae2097f7e47)
* Use pidl for _svcctl_EnumDependentServicesW().Günther Deschner2008-03-202-29/+8
| | | | | Guenther (This used to be commit 988291a9c07c055213f8979ebe75bb392811008d)
* Re-run make idl.Günther Deschner2008-03-205-29/+31
| | | | | Guenther (This used to be commit fe7203090c0c51e4561a3b5ce0d5d131d280ba8e)
* Fix IDL for svcctl_EnumDependentServicesW().Günther Deschner2008-03-201-4/+4
| | | | | Guenther (This used to be commit 46bfded43dcabdd2302d82920fb2a37c41e58126)
* Move svc_status_string() out of rpc_client/cli_svcctl.cGünther Deschner2008-03-202-36/+37
| | | | | Guenther (This used to be commit 2860ae2eb2cb99b4febb352f516b3fa9fbd2abbb)
* No need to compose CLI_SERVER_NAME_SLASH in "net rpc service" anymore.Günther Deschner2008-03-201-34/+6
| | | | | Guenther (This used to be commit b5291d477381521cd4b71674616f8c9899007002)
* Add error mapping for WERR_SERVICE_NEVER_STARTED.Günther Deschner2008-03-201-0/+1
| | | | | Guenther (This used to be commit 818044d877597ba5c11dc7f30bab929c4b41db89)
* Fix crash bug in check_sam_security() when make_server_info_sam() did aGünther Deschner2008-03-201-1/+0
| | | | | | | talloc_steal and talloc_free on the sam account already. Guenther (This used to be commit dbc7237a8a566f3e86bd6e4b48593b93c5bfb94e)
* ntlm_auth: Improve compliance to the Squid helper protocolKai Blin2008-03-191-31/+44
| | | | | | | | | | This fixes bug #4235. Patch from Pawel Worach <pawel.worach@gmail.com> with some linebreaks added by me. Also fix one BH message that the original patch didn't fix. (This used to be commit 098380760d20bad2a45c3b12ab2a5e4d2b856175)
* libreplace: replace.c does not need system/network.h anymore.Michael Adam2008-03-191-1/+0
| | | | | | Michael (cherry picked from commit 2d3c2f34f33338ff422047dae9cc262522689328) (This used to be commit 03a980d8f67ee1516c357807c23a405f07a006b3)
* libreplace: move rep_socketpair() to its own module.Michael Adam2008-03-196-24/+55
| | | | | | | | | | | | Prototype is now in system/network.h, implementation in socketpair.c, and check in socketpair.m4. Now the last networking function has vanished from replace.c. Michael (cherry picked from commit 94ac8a25be15b55f66eff96fdddc2fdc71a43b1e) (This used to be commit 6c53753246b8108fe1277b34958e122bd800c4e7)
* !NT_STATUS_IS_OK != NT_STATUS_IS_ERRVolker Lendecke2008-03-191-1/+1
| | | | | | When reading from a pipe, Windows return STATUS_BUFFER_OVERFLOW which is *not* an error. (This used to be commit 24018d882d1b1cfece47c533fe5bbca91de124cc)