summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Yippie! LSARPC server-side migration to pidl finished.Günther Deschner2008-02-194-467/+4
| | | | | | | | | | Guenther (This used to be commit aa7023b88d3161897b9616d950c2a99624d81931)
| * Use pidl for _lsa_LookupSids, _lsa_LookupSids2 and _lsa_LookupSids3.Günther Deschner2008-02-193-177/+136
| | | | | | | | | | Guenther (This used to be commit b1609801e4443a3efbc29873477ad335d0241be4)
| * Fix a comment. REGISTRY_KEY has vanished from srv_winreg_nt.cMichael Adam2008-02-181-1/+1
| | | | | | | | | | | | | | (It is reg_api time) Michael (This used to be commit d94998e46ba0faac3fa625e8292d452ad52b8e55)
| * Remove (now) unused function make_default_reg_sd().Michael Adam2008-02-181-48/+0
| | | | | | | | | | Michael (This used to be commit 2c66413de284fb4cb9dc7def0ee4eb07b986c9ca)
| * Grab secdesc for key from registry for reg_savekey()Michael Adam2008-02-181-10/+9
| | | | | | | | | | | | | | instead of construction another default secdesc. Michael (This used to be commit 194e00822c349aa0c11641672b35b0e0c021da08)
| * Add NT Authority\System as group sid to default registry key security ↵Michael Adam2008-02-181-1/+2
| | | | | | | | | | | | | | descriptor. Michael (This used to be commit 9f0448ca323a6645ad662c97d92a7e30320e0c11)
| * Change construct_registry_sd() to return WERROR instead of the SEC_DESC *.Michael Adam2008-02-181-11/+12
| | | | | | | | | | Michael (This used to be commit 91dbe79df2636959381825af6ab8a66abd7f97a1)
| * Reformat construct_registry_sd() slightly (stick to coding rules).Michael Adam2008-02-181-8/+17
| | | | | | | | | | Michael (This used to be commit d87fb13959f84dfbbd3e1cc875f78d6e8ad44130)
| * Use BUILTIN\administrators as owner of the default registry key security ↵Michael Adam2008-02-181-1/+1
| | | | | | | | | | | | | | descriptor. Michael (This used to be commit 52e98157650d8dbc9b3ebb55f995ca543839543b)
| * Fix segfault in svcctl_get_secdesc(): prevent premature TALLOC_FREE.Michael Adam2008-02-181-14/+14
| | | | | | | | | | | | | | | | | | This crash was triggered by (e.g.) net rpc service status. This patch prevents premature freeing of memory and creates a common exit point to the function. Michael (This used to be commit f1fb9fd6f14fc53629871cbe4b8558ad5acc14f0)
| * Add a check for success of fetch_reg_values().Michael Adam2008-02-181-1/+5
| | | | | | | | | | Michael (This used to be commit ba69097f37086537e6b2606fceeb874f6d3e4e1c)
| * Fix a comment typo.Michael Adam2008-02-181-1/+1
| | | | | | | | | | Michael (This used to be commit 00e2dd36b38fcf92d76a0e79860cf9ca6a3d027e)
| * Create missing link for libnetapi.so.0Michael Adam2008-02-181-0/+1
| | | | | | | | | | Michael (This used to be commit 1cb2d980d3b2759d73314b112c904f5e20052135)
| * Remove unused marshalling for LSA_LOOKUP_NAMES/2/3/4Günther Deschner2008-02-183-795/+0
| | | | | | | | | | Guenther (This used to be commit 6458ef3977b60f24b87eb88cf870a9f23929ca85)
| * Use pidl for _lsa_LookupNames3 and _lsa_LookupNames4.Günther Deschner2008-02-182-147/+77
| | | | | | | | | | Guenther (This used to be commit 4e310a19f12ba7034f33247dca0a9e7a10aa98b7)
| * Re-run make idl.Günther Deschner2008-02-185-14/+56
| | | | | | | | | | Guenther (This used to be commit 1cac7b0f626b418909a5e7a79a1c6d335c10fbf3)
| * Fix IDL for lsa_LookupNames3 and lsa_LookupNames4.Günther Deschner2008-02-181-2/+2
| | | | | | | | | | Guenther (This used to be commit 2eda5bcbfa8fccb121e5621b45c2bd1d86f6e71e)
| * Use pidl for _lsa_LookupNames() and _lsa_LookupNames2().Günther Deschner2008-02-183-155/+137
| | | | | | | | | | | | | | Hopefully I didn't screw this up. Please check :) Guenther (This used to be commit 01b733f10c1645668f2aea2841bbdc64b4bd5c51)
| * Remove unused marshalling for SVCCTL_GET_DISPLAY_NAME.Günther Deschner2008-02-183-130/+0
| | | | | | | | | | Guenther (This used to be commit 144f41e7c3c97afede71ed771acd130f9018f0df)
| * Use pidl for _svcctl_GetServiceDisplayNameW().Günther Deschner2008-02-182-28/+13
| | | | | | | | | | Guenther (This used to be commit 2746e88c5c4a9e859356d5c53106eba0c2cd7cbe)
| * Remove unused marshalling for SVCCTL_OPEN_SERVICE.Günther Deschner2008-02-183-98/+0
| | | | | | | | | | Guenther (This used to be commit e0a8818af0e3e82e9b70ff6c485090986b435fed)
| * Use rpccli_svcctl_OpenServiceW() in net.Günther Deschner2008-02-181-23/+34
| | | | | | | | | | Guenther (This used to be commit 1537a2ff36841fea7bd5d49283667dd02bae84b8)
| * Use pidl for _svcctl_OpenServiceW().Günther Deschner2008-02-182-37/+13
| | | | | | | | | | | | | | | | Note that this call did and still does panic in registry access. Michael has an idea how to fix this. Guenther (This used to be commit b2fa41072ddd2aba000a33eb32ccee408d8304db)
| * Remove unused marshalling for SVCCTL_OPEN_SCMANAGER.Günther Deschner2008-02-183-108/+0
| | | | | | | | | | Guenther (This used to be commit 1162b8a02d365b79f5a3e86c936bae80092f1869)
| * Use rpccli_svcctl_OpenSCManagerW() in net.Günther Deschner2008-02-181-17/+75
| | | | | | | | | | Guenther (This used to be commit 275ce92e277c0d30cfa098e62674111c994aeb4c)
| * Use pidl for _svcctl_OpenSCManagerW().Günther Deschner2008-02-182-27/+6
| | | | | | | | | | Guenther (This used to be commit 1131e914df9c69b046f335999b7b62063e92fb9d)
| * Remove whitespace, no code changes.Günther Deschner2008-02-182-265/+265
| | | | | | | | | | Guenther (This used to be commit d752d52f1a4b75d7d4934da66566bc62e14caf27)
| * Fix off-by-one bugs in subcommand argument passing.Tim Potter2008-02-181-4/+4
| | | | | | | | (This used to be commit d85a2782a483e563a8b68924d4897a145bc25896)
| * Check return code of secrets_init() function.Tim Potter2008-02-181-1/+2
| | | | | | | | (This used to be commit 2b1eead269e95142576d0c8c259874324ba83502)
| * Replace C++-style comments with C.Tim Potter2008-02-182-5/+5
| | | | | | | | (This used to be commit a1d07469236c06b65f14a59a27d7f7abcb106b5e)
| * Use rpccli_lsa_LookupSids() in rpccli_lsa_lookup_sids_noalloc().Günther Deschner2008-02-181-31/+36
| | | | | | | | | | Guenther (This used to be commit b62eddbc4e302d3849525d8f6af24b112a4fe483)
| * Use rpccli_lsa_LookupNames() inside of rpccli_lsa_lookup_names.Günther Deschner2008-02-181-25/+26
| | | | | | | | | | Guenther (This used to be commit 5c0a2d697f6a173e9627d7bc5567308a24613f46)
| * Remove unused marshalling for NTSVCS_GET_HW_PROFILE_INFO.Günther Deschner2008-02-182-90/+0
| | | | | | | | | | Guenther (This used to be commit 2ec2eefc703df882599b6eac9147350c4df33006)
| * Use pidl for _PNP_GetHwProfInfo().Günther Deschner2008-02-182-30/+4
| | | | | | | | | | Guenther (This used to be commit 7b7ce50e4bd8bc1ac94e882acf412e69b652f7d0)
| * Add ntsvcs_hwprofinfo command to rpcclient.Günther Deschner2008-02-181-0/+27
| | | | | | | | | | Guenther (This used to be commit 8d8cf915f793980bdd0d89fc8d53ea1c1e759065)
| * Re-run make idl.Günther Deschner2008-02-186-0/+127
| | | | | | | | | | Guenther (This used to be commit cbc3f328d0deecdb7a6c2ff6088ab10ce7d0fbd5)
| * Add IDL for PNP_GetHwProfInfo.Günther Deschner2008-02-181-1/+12
| | | | | | | | | | Guenther (This used to be commit 1ec619fd025cf0ba0b9af05bffa90b61e8ab0f97)
| * Remove unused marshalling for NTSVCS_HW_PROFILE_FLAGS.Günther Deschner2008-02-182-94/+0
| | | | | | | | | | Guenther (This used to be commit ddb3838be1ab5080add4db060432dfd007b1fd73)
| * Use pidl for _PNP_HwProfFlags().Günther Deschner2008-02-182-30/+5
| | | | | | | | | | Guenther (This used to be commit b30d812b30b5a5b286db68fc94b09fff38db5306)
| * Add ntsvcs_hwprofflags command to rpcclient.Günther Deschner2008-02-181-0/+38
| | | | | | | | | | Guenther (This used to be commit c184a711464d11ebb62989487d33d51d39c97092)
| * Re-run make idl.Günther Deschner2008-02-185-0/+253
| | | | | | | | | | Guenther (This used to be commit 5e0f27c2a717ab2daa3b25c450c9cc560aad6218)
| * Fill in (very unfinished) IDL for PNP_HwProfFlags.Günther Deschner2008-02-181-1/+11
| | | | | | | | | | Guenther (This used to be commit 121e73aa49a95b3cdb2b680c0ee30d8308bd5988)
| * Remove unused marshalling for NTSVCS_GET_DEVICE_LIST_SIZE.Günther Deschner2008-02-182-66/+0
| | | | | | | | | | Guenther (This used to be commit bc1df536fa04e004ccf177e0f3ba56f3c47709aa)
| * Use pidl for _PNP_GetDeviceListSize().Günther Deschner2008-02-182-34/+7
| | | | | | | | | | Guenther (This used to be commit da6636577dbbdabd248ea87a07819c5e63577f86)
| * Add ntsvcs_getdevlistsize command to rpcclient.Günther Deschner2008-02-181-0/+40
| | | | | | | | | | Guenther (This used to be commit 9bc5068cc387cd02e53db6146db9b4ed0af3160d)
| * Re-run make idl.Günther Deschner2008-02-185-0/+78
| | | | | | | | | | Guenther (This used to be commit c7c89317db3774e75013dec67e44100d7276c939)
| * Fill in IDL PNP_GetDeviceListSize() based on samba3.Günther Deschner2008-02-181-1/+5
| | | | | | | | | | Guenther (This used to be commit 9d7699cbe4ba3536d7acf8e06374e33c036a2d2a)
| * Remove unused marshalling for NTSVCS_VALIDATE_DEVICE_INSTANCE.Günther Deschner2008-02-172-54/+0
| | | | | | | | | | Guenther (This used to be commit 8971afaf744e5124d4b82cad76e368ccd05be394)
| * Use pidl for _PNP_ValidateDeviceInstance().Günther Deschner2008-02-172-28/+3
| | | | | | | | | | Guenther (This used to be commit 7973a103aa91497807cb0e3bf19dba172ae613b8)
| * Add ValidateDeviceInstance command to rpcclient.Günther Deschner2008-02-171-0/+33
| | | | | | | | | | Guenther (This used to be commit a2e6727ff7d75b50a33c4186f48477ca35b3fbb9)