| 1 | --- a/source3/librpc/ndr/util.c |
| 2 | +++ b/source3/librpc/ndr/util.c |
| 3 | @@ -28,3 +28,7 @@ _PUBLIC_ void ndr_print_sockaddr_storage |
| 4 | char addr[INET6_ADDRSTRLEN]; |
| 5 | ndr->print(ndr, "%-25s: %s", name, print_sockaddr(addr, sizeof(addr), ss)); |
| 6 | } |
| 7 | + |
| 8 | +_PUBLIC_ void ndr_print_disabled(struct ndr_print *ndr, const char *name, int flags, void *r) |
| 9 | +{ |
| 10 | +} |
| 11 | --- a/source3/librpc/gen_ndr/ndr_atsvc.c |
| 12 | +++ b/source3/librpc/gen_ndr/ndr_atsvc.c |
| 13 | @@ -867,7 +867,7 @@ static const struct ndr_interface_call a |
| 14 | sizeof(struct atsvc_JobAdd), |
| 15 | (ndr_push_flags_fn_t) ndr_push_atsvc_JobAdd, |
| 16 | (ndr_pull_flags_fn_t) ndr_pull_atsvc_JobAdd, |
| 17 | - (ndr_print_function_t) ndr_print_atsvc_JobAdd, |
| 18 | + (ndr_print_function_t) ndr_print_disabled, |
| 19 | { 0, NULL }, |
| 20 | { 0, NULL }, |
| 21 | }, |
| 22 | @@ -876,7 +876,7 @@ static const struct ndr_interface_call a |
| 23 | sizeof(struct atsvc_JobDel), |
| 24 | (ndr_push_flags_fn_t) ndr_push_atsvc_JobDel, |
| 25 | (ndr_pull_flags_fn_t) ndr_pull_atsvc_JobDel, |
| 26 | - (ndr_print_function_t) ndr_print_atsvc_JobDel, |
| 27 | + (ndr_print_function_t) ndr_print_disabled, |
| 28 | { 0, NULL }, |
| 29 | { 0, NULL }, |
| 30 | }, |
| 31 | @@ -885,7 +885,7 @@ static const struct ndr_interface_call a |
| 32 | sizeof(struct atsvc_JobEnum), |
| 33 | (ndr_push_flags_fn_t) ndr_push_atsvc_JobEnum, |
| 34 | (ndr_pull_flags_fn_t) ndr_pull_atsvc_JobEnum, |
| 35 | - (ndr_print_function_t) ndr_print_atsvc_JobEnum, |
| 36 | + (ndr_print_function_t) ndr_print_disabled, |
| 37 | { 0, NULL }, |
| 38 | { 0, NULL }, |
| 39 | }, |
| 40 | @@ -894,7 +894,7 @@ static const struct ndr_interface_call a |
| 41 | sizeof(struct atsvc_JobGetInfo), |
| 42 | (ndr_push_flags_fn_t) ndr_push_atsvc_JobGetInfo, |
| 43 | (ndr_pull_flags_fn_t) ndr_pull_atsvc_JobGetInfo, |
| 44 | - (ndr_print_function_t) ndr_print_atsvc_JobGetInfo, |
| 45 | + (ndr_print_function_t) ndr_print_disabled, |
| 46 | { 0, NULL }, |
| 47 | { 0, NULL }, |
| 48 | }, |
| 49 | --- a/source3/librpc/gen_ndr/ndr_audiosrv.c |
| 50 | +++ b/source3/librpc/gen_ndr/ndr_audiosrv.c |
| 51 | @@ -594,7 +594,7 @@ static const struct ndr_interface_call a |
| 52 | sizeof(struct audiosrv_CreatezoneFactoriesList), |
| 53 | (ndr_push_flags_fn_t) ndr_push_audiosrv_CreatezoneFactoriesList, |
| 54 | (ndr_pull_flags_fn_t) ndr_pull_audiosrv_CreatezoneFactoriesList, |
| 55 | - (ndr_print_function_t) ndr_print_audiosrv_CreatezoneFactoriesList, |
| 56 | + (ndr_print_function_t) ndr_print_disabled, |
| 57 | { 0, NULL }, |
| 58 | { 0, NULL }, |
| 59 | }, |
| 60 | @@ -603,7 +603,7 @@ static const struct ndr_interface_call a |
| 61 | sizeof(struct audiosrv_CreateGfxFactoriesList), |
| 62 | (ndr_push_flags_fn_t) ndr_push_audiosrv_CreateGfxFactoriesList, |
| 63 | (ndr_pull_flags_fn_t) ndr_pull_audiosrv_CreateGfxFactoriesList, |
| 64 | - (ndr_print_function_t) ndr_print_audiosrv_CreateGfxFactoriesList, |
| 65 | + (ndr_print_function_t) ndr_print_disabled, |
| 66 | { 0, NULL }, |
| 67 | { 0, NULL }, |
| 68 | }, |
| 69 | @@ -612,7 +612,7 @@ static const struct ndr_interface_call a |
| 70 | sizeof(struct audiosrv_CreateGfxList), |
| 71 | (ndr_push_flags_fn_t) ndr_push_audiosrv_CreateGfxList, |
| 72 | (ndr_pull_flags_fn_t) ndr_pull_audiosrv_CreateGfxList, |
| 73 | - (ndr_print_function_t) ndr_print_audiosrv_CreateGfxList, |
| 74 | + (ndr_print_function_t) ndr_print_disabled, |
| 75 | { 0, NULL }, |
| 76 | { 0, NULL }, |
| 77 | }, |
| 78 | @@ -621,7 +621,7 @@ static const struct ndr_interface_call a |
| 79 | sizeof(struct audiosrv_RemoveGfx), |
| 80 | (ndr_push_flags_fn_t) ndr_push_audiosrv_RemoveGfx, |
| 81 | (ndr_pull_flags_fn_t) ndr_pull_audiosrv_RemoveGfx, |
| 82 | - (ndr_print_function_t) ndr_print_audiosrv_RemoveGfx, |
| 83 | + (ndr_print_function_t) ndr_print_disabled, |
| 84 | { 0, NULL }, |
| 85 | { 0, NULL }, |
| 86 | }, |
| 87 | @@ -630,7 +630,7 @@ static const struct ndr_interface_call a |
| 88 | sizeof(struct audiosrv_AddGfx), |
| 89 | (ndr_push_flags_fn_t) ndr_push_audiosrv_AddGfx, |
| 90 | (ndr_pull_flags_fn_t) ndr_pull_audiosrv_AddGfx, |
| 91 | - (ndr_print_function_t) ndr_print_audiosrv_AddGfx, |
| 92 | + (ndr_print_function_t) ndr_print_disabled, |
| 93 | { 0, NULL }, |
| 94 | { 0, NULL }, |
| 95 | }, |
| 96 | @@ -639,7 +639,7 @@ static const struct ndr_interface_call a |
| 97 | sizeof(struct audiosrv_ModifyGfx), |
| 98 | (ndr_push_flags_fn_t) ndr_push_audiosrv_ModifyGfx, |
| 99 | (ndr_pull_flags_fn_t) ndr_pull_audiosrv_ModifyGfx, |
| 100 | - (ndr_print_function_t) ndr_print_audiosrv_ModifyGfx, |
| 101 | + (ndr_print_function_t) ndr_print_disabled, |
| 102 | { 0, NULL }, |
| 103 | { 0, NULL }, |
| 104 | }, |
| 105 | @@ -648,7 +648,7 @@ static const struct ndr_interface_call a |
| 106 | sizeof(struct audiosrv_OpenGfx), |
| 107 | (ndr_push_flags_fn_t) ndr_push_audiosrv_OpenGfx, |
| 108 | (ndr_pull_flags_fn_t) ndr_pull_audiosrv_OpenGfx, |
| 109 | - (ndr_print_function_t) ndr_print_audiosrv_OpenGfx, |
| 110 | + (ndr_print_function_t) ndr_print_disabled, |
| 111 | { 0, NULL }, |
| 112 | { 0, NULL }, |
| 113 | }, |
| 114 | @@ -657,7 +657,7 @@ static const struct ndr_interface_call a |
| 115 | sizeof(struct audiosrv_Logon), |
| 116 | (ndr_push_flags_fn_t) ndr_push_audiosrv_Logon, |
| 117 | (ndr_pull_flags_fn_t) ndr_pull_audiosrv_Logon, |
| 118 | - (ndr_print_function_t) ndr_print_audiosrv_Logon, |
| 119 | + (ndr_print_function_t) ndr_print_disabled, |
| 120 | { 0, NULL }, |
| 121 | { 0, NULL }, |
| 122 | }, |
| 123 | @@ -666,7 +666,7 @@ static const struct ndr_interface_call a |
| 124 | sizeof(struct audiosrv_Logoff), |
| 125 | (ndr_push_flags_fn_t) ndr_push_audiosrv_Logoff, |
| 126 | (ndr_pull_flags_fn_t) ndr_pull_audiosrv_Logoff, |
| 127 | - (ndr_print_function_t) ndr_print_audiosrv_Logoff, |
| 128 | + (ndr_print_function_t) ndr_print_disabled, |
| 129 | { 0, NULL }, |
| 130 | { 0, NULL }, |
| 131 | }, |
| 132 | @@ -675,7 +675,7 @@ static const struct ndr_interface_call a |
| 133 | sizeof(struct audiosrv_RegisterSessionNotificationEvent), |
| 134 | (ndr_push_flags_fn_t) ndr_push_audiosrv_RegisterSessionNotificationEvent, |
| 135 | (ndr_pull_flags_fn_t) ndr_pull_audiosrv_RegisterSessionNotificationEvent, |
| 136 | - (ndr_print_function_t) ndr_print_audiosrv_RegisterSessionNotificationEvent, |
| 137 | + (ndr_print_function_t) ndr_print_disabled, |
| 138 | { 0, NULL }, |
| 139 | { 0, NULL }, |
| 140 | }, |
| 141 | @@ -684,7 +684,7 @@ static const struct ndr_interface_call a |
| 142 | sizeof(struct audiosrv_UnregisterSessionNotificationEvent), |
| 143 | (ndr_push_flags_fn_t) ndr_push_audiosrv_UnregisterSessionNotificationEvent, |
| 144 | (ndr_pull_flags_fn_t) ndr_pull_audiosrv_UnregisterSessionNotificationEvent, |
| 145 | - (ndr_print_function_t) ndr_print_audiosrv_UnregisterSessionNotificationEvent, |
| 146 | + (ndr_print_function_t) ndr_print_disabled, |
| 147 | { 0, NULL }, |
| 148 | { 0, NULL }, |
| 149 | }, |
| 150 | @@ -693,7 +693,7 @@ static const struct ndr_interface_call a |
| 151 | sizeof(struct audiosrv_SessionConnectState), |
| 152 | (ndr_push_flags_fn_t) ndr_push_audiosrv_SessionConnectState, |
| 153 | (ndr_pull_flags_fn_t) ndr_pull_audiosrv_SessionConnectState, |
| 154 | - (ndr_print_function_t) ndr_print_audiosrv_SessionConnectState, |
| 155 | + (ndr_print_function_t) ndr_print_disabled, |
| 156 | { 0, NULL }, |
| 157 | { 0, NULL }, |
| 158 | }, |
| 159 | @@ -702,7 +702,7 @@ static const struct ndr_interface_call a |
| 160 | sizeof(struct audiosrv_DriverOpenDrvRegKey), |
| 161 | (ndr_push_flags_fn_t) ndr_push_audiosrv_DriverOpenDrvRegKey, |
| 162 | (ndr_pull_flags_fn_t) ndr_pull_audiosrv_DriverOpenDrvRegKey, |
| 163 | - (ndr_print_function_t) ndr_print_audiosrv_DriverOpenDrvRegKey, |
| 164 | + (ndr_print_function_t) ndr_print_disabled, |
| 165 | { 0, NULL }, |
| 166 | { 0, NULL }, |
| 167 | }, |
| 168 | @@ -711,7 +711,7 @@ static const struct ndr_interface_call a |
| 169 | sizeof(struct audiosrv_AdvisePreferredDeviceChange), |
| 170 | (ndr_push_flags_fn_t) ndr_push_audiosrv_AdvisePreferredDeviceChange, |
| 171 | (ndr_pull_flags_fn_t) ndr_pull_audiosrv_AdvisePreferredDeviceChange, |
| 172 | - (ndr_print_function_t) ndr_print_audiosrv_AdvisePreferredDeviceChange, |
| 173 | + (ndr_print_function_t) ndr_print_disabled, |
| 174 | { 0, NULL }, |
| 175 | { 0, NULL }, |
| 176 | }, |
| 177 | @@ -720,7 +720,7 @@ static const struct ndr_interface_call a |
| 178 | sizeof(struct audiosrv_GetPnpInfo), |
| 179 | (ndr_push_flags_fn_t) ndr_push_audiosrv_GetPnpInfo, |
| 180 | (ndr_pull_flags_fn_t) ndr_pull_audiosrv_GetPnpInfo, |
| 181 | - (ndr_print_function_t) ndr_print_audiosrv_GetPnpInfo, |
| 182 | + (ndr_print_function_t) ndr_print_disabled, |
| 183 | { 0, NULL }, |
| 184 | { 0, NULL }, |
| 185 | }, |
| 186 | --- a/source3/librpc/gen_ndr/ndr_backupkey.c |
| 187 | +++ b/source3/librpc/gen_ndr/ndr_backupkey.c |
| 188 | @@ -740,7 +740,7 @@ static const struct ndr_interface_call b |
| 189 | sizeof(struct bkrp_BackupKey), |
| 190 | (ndr_push_flags_fn_t) ndr_push_bkrp_BackupKey, |
| 191 | (ndr_pull_flags_fn_t) ndr_pull_bkrp_BackupKey, |
| 192 | - (ndr_print_function_t) ndr_print_bkrp_BackupKey, |
| 193 | + (ndr_print_function_t) ndr_print_disabled, |
| 194 | { 0, NULL }, |
| 195 | { 0, NULL }, |
| 196 | }, |
| 197 | --- a/source3/librpc/gen_ndr/ndr_browser.c |
| 198 | +++ b/source3/librpc/gen_ndr/ndr_browser.c |
| 199 | @@ -928,7 +928,7 @@ static const struct ndr_interface_call b |
| 200 | sizeof(struct BrowserrServerEnum), |
| 201 | (ndr_push_flags_fn_t) ndr_push_BrowserrServerEnum, |
| 202 | (ndr_pull_flags_fn_t) ndr_pull_BrowserrServerEnum, |
| 203 | - (ndr_print_function_t) ndr_print_BrowserrServerEnum, |
| 204 | + (ndr_print_function_t) ndr_print_disabled, |
| 205 | { 0, NULL }, |
| 206 | { 0, NULL }, |
| 207 | }, |
| 208 | @@ -937,7 +937,7 @@ static const struct ndr_interface_call b |
| 209 | sizeof(struct BrowserrDebugCall), |
| 210 | (ndr_push_flags_fn_t) ndr_push_BrowserrDebugCall, |
| 211 | (ndr_pull_flags_fn_t) ndr_pull_BrowserrDebugCall, |
| 212 | - (ndr_print_function_t) ndr_print_BrowserrDebugCall, |
| 213 | + (ndr_print_function_t) ndr_print_disabled, |
| 214 | { 0, NULL }, |
| 215 | { 0, NULL }, |
| 216 | }, |
| 217 | @@ -946,7 +946,7 @@ static const struct ndr_interface_call b |
| 218 | sizeof(struct BrowserrQueryOtherDomains), |
| 219 | (ndr_push_flags_fn_t) ndr_push_BrowserrQueryOtherDomains, |
| 220 | (ndr_pull_flags_fn_t) ndr_pull_BrowserrQueryOtherDomains, |
| 221 | - (ndr_print_function_t) ndr_print_BrowserrQueryOtherDomains, |
| 222 | + (ndr_print_function_t) ndr_print_disabled, |
| 223 | { 0, NULL }, |
| 224 | { 0, NULL }, |
| 225 | }, |
| 226 | @@ -955,7 +955,7 @@ static const struct ndr_interface_call b |
| 227 | sizeof(struct BrowserrResetNetlogonState), |
| 228 | (ndr_push_flags_fn_t) ndr_push_BrowserrResetNetlogonState, |
| 229 | (ndr_pull_flags_fn_t) ndr_pull_BrowserrResetNetlogonState, |
| 230 | - (ndr_print_function_t) ndr_print_BrowserrResetNetlogonState, |
| 231 | + (ndr_print_function_t) ndr_print_disabled, |
| 232 | { 0, NULL }, |
| 233 | { 0, NULL }, |
| 234 | }, |
| 235 | @@ -964,7 +964,7 @@ static const struct ndr_interface_call b |
| 236 | sizeof(struct BrowserrDebugTrace), |
| 237 | (ndr_push_flags_fn_t) ndr_push_BrowserrDebugTrace, |
| 238 | (ndr_pull_flags_fn_t) ndr_pull_BrowserrDebugTrace, |
| 239 | - (ndr_print_function_t) ndr_print_BrowserrDebugTrace, |
| 240 | + (ndr_print_function_t) ndr_print_disabled, |
| 241 | { 0, NULL }, |
| 242 | { 0, NULL }, |
| 243 | }, |
| 244 | @@ -973,7 +973,7 @@ static const struct ndr_interface_call b |
| 245 | sizeof(struct BrowserrQueryStatistics), |
| 246 | (ndr_push_flags_fn_t) ndr_push_BrowserrQueryStatistics, |
| 247 | (ndr_pull_flags_fn_t) ndr_pull_BrowserrQueryStatistics, |
| 248 | - (ndr_print_function_t) ndr_print_BrowserrQueryStatistics, |
| 249 | + (ndr_print_function_t) ndr_print_disabled, |
| 250 | { 0, NULL }, |
| 251 | { 0, NULL }, |
| 252 | }, |
| 253 | @@ -982,7 +982,7 @@ static const struct ndr_interface_call b |
| 254 | sizeof(struct BrowserResetStatistics), |
| 255 | (ndr_push_flags_fn_t) ndr_push_BrowserResetStatistics, |
| 256 | (ndr_pull_flags_fn_t) ndr_pull_BrowserResetStatistics, |
| 257 | - (ndr_print_function_t) ndr_print_BrowserResetStatistics, |
| 258 | + (ndr_print_function_t) ndr_print_disabled, |
| 259 | { 0, NULL }, |
| 260 | { 0, NULL }, |
| 261 | }, |
| 262 | @@ -991,7 +991,7 @@ static const struct ndr_interface_call b |
| 263 | sizeof(struct NetrBrowserStatisticsClear), |
| 264 | (ndr_push_flags_fn_t) ndr_push_NetrBrowserStatisticsClear, |
| 265 | (ndr_pull_flags_fn_t) ndr_pull_NetrBrowserStatisticsClear, |
| 266 | - (ndr_print_function_t) ndr_print_NetrBrowserStatisticsClear, |
| 267 | + (ndr_print_function_t) ndr_print_disabled, |
| 268 | { 0, NULL }, |
| 269 | { 0, NULL }, |
| 270 | }, |
| 271 | @@ -1000,7 +1000,7 @@ static const struct ndr_interface_call b |
| 272 | sizeof(struct NetrBrowserStatisticsGet), |
| 273 | (ndr_push_flags_fn_t) ndr_push_NetrBrowserStatisticsGet, |
| 274 | (ndr_pull_flags_fn_t) ndr_pull_NetrBrowserStatisticsGet, |
| 275 | - (ndr_print_function_t) ndr_print_NetrBrowserStatisticsGet, |
| 276 | + (ndr_print_function_t) ndr_print_disabled, |
| 277 | { 0, NULL }, |
| 278 | { 0, NULL }, |
| 279 | }, |
| 280 | @@ -1009,7 +1009,7 @@ static const struct ndr_interface_call b |
| 281 | sizeof(struct BrowserrSetNetlogonState), |
| 282 | (ndr_push_flags_fn_t) ndr_push_BrowserrSetNetlogonState, |
| 283 | (ndr_pull_flags_fn_t) ndr_pull_BrowserrSetNetlogonState, |
| 284 | - (ndr_print_function_t) ndr_print_BrowserrSetNetlogonState, |
| 285 | + (ndr_print_function_t) ndr_print_disabled, |
| 286 | { 0, NULL }, |
| 287 | { 0, NULL }, |
| 288 | }, |
| 289 | @@ -1018,7 +1018,7 @@ static const struct ndr_interface_call b |
| 290 | sizeof(struct BrowserrQueryEmulatedDomains), |
| 291 | (ndr_push_flags_fn_t) ndr_push_BrowserrQueryEmulatedDomains, |
| 292 | (ndr_pull_flags_fn_t) ndr_pull_BrowserrQueryEmulatedDomains, |
| 293 | - (ndr_print_function_t) ndr_print_BrowserrQueryEmulatedDomains, |
| 294 | + (ndr_print_function_t) ndr_print_disabled, |
| 295 | { 0, NULL }, |
| 296 | { 0, NULL }, |
| 297 | }, |
| 298 | @@ -1027,7 +1027,7 @@ static const struct ndr_interface_call b |
| 299 | sizeof(struct BrowserrServerEnumEx), |
| 300 | (ndr_push_flags_fn_t) ndr_push_BrowserrServerEnumEx, |
| 301 | (ndr_pull_flags_fn_t) ndr_pull_BrowserrServerEnumEx, |
| 302 | - (ndr_print_function_t) ndr_print_BrowserrServerEnumEx, |
| 303 | + (ndr_print_function_t) ndr_print_disabled, |
| 304 | { 0, NULL }, |
| 305 | { 0, NULL }, |
| 306 | }, |
| 307 | --- a/source3/librpc/gen_ndr/ndr_dbgidl.c |
| 308 | +++ b/source3/librpc/gen_ndr/ndr_dbgidl.c |
| 309 | @@ -48,7 +48,7 @@ static const struct ndr_interface_call d |
| 310 | sizeof(struct dummy_dbgidl), |
| 311 | (ndr_push_flags_fn_t) ndr_push_dummy_dbgidl, |
| 312 | (ndr_pull_flags_fn_t) ndr_pull_dummy_dbgidl, |
| 313 | - (ndr_print_function_t) ndr_print_dummy_dbgidl, |
| 314 | + (ndr_print_function_t) ndr_print_disabled, |
| 315 | { 0, NULL }, |
| 316 | { 0, NULL }, |
| 317 | }, |
| 318 | --- a/source3/librpc/gen_ndr/ndr_dcom.c |
| 319 | +++ b/source3/librpc/gen_ndr/ndr_dcom.c |
| 320 | @@ -128,7 +128,7 @@ static const struct ndr_interface_call d |
| 321 | sizeof(struct UseProtSeq), |
| 322 | (ndr_push_flags_fn_t) ndr_push_UseProtSeq, |
| 323 | (ndr_pull_flags_fn_t) ndr_pull_UseProtSeq, |
| 324 | - (ndr_print_function_t) ndr_print_UseProtSeq, |
| 325 | + (ndr_print_function_t) ndr_print_disabled, |
| 326 | { 0, NULL }, |
| 327 | { 0, NULL }, |
| 328 | }, |
| 329 | @@ -137,7 +137,7 @@ static const struct ndr_interface_call d |
| 330 | sizeof(struct GetCustomProtseqInfo), |
| 331 | (ndr_push_flags_fn_t) ndr_push_GetCustomProtseqInfo, |
| 332 | (ndr_pull_flags_fn_t) ndr_pull_GetCustomProtseqInfo, |
| 333 | - (ndr_print_function_t) ndr_print_GetCustomProtseqInfo, |
| 334 | + (ndr_print_function_t) ndr_print_disabled, |
| 335 | { 0, NULL }, |
| 336 | { 0, NULL }, |
| 337 | }, |
| 338 | @@ -146,7 +146,7 @@ static const struct ndr_interface_call d |
| 339 | sizeof(struct UpdateResolverBindings), |
| 340 | (ndr_push_flags_fn_t) ndr_push_UpdateResolverBindings, |
| 341 | (ndr_pull_flags_fn_t) ndr_pull_UpdateResolverBindings, |
| 342 | - (ndr_print_function_t) ndr_print_UpdateResolverBindings, |
| 343 | + (ndr_print_function_t) ndr_print_disabled, |
| 344 | { 0, NULL }, |
| 345 | { 0, NULL }, |
| 346 | }, |
| 347 | @@ -450,7 +450,7 @@ static const struct ndr_interface_call I |
| 348 | sizeof(struct QueryInterface), |
| 349 | (ndr_push_flags_fn_t) ndr_push_QueryInterface, |
| 350 | (ndr_pull_flags_fn_t) ndr_pull_QueryInterface, |
| 351 | - (ndr_print_function_t) ndr_print_QueryInterface, |
| 352 | + (ndr_print_function_t) ndr_print_disabled, |
| 353 | { 0, NULL }, |
| 354 | { 0, NULL }, |
| 355 | }, |
| 356 | @@ -459,7 +459,7 @@ static const struct ndr_interface_call I |
| 357 | sizeof(struct AddRef), |
| 358 | (ndr_push_flags_fn_t) ndr_push_AddRef, |
| 359 | (ndr_pull_flags_fn_t) ndr_pull_AddRef, |
| 360 | - (ndr_print_function_t) ndr_print_AddRef, |
| 361 | + (ndr_print_function_t) ndr_print_disabled, |
| 362 | { 0, NULL }, |
| 363 | { 0, NULL }, |
| 364 | }, |
| 365 | @@ -468,7 +468,7 @@ static const struct ndr_interface_call I |
| 366 | sizeof(struct Release), |
| 367 | (ndr_push_flags_fn_t) ndr_push_Release, |
| 368 | (ndr_pull_flags_fn_t) ndr_pull_Release, |
| 369 | - (ndr_print_function_t) ndr_print_Release, |
| 370 | + (ndr_print_function_t) ndr_print_disabled, |
| 371 | { 0, NULL }, |
| 372 | { 0, NULL }, |
| 373 | }, |
| 374 | @@ -849,7 +849,7 @@ static const struct ndr_interface_call I |
| 375 | sizeof(struct CreateInstance), |
| 376 | (ndr_push_flags_fn_t) ndr_push_CreateInstance, |
| 377 | (ndr_pull_flags_fn_t) ndr_pull_CreateInstance, |
| 378 | - (ndr_print_function_t) ndr_print_CreateInstance, |
| 379 | + (ndr_print_function_t) ndr_print_disabled, |
| 380 | { 0, NULL }, |
| 381 | { 0, NULL }, |
| 382 | }, |
| 383 | @@ -858,7 +858,7 @@ static const struct ndr_interface_call I |
| 384 | sizeof(struct RemoteCreateInstance), |
| 385 | (ndr_push_flags_fn_t) ndr_push_RemoteCreateInstance, |
| 386 | (ndr_pull_flags_fn_t) ndr_pull_RemoteCreateInstance, |
| 387 | - (ndr_print_function_t) ndr_print_RemoteCreateInstance, |
| 388 | + (ndr_print_function_t) ndr_print_disabled, |
| 389 | { 0, NULL }, |
| 390 | { 0, NULL }, |
| 391 | }, |
| 392 | @@ -867,7 +867,7 @@ static const struct ndr_interface_call I |
| 393 | sizeof(struct LockServer), |
| 394 | (ndr_push_flags_fn_t) ndr_push_LockServer, |
| 395 | (ndr_pull_flags_fn_t) ndr_pull_LockServer, |
| 396 | - (ndr_print_function_t) ndr_print_LockServer, |
| 397 | + (ndr_print_function_t) ndr_print_disabled, |
| 398 | { 0, NULL }, |
| 399 | { 0, NULL }, |
| 400 | }, |
| 401 | @@ -876,7 +876,7 @@ static const struct ndr_interface_call I |
| 402 | sizeof(struct RemoteLockServer), |
| 403 | (ndr_push_flags_fn_t) ndr_push_RemoteLockServer, |
| 404 | (ndr_pull_flags_fn_t) ndr_pull_RemoteLockServer, |
| 405 | - (ndr_print_function_t) ndr_print_RemoteLockServer, |
| 406 | + (ndr_print_function_t) ndr_print_disabled, |
| 407 | { 0, NULL }, |
| 408 | { 0, NULL }, |
| 409 | }, |
| 410 | @@ -1434,7 +1434,7 @@ static const struct ndr_interface_call I |
| 411 | sizeof(struct RemQueryInterface), |
| 412 | (ndr_push_flags_fn_t) ndr_push_RemQueryInterface, |
| 413 | (ndr_pull_flags_fn_t) ndr_pull_RemQueryInterface, |
| 414 | - (ndr_print_function_t) ndr_print_RemQueryInterface, |
| 415 | + (ndr_print_function_t) ndr_print_disabled, |
| 416 | { 0, NULL }, |
| 417 | { 0, NULL }, |
| 418 | }, |
| 419 | @@ -1443,7 +1443,7 @@ static const struct ndr_interface_call I |
| 420 | sizeof(struct RemAddRef), |
| 421 | (ndr_push_flags_fn_t) ndr_push_RemAddRef, |
| 422 | (ndr_pull_flags_fn_t) ndr_pull_RemAddRef, |
| 423 | - (ndr_print_function_t) ndr_print_RemAddRef, |
| 424 | + (ndr_print_function_t) ndr_print_disabled, |
| 425 | { 0, NULL }, |
| 426 | { 0, NULL }, |
| 427 | }, |
| 428 | @@ -1452,7 +1452,7 @@ static const struct ndr_interface_call I |
| 429 | sizeof(struct RemRelease), |
| 430 | (ndr_push_flags_fn_t) ndr_push_RemRelease, |
| 431 | (ndr_pull_flags_fn_t) ndr_pull_RemRelease, |
| 432 | - (ndr_print_function_t) ndr_print_RemRelease, |
| 433 | + (ndr_print_function_t) ndr_print_disabled, |
| 434 | { 0, NULL }, |
| 435 | { 0, NULL }, |
| 436 | }, |
| 437 | @@ -1590,7 +1590,7 @@ static const struct ndr_interface_call I |
| 438 | sizeof(struct GetClassObject), |
| 439 | (ndr_push_flags_fn_t) ndr_push_GetClassObject, |
| 440 | (ndr_pull_flags_fn_t) ndr_pull_GetClassObject, |
| 441 | - (ndr_print_function_t) ndr_print_GetClassObject, |
| 442 | + (ndr_print_function_t) ndr_print_disabled, |
| 443 | { 0, NULL }, |
| 444 | { 0, NULL }, |
| 445 | }, |
| 446 | @@ -1701,7 +1701,7 @@ static const struct ndr_interface_call I |
| 447 | sizeof(struct ISCMLocalActivator_CreateInstance), |
| 448 | (ndr_push_flags_fn_t) ndr_push_ISCMLocalActivator_CreateInstance, |
| 449 | (ndr_pull_flags_fn_t) ndr_pull_ISCMLocalActivator_CreateInstance, |
| 450 | - (ndr_print_function_t) ndr_print_ISCMLocalActivator_CreateInstance, |
| 451 | + (ndr_print_function_t) ndr_print_disabled, |
| 452 | { 0, NULL }, |
| 453 | { 0, NULL }, |
| 454 | }, |
| 455 | @@ -1788,7 +1788,7 @@ static const struct ndr_interface_call I |
| 456 | sizeof(struct IMachineLocalActivator_foo), |
| 457 | (ndr_push_flags_fn_t) ndr_push_IMachineLocalActivator_foo, |
| 458 | (ndr_pull_flags_fn_t) ndr_pull_IMachineLocalActivator_foo, |
| 459 | - (ndr_print_function_t) ndr_print_IMachineLocalActivator_foo, |
| 460 | + (ndr_print_function_t) ndr_print_disabled, |
| 461 | { 0, NULL }, |
| 462 | { 0, NULL }, |
| 463 | }, |
| 464 | @@ -1875,7 +1875,7 @@ static const struct ndr_interface_call I |
| 465 | sizeof(struct ILocalObjectExporter_Foo), |
| 466 | (ndr_push_flags_fn_t) ndr_push_ILocalObjectExporter_Foo, |
| 467 | (ndr_pull_flags_fn_t) ndr_pull_ILocalObjectExporter_Foo, |
| 468 | - (ndr_print_function_t) ndr_print_ILocalObjectExporter_Foo, |
| 469 | + (ndr_print_function_t) ndr_print_disabled, |
| 470 | { 0, NULL }, |
| 471 | { 0, NULL }, |
| 472 | }, |
| 473 | @@ -2031,7 +2031,7 @@ static const struct ndr_interface_call I |
| 474 | sizeof(struct ISystemActivatorRemoteCreateInstance), |
| 475 | (ndr_push_flags_fn_t) ndr_push_ISystemActivatorRemoteCreateInstance, |
| 476 | (ndr_pull_flags_fn_t) ndr_pull_ISystemActivatorRemoteCreateInstance, |
| 477 | - (ndr_print_function_t) ndr_print_ISystemActivatorRemoteCreateInstance, |
| 478 | + (ndr_print_function_t) ndr_print_disabled, |
| 479 | { 0, NULL }, |
| 480 | { 0, NULL }, |
| 481 | }, |
| 482 | @@ -2319,7 +2319,7 @@ static const struct ndr_interface_call I |
| 483 | sizeof(struct RemQueryInterface2), |
| 484 | (ndr_push_flags_fn_t) ndr_push_RemQueryInterface2, |
| 485 | (ndr_pull_flags_fn_t) ndr_pull_RemQueryInterface2, |
| 486 | - (ndr_print_function_t) ndr_print_RemQueryInterface2, |
| 487 | + (ndr_print_function_t) ndr_print_disabled, |
| 488 | { 0, NULL }, |
| 489 | { 0, NULL }, |
| 490 | }, |
| 491 | @@ -3040,7 +3040,7 @@ static const struct ndr_interface_call I |
| 492 | sizeof(struct GetTypeInfoCount), |
| 493 | (ndr_push_flags_fn_t) ndr_push_GetTypeInfoCount, |
| 494 | (ndr_pull_flags_fn_t) ndr_pull_GetTypeInfoCount, |
| 495 | - (ndr_print_function_t) ndr_print_GetTypeInfoCount, |
| 496 | + (ndr_print_function_t) ndr_print_disabled, |
| 497 | { 0, NULL }, |
| 498 | { 0, NULL }, |
| 499 | }, |
| 500 | @@ -3049,7 +3049,7 @@ static const struct ndr_interface_call I |
| 501 | sizeof(struct GetTypeInfo), |
| 502 | (ndr_push_flags_fn_t) ndr_push_GetTypeInfo, |
| 503 | (ndr_pull_flags_fn_t) ndr_pull_GetTypeInfo, |
| 504 | - (ndr_print_function_t) ndr_print_GetTypeInfo, |
| 505 | + (ndr_print_function_t) ndr_print_disabled, |
| 506 | { 0, NULL }, |
| 507 | { 0, NULL }, |
| 508 | }, |
| 509 | @@ -3058,7 +3058,7 @@ static const struct ndr_interface_call I |
| 510 | sizeof(struct GetIDsOfNames), |
| 511 | (ndr_push_flags_fn_t) ndr_push_GetIDsOfNames, |
| 512 | (ndr_pull_flags_fn_t) ndr_pull_GetIDsOfNames, |
| 513 | - (ndr_print_function_t) ndr_print_GetIDsOfNames, |
| 514 | + (ndr_print_function_t) ndr_print_disabled, |
| 515 | { 0, NULL }, |
| 516 | { 0, NULL }, |
| 517 | }, |
| 518 | @@ -3067,7 +3067,7 @@ static const struct ndr_interface_call I |
| 519 | sizeof(struct Invoke), |
| 520 | (ndr_push_flags_fn_t) ndr_push_Invoke, |
| 521 | (ndr_pull_flags_fn_t) ndr_pull_Invoke, |
| 522 | - (ndr_print_function_t) ndr_print_Invoke, |
| 523 | + (ndr_print_function_t) ndr_print_disabled, |
| 524 | { 0, NULL }, |
| 525 | { 0, NULL }, |
| 526 | }, |
| 527 | @@ -3243,7 +3243,7 @@ static const struct ndr_interface_call I |
| 528 | sizeof(struct MarshalInterface), |
| 529 | (ndr_push_flags_fn_t) ndr_push_MarshalInterface, |
| 530 | (ndr_pull_flags_fn_t) ndr_pull_MarshalInterface, |
| 531 | - (ndr_print_function_t) ndr_print_MarshalInterface, |
| 532 | + (ndr_print_function_t) ndr_print_disabled, |
| 533 | { 0, NULL }, |
| 534 | { 0, NULL }, |
| 535 | }, |
| 536 | @@ -3252,7 +3252,7 @@ static const struct ndr_interface_call I |
| 537 | sizeof(struct UnMarshalInterface), |
| 538 | (ndr_push_flags_fn_t) ndr_push_UnMarshalInterface, |
| 539 | (ndr_pull_flags_fn_t) ndr_pull_UnMarshalInterface, |
| 540 | - (ndr_print_function_t) ndr_print_UnMarshalInterface, |
| 541 | + (ndr_print_function_t) ndr_print_disabled, |
| 542 | { 0, NULL }, |
| 543 | { 0, NULL }, |
| 544 | }, |
| 545 | @@ -3385,7 +3385,7 @@ static const struct ndr_interface_call I |
| 546 | sizeof(struct MakeCoffee), |
| 547 | (ndr_push_flags_fn_t) ndr_push_MakeCoffee, |
| 548 | (ndr_pull_flags_fn_t) ndr_pull_MakeCoffee, |
| 549 | - (ndr_print_function_t) ndr_print_MakeCoffee, |
| 550 | + (ndr_print_function_t) ndr_print_disabled, |
| 551 | { 0, NULL }, |
| 552 | { 0, NULL }, |
| 553 | }, |
| 554 | @@ -3681,7 +3681,7 @@ static const struct ndr_interface_call I |
| 555 | sizeof(struct Read), |
| 556 | (ndr_push_flags_fn_t) ndr_push_Read, |
| 557 | (ndr_pull_flags_fn_t) ndr_pull_Read, |
| 558 | - (ndr_print_function_t) ndr_print_Read, |
| 559 | + (ndr_print_function_t) ndr_print_disabled, |
| 560 | { 0, NULL }, |
| 561 | { 0, NULL }, |
| 562 | }, |
| 563 | @@ -3690,7 +3690,7 @@ static const struct ndr_interface_call I |
| 564 | sizeof(struct Write), |
| 565 | (ndr_push_flags_fn_t) ndr_push_Write, |
| 566 | (ndr_pull_flags_fn_t) ndr_pull_Write, |
| 567 | - (ndr_print_function_t) ndr_print_Write, |
| 568 | + (ndr_print_function_t) ndr_print_disabled, |
| 569 | { 0, NULL }, |
| 570 | { 0, NULL }, |
| 571 | }, |
| 572 | --- a/source3/librpc/gen_ndr/ndr_dfs.c |
| 573 | +++ b/source3/librpc/gen_ndr/ndr_dfs.c |
| 574 | @@ -5910,7 +5910,7 @@ static const struct ndr_interface_call n |
| 575 | sizeof(struct dfs_GetManagerVersion), |
| 576 | (ndr_push_flags_fn_t) ndr_push_dfs_GetManagerVersion, |
| 577 | (ndr_pull_flags_fn_t) ndr_pull_dfs_GetManagerVersion, |
| 578 | - (ndr_print_function_t) ndr_print_dfs_GetManagerVersion, |
| 579 | + (ndr_print_function_t) ndr_print_disabled, |
| 580 | { 0, NULL }, |
| 581 | { 0, NULL }, |
| 582 | }, |
| 583 | @@ -5919,7 +5919,7 @@ static const struct ndr_interface_call n |
| 584 | sizeof(struct dfs_Add), |
| 585 | (ndr_push_flags_fn_t) ndr_push_dfs_Add, |
| 586 | (ndr_pull_flags_fn_t) ndr_pull_dfs_Add, |
| 587 | - (ndr_print_function_t) ndr_print_dfs_Add, |
| 588 | + (ndr_print_function_t) ndr_print_disabled, |
| 589 | { 0, NULL }, |
| 590 | { 0, NULL }, |
| 591 | }, |
| 592 | @@ -5928,7 +5928,7 @@ static const struct ndr_interface_call n |
| 593 | sizeof(struct dfs_Remove), |
| 594 | (ndr_push_flags_fn_t) ndr_push_dfs_Remove, |
| 595 | (ndr_pull_flags_fn_t) ndr_pull_dfs_Remove, |
| 596 | - (ndr_print_function_t) ndr_print_dfs_Remove, |
| 597 | + (ndr_print_function_t) ndr_print_disabled, |
| 598 | { 0, NULL }, |
| 599 | { 0, NULL }, |
| 600 | }, |
| 601 | @@ -5937,7 +5937,7 @@ static const struct ndr_interface_call n |
| 602 | sizeof(struct dfs_SetInfo), |
| 603 | (ndr_push_flags_fn_t) ndr_push_dfs_SetInfo, |
| 604 | (ndr_pull_flags_fn_t) ndr_pull_dfs_SetInfo, |
| 605 | - (ndr_print_function_t) ndr_print_dfs_SetInfo, |
| 606 | + (ndr_print_function_t) ndr_print_disabled, |
| 607 | { 0, NULL }, |
| 608 | { 0, NULL }, |
| 609 | }, |
| 610 | @@ -5946,7 +5946,7 @@ static const struct ndr_interface_call n |
| 611 | sizeof(struct dfs_GetInfo), |
| 612 | (ndr_push_flags_fn_t) ndr_push_dfs_GetInfo, |
| 613 | (ndr_pull_flags_fn_t) ndr_pull_dfs_GetInfo, |
| 614 | - (ndr_print_function_t) ndr_print_dfs_GetInfo, |
| 615 | + (ndr_print_function_t) ndr_print_disabled, |
| 616 | { 0, NULL }, |
| 617 | { 0, NULL }, |
| 618 | }, |
| 619 | @@ -5955,7 +5955,7 @@ static const struct ndr_interface_call n |
| 620 | sizeof(struct dfs_Enum), |
| 621 | (ndr_push_flags_fn_t) ndr_push_dfs_Enum, |
| 622 | (ndr_pull_flags_fn_t) ndr_pull_dfs_Enum, |
| 623 | - (ndr_print_function_t) ndr_print_dfs_Enum, |
| 624 | + (ndr_print_function_t) ndr_print_disabled, |
| 625 | { 0, NULL }, |
| 626 | { 0, NULL }, |
| 627 | }, |
| 628 | @@ -5964,7 +5964,7 @@ static const struct ndr_interface_call n |
| 629 | sizeof(struct dfs_Rename), |
| 630 | (ndr_push_flags_fn_t) ndr_push_dfs_Rename, |
| 631 | (ndr_pull_flags_fn_t) ndr_pull_dfs_Rename, |
| 632 | - (ndr_print_function_t) ndr_print_dfs_Rename, |
| 633 | + (ndr_print_function_t) ndr_print_disabled, |
| 634 | { 0, NULL }, |
| 635 | { 0, NULL }, |
| 636 | }, |
| 637 | @@ -5973,7 +5973,7 @@ static const struct ndr_interface_call n |
| 638 | sizeof(struct dfs_Move), |
| 639 | (ndr_push_flags_fn_t) ndr_push_dfs_Move, |
| 640 | (ndr_pull_flags_fn_t) ndr_pull_dfs_Move, |
| 641 | - (ndr_print_function_t) ndr_print_dfs_Move, |
| 642 | + (ndr_print_function_t) ndr_print_disabled, |
| 643 | { 0, NULL }, |
| 644 | { 0, NULL }, |
| 645 | }, |
| 646 | @@ -5982,7 +5982,7 @@ static const struct ndr_interface_call n |
| 647 | sizeof(struct dfs_ManagerGetConfigInfo), |
| 648 | (ndr_push_flags_fn_t) ndr_push_dfs_ManagerGetConfigInfo, |
| 649 | (ndr_pull_flags_fn_t) ndr_pull_dfs_ManagerGetConfigInfo, |
| 650 | - (ndr_print_function_t) ndr_print_dfs_ManagerGetConfigInfo, |
| 651 | + (ndr_print_function_t) ndr_print_disabled, |
| 652 | { 0, NULL }, |
| 653 | { 0, NULL }, |
| 654 | }, |
| 655 | @@ -5991,7 +5991,7 @@ static const struct ndr_interface_call n |
| 656 | sizeof(struct dfs_ManagerSendSiteInfo), |
| 657 | (ndr_push_flags_fn_t) ndr_push_dfs_ManagerSendSiteInfo, |
| 658 | (ndr_pull_flags_fn_t) ndr_pull_dfs_ManagerSendSiteInfo, |
| 659 | - (ndr_print_function_t) ndr_print_dfs_ManagerSendSiteInfo, |
| 660 | + (ndr_print_function_t) ndr_print_disabled, |
| 661 | { 0, NULL }, |
| 662 | { 0, NULL }, |
| 663 | }, |
| 664 | @@ -6000,7 +6000,7 @@ static const struct ndr_interface_call n |
| 665 | sizeof(struct dfs_AddFtRoot), |
| 666 | (ndr_push_flags_fn_t) ndr_push_dfs_AddFtRoot, |
| 667 | (ndr_pull_flags_fn_t) ndr_pull_dfs_AddFtRoot, |
| 668 | - (ndr_print_function_t) ndr_print_dfs_AddFtRoot, |
| 669 | + (ndr_print_function_t) ndr_print_disabled, |
| 670 | { 0, NULL }, |
| 671 | { 0, NULL }, |
| 672 | }, |
| 673 | @@ -6009,7 +6009,7 @@ static const struct ndr_interface_call n |
| 674 | sizeof(struct dfs_RemoveFtRoot), |
| 675 | (ndr_push_flags_fn_t) ndr_push_dfs_RemoveFtRoot, |
| 676 | (ndr_pull_flags_fn_t) ndr_pull_dfs_RemoveFtRoot, |
| 677 | - (ndr_print_function_t) ndr_print_dfs_RemoveFtRoot, |
| 678 | + (ndr_print_function_t) ndr_print_disabled, |
| 679 | { 0, NULL }, |
| 680 | { 0, NULL }, |
| 681 | }, |
| 682 | @@ -6018,7 +6018,7 @@ static const struct ndr_interface_call n |
| 683 | sizeof(struct dfs_AddStdRoot), |
| 684 | (ndr_push_flags_fn_t) ndr_push_dfs_AddStdRoot, |
| 685 | (ndr_pull_flags_fn_t) ndr_pull_dfs_AddStdRoot, |
| 686 | - (ndr_print_function_t) ndr_print_dfs_AddStdRoot, |
| 687 | + (ndr_print_function_t) ndr_print_disabled, |
| 688 | { 0, NULL }, |
| 689 | { 0, NULL }, |
| 690 | }, |
| 691 | @@ -6027,7 +6027,7 @@ static const struct ndr_interface_call n |
| 692 | sizeof(struct dfs_RemoveStdRoot), |
| 693 | (ndr_push_flags_fn_t) ndr_push_dfs_RemoveStdRoot, |
| 694 | (ndr_pull_flags_fn_t) ndr_pull_dfs_RemoveStdRoot, |
| 695 | - (ndr_print_function_t) ndr_print_dfs_RemoveStdRoot, |
| 696 | + (ndr_print_function_t) ndr_print_disabled, |
| 697 | { 0, NULL }, |
| 698 | { 0, NULL }, |
| 699 | }, |
| 700 | @@ -6036,7 +6036,7 @@ static const struct ndr_interface_call n |
| 701 | sizeof(struct dfs_ManagerInitialize), |
| 702 | (ndr_push_flags_fn_t) ndr_push_dfs_ManagerInitialize, |
| 703 | (ndr_pull_flags_fn_t) ndr_pull_dfs_ManagerInitialize, |
| 704 | - (ndr_print_function_t) ndr_print_dfs_ManagerInitialize, |
| 705 | + (ndr_print_function_t) ndr_print_disabled, |
| 706 | { 0, NULL }, |
| 707 | { 0, NULL }, |
| 708 | }, |
| 709 | @@ -6045,7 +6045,7 @@ static const struct ndr_interface_call n |
| 710 | sizeof(struct dfs_AddStdRootForced), |
| 711 | (ndr_push_flags_fn_t) ndr_push_dfs_AddStdRootForced, |
| 712 | (ndr_pull_flags_fn_t) ndr_pull_dfs_AddStdRootForced, |
| 713 | - (ndr_print_function_t) ndr_print_dfs_AddStdRootForced, |
| 714 | + (ndr_print_function_t) ndr_print_disabled, |
| 715 | { 0, NULL }, |
| 716 | { 0, NULL }, |
| 717 | }, |
| 718 | @@ -6054,7 +6054,7 @@ static const struct ndr_interface_call n |
| 719 | sizeof(struct dfs_GetDcAddress), |
| 720 | (ndr_push_flags_fn_t) ndr_push_dfs_GetDcAddress, |
| 721 | (ndr_pull_flags_fn_t) ndr_pull_dfs_GetDcAddress, |
| 722 | - (ndr_print_function_t) ndr_print_dfs_GetDcAddress, |
| 723 | + (ndr_print_function_t) ndr_print_disabled, |
| 724 | { 0, NULL }, |
| 725 | { 0, NULL }, |
| 726 | }, |
| 727 | @@ -6063,7 +6063,7 @@ static const struct ndr_interface_call n |
| 728 | sizeof(struct dfs_SetDcAddress), |
| 729 | (ndr_push_flags_fn_t) ndr_push_dfs_SetDcAddress, |
| 730 | (ndr_pull_flags_fn_t) ndr_pull_dfs_SetDcAddress, |
| 731 | - (ndr_print_function_t) ndr_print_dfs_SetDcAddress, |
| 732 | + (ndr_print_function_t) ndr_print_disabled, |
| 733 | { 0, NULL }, |
| 734 | { 0, NULL }, |
| 735 | }, |
| 736 | @@ -6072,7 +6072,7 @@ static const struct ndr_interface_call n |
| 737 | sizeof(struct dfs_FlushFtTable), |
| 738 | (ndr_push_flags_fn_t) ndr_push_dfs_FlushFtTable, |
| 739 | (ndr_pull_flags_fn_t) ndr_pull_dfs_FlushFtTable, |
| 740 | - (ndr_print_function_t) ndr_print_dfs_FlushFtTable, |
| 741 | + (ndr_print_function_t) ndr_print_disabled, |
| 742 | { 0, NULL }, |
| 743 | { 0, NULL }, |
| 744 | }, |
| 745 | @@ -6081,7 +6081,7 @@ static const struct ndr_interface_call n |
| 746 | sizeof(struct dfs_Add2), |
| 747 | (ndr_push_flags_fn_t) ndr_push_dfs_Add2, |
| 748 | (ndr_pull_flags_fn_t) ndr_pull_dfs_Add2, |
| 749 | - (ndr_print_function_t) ndr_print_dfs_Add2, |
| 750 | + (ndr_print_function_t) ndr_print_disabled, |
| 751 | { 0, NULL }, |
| 752 | { 0, NULL }, |
| 753 | }, |
| 754 | @@ -6090,7 +6090,7 @@ static const struct ndr_interface_call n |
| 755 | sizeof(struct dfs_Remove2), |
| 756 | (ndr_push_flags_fn_t) ndr_push_dfs_Remove2, |
| 757 | (ndr_pull_flags_fn_t) ndr_pull_dfs_Remove2, |
| 758 | - (ndr_print_function_t) ndr_print_dfs_Remove2, |
| 759 | + (ndr_print_function_t) ndr_print_disabled, |
| 760 | { 0, NULL }, |
| 761 | { 0, NULL }, |
| 762 | }, |
| 763 | @@ -6099,7 +6099,7 @@ static const struct ndr_interface_call n |
| 764 | sizeof(struct dfs_EnumEx), |
| 765 | (ndr_push_flags_fn_t) ndr_push_dfs_EnumEx, |
| 766 | (ndr_pull_flags_fn_t) ndr_pull_dfs_EnumEx, |
| 767 | - (ndr_print_function_t) ndr_print_dfs_EnumEx, |
| 768 | + (ndr_print_function_t) ndr_print_disabled, |
| 769 | { 0, NULL }, |
| 770 | { 0, NULL }, |
| 771 | }, |
| 772 | @@ -6108,7 +6108,7 @@ static const struct ndr_interface_call n |
| 773 | sizeof(struct dfs_SetInfo2), |
| 774 | (ndr_push_flags_fn_t) ndr_push_dfs_SetInfo2, |
| 775 | (ndr_pull_flags_fn_t) ndr_pull_dfs_SetInfo2, |
| 776 | - (ndr_print_function_t) ndr_print_dfs_SetInfo2, |
| 777 | + (ndr_print_function_t) ndr_print_disabled, |
| 778 | { 0, NULL }, |
| 779 | { 0, NULL }, |
| 780 | }, |
| 781 | --- a/source3/librpc/gen_ndr/ndr_dfsblobs.c |
| 782 | +++ b/source3/librpc/gen_ndr/ndr_dfsblobs.c |
| 783 | @@ -1398,7 +1398,7 @@ static const struct ndr_interface_call d |
| 784 | sizeof(struct dfs_GetDFSReferral), |
| 785 | (ndr_push_flags_fn_t) ndr_push_dfs_GetDFSReferral, |
| 786 | (ndr_pull_flags_fn_t) ndr_pull_dfs_GetDFSReferral, |
| 787 | - (ndr_print_function_t) ndr_print_dfs_GetDFSReferral, |
| 788 | + (ndr_print_function_t) ndr_print_disabled, |
| 789 | { 0, NULL }, |
| 790 | { 0, NULL }, |
| 791 | }, |
| 792 | --- a/source3/librpc/gen_ndr/ndr_dns.c |
| 793 | +++ b/source3/librpc/gen_ndr/ndr_dns.c |
| 794 | @@ -860,7 +860,7 @@ static const struct ndr_interface_call d |
| 795 | sizeof(struct decode_dns_name_packet), |
| 796 | (ndr_push_flags_fn_t) ndr_push_decode_dns_name_packet, |
| 797 | (ndr_pull_flags_fn_t) ndr_pull_decode_dns_name_packet, |
| 798 | - (ndr_print_function_t) ndr_print_decode_dns_name_packet, |
| 799 | + (ndr_print_function_t) ndr_print_disabled, |
| 800 | { 0, NULL }, |
| 801 | { 0, NULL }, |
| 802 | }, |
| 803 | --- a/source3/librpc/gen_ndr/ndr_dnsp.c |
| 804 | +++ b/source3/librpc/gen_ndr/ndr_dnsp.c |
| 805 | @@ -700,7 +700,7 @@ static const struct ndr_interface_call d |
| 806 | sizeof(struct decode_DnssrvRpcRecord), |
| 807 | (ndr_push_flags_fn_t) ndr_push_decode_DnssrvRpcRecord, |
| 808 | (ndr_pull_flags_fn_t) ndr_pull_decode_DnssrvRpcRecord, |
| 809 | - (ndr_print_function_t) ndr_print_decode_DnssrvRpcRecord, |
| 810 | + (ndr_print_function_t) ndr_print_disabled, |
| 811 | { 0, NULL }, |
| 812 | { 0, NULL }, |
| 813 | }, |
| 814 | --- a/source3/librpc/gen_ndr/ndr_dnsserver.c |
| 815 | +++ b/source3/librpc/gen_ndr/ndr_dnsserver.c |
| 816 | @@ -48,7 +48,7 @@ static const struct ndr_interface_call d |
| 817 | sizeof(struct dnsserver_foo), |
| 818 | (ndr_push_flags_fn_t) ndr_push_dnsserver_foo, |
| 819 | (ndr_pull_flags_fn_t) ndr_pull_dnsserver_foo, |
| 820 | - (ndr_print_function_t) ndr_print_dnsserver_foo, |
| 821 | + (ndr_print_function_t) ndr_print_disabled, |
| 822 | { 0, NULL }, |
| 823 | { 0, NULL }, |
| 824 | }, |
| 825 | --- a/source3/librpc/gen_ndr/ndr_drsblobs.c |
| 826 | +++ b/source3/librpc/gen_ndr/ndr_drsblobs.c |
| 827 | @@ -5275,7 +5275,7 @@ static const struct ndr_interface_call d |
| 828 | sizeof(struct decode_replPropertyMetaData), |
| 829 | (ndr_push_flags_fn_t) ndr_push_decode_replPropertyMetaData, |
| 830 | (ndr_pull_flags_fn_t) ndr_pull_decode_replPropertyMetaData, |
| 831 | - (ndr_print_function_t) ndr_print_decode_replPropertyMetaData, |
| 832 | + (ndr_print_function_t) ndr_print_disabled, |
| 833 | { 0, NULL }, |
| 834 | { 0, NULL }, |
| 835 | }, |
| 836 | @@ -5284,7 +5284,7 @@ static const struct ndr_interface_call d |
| 837 | sizeof(struct decode_replUpToDateVector), |
| 838 | (ndr_push_flags_fn_t) ndr_push_decode_replUpToDateVector, |
| 839 | (ndr_pull_flags_fn_t) ndr_pull_decode_replUpToDateVector, |
| 840 | - (ndr_print_function_t) ndr_print_decode_replUpToDateVector, |
| 841 | + (ndr_print_function_t) ndr_print_disabled, |
| 842 | { 0, NULL }, |
| 843 | { 0, NULL }, |
| 844 | }, |
| 845 | @@ -5293,7 +5293,7 @@ static const struct ndr_interface_call d |
| 846 | sizeof(struct decode_repsFromTo), |
| 847 | (ndr_push_flags_fn_t) ndr_push_decode_repsFromTo, |
| 848 | (ndr_pull_flags_fn_t) ndr_pull_decode_repsFromTo, |
| 849 | - (ndr_print_function_t) ndr_print_decode_repsFromTo, |
| 850 | + (ndr_print_function_t) ndr_print_disabled, |
| 851 | { 0, NULL }, |
| 852 | { 0, NULL }, |
| 853 | }, |
| 854 | @@ -5302,7 +5302,7 @@ static const struct ndr_interface_call d |
| 855 | sizeof(struct decode_partialAttributeSet), |
| 856 | (ndr_push_flags_fn_t) ndr_push_decode_partialAttributeSet, |
| 857 | (ndr_pull_flags_fn_t) ndr_pull_decode_partialAttributeSet, |
| 858 | - (ndr_print_function_t) ndr_print_decode_partialAttributeSet, |
| 859 | + (ndr_print_function_t) ndr_print_disabled, |
| 860 | { 0, NULL }, |
| 861 | { 0, NULL }, |
| 862 | }, |
| 863 | @@ -5311,7 +5311,7 @@ static const struct ndr_interface_call d |
| 864 | sizeof(struct decode_prefixMap), |
| 865 | (ndr_push_flags_fn_t) ndr_push_decode_prefixMap, |
| 866 | (ndr_pull_flags_fn_t) ndr_pull_decode_prefixMap, |
| 867 | - (ndr_print_function_t) ndr_print_decode_prefixMap, |
| 868 | + (ndr_print_function_t) ndr_print_disabled, |
| 869 | { 0, NULL }, |
| 870 | { 0, NULL }, |
| 871 | }, |
| 872 | @@ -5320,7 +5320,7 @@ static const struct ndr_interface_call d |
| 873 | sizeof(struct decode_ldapControlDirSync), |
| 874 | (ndr_push_flags_fn_t) ndr_push_decode_ldapControlDirSync, |
| 875 | (ndr_pull_flags_fn_t) ndr_pull_decode_ldapControlDirSync, |
| 876 | - (ndr_print_function_t) ndr_print_decode_ldapControlDirSync, |
| 877 | + (ndr_print_function_t) ndr_print_disabled, |
| 878 | { 0, NULL }, |
| 879 | { 0, NULL }, |
| 880 | }, |
| 881 | @@ -5329,7 +5329,7 @@ static const struct ndr_interface_call d |
| 882 | sizeof(struct decode_supplementalCredentials), |
| 883 | (ndr_push_flags_fn_t) ndr_push_decode_supplementalCredentials, |
| 884 | (ndr_pull_flags_fn_t) ndr_pull_decode_supplementalCredentials, |
| 885 | - (ndr_print_function_t) ndr_print_decode_supplementalCredentials, |
| 886 | + (ndr_print_function_t) ndr_print_disabled, |
| 887 | { 0, NULL }, |
| 888 | { 0, NULL }, |
| 889 | }, |
| 890 | @@ -5338,7 +5338,7 @@ static const struct ndr_interface_call d |
| 891 | sizeof(struct decode_Packages), |
| 892 | (ndr_push_flags_fn_t) ndr_push_decode_Packages, |
| 893 | (ndr_pull_flags_fn_t) ndr_pull_decode_Packages, |
| 894 | - (ndr_print_function_t) ndr_print_decode_Packages, |
| 895 | + (ndr_print_function_t) ndr_print_disabled, |
| 896 | { 0, NULL }, |
| 897 | { 0, NULL }, |
| 898 | }, |
| 899 | @@ -5347,7 +5347,7 @@ static const struct ndr_interface_call d |
| 900 | sizeof(struct decode_PrimaryKerberos), |
| 901 | (ndr_push_flags_fn_t) ndr_push_decode_PrimaryKerberos, |
| 902 | (ndr_pull_flags_fn_t) ndr_pull_decode_PrimaryKerberos, |
| 903 | - (ndr_print_function_t) ndr_print_decode_PrimaryKerberos, |
| 904 | + (ndr_print_function_t) ndr_print_disabled, |
| 905 | { 0, NULL }, |
| 906 | { 0, NULL }, |
| 907 | }, |
| 908 | @@ -5356,7 +5356,7 @@ static const struct ndr_interface_call d |
| 909 | sizeof(struct decode_PrimaryCLEARTEXT), |
| 910 | (ndr_push_flags_fn_t) ndr_push_decode_PrimaryCLEARTEXT, |
| 911 | (ndr_pull_flags_fn_t) ndr_pull_decode_PrimaryCLEARTEXT, |
| 912 | - (ndr_print_function_t) ndr_print_decode_PrimaryCLEARTEXT, |
| 913 | + (ndr_print_function_t) ndr_print_disabled, |
| 914 | { 0, NULL }, |
| 915 | { 0, NULL }, |
| 916 | }, |
| 917 | @@ -5365,7 +5365,7 @@ static const struct ndr_interface_call d |
| 918 | sizeof(struct decode_PrimaryWDigest), |
| 919 | (ndr_push_flags_fn_t) ndr_push_decode_PrimaryWDigest, |
| 920 | (ndr_pull_flags_fn_t) ndr_pull_decode_PrimaryWDigest, |
| 921 | - (ndr_print_function_t) ndr_print_decode_PrimaryWDigest, |
| 922 | + (ndr_print_function_t) ndr_print_disabled, |
| 923 | { 0, NULL }, |
| 924 | { 0, NULL }, |
| 925 | }, |
| 926 | @@ -5374,7 +5374,7 @@ static const struct ndr_interface_call d |
| 927 | sizeof(struct decode_trustAuthInOut), |
| 928 | (ndr_push_flags_fn_t) ndr_push_decode_trustAuthInOut, |
| 929 | (ndr_pull_flags_fn_t) ndr_pull_decode_trustAuthInOut, |
| 930 | - (ndr_print_function_t) ndr_print_decode_trustAuthInOut, |
| 931 | + (ndr_print_function_t) ndr_print_disabled, |
| 932 | { 0, NULL }, |
| 933 | { 0, NULL }, |
| 934 | }, |
| 935 | @@ -5383,7 +5383,7 @@ static const struct ndr_interface_call d |
| 936 | sizeof(struct decode_trustDomainPasswords), |
| 937 | (ndr_push_flags_fn_t) ndr_push_decode_trustDomainPasswords, |
| 938 | (ndr_pull_flags_fn_t) ndr_pull_decode_trustDomainPasswords, |
| 939 | - (ndr_print_function_t) ndr_print_decode_trustDomainPasswords, |
| 940 | + (ndr_print_function_t) ndr_print_disabled, |
| 941 | { 0, NULL }, |
| 942 | { 0, NULL }, |
| 943 | }, |
| 944 | @@ -5392,7 +5392,7 @@ static const struct ndr_interface_call d |
| 945 | sizeof(struct decode_ExtendedErrorInfo), |
| 946 | (ndr_push_flags_fn_t) ndr_push_decode_ExtendedErrorInfo, |
| 947 | (ndr_pull_flags_fn_t) ndr_pull_decode_ExtendedErrorInfo, |
| 948 | - (ndr_print_function_t) ndr_print_decode_ExtendedErrorInfo, |
| 949 | + (ndr_print_function_t) ndr_print_disabled, |
| 950 | { 0, NULL }, |
| 951 | { 0, NULL }, |
| 952 | }, |
| 953 | @@ -5401,7 +5401,7 @@ static const struct ndr_interface_call d |
| 954 | sizeof(struct decode_ForestTrustInfo), |
| 955 | (ndr_push_flags_fn_t) ndr_push_decode_ForestTrustInfo, |
| 956 | (ndr_pull_flags_fn_t) ndr_pull_decode_ForestTrustInfo, |
| 957 | - (ndr_print_function_t) ndr_print_decode_ForestTrustInfo, |
| 958 | + (ndr_print_function_t) ndr_print_disabled, |
| 959 | { 0, NULL }, |
| 960 | { 0, NULL }, |
| 961 | }, |
| 962 | --- a/source3/librpc/gen_ndr/ndr_drsuapi.c |
| 963 | +++ b/source3/librpc/gen_ndr/ndr_drsuapi.c |
| 964 | @@ -16500,7 +16500,7 @@ static const struct ndr_interface_call d |
| 965 | sizeof(struct drsuapi_DsBind), |
| 966 | (ndr_push_flags_fn_t) ndr_push_drsuapi_DsBind, |
| 967 | (ndr_pull_flags_fn_t) ndr_pull_drsuapi_DsBind, |
| 968 | - (ndr_print_function_t) ndr_print_drsuapi_DsBind, |
| 969 | + (ndr_print_function_t) ndr_print_disabled, |
| 970 | { 0, NULL }, |
| 971 | { 0, NULL }, |
| 972 | }, |
| 973 | @@ -16509,7 +16509,7 @@ static const struct ndr_interface_call d |
| 974 | sizeof(struct drsuapi_DsUnbind), |
| 975 | (ndr_push_flags_fn_t) ndr_push_drsuapi_DsUnbind, |
| 976 | (ndr_pull_flags_fn_t) ndr_pull_drsuapi_DsUnbind, |
| 977 | - (ndr_print_function_t) ndr_print_drsuapi_DsUnbind, |
| 978 | + (ndr_print_function_t) ndr_print_disabled, |
| 979 | { 0, NULL }, |
| 980 | { 0, NULL }, |
| 981 | }, |
| 982 | @@ -16518,7 +16518,7 @@ static const struct ndr_interface_call d |
| 983 | sizeof(struct drsuapi_DsReplicaSync), |
| 984 | (ndr_push_flags_fn_t) ndr_push_drsuapi_DsReplicaSync, |
| 985 | (ndr_pull_flags_fn_t) ndr_pull_drsuapi_DsReplicaSync, |
| 986 | - (ndr_print_function_t) ndr_print_drsuapi_DsReplicaSync, |
| 987 | + (ndr_print_function_t) ndr_print_disabled, |
| 988 | { 0, NULL }, |
| 989 | { 0, NULL }, |
| 990 | }, |
| 991 | @@ -16527,7 +16527,7 @@ static const struct ndr_interface_call d |
| 992 | sizeof(struct drsuapi_DsGetNCChanges), |
| 993 | (ndr_push_flags_fn_t) ndr_push_drsuapi_DsGetNCChanges, |
| 994 | (ndr_pull_flags_fn_t) ndr_pull_drsuapi_DsGetNCChanges, |
| 995 | - (ndr_print_function_t) ndr_print_drsuapi_DsGetNCChanges, |
| 996 | + (ndr_print_function_t) ndr_print_disabled, |
| 997 | { 0, NULL }, |
| 998 | { 0, NULL }, |
| 999 | }, |
| 1000 | @@ -16536,7 +16536,7 @@ static const struct ndr_interface_call d |
| 1001 | sizeof(struct drsuapi_DsReplicaUpdateRefs), |
| 1002 | (ndr_push_flags_fn_t) ndr_push_drsuapi_DsReplicaUpdateRefs, |
| 1003 | (ndr_pull_flags_fn_t) ndr_pull_drsuapi_DsReplicaUpdateRefs, |
| 1004 | - (ndr_print_function_t) ndr_print_drsuapi_DsReplicaUpdateRefs, |
| 1005 | + (ndr_print_function_t) ndr_print_disabled, |
| 1006 | { 0, NULL }, |
| 1007 | { 0, NULL }, |
| 1008 | }, |
| 1009 | @@ -16545,7 +16545,7 @@ static const struct ndr_interface_call d |
| 1010 | sizeof(struct drsuapi_DsReplicaAdd), |
| 1011 | (ndr_push_flags_fn_t) ndr_push_drsuapi_DsReplicaAdd, |
| 1012 | (ndr_pull_flags_fn_t) ndr_pull_drsuapi_DsReplicaAdd, |
| 1013 | - (ndr_print_function_t) ndr_print_drsuapi_DsReplicaAdd, |
| 1014 | + (ndr_print_function_t) ndr_print_disabled, |
| 1015 | { 0, NULL }, |
| 1016 | { 0, NULL }, |
| 1017 | }, |
| 1018 | @@ -16554,7 +16554,7 @@ static const struct ndr_interface_call d |
| 1019 | sizeof(struct drsuapi_DsReplicaDel), |
| 1020 | (ndr_push_flags_fn_t) ndr_push_drsuapi_DsReplicaDel, |
| 1021 | (ndr_pull_flags_fn_t) ndr_pull_drsuapi_DsReplicaDel, |
| 1022 | - (ndr_print_function_t) ndr_print_drsuapi_DsReplicaDel, |
| 1023 | + (ndr_print_function_t) ndr_print_disabled, |
| 1024 | { 0, NULL }, |
| 1025 | { 0, NULL }, |
| 1026 | }, |
| 1027 | @@ -16563,7 +16563,7 @@ static const struct ndr_interface_call d |
| 1028 | sizeof(struct drsuapi_DsReplicaMod), |
| 1029 | (ndr_push_flags_fn_t) ndr_push_drsuapi_DsReplicaMod, |
| 1030 | (ndr_pull_flags_fn_t) ndr_pull_drsuapi_DsReplicaMod, |
| 1031 | - (ndr_print_function_t) ndr_print_drsuapi_DsReplicaMod, |
| 1032 | + (ndr_print_function_t) ndr_print_disabled, |
| 1033 | { 0, NULL }, |
| 1034 | { 0, NULL }, |
| 1035 | }, |
| 1036 | @@ -16572,7 +16572,7 @@ static const struct ndr_interface_call d |
| 1037 | sizeof(struct DRSUAPI_VERIFY_NAMES), |
| 1038 | (ndr_push_flags_fn_t) ndr_push_DRSUAPI_VERIFY_NAMES, |
| 1039 | (ndr_pull_flags_fn_t) ndr_pull_DRSUAPI_VERIFY_NAMES, |
| 1040 | - (ndr_print_function_t) ndr_print_DRSUAPI_VERIFY_NAMES, |
| 1041 | + (ndr_print_function_t) ndr_print_disabled, |
| 1042 | { 0, NULL }, |
| 1043 | { 0, NULL }, |
| 1044 | }, |
| 1045 | @@ -16581,7 +16581,7 @@ static const struct ndr_interface_call d |
| 1046 | sizeof(struct drsuapi_DsGetMemberships), |
| 1047 | (ndr_push_flags_fn_t) ndr_push_drsuapi_DsGetMemberships, |
| 1048 | (ndr_pull_flags_fn_t) ndr_pull_drsuapi_DsGetMemberships, |
| 1049 | - (ndr_print_function_t) ndr_print_drsuapi_DsGetMemberships, |
| 1050 | + (ndr_print_function_t) ndr_print_disabled, |
| 1051 | { 0, NULL }, |
| 1052 | { 0, NULL }, |
| 1053 | }, |
| 1054 | @@ -16590,7 +16590,7 @@ static const struct ndr_interface_call d |
| 1055 | sizeof(struct DRSUAPI_INTER_DOMAIN_MOVE), |
| 1056 | (ndr_push_flags_fn_t) ndr_push_DRSUAPI_INTER_DOMAIN_MOVE, |
| 1057 | (ndr_pull_flags_fn_t) ndr_pull_DRSUAPI_INTER_DOMAIN_MOVE, |
| 1058 | - (ndr_print_function_t) ndr_print_DRSUAPI_INTER_DOMAIN_MOVE, |
| 1059 | + (ndr_print_function_t) ndr_print_disabled, |
| 1060 | { 0, NULL }, |
| 1061 | { 0, NULL }, |
| 1062 | }, |
| 1063 | @@ -16599,7 +16599,7 @@ static const struct ndr_interface_call d |
| 1064 | sizeof(struct drsuapi_DsGetNT4ChangeLog), |
| 1065 | (ndr_push_flags_fn_t) ndr_push_drsuapi_DsGetNT4ChangeLog, |
| 1066 | (ndr_pull_flags_fn_t) ndr_pull_drsuapi_DsGetNT4ChangeLog, |
| 1067 | - (ndr_print_function_t) ndr_print_drsuapi_DsGetNT4ChangeLog, |
| 1068 | + (ndr_print_function_t) ndr_print_disabled, |
| 1069 | { 0, NULL }, |
| 1070 | { 0, NULL }, |
| 1071 | }, |
| 1072 | @@ -16608,7 +16608,7 @@ static const struct ndr_interface_call d |
| 1073 | sizeof(struct drsuapi_DsCrackNames), |
| 1074 | (ndr_push_flags_fn_t) ndr_push_drsuapi_DsCrackNames, |
| 1075 | (ndr_pull_flags_fn_t) ndr_pull_drsuapi_DsCrackNames, |
| 1076 | - (ndr_print_function_t) ndr_print_drsuapi_DsCrackNames, |
| 1077 | + (ndr_print_function_t) ndr_print_disabled, |
| 1078 | { 0, NULL }, |
| 1079 | { 0, NULL }, |
| 1080 | }, |
| 1081 | @@ -16617,7 +16617,7 @@ static const struct ndr_interface_call d |
| 1082 | sizeof(struct drsuapi_DsWriteAccountSpn), |
| 1083 | (ndr_push_flags_fn_t) ndr_push_drsuapi_DsWriteAccountSpn, |
| 1084 | (ndr_pull_flags_fn_t) ndr_pull_drsuapi_DsWriteAccountSpn, |
| 1085 | - (ndr_print_function_t) ndr_print_drsuapi_DsWriteAccountSpn, |
| 1086 | + (ndr_print_function_t) ndr_print_disabled, |
| 1087 | { 0, NULL }, |
| 1088 | { 0, NULL }, |
| 1089 | }, |
| 1090 | @@ -16626,7 +16626,7 @@ static const struct ndr_interface_call d |
| 1091 | sizeof(struct drsuapi_DsRemoveDSServer), |
| 1092 | (ndr_push_flags_fn_t) ndr_push_drsuapi_DsRemoveDSServer, |
| 1093 | (ndr_pull_flags_fn_t) ndr_pull_drsuapi_DsRemoveDSServer, |
| 1094 | - (ndr_print_function_t) ndr_print_drsuapi_DsRemoveDSServer, |
| 1095 | + (ndr_print_function_t) ndr_print_disabled, |
| 1096 | { 0, NULL }, |
| 1097 | { 0, NULL }, |
| 1098 | }, |
| 1099 | @@ -16635,7 +16635,7 @@ static const struct ndr_interface_call d |
| 1100 | sizeof(struct DRSUAPI_REMOVE_DS_DOMAIN), |
| 1101 | (ndr_push_flags_fn_t) ndr_push_DRSUAPI_REMOVE_DS_DOMAIN, |
| 1102 | (ndr_pull_flags_fn_t) ndr_pull_DRSUAPI_REMOVE_DS_DOMAIN, |
| 1103 | - (ndr_print_function_t) ndr_print_DRSUAPI_REMOVE_DS_DOMAIN, |
| 1104 | + (ndr_print_function_t) ndr_print_disabled, |
| 1105 | { 0, NULL }, |
| 1106 | { 0, NULL }, |
| 1107 | }, |
| 1108 | @@ -16644,7 +16644,7 @@ static const struct ndr_interface_call d |
| 1109 | sizeof(struct drsuapi_DsGetDomainControllerInfo), |
| 1110 | (ndr_push_flags_fn_t) ndr_push_drsuapi_DsGetDomainControllerInfo, |
| 1111 | (ndr_pull_flags_fn_t) ndr_pull_drsuapi_DsGetDomainControllerInfo, |
| 1112 | - (ndr_print_function_t) ndr_print_drsuapi_DsGetDomainControllerInfo, |
| 1113 | + (ndr_print_function_t) ndr_print_disabled, |
| 1114 | { 0, NULL }, |
| 1115 | { 0, NULL }, |
| 1116 | }, |
| 1117 | @@ -16653,7 +16653,7 @@ static const struct ndr_interface_call d |
| 1118 | sizeof(struct drsuapi_DsAddEntry), |
| 1119 | (ndr_push_flags_fn_t) ndr_push_drsuapi_DsAddEntry, |
| 1120 | (ndr_pull_flags_fn_t) ndr_pull_drsuapi_DsAddEntry, |
| 1121 | - (ndr_print_function_t) ndr_print_drsuapi_DsAddEntry, |
| 1122 | + (ndr_print_function_t) ndr_print_disabled, |
| 1123 | { 0, NULL }, |
| 1124 | { 0, NULL }, |
| 1125 | }, |
| 1126 | @@ -16662,7 +16662,7 @@ static const struct ndr_interface_call d |
| 1127 | sizeof(struct drsuapi_DsExecuteKCC), |
| 1128 | (ndr_push_flags_fn_t) ndr_push_drsuapi_DsExecuteKCC, |
| 1129 | (ndr_pull_flags_fn_t) ndr_pull_drsuapi_DsExecuteKCC, |
| 1130 | - (ndr_print_function_t) ndr_print_drsuapi_DsExecuteKCC, |
| 1131 | + (ndr_print_function_t) ndr_print_disabled, |
| 1132 | { 0, NULL }, |
| 1133 | { 0, NULL }, |
| 1134 | }, |
| 1135 | @@ -16671,7 +16671,7 @@ static const struct ndr_interface_call d |
| 1136 | sizeof(struct drsuapi_DsReplicaGetInfo), |
| 1137 | (ndr_push_flags_fn_t) ndr_push_drsuapi_DsReplicaGetInfo, |
| 1138 | (ndr_pull_flags_fn_t) ndr_pull_drsuapi_DsReplicaGetInfo, |
| 1139 | - (ndr_print_function_t) ndr_print_drsuapi_DsReplicaGetInfo, |
| 1140 | + (ndr_print_function_t) ndr_print_disabled, |
| 1141 | { 0, NULL }, |
| 1142 | { 0, NULL }, |
| 1143 | }, |
| 1144 | @@ -16680,7 +16680,7 @@ static const struct ndr_interface_call d |
| 1145 | sizeof(struct DRSUAPI_ADD_SID_HISTORY), |
| 1146 | (ndr_push_flags_fn_t) ndr_push_DRSUAPI_ADD_SID_HISTORY, |
| 1147 | (ndr_pull_flags_fn_t) ndr_pull_DRSUAPI_ADD_SID_HISTORY, |
| 1148 | - (ndr_print_function_t) ndr_print_DRSUAPI_ADD_SID_HISTORY, |
| 1149 | + (ndr_print_function_t) ndr_print_disabled, |
| 1150 | { 0, NULL }, |
| 1151 | { 0, NULL }, |
| 1152 | }, |
| 1153 | @@ -16689,7 +16689,7 @@ static const struct ndr_interface_call d |
| 1154 | sizeof(struct drsuapi_DsGetMemberships2), |
| 1155 | (ndr_push_flags_fn_t) ndr_push_drsuapi_DsGetMemberships2, |
| 1156 | (ndr_pull_flags_fn_t) ndr_pull_drsuapi_DsGetMemberships2, |
| 1157 | - (ndr_print_function_t) ndr_print_drsuapi_DsGetMemberships2, |
| 1158 | + (ndr_print_function_t) ndr_print_disabled, |
| 1159 | { 0, NULL }, |
| 1160 | { 0, NULL }, |
| 1161 | }, |
| 1162 | @@ -16698,7 +16698,7 @@ static const struct ndr_interface_call d |
| 1163 | sizeof(struct DRSUAPI_REPLICA_VERIFY_OBJECTS), |
| 1164 | (ndr_push_flags_fn_t) ndr_push_DRSUAPI_REPLICA_VERIFY_OBJECTS, |
| 1165 | (ndr_pull_flags_fn_t) ndr_pull_DRSUAPI_REPLICA_VERIFY_OBJECTS, |
| 1166 | - (ndr_print_function_t) ndr_print_DRSUAPI_REPLICA_VERIFY_OBJECTS, |
| 1167 | + (ndr_print_function_t) ndr_print_disabled, |
| 1168 | { 0, NULL }, |
| 1169 | { 0, NULL }, |
| 1170 | }, |
| 1171 | @@ -16707,7 +16707,7 @@ static const struct ndr_interface_call d |
| 1172 | sizeof(struct DRSUAPI_GET_OBJECT_EXISTENCE), |
| 1173 | (ndr_push_flags_fn_t) ndr_push_DRSUAPI_GET_OBJECT_EXISTENCE, |
| 1174 | (ndr_pull_flags_fn_t) ndr_pull_DRSUAPI_GET_OBJECT_EXISTENCE, |
| 1175 | - (ndr_print_function_t) ndr_print_DRSUAPI_GET_OBJECT_EXISTENCE, |
| 1176 | + (ndr_print_function_t) ndr_print_disabled, |
| 1177 | { 0, NULL }, |
| 1178 | { 0, NULL }, |
| 1179 | }, |
| 1180 | @@ -16716,7 +16716,7 @@ static const struct ndr_interface_call d |
| 1181 | sizeof(struct drsuapi_QuerySitesByCost), |
| 1182 | (ndr_push_flags_fn_t) ndr_push_drsuapi_QuerySitesByCost, |
| 1183 | (ndr_pull_flags_fn_t) ndr_pull_drsuapi_QuerySitesByCost, |
| 1184 | - (ndr_print_function_t) ndr_print_drsuapi_QuerySitesByCost, |
| 1185 | + (ndr_print_function_t) ndr_print_disabled, |
| 1186 | { 0, NULL }, |
| 1187 | { 0, NULL }, |
| 1188 | }, |
| 1189 | --- a/source3/librpc/gen_ndr/ndr_dsbackup.c |
| 1190 | +++ b/source3/librpc/gen_ndr/ndr_dsbackup.c |
| 1191 | @@ -360,7 +360,7 @@ static const struct ndr_interface_call a |
| 1192 | sizeof(struct HrRBackupPrepare), |
| 1193 | (ndr_push_flags_fn_t) ndr_push_HrRBackupPrepare, |
| 1194 | (ndr_pull_flags_fn_t) ndr_pull_HrRBackupPrepare, |
| 1195 | - (ndr_print_function_t) ndr_print_HrRBackupPrepare, |
| 1196 | + (ndr_print_function_t) ndr_print_disabled, |
| 1197 | { 0, NULL }, |
| 1198 | { 0, NULL }, |
| 1199 | }, |
| 1200 | @@ -369,7 +369,7 @@ static const struct ndr_interface_call a |
| 1201 | sizeof(struct HrRBackupEnd), |
| 1202 | (ndr_push_flags_fn_t) ndr_push_HrRBackupEnd, |
| 1203 | (ndr_pull_flags_fn_t) ndr_pull_HrRBackupEnd, |
| 1204 | - (ndr_print_function_t) ndr_print_HrRBackupEnd, |
| 1205 | + (ndr_print_function_t) ndr_print_disabled, |
| 1206 | { 0, NULL }, |
| 1207 | { 0, NULL }, |
| 1208 | }, |
| 1209 | @@ -378,7 +378,7 @@ static const struct ndr_interface_call a |
| 1210 | sizeof(struct HrRBackupGetAttachmentInformation), |
| 1211 | (ndr_push_flags_fn_t) ndr_push_HrRBackupGetAttachmentInformation, |
| 1212 | (ndr_pull_flags_fn_t) ndr_pull_HrRBackupGetAttachmentInformation, |
| 1213 | - (ndr_print_function_t) ndr_print_HrRBackupGetAttachmentInformation, |
| 1214 | + (ndr_print_function_t) ndr_print_disabled, |
| 1215 | { 0, NULL }, |
| 1216 | { 0, NULL }, |
| 1217 | }, |
| 1218 | @@ -387,7 +387,7 @@ static const struct ndr_interface_call a |
| 1219 | sizeof(struct HrRBackupOpenFile), |
| 1220 | (ndr_push_flags_fn_t) ndr_push_HrRBackupOpenFile, |
| 1221 | (ndr_pull_flags_fn_t) ndr_pull_HrRBackupOpenFile, |
| 1222 | - (ndr_print_function_t) ndr_print_HrRBackupOpenFile, |
| 1223 | + (ndr_print_function_t) ndr_print_disabled, |
| 1224 | { 0, NULL }, |
| 1225 | { 0, NULL }, |
| 1226 | }, |
| 1227 | @@ -396,7 +396,7 @@ static const struct ndr_interface_call a |
| 1228 | sizeof(struct HrRBackupRead), |
| 1229 | (ndr_push_flags_fn_t) ndr_push_HrRBackupRead, |
| 1230 | (ndr_pull_flags_fn_t) ndr_pull_HrRBackupRead, |
| 1231 | - (ndr_print_function_t) ndr_print_HrRBackupRead, |
| 1232 | + (ndr_print_function_t) ndr_print_disabled, |
| 1233 | { 0, NULL }, |
| 1234 | { 0, NULL }, |
| 1235 | }, |
| 1236 | @@ -405,7 +405,7 @@ static const struct ndr_interface_call a |
| 1237 | sizeof(struct HrRBackupClose), |
| 1238 | (ndr_push_flags_fn_t) ndr_push_HrRBackupClose, |
| 1239 | (ndr_pull_flags_fn_t) ndr_pull_HrRBackupClose, |
| 1240 | - (ndr_print_function_t) ndr_print_HrRBackupClose, |
| 1241 | + (ndr_print_function_t) ndr_print_disabled, |
| 1242 | { 0, NULL }, |
| 1243 | { 0, NULL }, |
| 1244 | }, |
| 1245 | @@ -414,7 +414,7 @@ static const struct ndr_interface_call a |
| 1246 | sizeof(struct HrRBackupGetBackupLogs), |
| 1247 | (ndr_push_flags_fn_t) ndr_push_HrRBackupGetBackupLogs, |
| 1248 | (ndr_pull_flags_fn_t) ndr_pull_HrRBackupGetBackupLogs, |
| 1249 | - (ndr_print_function_t) ndr_print_HrRBackupGetBackupLogs, |
| 1250 | + (ndr_print_function_t) ndr_print_disabled, |
| 1251 | { 0, NULL }, |
| 1252 | { 0, NULL }, |
| 1253 | }, |
| 1254 | @@ -423,7 +423,7 @@ static const struct ndr_interface_call a |
| 1255 | sizeof(struct HrRBackupTruncateLogs), |
| 1256 | (ndr_push_flags_fn_t) ndr_push_HrRBackupTruncateLogs, |
| 1257 | (ndr_pull_flags_fn_t) ndr_pull_HrRBackupTruncateLogs, |
| 1258 | - (ndr_print_function_t) ndr_print_HrRBackupTruncateLogs, |
| 1259 | + (ndr_print_function_t) ndr_print_disabled, |
| 1260 | { 0, NULL }, |
| 1261 | { 0, NULL }, |
| 1262 | }, |
| 1263 | @@ -432,7 +432,7 @@ static const struct ndr_interface_call a |
| 1264 | sizeof(struct HrRBackupPing), |
| 1265 | (ndr_push_flags_fn_t) ndr_push_HrRBackupPing, |
| 1266 | (ndr_pull_flags_fn_t) ndr_pull_HrRBackupPing, |
| 1267 | - (ndr_print_function_t) ndr_print_HrRBackupPing, |
| 1268 | + (ndr_print_function_t) ndr_print_disabled, |
| 1269 | { 0, NULL }, |
| 1270 | { 0, NULL }, |
| 1271 | }, |
| 1272 | @@ -789,7 +789,7 @@ static const struct ndr_interface_call a |
| 1273 | sizeof(struct HrRIsNTDSOnline), |
| 1274 | (ndr_push_flags_fn_t) ndr_push_HrRIsNTDSOnline, |
| 1275 | (ndr_pull_flags_fn_t) ndr_pull_HrRIsNTDSOnline, |
| 1276 | - (ndr_print_function_t) ndr_print_HrRIsNTDSOnline, |
| 1277 | + (ndr_print_function_t) ndr_print_disabled, |
| 1278 | { 0, NULL }, |
| 1279 | { 0, NULL }, |
| 1280 | }, |
| 1281 | @@ -798,7 +798,7 @@ static const struct ndr_interface_call a |
| 1282 | sizeof(struct HrRRestorePrepare), |
| 1283 | (ndr_push_flags_fn_t) ndr_push_HrRRestorePrepare, |
| 1284 | (ndr_pull_flags_fn_t) ndr_pull_HrRRestorePrepare, |
| 1285 | - (ndr_print_function_t) ndr_print_HrRRestorePrepare, |
| 1286 | + (ndr_print_function_t) ndr_print_disabled, |
| 1287 | { 0, NULL }, |
| 1288 | { 0, NULL }, |
| 1289 | }, |
| 1290 | @@ -807,7 +807,7 @@ static const struct ndr_interface_call a |
| 1291 | sizeof(struct HrRRestoreRegister), |
| 1292 | (ndr_push_flags_fn_t) ndr_push_HrRRestoreRegister, |
| 1293 | (ndr_pull_flags_fn_t) ndr_pull_HrRRestoreRegister, |
| 1294 | - (ndr_print_function_t) ndr_print_HrRRestoreRegister, |
| 1295 | + (ndr_print_function_t) ndr_print_disabled, |
| 1296 | { 0, NULL }, |
| 1297 | { 0, NULL }, |
| 1298 | }, |
| 1299 | @@ -816,7 +816,7 @@ static const struct ndr_interface_call a |
| 1300 | sizeof(struct HrRRestoreRegisterComplete), |
| 1301 | (ndr_push_flags_fn_t) ndr_push_HrRRestoreRegisterComplete, |
| 1302 | (ndr_pull_flags_fn_t) ndr_pull_HrRRestoreRegisterComplete, |
| 1303 | - (ndr_print_function_t) ndr_print_HrRRestoreRegisterComplete, |
| 1304 | + (ndr_print_function_t) ndr_print_disabled, |
| 1305 | { 0, NULL }, |
| 1306 | { 0, NULL }, |
| 1307 | }, |
| 1308 | @@ -825,7 +825,7 @@ static const struct ndr_interface_call a |
| 1309 | sizeof(struct HrRRestoreGetDatabaseLocations), |
| 1310 | (ndr_push_flags_fn_t) ndr_push_HrRRestoreGetDatabaseLocations, |
| 1311 | (ndr_pull_flags_fn_t) ndr_pull_HrRRestoreGetDatabaseLocations, |
| 1312 | - (ndr_print_function_t) ndr_print_HrRRestoreGetDatabaseLocations, |
| 1313 | + (ndr_print_function_t) ndr_print_disabled, |
| 1314 | { 0, NULL }, |
| 1315 | { 0, NULL }, |
| 1316 | }, |
| 1317 | @@ -834,7 +834,7 @@ static const struct ndr_interface_call a |
| 1318 | sizeof(struct HrRRestoreEnd), |
| 1319 | (ndr_push_flags_fn_t) ndr_push_HrRRestoreEnd, |
| 1320 | (ndr_pull_flags_fn_t) ndr_pull_HrRRestoreEnd, |
| 1321 | - (ndr_print_function_t) ndr_print_HrRRestoreEnd, |
| 1322 | + (ndr_print_function_t) ndr_print_disabled, |
| 1323 | { 0, NULL }, |
| 1324 | { 0, NULL }, |
| 1325 | }, |
| 1326 | @@ -843,7 +843,7 @@ static const struct ndr_interface_call a |
| 1327 | sizeof(struct HrRRestoreSetCurrentLogNumber), |
| 1328 | (ndr_push_flags_fn_t) ndr_push_HrRRestoreSetCurrentLogNumber, |
| 1329 | (ndr_pull_flags_fn_t) ndr_pull_HrRRestoreSetCurrentLogNumber, |
| 1330 | - (ndr_print_function_t) ndr_print_HrRRestoreSetCurrentLogNumber, |
| 1331 | + (ndr_print_function_t) ndr_print_disabled, |
| 1332 | { 0, NULL }, |
| 1333 | { 0, NULL }, |
| 1334 | }, |
| 1335 | @@ -852,7 +852,7 @@ static const struct ndr_interface_call a |
| 1336 | sizeof(struct HrRRestoreCheckLogsForBackup), |
| 1337 | (ndr_push_flags_fn_t) ndr_push_HrRRestoreCheckLogsForBackup, |
| 1338 | (ndr_pull_flags_fn_t) ndr_pull_HrRRestoreCheckLogsForBackup, |
| 1339 | - (ndr_print_function_t) ndr_print_HrRRestoreCheckLogsForBackup, |
| 1340 | + (ndr_print_function_t) ndr_print_disabled, |
| 1341 | { 0, NULL }, |
| 1342 | { 0, NULL }, |
| 1343 | }, |
| 1344 | --- a/source3/librpc/gen_ndr/ndr_dssetup.c |
| 1345 | +++ b/source3/librpc/gen_ndr/ndr_dssetup.c |
| 1346 | @@ -995,7 +995,7 @@ static const struct ndr_interface_call d |
| 1347 | sizeof(struct dssetup_DsRoleGetPrimaryDomainInformation), |
| 1348 | (ndr_push_flags_fn_t) ndr_push_dssetup_DsRoleGetPrimaryDomainInformation, |
| 1349 | (ndr_pull_flags_fn_t) ndr_pull_dssetup_DsRoleGetPrimaryDomainInformation, |
| 1350 | - (ndr_print_function_t) ndr_print_dssetup_DsRoleGetPrimaryDomainInformation, |
| 1351 | + (ndr_print_function_t) ndr_print_disabled, |
| 1352 | { 0, NULL }, |
| 1353 | { 0, NULL }, |
| 1354 | }, |
| 1355 | @@ -1004,7 +1004,7 @@ static const struct ndr_interface_call d |
| 1356 | sizeof(struct dssetup_DsRoleDnsNameToFlatName), |
| 1357 | (ndr_push_flags_fn_t) ndr_push_dssetup_DsRoleDnsNameToFlatName, |
| 1358 | (ndr_pull_flags_fn_t) ndr_pull_dssetup_DsRoleDnsNameToFlatName, |
| 1359 | - (ndr_print_function_t) ndr_print_dssetup_DsRoleDnsNameToFlatName, |
| 1360 | + (ndr_print_function_t) ndr_print_disabled, |
| 1361 | { 0, NULL }, |
| 1362 | { 0, NULL }, |
| 1363 | }, |
| 1364 | @@ -1013,7 +1013,7 @@ static const struct ndr_interface_call d |
| 1365 | sizeof(struct dssetup_DsRoleDcAsDc), |
| 1366 | (ndr_push_flags_fn_t) ndr_push_dssetup_DsRoleDcAsDc, |
| 1367 | (ndr_pull_flags_fn_t) ndr_pull_dssetup_DsRoleDcAsDc, |
| 1368 | - (ndr_print_function_t) ndr_print_dssetup_DsRoleDcAsDc, |
| 1369 | + (ndr_print_function_t) ndr_print_disabled, |
| 1370 | { 0, NULL }, |
| 1371 | { 0, NULL }, |
| 1372 | }, |
| 1373 | @@ -1022,7 +1022,7 @@ static const struct ndr_interface_call d |
| 1374 | sizeof(struct dssetup_DsRoleDcAsReplica), |
| 1375 | (ndr_push_flags_fn_t) ndr_push_dssetup_DsRoleDcAsReplica, |
| 1376 | (ndr_pull_flags_fn_t) ndr_pull_dssetup_DsRoleDcAsReplica, |
| 1377 | - (ndr_print_function_t) ndr_print_dssetup_DsRoleDcAsReplica, |
| 1378 | + (ndr_print_function_t) ndr_print_disabled, |
| 1379 | { 0, NULL }, |
| 1380 | { 0, NULL }, |
| 1381 | }, |
| 1382 | @@ -1031,7 +1031,7 @@ static const struct ndr_interface_call d |
| 1383 | sizeof(struct dssetup_DsRoleDemoteDc), |
| 1384 | (ndr_push_flags_fn_t) ndr_push_dssetup_DsRoleDemoteDc, |
| 1385 | (ndr_pull_flags_fn_t) ndr_pull_dssetup_DsRoleDemoteDc, |
| 1386 | - (ndr_print_function_t) ndr_print_dssetup_DsRoleDemoteDc, |
| 1387 | + (ndr_print_function_t) ndr_print_disabled, |
| 1388 | { 0, NULL }, |
| 1389 | { 0, NULL }, |
| 1390 | }, |
| 1391 | @@ -1040,7 +1040,7 @@ static const struct ndr_interface_call d |
| 1392 | sizeof(struct dssetup_DsRoleGetDcOperationProgress), |
| 1393 | (ndr_push_flags_fn_t) ndr_push_dssetup_DsRoleGetDcOperationProgress, |
| 1394 | (ndr_pull_flags_fn_t) ndr_pull_dssetup_DsRoleGetDcOperationProgress, |
| 1395 | - (ndr_print_function_t) ndr_print_dssetup_DsRoleGetDcOperationProgress, |
| 1396 | + (ndr_print_function_t) ndr_print_disabled, |
| 1397 | { 0, NULL }, |
| 1398 | { 0, NULL }, |
| 1399 | }, |
| 1400 | @@ -1049,7 +1049,7 @@ static const struct ndr_interface_call d |
| 1401 | sizeof(struct dssetup_DsRoleGetDcOperationResults), |
| 1402 | (ndr_push_flags_fn_t) ndr_push_dssetup_DsRoleGetDcOperationResults, |
| 1403 | (ndr_pull_flags_fn_t) ndr_pull_dssetup_DsRoleGetDcOperationResults, |
| 1404 | - (ndr_print_function_t) ndr_print_dssetup_DsRoleGetDcOperationResults, |
| 1405 | + (ndr_print_function_t) ndr_print_disabled, |
| 1406 | { 0, NULL }, |
| 1407 | { 0, NULL }, |
| 1408 | }, |
| 1409 | @@ -1058,7 +1058,7 @@ static const struct ndr_interface_call d |
| 1410 | sizeof(struct dssetup_DsRoleCancel), |
| 1411 | (ndr_push_flags_fn_t) ndr_push_dssetup_DsRoleCancel, |
| 1412 | (ndr_pull_flags_fn_t) ndr_pull_dssetup_DsRoleCancel, |
| 1413 | - (ndr_print_function_t) ndr_print_dssetup_DsRoleCancel, |
| 1414 | + (ndr_print_function_t) ndr_print_disabled, |
| 1415 | { 0, NULL }, |
| 1416 | { 0, NULL }, |
| 1417 | }, |
| 1418 | @@ -1067,7 +1067,7 @@ static const struct ndr_interface_call d |
| 1419 | sizeof(struct dssetup_DsRoleServerSaveStateForUpgrade), |
| 1420 | (ndr_push_flags_fn_t) ndr_push_dssetup_DsRoleServerSaveStateForUpgrade, |
| 1421 | (ndr_pull_flags_fn_t) ndr_pull_dssetup_DsRoleServerSaveStateForUpgrade, |
| 1422 | - (ndr_print_function_t) ndr_print_dssetup_DsRoleServerSaveStateForUpgrade, |
| 1423 | + (ndr_print_function_t) ndr_print_disabled, |
| 1424 | { 0, NULL }, |
| 1425 | { 0, NULL }, |
| 1426 | }, |
| 1427 | @@ -1076,7 +1076,7 @@ static const struct ndr_interface_call d |
| 1428 | sizeof(struct dssetup_DsRoleUpgradeDownlevelServer), |
| 1429 | (ndr_push_flags_fn_t) ndr_push_dssetup_DsRoleUpgradeDownlevelServer, |
| 1430 | (ndr_pull_flags_fn_t) ndr_pull_dssetup_DsRoleUpgradeDownlevelServer, |
| 1431 | - (ndr_print_function_t) ndr_print_dssetup_DsRoleUpgradeDownlevelServer, |
| 1432 | + (ndr_print_function_t) ndr_print_disabled, |
| 1433 | { 0, NULL }, |
| 1434 | { 0, NULL }, |
| 1435 | }, |
| 1436 | @@ -1085,7 +1085,7 @@ static const struct ndr_interface_call d |
| 1437 | sizeof(struct dssetup_DsRoleAbortDownlevelServerUpgrade), |
| 1438 | (ndr_push_flags_fn_t) ndr_push_dssetup_DsRoleAbortDownlevelServerUpgrade, |
| 1439 | (ndr_pull_flags_fn_t) ndr_pull_dssetup_DsRoleAbortDownlevelServerUpgrade, |
| 1440 | - (ndr_print_function_t) ndr_print_dssetup_DsRoleAbortDownlevelServerUpgrade, |
| 1441 | + (ndr_print_function_t) ndr_print_disabled, |
| 1442 | { 0, NULL }, |
| 1443 | { 0, NULL }, |
| 1444 | }, |
| 1445 | --- a/source3/librpc/gen_ndr/ndr_echo.c |
| 1446 | +++ b/source3/librpc/gen_ndr/ndr_echo.c |
| 1447 | @@ -1458,7 +1458,7 @@ static const struct ndr_interface_call r |
| 1448 | sizeof(struct echo_AddOne), |
| 1449 | (ndr_push_flags_fn_t) ndr_push_echo_AddOne, |
| 1450 | (ndr_pull_flags_fn_t) ndr_pull_echo_AddOne, |
| 1451 | - (ndr_print_function_t) ndr_print_echo_AddOne, |
| 1452 | + (ndr_print_function_t) ndr_print_disabled, |
| 1453 | { 0, NULL }, |
| 1454 | { 0, NULL }, |
| 1455 | }, |
| 1456 | @@ -1467,7 +1467,7 @@ static const struct ndr_interface_call r |
| 1457 | sizeof(struct echo_EchoData), |
| 1458 | (ndr_push_flags_fn_t) ndr_push_echo_EchoData, |
| 1459 | (ndr_pull_flags_fn_t) ndr_pull_echo_EchoData, |
| 1460 | - (ndr_print_function_t) ndr_print_echo_EchoData, |
| 1461 | + (ndr_print_function_t) ndr_print_disabled, |
| 1462 | { 0, NULL }, |
| 1463 | { 0, NULL }, |
| 1464 | }, |
| 1465 | @@ -1476,7 +1476,7 @@ static const struct ndr_interface_call r |
| 1466 | sizeof(struct echo_SinkData), |
| 1467 | (ndr_push_flags_fn_t) ndr_push_echo_SinkData, |
| 1468 | (ndr_pull_flags_fn_t) ndr_pull_echo_SinkData, |
| 1469 | - (ndr_print_function_t) ndr_print_echo_SinkData, |
| 1470 | + (ndr_print_function_t) ndr_print_disabled, |
| 1471 | { 0, NULL }, |
| 1472 | { 0, NULL }, |
| 1473 | }, |
| 1474 | @@ -1485,7 +1485,7 @@ static const struct ndr_interface_call r |
| 1475 | sizeof(struct echo_SourceData), |
| 1476 | (ndr_push_flags_fn_t) ndr_push_echo_SourceData, |
| 1477 | (ndr_pull_flags_fn_t) ndr_pull_echo_SourceData, |
| 1478 | - (ndr_print_function_t) ndr_print_echo_SourceData, |
| 1479 | + (ndr_print_function_t) ndr_print_disabled, |
| 1480 | { 0, NULL }, |
| 1481 | { 0, NULL }, |
| 1482 | }, |
| 1483 | @@ -1494,7 +1494,7 @@ static const struct ndr_interface_call r |
| 1484 | sizeof(struct echo_TestCall), |
| 1485 | (ndr_push_flags_fn_t) ndr_push_echo_TestCall, |
| 1486 | (ndr_pull_flags_fn_t) ndr_pull_echo_TestCall, |
| 1487 | - (ndr_print_function_t) ndr_print_echo_TestCall, |
| 1488 | + (ndr_print_function_t) ndr_print_disabled, |
| 1489 | { 0, NULL }, |
| 1490 | { 0, NULL }, |
| 1491 | }, |
| 1492 | @@ -1503,7 +1503,7 @@ static const struct ndr_interface_call r |
| 1493 | sizeof(struct echo_TestCall2), |
| 1494 | (ndr_push_flags_fn_t) ndr_push_echo_TestCall2, |
| 1495 | (ndr_pull_flags_fn_t) ndr_pull_echo_TestCall2, |
| 1496 | - (ndr_print_function_t) ndr_print_echo_TestCall2, |
| 1497 | + (ndr_print_function_t) ndr_print_disabled, |
| 1498 | { 0, NULL }, |
| 1499 | { 0, NULL }, |
| 1500 | }, |
| 1501 | @@ -1512,7 +1512,7 @@ static const struct ndr_interface_call r |
| 1502 | sizeof(struct echo_TestSleep), |
| 1503 | (ndr_push_flags_fn_t) ndr_push_echo_TestSleep, |
| 1504 | (ndr_pull_flags_fn_t) ndr_pull_echo_TestSleep, |
| 1505 | - (ndr_print_function_t) ndr_print_echo_TestSleep, |
| 1506 | + (ndr_print_function_t) ndr_print_disabled, |
| 1507 | { 0, NULL }, |
| 1508 | { 0, NULL }, |
| 1509 | }, |
| 1510 | @@ -1521,7 +1521,7 @@ static const struct ndr_interface_call r |
| 1511 | sizeof(struct echo_TestEnum), |
| 1512 | (ndr_push_flags_fn_t) ndr_push_echo_TestEnum, |
| 1513 | (ndr_pull_flags_fn_t) ndr_pull_echo_TestEnum, |
| 1514 | - (ndr_print_function_t) ndr_print_echo_TestEnum, |
| 1515 | + (ndr_print_function_t) ndr_print_disabled, |
| 1516 | { 0, NULL }, |
| 1517 | { 0, NULL }, |
| 1518 | }, |
| 1519 | @@ -1530,7 +1530,7 @@ static const struct ndr_interface_call r |
| 1520 | sizeof(struct echo_TestSurrounding), |
| 1521 | (ndr_push_flags_fn_t) ndr_push_echo_TestSurrounding, |
| 1522 | (ndr_pull_flags_fn_t) ndr_pull_echo_TestSurrounding, |
| 1523 | - (ndr_print_function_t) ndr_print_echo_TestSurrounding, |
| 1524 | + (ndr_print_function_t) ndr_print_disabled, |
| 1525 | { 0, NULL }, |
| 1526 | { 0, NULL }, |
| 1527 | }, |
| 1528 | @@ -1539,7 +1539,7 @@ static const struct ndr_interface_call r |
| 1529 | sizeof(struct echo_TestDoublePointer), |
| 1530 | (ndr_push_flags_fn_t) ndr_push_echo_TestDoublePointer, |
| 1531 | (ndr_pull_flags_fn_t) ndr_pull_echo_TestDoublePointer, |
| 1532 | - (ndr_print_function_t) ndr_print_echo_TestDoublePointer, |
| 1533 | + (ndr_print_function_t) ndr_print_disabled, |
| 1534 | { 0, NULL }, |
| 1535 | { 0, NULL }, |
| 1536 | }, |
| 1537 | --- a/source3/librpc/gen_ndr/ndr_efs.c |
| 1538 | +++ b/source3/librpc/gen_ndr/ndr_efs.c |
| 1539 | @@ -1327,7 +1327,7 @@ static const struct ndr_interface_call e |
| 1540 | sizeof(struct EfsRpcOpenFileRaw), |
| 1541 | (ndr_push_flags_fn_t) ndr_push_EfsRpcOpenFileRaw, |
| 1542 | (ndr_pull_flags_fn_t) ndr_pull_EfsRpcOpenFileRaw, |
| 1543 | - (ndr_print_function_t) ndr_print_EfsRpcOpenFileRaw, |
| 1544 | + (ndr_print_function_t) ndr_print_disabled, |
| 1545 | { 0, NULL }, |
| 1546 | { 0, NULL }, |
| 1547 | }, |
| 1548 | @@ -1336,7 +1336,7 @@ static const struct ndr_interface_call e |
| 1549 | sizeof(struct EfsRpcReadFileRaw), |
| 1550 | (ndr_push_flags_fn_t) ndr_push_EfsRpcReadFileRaw, |
| 1551 | (ndr_pull_flags_fn_t) ndr_pull_EfsRpcReadFileRaw, |
| 1552 | - (ndr_print_function_t) ndr_print_EfsRpcReadFileRaw, |
| 1553 | + (ndr_print_function_t) ndr_print_disabled, |
| 1554 | { 0, NULL }, |
| 1555 | { 0, NULL }, |
| 1556 | }, |
| 1557 | @@ -1345,7 +1345,7 @@ static const struct ndr_interface_call e |
| 1558 | sizeof(struct EfsRpcWriteFileRaw), |
| 1559 | (ndr_push_flags_fn_t) ndr_push_EfsRpcWriteFileRaw, |
| 1560 | (ndr_pull_flags_fn_t) ndr_pull_EfsRpcWriteFileRaw, |
| 1561 | - (ndr_print_function_t) ndr_print_EfsRpcWriteFileRaw, |
| 1562 | + (ndr_print_function_t) ndr_print_disabled, |
| 1563 | { 0, NULL }, |
| 1564 | { 0, NULL }, |
| 1565 | }, |
| 1566 | @@ -1354,7 +1354,7 @@ static const struct ndr_interface_call e |
| 1567 | sizeof(struct EfsRpcCloseRaw), |
| 1568 | (ndr_push_flags_fn_t) ndr_push_EfsRpcCloseRaw, |
| 1569 | (ndr_pull_flags_fn_t) ndr_pull_EfsRpcCloseRaw, |
| 1570 | - (ndr_print_function_t) ndr_print_EfsRpcCloseRaw, |
| 1571 | + (ndr_print_function_t) ndr_print_disabled, |
| 1572 | { 0, NULL }, |
| 1573 | { 0, NULL }, |
| 1574 | }, |
| 1575 | @@ -1363,7 +1363,7 @@ static const struct ndr_interface_call e |
| 1576 | sizeof(struct EfsRpcEncryptFileSrv), |
| 1577 | (ndr_push_flags_fn_t) ndr_push_EfsRpcEncryptFileSrv, |
| 1578 | (ndr_pull_flags_fn_t) ndr_pull_EfsRpcEncryptFileSrv, |
| 1579 | - (ndr_print_function_t) ndr_print_EfsRpcEncryptFileSrv, |
| 1580 | + (ndr_print_function_t) ndr_print_disabled, |
| 1581 | { 0, NULL }, |
| 1582 | { 0, NULL }, |
| 1583 | }, |
| 1584 | @@ -1372,7 +1372,7 @@ static const struct ndr_interface_call e |
| 1585 | sizeof(struct EfsRpcDecryptFileSrv), |
| 1586 | (ndr_push_flags_fn_t) ndr_push_EfsRpcDecryptFileSrv, |
| 1587 | (ndr_pull_flags_fn_t) ndr_pull_EfsRpcDecryptFileSrv, |
| 1588 | - (ndr_print_function_t) ndr_print_EfsRpcDecryptFileSrv, |
| 1589 | + (ndr_print_function_t) ndr_print_disabled, |
| 1590 | { 0, NULL }, |
| 1591 | { 0, NULL }, |
| 1592 | }, |
| 1593 | @@ -1381,7 +1381,7 @@ static const struct ndr_interface_call e |
| 1594 | sizeof(struct EfsRpcQueryUsersOnFile), |
| 1595 | (ndr_push_flags_fn_t) ndr_push_EfsRpcQueryUsersOnFile, |
| 1596 | (ndr_pull_flags_fn_t) ndr_pull_EfsRpcQueryUsersOnFile, |
| 1597 | - (ndr_print_function_t) ndr_print_EfsRpcQueryUsersOnFile, |
| 1598 | + (ndr_print_function_t) ndr_print_disabled, |
| 1599 | { 0, NULL }, |
| 1600 | { 0, NULL }, |
| 1601 | }, |
| 1602 | @@ -1390,7 +1390,7 @@ static const struct ndr_interface_call e |
| 1603 | sizeof(struct EfsRpcQueryRecoveryAgents), |
| 1604 | (ndr_push_flags_fn_t) ndr_push_EfsRpcQueryRecoveryAgents, |
| 1605 | (ndr_pull_flags_fn_t) ndr_pull_EfsRpcQueryRecoveryAgents, |
| 1606 | - (ndr_print_function_t) ndr_print_EfsRpcQueryRecoveryAgents, |
| 1607 | + (ndr_print_function_t) ndr_print_disabled, |
| 1608 | { 0, NULL }, |
| 1609 | { 0, NULL }, |
| 1610 | }, |
| 1611 | @@ -1399,7 +1399,7 @@ static const struct ndr_interface_call e |
| 1612 | sizeof(struct EfsRpcRemoveUsersFromFile), |
| 1613 | (ndr_push_flags_fn_t) ndr_push_EfsRpcRemoveUsersFromFile, |
| 1614 | (ndr_pull_flags_fn_t) ndr_pull_EfsRpcRemoveUsersFromFile, |
| 1615 | - (ndr_print_function_t) ndr_print_EfsRpcRemoveUsersFromFile, |
| 1616 | + (ndr_print_function_t) ndr_print_disabled, |
| 1617 | { 0, NULL }, |
| 1618 | { 0, NULL }, |
| 1619 | }, |
| 1620 | @@ -1408,7 +1408,7 @@ static const struct ndr_interface_call e |
| 1621 | sizeof(struct EfsRpcAddUsersToFile), |
| 1622 | (ndr_push_flags_fn_t) ndr_push_EfsRpcAddUsersToFile, |
| 1623 | (ndr_pull_flags_fn_t) ndr_pull_EfsRpcAddUsersToFile, |
| 1624 | - (ndr_print_function_t) ndr_print_EfsRpcAddUsersToFile, |
| 1625 | + (ndr_print_function_t) ndr_print_disabled, |
| 1626 | { 0, NULL }, |
| 1627 | { 0, NULL }, |
| 1628 | }, |
| 1629 | @@ -1417,7 +1417,7 @@ static const struct ndr_interface_call e |
| 1630 | sizeof(struct EfsRpcSetFileEncryptionKey), |
| 1631 | (ndr_push_flags_fn_t) ndr_push_EfsRpcSetFileEncryptionKey, |
| 1632 | (ndr_pull_flags_fn_t) ndr_pull_EfsRpcSetFileEncryptionKey, |
| 1633 | - (ndr_print_function_t) ndr_print_EfsRpcSetFileEncryptionKey, |
| 1634 | + (ndr_print_function_t) ndr_print_disabled, |
| 1635 | { 0, NULL }, |
| 1636 | { 0, NULL }, |
| 1637 | }, |
| 1638 | @@ -1426,7 +1426,7 @@ static const struct ndr_interface_call e |
| 1639 | sizeof(struct EfsRpcNotSupported), |
| 1640 | (ndr_push_flags_fn_t) ndr_push_EfsRpcNotSupported, |
| 1641 | (ndr_pull_flags_fn_t) ndr_pull_EfsRpcNotSupported, |
| 1642 | - (ndr_print_function_t) ndr_print_EfsRpcNotSupported, |
| 1643 | + (ndr_print_function_t) ndr_print_disabled, |
| 1644 | { 0, NULL }, |
| 1645 | { 0, NULL }, |
| 1646 | }, |
| 1647 | @@ -1435,7 +1435,7 @@ static const struct ndr_interface_call e |
| 1648 | sizeof(struct EfsRpcFileKeyInfo), |
| 1649 | (ndr_push_flags_fn_t) ndr_push_EfsRpcFileKeyInfo, |
| 1650 | (ndr_pull_flags_fn_t) ndr_pull_EfsRpcFileKeyInfo, |
| 1651 | - (ndr_print_function_t) ndr_print_EfsRpcFileKeyInfo, |
| 1652 | + (ndr_print_function_t) ndr_print_disabled, |
| 1653 | { 0, NULL }, |
| 1654 | { 0, NULL }, |
| 1655 | }, |
| 1656 | @@ -1444,7 +1444,7 @@ static const struct ndr_interface_call e |
| 1657 | sizeof(struct EfsRpcDuplicateEncryptionInfoFile), |
| 1658 | (ndr_push_flags_fn_t) ndr_push_EfsRpcDuplicateEncryptionInfoFile, |
| 1659 | (ndr_pull_flags_fn_t) ndr_pull_EfsRpcDuplicateEncryptionInfoFile, |
| 1660 | - (ndr_print_function_t) ndr_print_EfsRpcDuplicateEncryptionInfoFile, |
| 1661 | + (ndr_print_function_t) ndr_print_disabled, |
| 1662 | { 0, NULL }, |
| 1663 | { 0, NULL }, |
| 1664 | }, |
| 1665 | --- a/source3/librpc/gen_ndr/ndr_epmapper.c |
| 1666 | +++ b/source3/librpc/gen_ndr/ndr_epmapper.c |
| 1667 | @@ -2754,7 +2754,7 @@ static const struct ndr_interface_call e |
| 1668 | sizeof(struct epm_Insert), |
| 1669 | (ndr_push_flags_fn_t) ndr_push_epm_Insert, |
| 1670 | (ndr_pull_flags_fn_t) ndr_pull_epm_Insert, |
| 1671 | - (ndr_print_function_t) ndr_print_epm_Insert, |
| 1672 | + (ndr_print_function_t) ndr_print_disabled, |
| 1673 | { 0, NULL }, |
| 1674 | { 0, NULL }, |
| 1675 | }, |
| 1676 | @@ -2763,7 +2763,7 @@ static const struct ndr_interface_call e |
| 1677 | sizeof(struct epm_Delete), |
| 1678 | (ndr_push_flags_fn_t) ndr_push_epm_Delete, |
| 1679 | (ndr_pull_flags_fn_t) ndr_pull_epm_Delete, |
| 1680 | - (ndr_print_function_t) ndr_print_epm_Delete, |
| 1681 | + (ndr_print_function_t) ndr_print_disabled, |
| 1682 | { 0, NULL }, |
| 1683 | { 0, NULL }, |
| 1684 | }, |
| 1685 | @@ -2772,7 +2772,7 @@ static const struct ndr_interface_call e |
| 1686 | sizeof(struct epm_Lookup), |
| 1687 | (ndr_push_flags_fn_t) ndr_push_epm_Lookup, |
| 1688 | (ndr_pull_flags_fn_t) ndr_pull_epm_Lookup, |
| 1689 | - (ndr_print_function_t) ndr_print_epm_Lookup, |
| 1690 | + (ndr_print_function_t) ndr_print_disabled, |
| 1691 | { 0, NULL }, |
| 1692 | { 0, NULL }, |
| 1693 | }, |
| 1694 | @@ -2781,7 +2781,7 @@ static const struct ndr_interface_call e |
| 1695 | sizeof(struct epm_Map), |
| 1696 | (ndr_push_flags_fn_t) ndr_push_epm_Map, |
| 1697 | (ndr_pull_flags_fn_t) ndr_pull_epm_Map, |
| 1698 | - (ndr_print_function_t) ndr_print_epm_Map, |
| 1699 | + (ndr_print_function_t) ndr_print_disabled, |
| 1700 | { 0, NULL }, |
| 1701 | { 0, NULL }, |
| 1702 | }, |
| 1703 | @@ -2790,7 +2790,7 @@ static const struct ndr_interface_call e |
| 1704 | sizeof(struct epm_LookupHandleFree), |
| 1705 | (ndr_push_flags_fn_t) ndr_push_epm_LookupHandleFree, |
| 1706 | (ndr_pull_flags_fn_t) ndr_pull_epm_LookupHandleFree, |
| 1707 | - (ndr_print_function_t) ndr_print_epm_LookupHandleFree, |
| 1708 | + (ndr_print_function_t) ndr_print_disabled, |
| 1709 | { 0, NULL }, |
| 1710 | { 0, NULL }, |
| 1711 | }, |
| 1712 | @@ -2799,7 +2799,7 @@ static const struct ndr_interface_call e |
| 1713 | sizeof(struct epm_InqObject), |
| 1714 | (ndr_push_flags_fn_t) ndr_push_epm_InqObject, |
| 1715 | (ndr_pull_flags_fn_t) ndr_pull_epm_InqObject, |
| 1716 | - (ndr_print_function_t) ndr_print_epm_InqObject, |
| 1717 | + (ndr_print_function_t) ndr_print_disabled, |
| 1718 | { 0, NULL }, |
| 1719 | { 0, NULL }, |
| 1720 | }, |
| 1721 | @@ -2808,7 +2808,7 @@ static const struct ndr_interface_call e |
| 1722 | sizeof(struct epm_MgmtDelete), |
| 1723 | (ndr_push_flags_fn_t) ndr_push_epm_MgmtDelete, |
| 1724 | (ndr_pull_flags_fn_t) ndr_pull_epm_MgmtDelete, |
| 1725 | - (ndr_print_function_t) ndr_print_epm_MgmtDelete, |
| 1726 | + (ndr_print_function_t) ndr_print_disabled, |
| 1727 | { 0, NULL }, |
| 1728 | { 0, NULL }, |
| 1729 | }, |
| 1730 | @@ -2817,7 +2817,7 @@ static const struct ndr_interface_call e |
| 1731 | sizeof(struct epm_MapAuth), |
| 1732 | (ndr_push_flags_fn_t) ndr_push_epm_MapAuth, |
| 1733 | (ndr_pull_flags_fn_t) ndr_pull_epm_MapAuth, |
| 1734 | - (ndr_print_function_t) ndr_print_epm_MapAuth, |
| 1735 | + (ndr_print_function_t) ndr_print_disabled, |
| 1736 | { 0, NULL }, |
| 1737 | { 0, NULL }, |
| 1738 | }, |
| 1739 | --- a/source3/librpc/gen_ndr/ndr_eventlog.c |
| 1740 | +++ b/source3/librpc/gen_ndr/ndr_eventlog.c |
| 1741 | @@ -2983,7 +2983,7 @@ static const struct ndr_interface_call e |
| 1742 | sizeof(struct eventlog_ClearEventLogW), |
| 1743 | (ndr_push_flags_fn_t) ndr_push_eventlog_ClearEventLogW, |
| 1744 | (ndr_pull_flags_fn_t) ndr_pull_eventlog_ClearEventLogW, |
| 1745 | - (ndr_print_function_t) ndr_print_eventlog_ClearEventLogW, |
| 1746 | + (ndr_print_function_t) ndr_print_disabled, |
| 1747 | { 0, NULL }, |
| 1748 | { 0, NULL }, |
| 1749 | }, |
| 1750 | @@ -2992,7 +2992,7 @@ static const struct ndr_interface_call e |
| 1751 | sizeof(struct eventlog_BackupEventLogW), |
| 1752 | (ndr_push_flags_fn_t) ndr_push_eventlog_BackupEventLogW, |
| 1753 | (ndr_pull_flags_fn_t) ndr_pull_eventlog_BackupEventLogW, |
| 1754 | - (ndr_print_function_t) ndr_print_eventlog_BackupEventLogW, |
| 1755 | + (ndr_print_function_t) ndr_print_disabled, |
| 1756 | { 0, NULL }, |
| 1757 | { 0, NULL }, |
| 1758 | }, |
| 1759 | @@ -3001,7 +3001,7 @@ static const struct ndr_interface_call e |
| 1760 | sizeof(struct eventlog_CloseEventLog), |
| 1761 | (ndr_push_flags_fn_t) ndr_push_eventlog_CloseEventLog, |
| 1762 | (ndr_pull_flags_fn_t) ndr_pull_eventlog_CloseEventLog, |
| 1763 | - (ndr_print_function_t) ndr_print_eventlog_CloseEventLog, |
| 1764 | + (ndr_print_function_t) ndr_print_disabled, |
| 1765 | { 0, NULL }, |
| 1766 | { 0, NULL }, |
| 1767 | }, |
| 1768 | @@ -3010,7 +3010,7 @@ static const struct ndr_interface_call e |
| 1769 | sizeof(struct eventlog_DeregisterEventSource), |
| 1770 | (ndr_push_flags_fn_t) ndr_push_eventlog_DeregisterEventSource, |
| 1771 | (ndr_pull_flags_fn_t) ndr_pull_eventlog_DeregisterEventSource, |
| 1772 | - (ndr_print_function_t) ndr_print_eventlog_DeregisterEventSource, |
| 1773 | + (ndr_print_function_t) ndr_print_disabled, |
| 1774 | { 0, NULL }, |
| 1775 | { 0, NULL }, |
| 1776 | }, |
| 1777 | @@ -3019,7 +3019,7 @@ static const struct ndr_interface_call e |
| 1778 | sizeof(struct eventlog_GetNumRecords), |
| 1779 | (ndr_push_flags_fn_t) ndr_push_eventlog_GetNumRecords, |
| 1780 | (ndr_pull_flags_fn_t) ndr_pull_eventlog_GetNumRecords, |
| 1781 | - (ndr_print_function_t) ndr_print_eventlog_GetNumRecords, |
| 1782 | + (ndr_print_function_t) ndr_print_disabled, |
| 1783 | { 0, NULL }, |
| 1784 | { 0, NULL }, |
| 1785 | }, |
| 1786 | @@ -3028,7 +3028,7 @@ static const struct ndr_interface_call e |
| 1787 | sizeof(struct eventlog_GetOldestRecord), |
| 1788 | (ndr_push_flags_fn_t) ndr_push_eventlog_GetOldestRecord, |
| 1789 | (ndr_pull_flags_fn_t) ndr_pull_eventlog_GetOldestRecord, |
| 1790 | - (ndr_print_function_t) ndr_print_eventlog_GetOldestRecord, |
| 1791 | + (ndr_print_function_t) ndr_print_disabled, |
| 1792 | { 0, NULL }, |
| 1793 | { 0, NULL }, |
| 1794 | }, |
| 1795 | @@ -3037,7 +3037,7 @@ static const struct ndr_interface_call e |
| 1796 | sizeof(struct eventlog_ChangeNotify), |
| 1797 | (ndr_push_flags_fn_t) ndr_push_eventlog_ChangeNotify, |
| 1798 | (ndr_pull_flags_fn_t) ndr_pull_eventlog_ChangeNotify, |
| 1799 | - (ndr_print_function_t) ndr_print_eventlog_ChangeNotify, |
| 1800 | + (ndr_print_function_t) ndr_print_disabled, |
| 1801 | { 0, NULL }, |
| 1802 | { 0, NULL }, |
| 1803 | }, |
| 1804 | @@ -3046,7 +3046,7 @@ static const struct ndr_interface_call e |
| 1805 | sizeof(struct eventlog_OpenEventLogW), |
| 1806 | (ndr_push_flags_fn_t) ndr_push_eventlog_OpenEventLogW, |
| 1807 | (ndr_pull_flags_fn_t) ndr_pull_eventlog_OpenEventLogW, |
| 1808 | - (ndr_print_function_t) ndr_print_eventlog_OpenEventLogW, |
| 1809 | + (ndr_print_function_t) ndr_print_disabled, |
| 1810 | { 0, NULL }, |
| 1811 | { 0, NULL }, |
| 1812 | }, |
| 1813 | @@ -3055,7 +3055,7 @@ static const struct ndr_interface_call e |
| 1814 | sizeof(struct eventlog_RegisterEventSourceW), |
| 1815 | (ndr_push_flags_fn_t) ndr_push_eventlog_RegisterEventSourceW, |
| 1816 | (ndr_pull_flags_fn_t) ndr_pull_eventlog_RegisterEventSourceW, |
| 1817 | - (ndr_print_function_t) ndr_print_eventlog_RegisterEventSourceW, |
| 1818 | + (ndr_print_function_t) ndr_print_disabled, |
| 1819 | { 0, NULL }, |
| 1820 | { 0, NULL }, |
| 1821 | }, |
| 1822 | @@ -3064,7 +3064,7 @@ static const struct ndr_interface_call e |
| 1823 | sizeof(struct eventlog_OpenBackupEventLogW), |
| 1824 | (ndr_push_flags_fn_t) ndr_push_eventlog_OpenBackupEventLogW, |
| 1825 | (ndr_pull_flags_fn_t) ndr_pull_eventlog_OpenBackupEventLogW, |
| 1826 | - (ndr_print_function_t) ndr_print_eventlog_OpenBackupEventLogW, |
| 1827 | + (ndr_print_function_t) ndr_print_disabled, |
| 1828 | { 0, NULL }, |
| 1829 | { 0, NULL }, |
| 1830 | }, |
| 1831 | @@ -3073,7 +3073,7 @@ static const struct ndr_interface_call e |
| 1832 | sizeof(struct eventlog_ReadEventLogW), |
| 1833 | (ndr_push_flags_fn_t) ndr_push_eventlog_ReadEventLogW, |
| 1834 | (ndr_pull_flags_fn_t) ndr_pull_eventlog_ReadEventLogW, |
| 1835 | - (ndr_print_function_t) ndr_print_eventlog_ReadEventLogW, |
| 1836 | + (ndr_print_function_t) ndr_print_disabled, |
| 1837 | { 0, NULL }, |
| 1838 | { 0, NULL }, |
| 1839 | }, |
| 1840 | @@ -3082,7 +3082,7 @@ static const struct ndr_interface_call e |
| 1841 | sizeof(struct eventlog_ReportEventW), |
| 1842 | (ndr_push_flags_fn_t) ndr_push_eventlog_ReportEventW, |
| 1843 | (ndr_pull_flags_fn_t) ndr_pull_eventlog_ReportEventW, |
| 1844 | - (ndr_print_function_t) ndr_print_eventlog_ReportEventW, |
| 1845 | + (ndr_print_function_t) ndr_print_disabled, |
| 1846 | { 0, NULL }, |
| 1847 | { 0, NULL }, |
| 1848 | }, |
| 1849 | @@ -3091,7 +3091,7 @@ static const struct ndr_interface_call e |
| 1850 | sizeof(struct eventlog_ClearEventLogA), |
| 1851 | (ndr_push_flags_fn_t) ndr_push_eventlog_ClearEventLogA, |
| 1852 | (ndr_pull_flags_fn_t) ndr_pull_eventlog_ClearEventLogA, |
| 1853 | - (ndr_print_function_t) ndr_print_eventlog_ClearEventLogA, |
| 1854 | + (ndr_print_function_t) ndr_print_disabled, |
| 1855 | { 0, NULL }, |
| 1856 | { 0, NULL }, |
| 1857 | }, |
| 1858 | @@ -3100,7 +3100,7 @@ static const struct ndr_interface_call e |
| 1859 | sizeof(struct eventlog_BackupEventLogA), |
| 1860 | (ndr_push_flags_fn_t) ndr_push_eventlog_BackupEventLogA, |
| 1861 | (ndr_pull_flags_fn_t) ndr_pull_eventlog_BackupEventLogA, |
| 1862 | - (ndr_print_function_t) ndr_print_eventlog_BackupEventLogA, |
| 1863 | + (ndr_print_function_t) ndr_print_disabled, |
| 1864 | { 0, NULL }, |
| 1865 | { 0, NULL }, |
| 1866 | }, |
| 1867 | @@ -3109,7 +3109,7 @@ static const struct ndr_interface_call e |
| 1868 | sizeof(struct eventlog_OpenEventLogA), |
| 1869 | (ndr_push_flags_fn_t) ndr_push_eventlog_OpenEventLogA, |
| 1870 | (ndr_pull_flags_fn_t) ndr_pull_eventlog_OpenEventLogA, |
| 1871 | - (ndr_print_function_t) ndr_print_eventlog_OpenEventLogA, |
| 1872 | + (ndr_print_function_t) ndr_print_disabled, |
| 1873 | { 0, NULL }, |
| 1874 | { 0, NULL }, |
| 1875 | }, |
| 1876 | @@ -3118,7 +3118,7 @@ static const struct ndr_interface_call e |
| 1877 | sizeof(struct eventlog_RegisterEventSourceA), |
| 1878 | (ndr_push_flags_fn_t) ndr_push_eventlog_RegisterEventSourceA, |
| 1879 | (ndr_pull_flags_fn_t) ndr_pull_eventlog_RegisterEventSourceA, |
| 1880 | - (ndr_print_function_t) ndr_print_eventlog_RegisterEventSourceA, |
| 1881 | + (ndr_print_function_t) ndr_print_disabled, |
| 1882 | { 0, NULL }, |
| 1883 | { 0, NULL }, |
| 1884 | }, |
| 1885 | @@ -3127,7 +3127,7 @@ static const struct ndr_interface_call e |
| 1886 | sizeof(struct eventlog_OpenBackupEventLogA), |
| 1887 | (ndr_push_flags_fn_t) ndr_push_eventlog_OpenBackupEventLogA, |
| 1888 | (ndr_pull_flags_fn_t) ndr_pull_eventlog_OpenBackupEventLogA, |
| 1889 | - (ndr_print_function_t) ndr_print_eventlog_OpenBackupEventLogA, |
| 1890 | + (ndr_print_function_t) ndr_print_disabled, |
| 1891 | { 0, NULL }, |
| 1892 | { 0, NULL }, |
| 1893 | }, |
| 1894 | @@ -3136,7 +3136,7 @@ static const struct ndr_interface_call e |
| 1895 | sizeof(struct eventlog_ReadEventLogA), |
| 1896 | (ndr_push_flags_fn_t) ndr_push_eventlog_ReadEventLogA, |
| 1897 | (ndr_pull_flags_fn_t) ndr_pull_eventlog_ReadEventLogA, |
| 1898 | - (ndr_print_function_t) ndr_print_eventlog_ReadEventLogA, |
| 1899 | + (ndr_print_function_t) ndr_print_disabled, |
| 1900 | { 0, NULL }, |
| 1901 | { 0, NULL }, |
| 1902 | }, |
| 1903 | @@ -3145,7 +3145,7 @@ static const struct ndr_interface_call e |
| 1904 | sizeof(struct eventlog_ReportEventA), |
| 1905 | (ndr_push_flags_fn_t) ndr_push_eventlog_ReportEventA, |
| 1906 | (ndr_pull_flags_fn_t) ndr_pull_eventlog_ReportEventA, |
| 1907 | - (ndr_print_function_t) ndr_print_eventlog_ReportEventA, |
| 1908 | + (ndr_print_function_t) ndr_print_disabled, |
| 1909 | { 0, NULL }, |
| 1910 | { 0, NULL }, |
| 1911 | }, |
| 1912 | @@ -3154,7 +3154,7 @@ static const struct ndr_interface_call e |
| 1913 | sizeof(struct eventlog_RegisterClusterSvc), |
| 1914 | (ndr_push_flags_fn_t) ndr_push_eventlog_RegisterClusterSvc, |
| 1915 | (ndr_pull_flags_fn_t) ndr_pull_eventlog_RegisterClusterSvc, |
| 1916 | - (ndr_print_function_t) ndr_print_eventlog_RegisterClusterSvc, |
| 1917 | + (ndr_print_function_t) ndr_print_disabled, |
| 1918 | { 0, NULL }, |
| 1919 | { 0, NULL }, |
| 1920 | }, |
| 1921 | @@ -3163,7 +3163,7 @@ static const struct ndr_interface_call e |
| 1922 | sizeof(struct eventlog_DeregisterClusterSvc), |
| 1923 | (ndr_push_flags_fn_t) ndr_push_eventlog_DeregisterClusterSvc, |
| 1924 | (ndr_pull_flags_fn_t) ndr_pull_eventlog_DeregisterClusterSvc, |
| 1925 | - (ndr_print_function_t) ndr_print_eventlog_DeregisterClusterSvc, |
| 1926 | + (ndr_print_function_t) ndr_print_disabled, |
| 1927 | { 0, NULL }, |
| 1928 | { 0, NULL }, |
| 1929 | }, |
| 1930 | @@ -3172,7 +3172,7 @@ static const struct ndr_interface_call e |
| 1931 | sizeof(struct eventlog_WriteClusterEvents), |
| 1932 | (ndr_push_flags_fn_t) ndr_push_eventlog_WriteClusterEvents, |
| 1933 | (ndr_pull_flags_fn_t) ndr_pull_eventlog_WriteClusterEvents, |
| 1934 | - (ndr_print_function_t) ndr_print_eventlog_WriteClusterEvents, |
| 1935 | + (ndr_print_function_t) ndr_print_disabled, |
| 1936 | { 0, NULL }, |
| 1937 | { 0, NULL }, |
| 1938 | }, |
| 1939 | @@ -3181,7 +3181,7 @@ static const struct ndr_interface_call e |
| 1940 | sizeof(struct eventlog_GetLogInformation), |
| 1941 | (ndr_push_flags_fn_t) ndr_push_eventlog_GetLogInformation, |
| 1942 | (ndr_pull_flags_fn_t) ndr_pull_eventlog_GetLogInformation, |
| 1943 | - (ndr_print_function_t) ndr_print_eventlog_GetLogInformation, |
| 1944 | + (ndr_print_function_t) ndr_print_disabled, |
| 1945 | { 0, NULL }, |
| 1946 | { 0, NULL }, |
| 1947 | }, |
| 1948 | @@ -3190,7 +3190,7 @@ static const struct ndr_interface_call e |
| 1949 | sizeof(struct eventlog_FlushEventLog), |
| 1950 | (ndr_push_flags_fn_t) ndr_push_eventlog_FlushEventLog, |
| 1951 | (ndr_pull_flags_fn_t) ndr_pull_eventlog_FlushEventLog, |
| 1952 | - (ndr_print_function_t) ndr_print_eventlog_FlushEventLog, |
| 1953 | + (ndr_print_function_t) ndr_print_disabled, |
| 1954 | { 0, NULL }, |
| 1955 | { 0, NULL }, |
| 1956 | }, |
| 1957 | @@ -3199,7 +3199,7 @@ static const struct ndr_interface_call e |
| 1958 | sizeof(struct eventlog_ReportEventAndSourceW), |
| 1959 | (ndr_push_flags_fn_t) ndr_push_eventlog_ReportEventAndSourceW, |
| 1960 | (ndr_pull_flags_fn_t) ndr_pull_eventlog_ReportEventAndSourceW, |
| 1961 | - (ndr_print_function_t) ndr_print_eventlog_ReportEventAndSourceW, |
| 1962 | + (ndr_print_function_t) ndr_print_disabled, |
| 1963 | { 0, NULL }, |
| 1964 | { 0, NULL }, |
| 1965 | }, |
| 1966 | --- a/source3/librpc/gen_ndr/ndr_eventlog6.c |
| 1967 | +++ b/source3/librpc/gen_ndr/ndr_eventlog6.c |
| 1968 | @@ -5482,7 +5482,7 @@ static const struct ndr_interface_call e |
| 1969 | sizeof(struct eventlog6_EvtRpcRegisterRemoteSubscription), |
| 1970 | (ndr_push_flags_fn_t) ndr_push_eventlog6_EvtRpcRegisterRemoteSubscription, |
| 1971 | (ndr_pull_flags_fn_t) ndr_pull_eventlog6_EvtRpcRegisterRemoteSubscription, |
| 1972 | - (ndr_print_function_t) ndr_print_eventlog6_EvtRpcRegisterRemoteSubscription, |
| 1973 | + (ndr_print_function_t) ndr_print_disabled, |
| 1974 | { 0, NULL }, |
| 1975 | { 0, NULL }, |
| 1976 | }, |
| 1977 | @@ -5491,7 +5491,7 @@ static const struct ndr_interface_call e |
| 1978 | sizeof(struct eventlog6_EvtRpcRemoteSubscriptionNextAsync), |
| 1979 | (ndr_push_flags_fn_t) ndr_push_eventlog6_EvtRpcRemoteSubscriptionNextAsync, |
| 1980 | (ndr_pull_flags_fn_t) ndr_pull_eventlog6_EvtRpcRemoteSubscriptionNextAsync, |
| 1981 | - (ndr_print_function_t) ndr_print_eventlog6_EvtRpcRemoteSubscriptionNextAsync, |
| 1982 | + (ndr_print_function_t) ndr_print_disabled, |
| 1983 | { 0, NULL }, |
| 1984 | { 0, NULL }, |
| 1985 | }, |
| 1986 | @@ -5500,7 +5500,7 @@ static const struct ndr_interface_call e |
| 1987 | sizeof(struct eventlog6_EvtRpcRemoteSubscriptionNext), |
| 1988 | (ndr_push_flags_fn_t) ndr_push_eventlog6_EvtRpcRemoteSubscriptionNext, |
| 1989 | (ndr_pull_flags_fn_t) ndr_pull_eventlog6_EvtRpcRemoteSubscriptionNext, |
| 1990 | - (ndr_print_function_t) ndr_print_eventlog6_EvtRpcRemoteSubscriptionNext, |
| 1991 | + (ndr_print_function_t) ndr_print_disabled, |
| 1992 | { 0, NULL }, |
| 1993 | { 0, NULL }, |
| 1994 | }, |
| 1995 | @@ -5509,7 +5509,7 @@ static const struct ndr_interface_call e |
| 1996 | sizeof(struct eventlog6_EvtRpcRemoteSubscriptionWaitAsync), |
| 1997 | (ndr_push_flags_fn_t) ndr_push_eventlog6_EvtRpcRemoteSubscriptionWaitAsync, |
| 1998 | (ndr_pull_flags_fn_t) ndr_pull_eventlog6_EvtRpcRemoteSubscriptionWaitAsync, |
| 1999 | - (ndr_print_function_t) ndr_print_eventlog6_EvtRpcRemoteSubscriptionWaitAsync, |
| 2000 | + (ndr_print_function_t) ndr_print_disabled, |
| 2001 | { 0, NULL }, |
| 2002 | { 0, NULL }, |
| 2003 | }, |
| 2004 | @@ -5518,7 +5518,7 @@ static const struct ndr_interface_call e |
| 2005 | sizeof(struct eventlog6_EvtRpcRegisterControllableOperation), |
| 2006 | (ndr_push_flags_fn_t) ndr_push_eventlog6_EvtRpcRegisterControllableOperation, |
| 2007 | (ndr_pull_flags_fn_t) ndr_pull_eventlog6_EvtRpcRegisterControllableOperation, |
| 2008 | - (ndr_print_function_t) ndr_print_eventlog6_EvtRpcRegisterControllableOperation, |
| 2009 | + (ndr_print_function_t) ndr_print_disabled, |
| 2010 | { 0, NULL }, |
| 2011 | { 0, NULL }, |
| 2012 | }, |
| 2013 | @@ -5527,7 +5527,7 @@ static const struct ndr_interface_call e |
| 2014 | sizeof(struct eventlog6_EvtRpcRegisterLogQuery), |
| 2015 | (ndr_push_flags_fn_t) ndr_push_eventlog6_EvtRpcRegisterLogQuery, |
| 2016 | (ndr_pull_flags_fn_t) ndr_pull_eventlog6_EvtRpcRegisterLogQuery, |
| 2017 | - (ndr_print_function_t) ndr_print_eventlog6_EvtRpcRegisterLogQuery, |
| 2018 | + (ndr_print_function_t) ndr_print_disabled, |
| 2019 | { 0, NULL }, |
| 2020 | { 0, NULL }, |
| 2021 | }, |
| 2022 | @@ -5536,7 +5536,7 @@ static const struct ndr_interface_call e |
| 2023 | sizeof(struct eventlog6_EvtRpcClearLog), |
| 2024 | (ndr_push_flags_fn_t) ndr_push_eventlog6_EvtRpcClearLog, |
| 2025 | (ndr_pull_flags_fn_t) ndr_pull_eventlog6_EvtRpcClearLog, |
| 2026 | - (ndr_print_function_t) ndr_print_eventlog6_EvtRpcClearLog, |
| 2027 | + (ndr_print_function_t) ndr_print_disabled, |
| 2028 | { 0, NULL }, |
| 2029 | { 0, NULL }, |
| 2030 | }, |
| 2031 | @@ -5545,7 +5545,7 @@ static const struct ndr_interface_call e |
| 2032 | sizeof(struct eventlog6_EvtRpcExportLog), |
| 2033 | (ndr_push_flags_fn_t) ndr_push_eventlog6_EvtRpcExportLog, |
| 2034 | (ndr_pull_flags_fn_t) ndr_pull_eventlog6_EvtRpcExportLog, |
| 2035 | - (ndr_print_function_t) ndr_print_eventlog6_EvtRpcExportLog, |
| 2036 | + (ndr_print_function_t) ndr_print_disabled, |
| 2037 | { 0, NULL }, |
| 2038 | { 0, NULL }, |
| 2039 | }, |
| 2040 | @@ -5554,7 +5554,7 @@ static const struct ndr_interface_call e |
| 2041 | sizeof(struct eventlog6_EvtRpcLocalizeExportLog), |
| 2042 | (ndr_push_flags_fn_t) ndr_push_eventlog6_EvtRpcLocalizeExportLog, |
| 2043 | (ndr_pull_flags_fn_t) ndr_pull_eventlog6_EvtRpcLocalizeExportLog, |
| 2044 | - (ndr_print_function_t) ndr_print_eventlog6_EvtRpcLocalizeExportLog, |
| 2045 | + (ndr_print_function_t) ndr_print_disabled, |
| 2046 | { 0, NULL }, |
| 2047 | { 0, NULL }, |
| 2048 | }, |
| 2049 | @@ -5563,7 +5563,7 @@ static const struct ndr_interface_call e |
| 2050 | sizeof(struct eventlog6_EvtRpcMessageRender), |
| 2051 | (ndr_push_flags_fn_t) ndr_push_eventlog6_EvtRpcMessageRender, |
| 2052 | (ndr_pull_flags_fn_t) ndr_pull_eventlog6_EvtRpcMessageRender, |
| 2053 | - (ndr_print_function_t) ndr_print_eventlog6_EvtRpcMessageRender, |
| 2054 | + (ndr_print_function_t) ndr_print_disabled, |
| 2055 | { 0, NULL }, |
| 2056 | { 0, NULL }, |
| 2057 | }, |
| 2058 | @@ -5572,7 +5572,7 @@ static const struct ndr_interface_call e |
| 2059 | sizeof(struct eventlog6_EvtRpcMessageRenderDefault), |
| 2060 | (ndr_push_flags_fn_t) ndr_push_eventlog6_EvtRpcMessageRenderDefault, |
| 2061 | (ndr_pull_flags_fn_t) ndr_pull_eventlog6_EvtRpcMessageRenderDefault, |
| 2062 | - (ndr_print_function_t) ndr_print_eventlog6_EvtRpcMessageRenderDefault, |
| 2063 | + (ndr_print_function_t) ndr_print_disabled, |
| 2064 | { 0, NULL }, |
| 2065 | { 0, NULL }, |
| 2066 | }, |
| 2067 | @@ -5581,7 +5581,7 @@ static const struct ndr_interface_call e |
| 2068 | sizeof(struct eventlog6_EvtRpcQueryNext), |
| 2069 | (ndr_push_flags_fn_t) ndr_push_eventlog6_EvtRpcQueryNext, |
| 2070 | (ndr_pull_flags_fn_t) ndr_pull_eventlog6_EvtRpcQueryNext, |
| 2071 | - (ndr_print_function_t) ndr_print_eventlog6_EvtRpcQueryNext, |
| 2072 | + (ndr_print_function_t) ndr_print_disabled, |
| 2073 | { 0, NULL }, |
| 2074 | { 0, NULL }, |
| 2075 | }, |
| 2076 | @@ -5590,7 +5590,7 @@ static const struct ndr_interface_call e |
| 2077 | sizeof(struct eventlog6_EvtRpcQuerySeek), |
| 2078 | (ndr_push_flags_fn_t) ndr_push_eventlog6_EvtRpcQuerySeek, |
| 2079 | (ndr_pull_flags_fn_t) ndr_pull_eventlog6_EvtRpcQuerySeek, |
| 2080 | - (ndr_print_function_t) ndr_print_eventlog6_EvtRpcQuerySeek, |
| 2081 | + (ndr_print_function_t) ndr_print_disabled, |
| 2082 | { 0, NULL }, |
| 2083 | { 0, NULL }, |
| 2084 | }, |
| 2085 | @@ -5599,7 +5599,7 @@ static const struct ndr_interface_call e |
| 2086 | sizeof(struct eventlog6_EvtRpcClose), |
| 2087 | (ndr_push_flags_fn_t) ndr_push_eventlog6_EvtRpcClose, |
| 2088 | (ndr_pull_flags_fn_t) ndr_pull_eventlog6_EvtRpcClose, |
| 2089 | - (ndr_print_function_t) ndr_print_eventlog6_EvtRpcClose, |
| 2090 | + (ndr_print_function_t) ndr_print_disabled, |
| 2091 | { 0, NULL }, |
| 2092 | { 0, NULL }, |
| 2093 | }, |
| 2094 | @@ -5608,7 +5608,7 @@ static const struct ndr_interface_call e |
| 2095 | sizeof(struct eventlog6_EvtRpcCancel), |
| 2096 | (ndr_push_flags_fn_t) ndr_push_eventlog6_EvtRpcCancel, |
| 2097 | (ndr_pull_flags_fn_t) ndr_pull_eventlog6_EvtRpcCancel, |
| 2098 | - (ndr_print_function_t) ndr_print_eventlog6_EvtRpcCancel, |
| 2099 | + (ndr_print_function_t) ndr_print_disabled, |
| 2100 | { 0, NULL }, |
| 2101 | { 0, NULL }, |
| 2102 | }, |
| 2103 | @@ -5617,7 +5617,7 @@ static const struct ndr_interface_call e |
| 2104 | sizeof(struct eventlog6_EvtRpcAssertConfig), |
| 2105 | (ndr_push_flags_fn_t) ndr_push_eventlog6_EvtRpcAssertConfig, |
| 2106 | (ndr_pull_flags_fn_t) ndr_pull_eventlog6_EvtRpcAssertConfig, |
| 2107 | - (ndr_print_function_t) ndr_print_eventlog6_EvtRpcAssertConfig, |
| 2108 | + (ndr_print_function_t) ndr_print_disabled, |
| 2109 | { 0, NULL }, |
| 2110 | { 0, NULL }, |
| 2111 | }, |
| 2112 | @@ -5626,7 +5626,7 @@ static const struct ndr_interface_call e |
| 2113 | sizeof(struct eventlog6_EvtRpcRetractConfig), |
| 2114 | (ndr_push_flags_fn_t) ndr_push_eventlog6_EvtRpcRetractConfig, |
| 2115 | (ndr_pull_flags_fn_t) ndr_pull_eventlog6_EvtRpcRetractConfig, |
| 2116 | - (ndr_print_function_t) ndr_print_eventlog6_EvtRpcRetractConfig, |
| 2117 | + (ndr_print_function_t) ndr_print_disabled, |
| 2118 | { 0, NULL }, |
| 2119 | { 0, NULL }, |
| 2120 | }, |
| 2121 | @@ -5635,7 +5635,7 @@ static const struct ndr_interface_call e |
| 2122 | sizeof(struct eventlog6_EvtRpcOpenLogHandle), |
| 2123 | (ndr_push_flags_fn_t) ndr_push_eventlog6_EvtRpcOpenLogHandle, |
| 2124 | (ndr_pull_flags_fn_t) ndr_pull_eventlog6_EvtRpcOpenLogHandle, |
| 2125 | - (ndr_print_function_t) ndr_print_eventlog6_EvtRpcOpenLogHandle, |
| 2126 | + (ndr_print_function_t) ndr_print_disabled, |
| 2127 | { 0, NULL }, |
| 2128 | { 0, NULL }, |
| 2129 | }, |
| 2130 | @@ -5644,7 +5644,7 @@ static const struct ndr_interface_call e |
| 2131 | sizeof(struct eventlog6_EvtRpcGetLogFileInfo), |
| 2132 | (ndr_push_flags_fn_t) ndr_push_eventlog6_EvtRpcGetLogFileInfo, |
| 2133 | (ndr_pull_flags_fn_t) ndr_pull_eventlog6_EvtRpcGetLogFileInfo, |
| 2134 | - (ndr_print_function_t) ndr_print_eventlog6_EvtRpcGetLogFileInfo, |
| 2135 | + (ndr_print_function_t) ndr_print_disabled, |
| 2136 | { 0, NULL }, |
| 2137 | { 0, NULL }, |
| 2138 | }, |
| 2139 | @@ -5653,7 +5653,7 @@ static const struct ndr_interface_call e |
| 2140 | sizeof(struct eventlog6_EvtRpcGetChannelList), |
| 2141 | (ndr_push_flags_fn_t) ndr_push_eventlog6_EvtRpcGetChannelList, |
| 2142 | (ndr_pull_flags_fn_t) ndr_pull_eventlog6_EvtRpcGetChannelList, |
| 2143 | - (ndr_print_function_t) ndr_print_eventlog6_EvtRpcGetChannelList, |
| 2144 | + (ndr_print_function_t) ndr_print_disabled, |
| 2145 | { 0, NULL }, |
| 2146 | { 0, NULL }, |
| 2147 | }, |
| 2148 | @@ -5662,7 +5662,7 @@ static const struct ndr_interface_call e |
| 2149 | sizeof(struct eventlog6_EvtRpcGetChannelConfig), |
| 2150 | (ndr_push_flags_fn_t) ndr_push_eventlog6_EvtRpcGetChannelConfig, |
| 2151 | (ndr_pull_flags_fn_t) ndr_pull_eventlog6_EvtRpcGetChannelConfig, |
| 2152 | - (ndr_print_function_t) ndr_print_eventlog6_EvtRpcGetChannelConfig, |
| 2153 | + (ndr_print_function_t) ndr_print_disabled, |
| 2154 | { 0, NULL }, |
| 2155 | { 0, NULL }, |
| 2156 | }, |
| 2157 | @@ -5671,7 +5671,7 @@ static const struct ndr_interface_call e |
| 2158 | sizeof(struct eventlog6_EvtRpcPutChannelConfig), |
| 2159 | (ndr_push_flags_fn_t) ndr_push_eventlog6_EvtRpcPutChannelConfig, |
| 2160 | (ndr_pull_flags_fn_t) ndr_pull_eventlog6_EvtRpcPutChannelConfig, |
| 2161 | - (ndr_print_function_t) ndr_print_eventlog6_EvtRpcPutChannelConfig, |
| 2162 | + (ndr_print_function_t) ndr_print_disabled, |
| 2163 | { 0, NULL }, |
| 2164 | { 0, NULL }, |
| 2165 | }, |
| 2166 | @@ -5680,7 +5680,7 @@ static const struct ndr_interface_call e |
| 2167 | sizeof(struct eventlog6_EvtRpcGetPublisherList), |
| 2168 | (ndr_push_flags_fn_t) ndr_push_eventlog6_EvtRpcGetPublisherList, |
| 2169 | (ndr_pull_flags_fn_t) ndr_pull_eventlog6_EvtRpcGetPublisherList, |
| 2170 | - (ndr_print_function_t) ndr_print_eventlog6_EvtRpcGetPublisherList, |
| 2171 | + (ndr_print_function_t) ndr_print_disabled, |
| 2172 | { 0, NULL }, |
| 2173 | { 0, NULL }, |
| 2174 | }, |
| 2175 | @@ -5689,7 +5689,7 @@ static const struct ndr_interface_call e |
| 2176 | sizeof(struct eventlog6_EvtRpcGetPublisherListForChannel), |
| 2177 | (ndr_push_flags_fn_t) ndr_push_eventlog6_EvtRpcGetPublisherListForChannel, |
| 2178 | (ndr_pull_flags_fn_t) ndr_pull_eventlog6_EvtRpcGetPublisherListForChannel, |
| 2179 | - (ndr_print_function_t) ndr_print_eventlog6_EvtRpcGetPublisherListForChannel, |
| 2180 | + (ndr_print_function_t) ndr_print_disabled, |
| 2181 | { 0, NULL }, |
| 2182 | { 0, NULL }, |
| 2183 | }, |
| 2184 | @@ -5698,7 +5698,7 @@ static const struct ndr_interface_call e |
| 2185 | sizeof(struct eventlog6_EvtRpcGetPublisherMetadata), |
| 2186 | (ndr_push_flags_fn_t) ndr_push_eventlog6_EvtRpcGetPublisherMetadata, |
| 2187 | (ndr_pull_flags_fn_t) ndr_pull_eventlog6_EvtRpcGetPublisherMetadata, |
| 2188 | - (ndr_print_function_t) ndr_print_eventlog6_EvtRpcGetPublisherMetadata, |
| 2189 | + (ndr_print_function_t) ndr_print_disabled, |
| 2190 | { 0, NULL }, |
| 2191 | { 0, NULL }, |
| 2192 | }, |
| 2193 | @@ -5707,7 +5707,7 @@ static const struct ndr_interface_call e |
| 2194 | sizeof(struct eventlog6_EvtRpcGetPublisherResourceMetadata), |
| 2195 | (ndr_push_flags_fn_t) ndr_push_eventlog6_EvtRpcGetPublisherResourceMetadata, |
| 2196 | (ndr_pull_flags_fn_t) ndr_pull_eventlog6_EvtRpcGetPublisherResourceMetadata, |
| 2197 | - (ndr_print_function_t) ndr_print_eventlog6_EvtRpcGetPublisherResourceMetadata, |
| 2198 | + (ndr_print_function_t) ndr_print_disabled, |
| 2199 | { 0, NULL }, |
| 2200 | { 0, NULL }, |
| 2201 | }, |
| 2202 | @@ -5716,7 +5716,7 @@ static const struct ndr_interface_call e |
| 2203 | sizeof(struct eventlog6_EvtRpcGetEventMetadataEnum), |
| 2204 | (ndr_push_flags_fn_t) ndr_push_eventlog6_EvtRpcGetEventMetadataEnum, |
| 2205 | (ndr_pull_flags_fn_t) ndr_pull_eventlog6_EvtRpcGetEventMetadataEnum, |
| 2206 | - (ndr_print_function_t) ndr_print_eventlog6_EvtRpcGetEventMetadataEnum, |
| 2207 | + (ndr_print_function_t) ndr_print_disabled, |
| 2208 | { 0, NULL }, |
| 2209 | { 0, NULL }, |
| 2210 | }, |
| 2211 | @@ -5725,7 +5725,7 @@ static const struct ndr_interface_call e |
| 2212 | sizeof(struct eventlog6_EvtRpcGetNextEventMetadata), |
| 2213 | (ndr_push_flags_fn_t) ndr_push_eventlog6_EvtRpcGetNextEventMetadata, |
| 2214 | (ndr_pull_flags_fn_t) ndr_pull_eventlog6_EvtRpcGetNextEventMetadata, |
| 2215 | - (ndr_print_function_t) ndr_print_eventlog6_EvtRpcGetNextEventMetadata, |
| 2216 | + (ndr_print_function_t) ndr_print_disabled, |
| 2217 | { 0, NULL }, |
| 2218 | { 0, NULL }, |
| 2219 | }, |
| 2220 | @@ -5734,7 +5734,7 @@ static const struct ndr_interface_call e |
| 2221 | sizeof(struct eventlog6_EvtRpcGetClassicLogDisplayName), |
| 2222 | (ndr_push_flags_fn_t) ndr_push_eventlog6_EvtRpcGetClassicLogDisplayName, |
| 2223 | (ndr_pull_flags_fn_t) ndr_pull_eventlog6_EvtRpcGetClassicLogDisplayName, |
| 2224 | - (ndr_print_function_t) ndr_print_eventlog6_EvtRpcGetClassicLogDisplayName, |
| 2225 | + (ndr_print_function_t) ndr_print_disabled, |
| 2226 | { 0, NULL }, |
| 2227 | { 0, NULL }, |
| 2228 | }, |
| 2229 | --- a/source3/librpc/gen_ndr/ndr_frsapi.c |
| 2230 | +++ b/source3/librpc/gen_ndr/ndr_frsapi.c |
| 2231 | @@ -979,7 +979,7 @@ static const struct ndr_interface_call f |
| 2232 | sizeof(struct FRSAPI_VERIFY_PROMOTION), |
| 2233 | (ndr_push_flags_fn_t) ndr_push_FRSAPI_VERIFY_PROMOTION, |
| 2234 | (ndr_pull_flags_fn_t) ndr_pull_FRSAPI_VERIFY_PROMOTION, |
| 2235 | - (ndr_print_function_t) ndr_print_FRSAPI_VERIFY_PROMOTION, |
| 2236 | + (ndr_print_function_t) ndr_print_disabled, |
| 2237 | { 0, NULL }, |
| 2238 | { 0, NULL }, |
| 2239 | }, |
| 2240 | @@ -988,7 +988,7 @@ static const struct ndr_interface_call f |
| 2241 | sizeof(struct FRSAPI_PROMOTION_STATUS), |
| 2242 | (ndr_push_flags_fn_t) ndr_push_FRSAPI_PROMOTION_STATUS, |
| 2243 | (ndr_pull_flags_fn_t) ndr_pull_FRSAPI_PROMOTION_STATUS, |
| 2244 | - (ndr_print_function_t) ndr_print_FRSAPI_PROMOTION_STATUS, |
| 2245 | + (ndr_print_function_t) ndr_print_disabled, |
| 2246 | { 0, NULL }, |
| 2247 | { 0, NULL }, |
| 2248 | }, |
| 2249 | @@ -997,7 +997,7 @@ static const struct ndr_interface_call f |
| 2250 | sizeof(struct FRSAPI_START_DEMOTION), |
| 2251 | (ndr_push_flags_fn_t) ndr_push_FRSAPI_START_DEMOTION, |
| 2252 | (ndr_pull_flags_fn_t) ndr_pull_FRSAPI_START_DEMOTION, |
| 2253 | - (ndr_print_function_t) ndr_print_FRSAPI_START_DEMOTION, |
| 2254 | + (ndr_print_function_t) ndr_print_disabled, |
| 2255 | { 0, NULL }, |
| 2256 | { 0, NULL }, |
| 2257 | }, |
| 2258 | @@ -1006,7 +1006,7 @@ static const struct ndr_interface_call f |
| 2259 | sizeof(struct FRSAPI_COMMIT_DEMOTION), |
| 2260 | (ndr_push_flags_fn_t) ndr_push_FRSAPI_COMMIT_DEMOTION, |
| 2261 | (ndr_pull_flags_fn_t) ndr_pull_FRSAPI_COMMIT_DEMOTION, |
| 2262 | - (ndr_print_function_t) ndr_print_FRSAPI_COMMIT_DEMOTION, |
| 2263 | + (ndr_print_function_t) ndr_print_disabled, |
| 2264 | { 0, NULL }, |
| 2265 | { 0, NULL }, |
| 2266 | }, |
| 2267 | @@ -1015,7 +1015,7 @@ static const struct ndr_interface_call f |
| 2268 | sizeof(struct frsapi_SetDsPollingIntervalW), |
| 2269 | (ndr_push_flags_fn_t) ndr_push_frsapi_SetDsPollingIntervalW, |
| 2270 | (ndr_pull_flags_fn_t) ndr_pull_frsapi_SetDsPollingIntervalW, |
| 2271 | - (ndr_print_function_t) ndr_print_frsapi_SetDsPollingIntervalW, |
| 2272 | + (ndr_print_function_t) ndr_print_disabled, |
| 2273 | { 0, NULL }, |
| 2274 | { 0, NULL }, |
| 2275 | }, |
| 2276 | @@ -1024,7 +1024,7 @@ static const struct ndr_interface_call f |
| 2277 | sizeof(struct frsapi_GetDsPollingIntervalW), |
| 2278 | (ndr_push_flags_fn_t) ndr_push_frsapi_GetDsPollingIntervalW, |
| 2279 | (ndr_pull_flags_fn_t) ndr_pull_frsapi_GetDsPollingIntervalW, |
| 2280 | - (ndr_print_function_t) ndr_print_frsapi_GetDsPollingIntervalW, |
| 2281 | + (ndr_print_function_t) ndr_print_disabled, |
| 2282 | { 0, NULL }, |
| 2283 | { 0, NULL }, |
| 2284 | }, |
| 2285 | @@ -1033,7 +1033,7 @@ static const struct ndr_interface_call f |
| 2286 | sizeof(struct FRSAPI_VERIFY_PROMOTION_W), |
| 2287 | (ndr_push_flags_fn_t) ndr_push_FRSAPI_VERIFY_PROMOTION_W, |
| 2288 | (ndr_pull_flags_fn_t) ndr_pull_FRSAPI_VERIFY_PROMOTION_W, |
| 2289 | - (ndr_print_function_t) ndr_print_FRSAPI_VERIFY_PROMOTION_W, |
| 2290 | + (ndr_print_function_t) ndr_print_disabled, |
| 2291 | { 0, NULL }, |
| 2292 | { 0, NULL }, |
| 2293 | }, |
| 2294 | @@ -1042,7 +1042,7 @@ static const struct ndr_interface_call f |
| 2295 | sizeof(struct frsapi_InfoW), |
| 2296 | (ndr_push_flags_fn_t) ndr_push_frsapi_InfoW, |
| 2297 | (ndr_pull_flags_fn_t) ndr_pull_frsapi_InfoW, |
| 2298 | - (ndr_print_function_t) ndr_print_frsapi_InfoW, |
| 2299 | + (ndr_print_function_t) ndr_print_disabled, |
| 2300 | { 0, NULL }, |
| 2301 | { 0, NULL }, |
| 2302 | }, |
| 2303 | @@ -1051,7 +1051,7 @@ static const struct ndr_interface_call f |
| 2304 | sizeof(struct frsapi_IsPathReplicated), |
| 2305 | (ndr_push_flags_fn_t) ndr_push_frsapi_IsPathReplicated, |
| 2306 | (ndr_pull_flags_fn_t) ndr_pull_frsapi_IsPathReplicated, |
| 2307 | - (ndr_print_function_t) ndr_print_frsapi_IsPathReplicated, |
| 2308 | + (ndr_print_function_t) ndr_print_disabled, |
| 2309 | { 0, NULL }, |
| 2310 | { 0, NULL }, |
| 2311 | }, |
| 2312 | @@ -1060,7 +1060,7 @@ static const struct ndr_interface_call f |
| 2313 | sizeof(struct frsapi_WriterCommand), |
| 2314 | (ndr_push_flags_fn_t) ndr_push_frsapi_WriterCommand, |
| 2315 | (ndr_pull_flags_fn_t) ndr_pull_frsapi_WriterCommand, |
| 2316 | - (ndr_print_function_t) ndr_print_frsapi_WriterCommand, |
| 2317 | + (ndr_print_function_t) ndr_print_disabled, |
| 2318 | { 0, NULL }, |
| 2319 | { 0, NULL }, |
| 2320 | }, |
| 2321 | @@ -1069,7 +1069,7 @@ static const struct ndr_interface_call f |
| 2322 | sizeof(struct frsapi_ForceReplication), |
| 2323 | (ndr_push_flags_fn_t) ndr_push_frsapi_ForceReplication, |
| 2324 | (ndr_pull_flags_fn_t) ndr_pull_frsapi_ForceReplication, |
| 2325 | - (ndr_print_function_t) ndr_print_frsapi_ForceReplication, |
| 2326 | + (ndr_print_function_t) ndr_print_disabled, |
| 2327 | { 0, NULL }, |
| 2328 | { 0, NULL }, |
| 2329 | }, |
| 2330 | --- a/source3/librpc/gen_ndr/ndr_frsrpc.c |
| 2331 | +++ b/source3/librpc/gen_ndr/ndr_frsrpc.c |
| 2332 | @@ -2781,7 +2781,7 @@ static const struct ndr_interface_call f |
| 2333 | sizeof(struct frsrpc_FrsSendCommPkt), |
| 2334 | (ndr_push_flags_fn_t) ndr_push_frsrpc_FrsSendCommPkt, |
| 2335 | (ndr_pull_flags_fn_t) ndr_pull_frsrpc_FrsSendCommPkt, |
| 2336 | - (ndr_print_function_t) ndr_print_frsrpc_FrsSendCommPkt, |
| 2337 | + (ndr_print_function_t) ndr_print_disabled, |
| 2338 | { 0, NULL }, |
| 2339 | { 0, NULL }, |
| 2340 | }, |
| 2341 | @@ -2790,7 +2790,7 @@ static const struct ndr_interface_call f |
| 2342 | sizeof(struct frsrpc_FrsVerifyPromotionParent), |
| 2343 | (ndr_push_flags_fn_t) ndr_push_frsrpc_FrsVerifyPromotionParent, |
| 2344 | (ndr_pull_flags_fn_t) ndr_pull_frsrpc_FrsVerifyPromotionParent, |
| 2345 | - (ndr_print_function_t) ndr_print_frsrpc_FrsVerifyPromotionParent, |
| 2346 | + (ndr_print_function_t) ndr_print_disabled, |
| 2347 | { 0, NULL }, |
| 2348 | { 0, NULL }, |
| 2349 | }, |
| 2350 | @@ -2799,7 +2799,7 @@ static const struct ndr_interface_call f |
| 2351 | sizeof(struct frsrpc_FrsStartPromotionParent), |
| 2352 | (ndr_push_flags_fn_t) ndr_push_frsrpc_FrsStartPromotionParent, |
| 2353 | (ndr_pull_flags_fn_t) ndr_pull_frsrpc_FrsStartPromotionParent, |
| 2354 | - (ndr_print_function_t) ndr_print_frsrpc_FrsStartPromotionParent, |
| 2355 | + (ndr_print_function_t) ndr_print_disabled, |
| 2356 | { 0, NULL }, |
| 2357 | { 0, NULL }, |
| 2358 | }, |
| 2359 | @@ -2808,7 +2808,7 @@ static const struct ndr_interface_call f |
| 2360 | sizeof(struct frsrpc_FrsNOP), |
| 2361 | (ndr_push_flags_fn_t) ndr_push_frsrpc_FrsNOP, |
| 2362 | (ndr_pull_flags_fn_t) ndr_pull_frsrpc_FrsNOP, |
| 2363 | - (ndr_print_function_t) ndr_print_frsrpc_FrsNOP, |
| 2364 | + (ndr_print_function_t) ndr_print_disabled, |
| 2365 | { 0, NULL }, |
| 2366 | { 0, NULL }, |
| 2367 | }, |
| 2368 | @@ -2817,7 +2817,7 @@ static const struct ndr_interface_call f |
| 2369 | sizeof(struct FRSRPC_BACKUP_COMPLETE), |
| 2370 | (ndr_push_flags_fn_t) ndr_push_FRSRPC_BACKUP_COMPLETE, |
| 2371 | (ndr_pull_flags_fn_t) ndr_pull_FRSRPC_BACKUP_COMPLETE, |
| 2372 | - (ndr_print_function_t) ndr_print_FRSRPC_BACKUP_COMPLETE, |
| 2373 | + (ndr_print_function_t) ndr_print_disabled, |
| 2374 | { 0, NULL }, |
| 2375 | { 0, NULL }, |
| 2376 | }, |
| 2377 | @@ -2826,7 +2826,7 @@ static const struct ndr_interface_call f |
| 2378 | sizeof(struct FRSRPC_BACKUP_COMPLETE_5), |
| 2379 | (ndr_push_flags_fn_t) ndr_push_FRSRPC_BACKUP_COMPLETE_5, |
| 2380 | (ndr_pull_flags_fn_t) ndr_pull_FRSRPC_BACKUP_COMPLETE_5, |
| 2381 | - (ndr_print_function_t) ndr_print_FRSRPC_BACKUP_COMPLETE_5, |
| 2382 | + (ndr_print_function_t) ndr_print_disabled, |
| 2383 | { 0, NULL }, |
| 2384 | { 0, NULL }, |
| 2385 | }, |
| 2386 | @@ -2835,7 +2835,7 @@ static const struct ndr_interface_call f |
| 2387 | sizeof(struct FRSRPC_BACKUP_COMPLETE_6), |
| 2388 | (ndr_push_flags_fn_t) ndr_push_FRSRPC_BACKUP_COMPLETE_6, |
| 2389 | (ndr_pull_flags_fn_t) ndr_pull_FRSRPC_BACKUP_COMPLETE_6, |
| 2390 | - (ndr_print_function_t) ndr_print_FRSRPC_BACKUP_COMPLETE_6, |
| 2391 | + (ndr_print_function_t) ndr_print_disabled, |
| 2392 | { 0, NULL }, |
| 2393 | { 0, NULL }, |
| 2394 | }, |
| 2395 | @@ -2844,7 +2844,7 @@ static const struct ndr_interface_call f |
| 2396 | sizeof(struct FRSRPC_BACKUP_COMPLETE_7), |
| 2397 | (ndr_push_flags_fn_t) ndr_push_FRSRPC_BACKUP_COMPLETE_7, |
| 2398 | (ndr_pull_flags_fn_t) ndr_pull_FRSRPC_BACKUP_COMPLETE_7, |
| 2399 | - (ndr_print_function_t) ndr_print_FRSRPC_BACKUP_COMPLETE_7, |
| 2400 | + (ndr_print_function_t) ndr_print_disabled, |
| 2401 | { 0, NULL }, |
| 2402 | { 0, NULL }, |
| 2403 | }, |
| 2404 | @@ -2853,7 +2853,7 @@ static const struct ndr_interface_call f |
| 2405 | sizeof(struct FRSRPC_BACKUP_COMPLETE_8), |
| 2406 | (ndr_push_flags_fn_t) ndr_push_FRSRPC_BACKUP_COMPLETE_8, |
| 2407 | (ndr_pull_flags_fn_t) ndr_pull_FRSRPC_BACKUP_COMPLETE_8, |
| 2408 | - (ndr_print_function_t) ndr_print_FRSRPC_BACKUP_COMPLETE_8, |
| 2409 | + (ndr_print_function_t) ndr_print_disabled, |
| 2410 | { 0, NULL }, |
| 2411 | { 0, NULL }, |
| 2412 | }, |
| 2413 | @@ -2862,7 +2862,7 @@ static const struct ndr_interface_call f |
| 2414 | sizeof(struct FRSRPC_BACKUP_COMPLETE_9), |
| 2415 | (ndr_push_flags_fn_t) ndr_push_FRSRPC_BACKUP_COMPLETE_9, |
| 2416 | (ndr_pull_flags_fn_t) ndr_pull_FRSRPC_BACKUP_COMPLETE_9, |
| 2417 | - (ndr_print_function_t) ndr_print_FRSRPC_BACKUP_COMPLETE_9, |
| 2418 | + (ndr_print_function_t) ndr_print_disabled, |
| 2419 | { 0, NULL }, |
| 2420 | { 0, NULL }, |
| 2421 | }, |
| 2422 | @@ -2871,7 +2871,7 @@ static const struct ndr_interface_call f |
| 2423 | sizeof(struct FRSRPC_VERIFY_PROMOTION_PARENT_EX), |
| 2424 | (ndr_push_flags_fn_t) ndr_push_FRSRPC_VERIFY_PROMOTION_PARENT_EX, |
| 2425 | (ndr_pull_flags_fn_t) ndr_pull_FRSRPC_VERIFY_PROMOTION_PARENT_EX, |
| 2426 | - (ndr_print_function_t) ndr_print_FRSRPC_VERIFY_PROMOTION_PARENT_EX, |
| 2427 | + (ndr_print_function_t) ndr_print_disabled, |
| 2428 | { 0, NULL }, |
| 2429 | { 0, NULL }, |
| 2430 | }, |
| 2431 | --- a/source3/librpc/gen_ndr/ndr_frstrans.c |
| 2432 | +++ b/source3/librpc/gen_ndr/ndr_frstrans.c |
| 2433 | @@ -2331,7 +2331,7 @@ static const struct ndr_interface_call f |
| 2434 | sizeof(struct frstrans_CheckConnectivity), |
| 2435 | (ndr_push_flags_fn_t) ndr_push_frstrans_CheckConnectivity, |
| 2436 | (ndr_pull_flags_fn_t) ndr_pull_frstrans_CheckConnectivity, |
| 2437 | - (ndr_print_function_t) ndr_print_frstrans_CheckConnectivity, |
| 2438 | + (ndr_print_function_t) ndr_print_disabled, |
| 2439 | { 0, NULL }, |
| 2440 | { 0, NULL }, |
| 2441 | }, |
| 2442 | @@ -2340,7 +2340,7 @@ static const struct ndr_interface_call f |
| 2443 | sizeof(struct frstrans_EstablishConnection), |
| 2444 | (ndr_push_flags_fn_t) ndr_push_frstrans_EstablishConnection, |
| 2445 | (ndr_pull_flags_fn_t) ndr_pull_frstrans_EstablishConnection, |
| 2446 | - (ndr_print_function_t) ndr_print_frstrans_EstablishConnection, |
| 2447 | + (ndr_print_function_t) ndr_print_disabled, |
| 2448 | { 0, NULL }, |
| 2449 | { 0, NULL }, |
| 2450 | }, |
| 2451 | @@ -2349,7 +2349,7 @@ static const struct ndr_interface_call f |
| 2452 | sizeof(struct frstrans_EstablishSession), |
| 2453 | (ndr_push_flags_fn_t) ndr_push_frstrans_EstablishSession, |
| 2454 | (ndr_pull_flags_fn_t) ndr_pull_frstrans_EstablishSession, |
| 2455 | - (ndr_print_function_t) ndr_print_frstrans_EstablishSession, |
| 2456 | + (ndr_print_function_t) ndr_print_disabled, |
| 2457 | { 0, NULL }, |
| 2458 | { 0, NULL }, |
| 2459 | }, |
| 2460 | @@ -2358,7 +2358,7 @@ static const struct ndr_interface_call f |
| 2461 | sizeof(struct frstrans_RequestUpdates), |
| 2462 | (ndr_push_flags_fn_t) ndr_push_frstrans_RequestUpdates, |
| 2463 | (ndr_pull_flags_fn_t) ndr_pull_frstrans_RequestUpdates, |
| 2464 | - (ndr_print_function_t) ndr_print_frstrans_RequestUpdates, |
| 2465 | + (ndr_print_function_t) ndr_print_disabled, |
| 2466 | { 0, NULL }, |
| 2467 | { 0, NULL }, |
| 2468 | }, |
| 2469 | @@ -2367,7 +2367,7 @@ static const struct ndr_interface_call f |
| 2470 | sizeof(struct frstrans_RequestVersionVector), |
| 2471 | (ndr_push_flags_fn_t) ndr_push_frstrans_RequestVersionVector, |
| 2472 | (ndr_pull_flags_fn_t) ndr_pull_frstrans_RequestVersionVector, |
| 2473 | - (ndr_print_function_t) ndr_print_frstrans_RequestVersionVector, |
| 2474 | + (ndr_print_function_t) ndr_print_disabled, |
| 2475 | { 0, NULL }, |
| 2476 | { 0, NULL }, |
| 2477 | }, |
| 2478 | @@ -2376,7 +2376,7 @@ static const struct ndr_interface_call f |
| 2479 | sizeof(struct frstrans_AsyncPoll), |
| 2480 | (ndr_push_flags_fn_t) ndr_push_frstrans_AsyncPoll, |
| 2481 | (ndr_pull_flags_fn_t) ndr_pull_frstrans_AsyncPoll, |
| 2482 | - (ndr_print_function_t) ndr_print_frstrans_AsyncPoll, |
| 2483 | + (ndr_print_function_t) ndr_print_disabled, |
| 2484 | { 0, NULL }, |
| 2485 | { 0, NULL }, |
| 2486 | }, |
| 2487 | @@ -2385,7 +2385,7 @@ static const struct ndr_interface_call f |
| 2488 | sizeof(struct FRSTRANS_REQUEST_RECORDS), |
| 2489 | (ndr_push_flags_fn_t) ndr_push_FRSTRANS_REQUEST_RECORDS, |
| 2490 | (ndr_pull_flags_fn_t) ndr_pull_FRSTRANS_REQUEST_RECORDS, |
| 2491 | - (ndr_print_function_t) ndr_print_FRSTRANS_REQUEST_RECORDS, |
| 2492 | + (ndr_print_function_t) ndr_print_disabled, |
| 2493 | { 0, NULL }, |
| 2494 | { 0, NULL }, |
| 2495 | }, |
| 2496 | @@ -2394,7 +2394,7 @@ static const struct ndr_interface_call f |
| 2497 | sizeof(struct FRSTRANS_UPDATE_CANCEL), |
| 2498 | (ndr_push_flags_fn_t) ndr_push_FRSTRANS_UPDATE_CANCEL, |
| 2499 | (ndr_pull_flags_fn_t) ndr_pull_FRSTRANS_UPDATE_CANCEL, |
| 2500 | - (ndr_print_function_t) ndr_print_FRSTRANS_UPDATE_CANCEL, |
| 2501 | + (ndr_print_function_t) ndr_print_disabled, |
| 2502 | { 0, NULL }, |
| 2503 | { 0, NULL }, |
| 2504 | }, |
| 2505 | @@ -2403,7 +2403,7 @@ static const struct ndr_interface_call f |
| 2506 | sizeof(struct FRSTRANS_RAW_GET_FILE_DATA), |
| 2507 | (ndr_push_flags_fn_t) ndr_push_FRSTRANS_RAW_GET_FILE_DATA, |
| 2508 | (ndr_pull_flags_fn_t) ndr_pull_FRSTRANS_RAW_GET_FILE_DATA, |
| 2509 | - (ndr_print_function_t) ndr_print_FRSTRANS_RAW_GET_FILE_DATA, |
| 2510 | + (ndr_print_function_t) ndr_print_disabled, |
| 2511 | { 0, NULL }, |
| 2512 | { 0, NULL }, |
| 2513 | }, |
| 2514 | @@ -2412,7 +2412,7 @@ static const struct ndr_interface_call f |
| 2515 | sizeof(struct FRSTRANS_RDC_GET_SIGNATURES), |
| 2516 | (ndr_push_flags_fn_t) ndr_push_FRSTRANS_RDC_GET_SIGNATURES, |
| 2517 | (ndr_pull_flags_fn_t) ndr_pull_FRSTRANS_RDC_GET_SIGNATURES, |
| 2518 | - (ndr_print_function_t) ndr_print_FRSTRANS_RDC_GET_SIGNATURES, |
| 2519 | + (ndr_print_function_t) ndr_print_disabled, |
| 2520 | { 0, NULL }, |
| 2521 | { 0, NULL }, |
| 2522 | }, |
| 2523 | @@ -2421,7 +2421,7 @@ static const struct ndr_interface_call f |
| 2524 | sizeof(struct FRSTRANS_RDC_PUSH_SOURCE_NEEDS), |
| 2525 | (ndr_push_flags_fn_t) ndr_push_FRSTRANS_RDC_PUSH_SOURCE_NEEDS, |
| 2526 | (ndr_pull_flags_fn_t) ndr_pull_FRSTRANS_RDC_PUSH_SOURCE_NEEDS, |
| 2527 | - (ndr_print_function_t) ndr_print_FRSTRANS_RDC_PUSH_SOURCE_NEEDS, |
| 2528 | + (ndr_print_function_t) ndr_print_disabled, |
| 2529 | { 0, NULL }, |
| 2530 | { 0, NULL }, |
| 2531 | }, |
| 2532 | @@ -2430,7 +2430,7 @@ static const struct ndr_interface_call f |
| 2533 | sizeof(struct FRSTRANS_RDC_GET_FILE_DATA), |
| 2534 | (ndr_push_flags_fn_t) ndr_push_FRSTRANS_RDC_GET_FILE_DATA, |
| 2535 | (ndr_pull_flags_fn_t) ndr_pull_FRSTRANS_RDC_GET_FILE_DATA, |
| 2536 | - (ndr_print_function_t) ndr_print_FRSTRANS_RDC_GET_FILE_DATA, |
| 2537 | + (ndr_print_function_t) ndr_print_disabled, |
| 2538 | { 0, NULL }, |
| 2539 | { 0, NULL }, |
| 2540 | }, |
| 2541 | @@ -2439,7 +2439,7 @@ static const struct ndr_interface_call f |
| 2542 | sizeof(struct FRSTRANS_RDC_CLOSE), |
| 2543 | (ndr_push_flags_fn_t) ndr_push_FRSTRANS_RDC_CLOSE, |
| 2544 | (ndr_pull_flags_fn_t) ndr_pull_FRSTRANS_RDC_CLOSE, |
| 2545 | - (ndr_print_function_t) ndr_print_FRSTRANS_RDC_CLOSE, |
| 2546 | + (ndr_print_function_t) ndr_print_disabled, |
| 2547 | { 0, NULL }, |
| 2548 | { 0, NULL }, |
| 2549 | }, |
| 2550 | @@ -2448,7 +2448,7 @@ static const struct ndr_interface_call f |
| 2551 | sizeof(struct frstrans_InitializeFileTransferAsync), |
| 2552 | (ndr_push_flags_fn_t) ndr_push_frstrans_InitializeFileTransferAsync, |
| 2553 | (ndr_pull_flags_fn_t) ndr_pull_frstrans_InitializeFileTransferAsync, |
| 2554 | - (ndr_print_function_t) ndr_print_frstrans_InitializeFileTransferAsync, |
| 2555 | + (ndr_print_function_t) ndr_print_disabled, |
| 2556 | { 0, NULL }, |
| 2557 | { 0, NULL }, |
| 2558 | }, |
| 2559 | @@ -2457,7 +2457,7 @@ static const struct ndr_interface_call f |
| 2560 | sizeof(struct FRSTRANS_OPNUM_0E_NOT_USED_ON_THE_WIRE), |
| 2561 | (ndr_push_flags_fn_t) ndr_push_FRSTRANS_OPNUM_0E_NOT_USED_ON_THE_WIRE, |
| 2562 | (ndr_pull_flags_fn_t) ndr_pull_FRSTRANS_OPNUM_0E_NOT_USED_ON_THE_WIRE, |
| 2563 | - (ndr_print_function_t) ndr_print_FRSTRANS_OPNUM_0E_NOT_USED_ON_THE_WIRE, |
| 2564 | + (ndr_print_function_t) ndr_print_disabled, |
| 2565 | { 0, NULL }, |
| 2566 | { 0, NULL }, |
| 2567 | }, |
| 2568 | @@ -2466,7 +2466,7 @@ static const struct ndr_interface_call f |
| 2569 | sizeof(struct frstrans_RawGetFileDataAsync), |
| 2570 | (ndr_push_flags_fn_t) ndr_push_frstrans_RawGetFileDataAsync, |
| 2571 | (ndr_pull_flags_fn_t) ndr_pull_frstrans_RawGetFileDataAsync, |
| 2572 | - (ndr_print_function_t) ndr_print_frstrans_RawGetFileDataAsync, |
| 2573 | + (ndr_print_function_t) ndr_print_disabled, |
| 2574 | { 0, NULL }, |
| 2575 | { 1, frstrans_RawGetFileDataAsync_out_pipes }, |
| 2576 | }, |
| 2577 | @@ -2475,7 +2475,7 @@ static const struct ndr_interface_call f |
| 2578 | sizeof(struct frstrans_RdcGetFileDataAsync), |
| 2579 | (ndr_push_flags_fn_t) ndr_push_frstrans_RdcGetFileDataAsync, |
| 2580 | (ndr_pull_flags_fn_t) ndr_pull_frstrans_RdcGetFileDataAsync, |
| 2581 | - (ndr_print_function_t) ndr_print_frstrans_RdcGetFileDataAsync, |
| 2582 | + (ndr_print_function_t) ndr_print_disabled, |
| 2583 | { 0, NULL }, |
| 2584 | { 1, frstrans_RdcGetFileDataAsync_out_pipes }, |
| 2585 | }, |
| 2586 | --- a/source3/librpc/gen_ndr/ndr_initshutdown.c |
| 2587 | +++ b/source3/librpc/gen_ndr/ndr_initshutdown.c |
| 2588 | @@ -277,7 +277,7 @@ static const struct ndr_interface_call i |
| 2589 | sizeof(struct initshutdown_Init), |
| 2590 | (ndr_push_flags_fn_t) ndr_push_initshutdown_Init, |
| 2591 | (ndr_pull_flags_fn_t) ndr_pull_initshutdown_Init, |
| 2592 | - (ndr_print_function_t) ndr_print_initshutdown_Init, |
| 2593 | + (ndr_print_function_t) ndr_print_disabled, |
| 2594 | { 0, NULL }, |
| 2595 | { 0, NULL }, |
| 2596 | }, |
| 2597 | @@ -286,7 +286,7 @@ static const struct ndr_interface_call i |
| 2598 | sizeof(struct initshutdown_Abort), |
| 2599 | (ndr_push_flags_fn_t) ndr_push_initshutdown_Abort, |
| 2600 | (ndr_pull_flags_fn_t) ndr_pull_initshutdown_Abort, |
| 2601 | - (ndr_print_function_t) ndr_print_initshutdown_Abort, |
| 2602 | + (ndr_print_function_t) ndr_print_disabled, |
| 2603 | { 0, NULL }, |
| 2604 | { 0, NULL }, |
| 2605 | }, |
| 2606 | @@ -295,7 +295,7 @@ static const struct ndr_interface_call i |
| 2607 | sizeof(struct initshutdown_InitEx), |
| 2608 | (ndr_push_flags_fn_t) ndr_push_initshutdown_InitEx, |
| 2609 | (ndr_pull_flags_fn_t) ndr_pull_initshutdown_InitEx, |
| 2610 | - (ndr_print_function_t) ndr_print_initshutdown_InitEx, |
| 2611 | + (ndr_print_function_t) ndr_print_disabled, |
| 2612 | { 0, NULL }, |
| 2613 | { 0, NULL }, |
| 2614 | }, |
| 2615 | --- a/source3/librpc/gen_ndr/ndr_keysvc.c |
| 2616 | +++ b/source3/librpc/gen_ndr/ndr_keysvc.c |
| 2617 | @@ -51,7 +51,7 @@ static const struct ndr_interface_call k |
| 2618 | sizeof(struct keysvc_Unknown0), |
| 2619 | (ndr_push_flags_fn_t) ndr_push_keysvc_Unknown0, |
| 2620 | (ndr_pull_flags_fn_t) ndr_pull_keysvc_Unknown0, |
| 2621 | - (ndr_print_function_t) ndr_print_keysvc_Unknown0, |
| 2622 | + (ndr_print_function_t) ndr_print_disabled, |
| 2623 | { 0, NULL }, |
| 2624 | { 0, NULL }, |
| 2625 | }, |
| 2626 | --- a/source3/librpc/gen_ndr/ndr_krb5pac.c |
| 2627 | +++ b/source3/librpc/gen_ndr/ndr_krb5pac.c |
| 2628 | @@ -1002,7 +1002,7 @@ static const struct ndr_interface_call k |
| 2629 | sizeof(struct decode_pac), |
| 2630 | (ndr_push_flags_fn_t) ndr_push_decode_pac, |
| 2631 | (ndr_pull_flags_fn_t) ndr_pull_decode_pac, |
| 2632 | - (ndr_print_function_t) ndr_print_decode_pac, |
| 2633 | + (ndr_print_function_t) ndr_print_disabled, |
| 2634 | { 0, NULL }, |
| 2635 | { 0, NULL }, |
| 2636 | }, |
| 2637 | @@ -1011,7 +1011,7 @@ static const struct ndr_interface_call k |
| 2638 | sizeof(struct decode_pac_raw), |
| 2639 | (ndr_push_flags_fn_t) ndr_push_decode_pac_raw, |
| 2640 | (ndr_pull_flags_fn_t) ndr_pull_decode_pac_raw, |
| 2641 | - (ndr_print_function_t) ndr_print_decode_pac_raw, |
| 2642 | + (ndr_print_function_t) ndr_print_disabled, |
| 2643 | { 0, NULL }, |
| 2644 | { 0, NULL }, |
| 2645 | }, |
| 2646 | @@ -1020,7 +1020,7 @@ static const struct ndr_interface_call k |
| 2647 | sizeof(struct decode_login_info), |
| 2648 | (ndr_push_flags_fn_t) ndr_push_decode_login_info, |
| 2649 | (ndr_pull_flags_fn_t) ndr_pull_decode_login_info, |
| 2650 | - (ndr_print_function_t) ndr_print_decode_login_info, |
| 2651 | + (ndr_print_function_t) ndr_print_disabled, |
| 2652 | { 0, NULL }, |
| 2653 | { 0, NULL }, |
| 2654 | }, |
| 2655 | @@ -1029,7 +1029,7 @@ static const struct ndr_interface_call k |
| 2656 | sizeof(struct decode_login_info_ctr), |
| 2657 | (ndr_push_flags_fn_t) ndr_push_decode_login_info_ctr, |
| 2658 | (ndr_pull_flags_fn_t) ndr_pull_decode_login_info_ctr, |
| 2659 | - (ndr_print_function_t) ndr_print_decode_login_info_ctr, |
| 2660 | + (ndr_print_function_t) ndr_print_disabled, |
| 2661 | { 0, NULL }, |
| 2662 | { 0, NULL }, |
| 2663 | }, |
| 2664 | @@ -1038,7 +1038,7 @@ static const struct ndr_interface_call k |
| 2665 | sizeof(struct decode_pac_validate), |
| 2666 | (ndr_push_flags_fn_t) ndr_push_decode_pac_validate, |
| 2667 | (ndr_pull_flags_fn_t) ndr_pull_decode_pac_validate, |
| 2668 | - (ndr_print_function_t) ndr_print_decode_pac_validate, |
| 2669 | + (ndr_print_function_t) ndr_print_disabled, |
| 2670 | { 0, NULL }, |
| 2671 | { 0, NULL }, |
| 2672 | }, |
| 2673 | --- a/source3/librpc/gen_ndr/ndr_lsa.c |
| 2674 | +++ b/source3/librpc/gen_ndr/ndr_lsa.c |
| 2675 | @@ -13565,7 +13565,7 @@ static const struct ndr_interface_call l |
| 2676 | sizeof(struct lsa_Close), |
| 2677 | (ndr_push_flags_fn_t) ndr_push_lsa_Close, |
| 2678 | (ndr_pull_flags_fn_t) ndr_pull_lsa_Close, |
| 2679 | - (ndr_print_function_t) ndr_print_lsa_Close, |
| 2680 | + (ndr_print_function_t) ndr_print_disabled, |
| 2681 | { 0, NULL }, |
| 2682 | { 0, NULL }, |
| 2683 | }, |
| 2684 | @@ -13574,7 +13574,7 @@ static const struct ndr_interface_call l |
| 2685 | sizeof(struct lsa_Delete), |
| 2686 | (ndr_push_flags_fn_t) ndr_push_lsa_Delete, |
| 2687 | (ndr_pull_flags_fn_t) ndr_pull_lsa_Delete, |
| 2688 | - (ndr_print_function_t) ndr_print_lsa_Delete, |
| 2689 | + (ndr_print_function_t) ndr_print_disabled, |
| 2690 | { 0, NULL }, |
| 2691 | { 0, NULL }, |
| 2692 | }, |
| 2693 | @@ -13583,7 +13583,7 @@ static const struct ndr_interface_call l |
| 2694 | sizeof(struct lsa_EnumPrivs), |
| 2695 | (ndr_push_flags_fn_t) ndr_push_lsa_EnumPrivs, |
| 2696 | (ndr_pull_flags_fn_t) ndr_pull_lsa_EnumPrivs, |
| 2697 | - (ndr_print_function_t) ndr_print_lsa_EnumPrivs, |
| 2698 | + (ndr_print_function_t) ndr_print_disabled, |
| 2699 | { 0, NULL }, |
| 2700 | { 0, NULL }, |
| 2701 | }, |
| 2702 | @@ -13592,7 +13592,7 @@ static const struct ndr_interface_call l |
| 2703 | sizeof(struct lsa_QuerySecurity), |
| 2704 | (ndr_push_flags_fn_t) ndr_push_lsa_QuerySecurity, |
| 2705 | (ndr_pull_flags_fn_t) ndr_pull_lsa_QuerySecurity, |
| 2706 | - (ndr_print_function_t) ndr_print_lsa_QuerySecurity, |
| 2707 | + (ndr_print_function_t) ndr_print_disabled, |
| 2708 | { 0, NULL }, |
| 2709 | { 0, NULL }, |
| 2710 | }, |
| 2711 | @@ -13601,7 +13601,7 @@ static const struct ndr_interface_call l |
| 2712 | sizeof(struct lsa_SetSecObj), |
| 2713 | (ndr_push_flags_fn_t) ndr_push_lsa_SetSecObj, |
| 2714 | (ndr_pull_flags_fn_t) ndr_pull_lsa_SetSecObj, |
| 2715 | - (ndr_print_function_t) ndr_print_lsa_SetSecObj, |
| 2716 | + (ndr_print_function_t) ndr_print_disabled, |
| 2717 | { 0, NULL }, |
| 2718 | { 0, NULL }, |
| 2719 | }, |
| 2720 | @@ -13610,7 +13610,7 @@ static const struct ndr_interface_call l |
| 2721 | sizeof(struct lsa_ChangePassword), |
| 2722 | (ndr_push_flags_fn_t) ndr_push_lsa_ChangePassword, |
| 2723 | (ndr_pull_flags_fn_t) ndr_pull_lsa_ChangePassword, |
| 2724 | - (ndr_print_function_t) ndr_print_lsa_ChangePassword, |
| 2725 | + (ndr_print_function_t) ndr_print_disabled, |
| 2726 | { 0, NULL }, |
| 2727 | { 0, NULL }, |
| 2728 | }, |
| 2729 | @@ -13619,7 +13619,7 @@ static const struct ndr_interface_call l |
| 2730 | sizeof(struct lsa_OpenPolicy), |
| 2731 | (ndr_push_flags_fn_t) ndr_push_lsa_OpenPolicy, |
| 2732 | (ndr_pull_flags_fn_t) ndr_pull_lsa_OpenPolicy, |
| 2733 | - (ndr_print_function_t) ndr_print_lsa_OpenPolicy, |
| 2734 | + (ndr_print_function_t) ndr_print_disabled, |
| 2735 | { 0, NULL }, |
| 2736 | { 0, NULL }, |
| 2737 | }, |
| 2738 | @@ -13628,7 +13628,7 @@ static const struct ndr_interface_call l |
| 2739 | sizeof(struct lsa_QueryInfoPolicy), |
| 2740 | (ndr_push_flags_fn_t) ndr_push_lsa_QueryInfoPolicy, |
| 2741 | (ndr_pull_flags_fn_t) ndr_pull_lsa_QueryInfoPolicy, |
| 2742 | - (ndr_print_function_t) ndr_print_lsa_QueryInfoPolicy, |
| 2743 | + (ndr_print_function_t) ndr_print_disabled, |
| 2744 | { 0, NULL }, |
| 2745 | { 0, NULL }, |
| 2746 | }, |
| 2747 | @@ -13637,7 +13637,7 @@ static const struct ndr_interface_call l |
| 2748 | sizeof(struct lsa_SetInfoPolicy), |
| 2749 | (ndr_push_flags_fn_t) ndr_push_lsa_SetInfoPolicy, |
| 2750 | (ndr_pull_flags_fn_t) ndr_pull_lsa_SetInfoPolicy, |
| 2751 | - (ndr_print_function_t) ndr_print_lsa_SetInfoPolicy, |
| 2752 | + (ndr_print_function_t) ndr_print_disabled, |
| 2753 | { 0, NULL }, |
| 2754 | { 0, NULL }, |
| 2755 | }, |
| 2756 | @@ -13646,7 +13646,7 @@ static const struct ndr_interface_call l |
| 2757 | sizeof(struct lsa_ClearAuditLog), |
| 2758 | (ndr_push_flags_fn_t) ndr_push_lsa_ClearAuditLog, |
| 2759 | (ndr_pull_flags_fn_t) ndr_pull_lsa_ClearAuditLog, |
| 2760 | - (ndr_print_function_t) ndr_print_lsa_ClearAuditLog, |
| 2761 | + (ndr_print_function_t) ndr_print_disabled, |
| 2762 | { 0, NULL }, |
| 2763 | { 0, NULL }, |
| 2764 | }, |
| 2765 | @@ -13655,7 +13655,7 @@ static const struct ndr_interface_call l |
| 2766 | sizeof(struct lsa_CreateAccount), |
| 2767 | (ndr_push_flags_fn_t) ndr_push_lsa_CreateAccount, |
| 2768 | (ndr_pull_flags_fn_t) ndr_pull_lsa_CreateAccount, |
| 2769 | - (ndr_print_function_t) ndr_print_lsa_CreateAccount, |
| 2770 | + (ndr_print_function_t) ndr_print_disabled, |
| 2771 | { 0, NULL }, |
| 2772 | { 0, NULL }, |
| 2773 | }, |
| 2774 | @@ -13664,7 +13664,7 @@ static const struct ndr_interface_call l |
| 2775 | sizeof(struct lsa_EnumAccounts), |
| 2776 | (ndr_push_flags_fn_t) ndr_push_lsa_EnumAccounts, |
| 2777 | (ndr_pull_flags_fn_t) ndr_pull_lsa_EnumAccounts, |
| 2778 | - (ndr_print_function_t) ndr_print_lsa_EnumAccounts, |
| 2779 | + (ndr_print_function_t) ndr_print_disabled, |
| 2780 | { 0, NULL }, |
| 2781 | { 0, NULL }, |
| 2782 | }, |
| 2783 | @@ -13673,7 +13673,7 @@ static const struct ndr_interface_call l |
| 2784 | sizeof(struct lsa_CreateTrustedDomain), |
| 2785 | (ndr_push_flags_fn_t) ndr_push_lsa_CreateTrustedDomain, |
| 2786 | (ndr_pull_flags_fn_t) ndr_pull_lsa_CreateTrustedDomain, |
| 2787 | - (ndr_print_function_t) ndr_print_lsa_CreateTrustedDomain, |
| 2788 | + (ndr_print_function_t) ndr_print_disabled, |
| 2789 | { 0, NULL }, |
| 2790 | { 0, NULL }, |
| 2791 | }, |
| 2792 | @@ -13682,7 +13682,7 @@ static const struct ndr_interface_call l |
| 2793 | sizeof(struct lsa_EnumTrustDom), |
| 2794 | (ndr_push_flags_fn_t) ndr_push_lsa_EnumTrustDom, |
| 2795 | (ndr_pull_flags_fn_t) ndr_pull_lsa_EnumTrustDom, |
| 2796 | - (ndr_print_function_t) ndr_print_lsa_EnumTrustDom, |
| 2797 | + (ndr_print_function_t) ndr_print_disabled, |
| 2798 | { 0, NULL }, |
| 2799 | { 0, NULL }, |
| 2800 | }, |
| 2801 | @@ -13691,7 +13691,7 @@ static const struct ndr_interface_call l |
| 2802 | sizeof(struct lsa_LookupNames), |
| 2803 | (ndr_push_flags_fn_t) ndr_push_lsa_LookupNames, |
| 2804 | (ndr_pull_flags_fn_t) ndr_pull_lsa_LookupNames, |
| 2805 | - (ndr_print_function_t) ndr_print_lsa_LookupNames, |
| 2806 | + (ndr_print_function_t) ndr_print_disabled, |
| 2807 | { 0, NULL }, |
| 2808 | { 0, NULL }, |
| 2809 | }, |
| 2810 | @@ -13700,7 +13700,7 @@ static const struct ndr_interface_call l |
| 2811 | sizeof(struct lsa_LookupSids), |
| 2812 | (ndr_push_flags_fn_t) ndr_push_lsa_LookupSids, |
| 2813 | (ndr_pull_flags_fn_t) ndr_pull_lsa_LookupSids, |
| 2814 | - (ndr_print_function_t) ndr_print_lsa_LookupSids, |
| 2815 | + (ndr_print_function_t) ndr_print_disabled, |
| 2816 | { 0, NULL }, |
| 2817 | { 0, NULL }, |
| 2818 | }, |
| 2819 | @@ -13709,7 +13709,7 @@ static const struct ndr_interface_call l |
| 2820 | sizeof(struct lsa_CreateSecret), |
| 2821 | (ndr_push_flags_fn_t) ndr_push_lsa_CreateSecret, |
| 2822 | (ndr_pull_flags_fn_t) ndr_pull_lsa_CreateSecret, |
| 2823 | - (ndr_print_function_t) ndr_print_lsa_CreateSecret, |
| 2824 | + (ndr_print_function_t) ndr_print_disabled, |
| 2825 | { 0, NULL }, |
| 2826 | { 0, NULL }, |
| 2827 | }, |
| 2828 | @@ -13718,7 +13718,7 @@ static const struct ndr_interface_call l |
| 2829 | sizeof(struct lsa_OpenAccount), |
| 2830 | (ndr_push_flags_fn_t) ndr_push_lsa_OpenAccount, |
| 2831 | (ndr_pull_flags_fn_t) ndr_pull_lsa_OpenAccount, |
| 2832 | - (ndr_print_function_t) ndr_print_lsa_OpenAccount, |
| 2833 | + (ndr_print_function_t) ndr_print_disabled, |
| 2834 | { 0, NULL }, |
| 2835 | { 0, NULL }, |
| 2836 | }, |
| 2837 | @@ -13727,7 +13727,7 @@ static const struct ndr_interface_call l |
| 2838 | sizeof(struct lsa_EnumPrivsAccount), |
| 2839 | (ndr_push_flags_fn_t) ndr_push_lsa_EnumPrivsAccount, |
| 2840 | (ndr_pull_flags_fn_t) ndr_pull_lsa_EnumPrivsAccount, |
| 2841 | - (ndr_print_function_t) ndr_print_lsa_EnumPrivsAccount, |
| 2842 | + (ndr_print_function_t) ndr_print_disabled, |
| 2843 | { 0, NULL }, |
| 2844 | { 0, NULL }, |
| 2845 | }, |
| 2846 | @@ -13736,7 +13736,7 @@ static const struct ndr_interface_call l |
| 2847 | sizeof(struct lsa_AddPrivilegesToAccount), |
| 2848 | (ndr_push_flags_fn_t) ndr_push_lsa_AddPrivilegesToAccount, |
| 2849 | (ndr_pull_flags_fn_t) ndr_pull_lsa_AddPrivilegesToAccount, |
| 2850 | - (ndr_print_function_t) ndr_print_lsa_AddPrivilegesToAccount, |
| 2851 | + (ndr_print_function_t) ndr_print_disabled, |
| 2852 | { 0, NULL }, |
| 2853 | { 0, NULL }, |
| 2854 | }, |
| 2855 | @@ -13745,7 +13745,7 @@ static const struct ndr_interface_call l |
| 2856 | sizeof(struct lsa_RemovePrivilegesFromAccount), |
| 2857 | (ndr_push_flags_fn_t) ndr_push_lsa_RemovePrivilegesFromAccount, |
| 2858 | (ndr_pull_flags_fn_t) ndr_pull_lsa_RemovePrivilegesFromAccount, |
| 2859 | - (ndr_print_function_t) ndr_print_lsa_RemovePrivilegesFromAccount, |
| 2860 | + (ndr_print_function_t) ndr_print_disabled, |
| 2861 | { 0, NULL }, |
| 2862 | { 0, NULL }, |
| 2863 | }, |
| 2864 | @@ -13754,7 +13754,7 @@ static const struct ndr_interface_call l |
| 2865 | sizeof(struct lsa_GetQuotasForAccount), |
| 2866 | (ndr_push_flags_fn_t) ndr_push_lsa_GetQuotasForAccount, |
| 2867 | (ndr_pull_flags_fn_t) ndr_pull_lsa_GetQuotasForAccount, |
| 2868 | - (ndr_print_function_t) ndr_print_lsa_GetQuotasForAccount, |
| 2869 | + (ndr_print_function_t) ndr_print_disabled, |
| 2870 | { 0, NULL }, |
| 2871 | { 0, NULL }, |
| 2872 | }, |
| 2873 | @@ -13763,7 +13763,7 @@ static const struct ndr_interface_call l |
| 2874 | sizeof(struct lsa_SetQuotasForAccount), |
| 2875 | (ndr_push_flags_fn_t) ndr_push_lsa_SetQuotasForAccount, |
| 2876 | (ndr_pull_flags_fn_t) ndr_pull_lsa_SetQuotasForAccount, |
| 2877 | - (ndr_print_function_t) ndr_print_lsa_SetQuotasForAccount, |
| 2878 | + (ndr_print_function_t) ndr_print_disabled, |
| 2879 | { 0, NULL }, |
| 2880 | { 0, NULL }, |
| 2881 | }, |
| 2882 | @@ -13772,7 +13772,7 @@ static const struct ndr_interface_call l |
| 2883 | sizeof(struct lsa_GetSystemAccessAccount), |
| 2884 | (ndr_push_flags_fn_t) ndr_push_lsa_GetSystemAccessAccount, |
| 2885 | (ndr_pull_flags_fn_t) ndr_pull_lsa_GetSystemAccessAccount, |
| 2886 | - (ndr_print_function_t) ndr_print_lsa_GetSystemAccessAccount, |
| 2887 | + (ndr_print_function_t) ndr_print_disabled, |
| 2888 | { 0, NULL }, |
| 2889 | { 0, NULL }, |
| 2890 | }, |
| 2891 | @@ -13781,7 +13781,7 @@ static const struct ndr_interface_call l |
| 2892 | sizeof(struct lsa_SetSystemAccessAccount), |
| 2893 | (ndr_push_flags_fn_t) ndr_push_lsa_SetSystemAccessAccount, |
| 2894 | (ndr_pull_flags_fn_t) ndr_pull_lsa_SetSystemAccessAccount, |
| 2895 | - (ndr_print_function_t) ndr_print_lsa_SetSystemAccessAccount, |
| 2896 | + (ndr_print_function_t) ndr_print_disabled, |
| 2897 | { 0, NULL }, |
| 2898 | { 0, NULL }, |
| 2899 | }, |
| 2900 | @@ -13790,7 +13790,7 @@ static const struct ndr_interface_call l |
| 2901 | sizeof(struct lsa_OpenTrustedDomain), |
| 2902 | (ndr_push_flags_fn_t) ndr_push_lsa_OpenTrustedDomain, |
| 2903 | (ndr_pull_flags_fn_t) ndr_pull_lsa_OpenTrustedDomain, |
| 2904 | - (ndr_print_function_t) ndr_print_lsa_OpenTrustedDomain, |
| 2905 | + (ndr_print_function_t) ndr_print_disabled, |
| 2906 | { 0, NULL }, |
| 2907 | { 0, NULL }, |
| 2908 | }, |
| 2909 | @@ -13799,7 +13799,7 @@ static const struct ndr_interface_call l |
| 2910 | sizeof(struct lsa_QueryTrustedDomainInfo), |
| 2911 | (ndr_push_flags_fn_t) ndr_push_lsa_QueryTrustedDomainInfo, |
| 2912 | (ndr_pull_flags_fn_t) ndr_pull_lsa_QueryTrustedDomainInfo, |
| 2913 | - (ndr_print_function_t) ndr_print_lsa_QueryTrustedDomainInfo, |
| 2914 | + (ndr_print_function_t) ndr_print_disabled, |
| 2915 | { 0, NULL }, |
| 2916 | { 0, NULL }, |
| 2917 | }, |
| 2918 | @@ -13808,7 +13808,7 @@ static const struct ndr_interface_call l |
| 2919 | sizeof(struct lsa_SetInformationTrustedDomain), |
| 2920 | (ndr_push_flags_fn_t) ndr_push_lsa_SetInformationTrustedDomain, |
| 2921 | (ndr_pull_flags_fn_t) ndr_pull_lsa_SetInformationTrustedDomain, |
| 2922 | - (ndr_print_function_t) ndr_print_lsa_SetInformationTrustedDomain, |
| 2923 | + (ndr_print_function_t) ndr_print_disabled, |
| 2924 | { 0, NULL }, |
| 2925 | { 0, NULL }, |
| 2926 | }, |
| 2927 | @@ -13817,7 +13817,7 @@ static const struct ndr_interface_call l |
| 2928 | sizeof(struct lsa_OpenSecret), |
| 2929 | (ndr_push_flags_fn_t) ndr_push_lsa_OpenSecret, |
| 2930 | (ndr_pull_flags_fn_t) ndr_pull_lsa_OpenSecret, |
| 2931 | - (ndr_print_function_t) ndr_print_lsa_OpenSecret, |
| 2932 | + (ndr_print_function_t) ndr_print_disabled, |
| 2933 | { 0, NULL }, |
| 2934 | { 0, NULL }, |
| 2935 | }, |
| 2936 | @@ -13826,7 +13826,7 @@ static const struct ndr_interface_call l |
| 2937 | sizeof(struct lsa_SetSecret), |
| 2938 | (ndr_push_flags_fn_t) ndr_push_lsa_SetSecret, |
| 2939 | (ndr_pull_flags_fn_t) ndr_pull_lsa_SetSecret, |
| 2940 | - (ndr_print_function_t) ndr_print_lsa_SetSecret, |
| 2941 | + (ndr_print_function_t) ndr_print_disabled, |
| 2942 | { 0, NULL }, |
| 2943 | { 0, NULL }, |
| 2944 | }, |
| 2945 | @@ -13835,7 +13835,7 @@ static const struct ndr_interface_call l |
| 2946 | sizeof(struct lsa_QuerySecret), |
| 2947 | (ndr_push_flags_fn_t) ndr_push_lsa_QuerySecret, |
| 2948 | (ndr_pull_flags_fn_t) ndr_pull_lsa_QuerySecret, |
| 2949 | - (ndr_print_function_t) ndr_print_lsa_QuerySecret, |
| 2950 | + (ndr_print_function_t) ndr_print_disabled, |
| 2951 | { 0, NULL }, |
| 2952 | { 0, NULL }, |
| 2953 | }, |
| 2954 | @@ -13844,7 +13844,7 @@ static const struct ndr_interface_call l |
| 2955 | sizeof(struct lsa_LookupPrivValue), |
| 2956 | (ndr_push_flags_fn_t) ndr_push_lsa_LookupPrivValue, |
| 2957 | (ndr_pull_flags_fn_t) ndr_pull_lsa_LookupPrivValue, |
| 2958 | - (ndr_print_function_t) ndr_print_lsa_LookupPrivValue, |
| 2959 | + (ndr_print_function_t) ndr_print_disabled, |
| 2960 | { 0, NULL }, |
| 2961 | { 0, NULL }, |
| 2962 | }, |
| 2963 | @@ -13853,7 +13853,7 @@ static const struct ndr_interface_call l |
| 2964 | sizeof(struct lsa_LookupPrivName), |
| 2965 | (ndr_push_flags_fn_t) ndr_push_lsa_LookupPrivName, |
| 2966 | (ndr_pull_flags_fn_t) ndr_pull_lsa_LookupPrivName, |
| 2967 | - (ndr_print_function_t) ndr_print_lsa_LookupPrivName, |
| 2968 | + (ndr_print_function_t) ndr_print_disabled, |
| 2969 | { 0, NULL }, |
| 2970 | { 0, NULL }, |
| 2971 | }, |
| 2972 | @@ -13862,7 +13862,7 @@ static const struct ndr_interface_call l |
| 2973 | sizeof(struct lsa_LookupPrivDisplayName), |
| 2974 | (ndr_push_flags_fn_t) ndr_push_lsa_LookupPrivDisplayName, |
| 2975 | (ndr_pull_flags_fn_t) ndr_pull_lsa_LookupPrivDisplayName, |
| 2976 | - (ndr_print_function_t) ndr_print_lsa_LookupPrivDisplayName, |
| 2977 | + (ndr_print_function_t) ndr_print_disabled, |
| 2978 | { 0, NULL }, |
| 2979 | { 0, NULL }, |
| 2980 | }, |
| 2981 | @@ -13871,7 +13871,7 @@ static const struct ndr_interface_call l |
| 2982 | sizeof(struct lsa_DeleteObject), |
| 2983 | (ndr_push_flags_fn_t) ndr_push_lsa_DeleteObject, |
| 2984 | (ndr_pull_flags_fn_t) ndr_pull_lsa_DeleteObject, |
| 2985 | - (ndr_print_function_t) ndr_print_lsa_DeleteObject, |
| 2986 | + (ndr_print_function_t) ndr_print_disabled, |
| 2987 | { 0, NULL }, |
| 2988 | { 0, NULL }, |
| 2989 | }, |
| 2990 | @@ -13880,7 +13880,7 @@ static const struct ndr_interface_call l |
| 2991 | sizeof(struct lsa_EnumAccountsWithUserRight), |
| 2992 | (ndr_push_flags_fn_t) ndr_push_lsa_EnumAccountsWithUserRight, |
| 2993 | (ndr_pull_flags_fn_t) ndr_pull_lsa_EnumAccountsWithUserRight, |
| 2994 | - (ndr_print_function_t) ndr_print_lsa_EnumAccountsWithUserRight, |
| 2995 | + (ndr_print_function_t) ndr_print_disabled, |
| 2996 | { 0, NULL }, |
| 2997 | { 0, NULL }, |
| 2998 | }, |
| 2999 | @@ -13889,7 +13889,7 @@ static const struct ndr_interface_call l |
| 3000 | sizeof(struct lsa_EnumAccountRights), |
| 3001 | (ndr_push_flags_fn_t) ndr_push_lsa_EnumAccountRights, |
| 3002 | (ndr_pull_flags_fn_t) ndr_pull_lsa_EnumAccountRights, |
| 3003 | - (ndr_print_function_t) ndr_print_lsa_EnumAccountRights, |
| 3004 | + (ndr_print_function_t) ndr_print_disabled, |
| 3005 | { 0, NULL }, |
| 3006 | { 0, NULL }, |
| 3007 | }, |
| 3008 | @@ -13898,7 +13898,7 @@ static const struct ndr_interface_call l |
| 3009 | sizeof(struct lsa_AddAccountRights), |
| 3010 | (ndr_push_flags_fn_t) ndr_push_lsa_AddAccountRights, |
| 3011 | (ndr_pull_flags_fn_t) ndr_pull_lsa_AddAccountRights, |
| 3012 | - (ndr_print_function_t) ndr_print_lsa_AddAccountRights, |
| 3013 | + (ndr_print_function_t) ndr_print_disabled, |
| 3014 | { 0, NULL }, |
| 3015 | { 0, NULL }, |
| 3016 | }, |
| 3017 | @@ -13907,7 +13907,7 @@ static const struct ndr_interface_call l |
| 3018 | sizeof(struct lsa_RemoveAccountRights), |
| 3019 | (ndr_push_flags_fn_t) ndr_push_lsa_RemoveAccountRights, |
| 3020 | (ndr_pull_flags_fn_t) ndr_pull_lsa_RemoveAccountRights, |
| 3021 | - (ndr_print_function_t) ndr_print_lsa_RemoveAccountRights, |
| 3022 | + (ndr_print_function_t) ndr_print_disabled, |
| 3023 | { 0, NULL }, |
| 3024 | { 0, NULL }, |
| 3025 | }, |
| 3026 | @@ -13916,7 +13916,7 @@ static const struct ndr_interface_call l |
| 3027 | sizeof(struct lsa_QueryTrustedDomainInfoBySid), |
| 3028 | (ndr_push_flags_fn_t) ndr_push_lsa_QueryTrustedDomainInfoBySid, |
| 3029 | (ndr_pull_flags_fn_t) ndr_pull_lsa_QueryTrustedDomainInfoBySid, |
| 3030 | - (ndr_print_function_t) ndr_print_lsa_QueryTrustedDomainInfoBySid, |
| 3031 | + (ndr_print_function_t) ndr_print_disabled, |
| 3032 | { 0, NULL }, |
| 3033 | { 0, NULL }, |
| 3034 | }, |
| 3035 | @@ -13925,7 +13925,7 @@ static const struct ndr_interface_call l |
| 3036 | sizeof(struct lsa_SetTrustedDomainInfo), |
| 3037 | (ndr_push_flags_fn_t) ndr_push_lsa_SetTrustedDomainInfo, |
| 3038 | (ndr_pull_flags_fn_t) ndr_pull_lsa_SetTrustedDomainInfo, |
| 3039 | - (ndr_print_function_t) ndr_print_lsa_SetTrustedDomainInfo, |
| 3040 | + (ndr_print_function_t) ndr_print_disabled, |
| 3041 | { 0, NULL }, |
| 3042 | { 0, NULL }, |
| 3043 | }, |
| 3044 | @@ -13934,7 +13934,7 @@ static const struct ndr_interface_call l |
| 3045 | sizeof(struct lsa_DeleteTrustedDomain), |
| 3046 | (ndr_push_flags_fn_t) ndr_push_lsa_DeleteTrustedDomain, |
| 3047 | (ndr_pull_flags_fn_t) ndr_pull_lsa_DeleteTrustedDomain, |
| 3048 | - (ndr_print_function_t) ndr_print_lsa_DeleteTrustedDomain, |
| 3049 | + (ndr_print_function_t) ndr_print_disabled, |
| 3050 | { 0, NULL }, |
| 3051 | { 0, NULL }, |
| 3052 | }, |
| 3053 | @@ -13943,7 +13943,7 @@ static const struct ndr_interface_call l |
| 3054 | sizeof(struct lsa_StorePrivateData), |
| 3055 | (ndr_push_flags_fn_t) ndr_push_lsa_StorePrivateData, |
| 3056 | (ndr_pull_flags_fn_t) ndr_pull_lsa_StorePrivateData, |
| 3057 | - (ndr_print_function_t) ndr_print_lsa_StorePrivateData, |
| 3058 | + (ndr_print_function_t) ndr_print_disabled, |
| 3059 | { 0, NULL }, |
| 3060 | { 0, NULL }, |
| 3061 | }, |
| 3062 | @@ -13952,7 +13952,7 @@ static const struct ndr_interface_call l |
| 3063 | sizeof(struct lsa_RetrievePrivateData), |
| 3064 | (ndr_push_flags_fn_t) ndr_push_lsa_RetrievePrivateData, |
| 3065 | (ndr_pull_flags_fn_t) ndr_pull_lsa_RetrievePrivateData, |
| 3066 | - (ndr_print_function_t) ndr_print_lsa_RetrievePrivateData, |
| 3067 | + (ndr_print_function_t) ndr_print_disabled, |
| 3068 | { 0, NULL }, |
| 3069 | { 0, NULL }, |
| 3070 | }, |
| 3071 | @@ -13961,7 +13961,7 @@ static const struct ndr_interface_call l |
| 3072 | sizeof(struct lsa_OpenPolicy2), |
| 3073 | (ndr_push_flags_fn_t) ndr_push_lsa_OpenPolicy2, |
| 3074 | (ndr_pull_flags_fn_t) ndr_pull_lsa_OpenPolicy2, |
| 3075 | - (ndr_print_function_t) ndr_print_lsa_OpenPolicy2, |
| 3076 | + (ndr_print_function_t) ndr_print_disabled, |
| 3077 | { 0, NULL }, |
| 3078 | { 0, NULL }, |
| 3079 | }, |
| 3080 | @@ -13970,7 +13970,7 @@ static const struct ndr_interface_call l |
| 3081 | sizeof(struct lsa_GetUserName), |
| 3082 | (ndr_push_flags_fn_t) ndr_push_lsa_GetUserName, |
| 3083 | (ndr_pull_flags_fn_t) ndr_pull_lsa_GetUserName, |
| 3084 | - (ndr_print_function_t) ndr_print_lsa_GetUserName, |
| 3085 | + (ndr_print_function_t) ndr_print_disabled, |
| 3086 | { 0, NULL }, |
| 3087 | { 0, NULL }, |
| 3088 | }, |
| 3089 | @@ -13979,7 +13979,7 @@ static const struct ndr_interface_call l |
| 3090 | sizeof(struct lsa_QueryInfoPolicy2), |
| 3091 | (ndr_push_flags_fn_t) ndr_push_lsa_QueryInfoPolicy2, |
| 3092 | (ndr_pull_flags_fn_t) ndr_pull_lsa_QueryInfoPolicy2, |
| 3093 | - (ndr_print_function_t) ndr_print_lsa_QueryInfoPolicy2, |
| 3094 | + (ndr_print_function_t) ndr_print_disabled, |
| 3095 | { 0, NULL }, |
| 3096 | { 0, NULL }, |
| 3097 | }, |
| 3098 | @@ -13988,7 +13988,7 @@ static const struct ndr_interface_call l |
| 3099 | sizeof(struct lsa_SetInfoPolicy2), |
| 3100 | (ndr_push_flags_fn_t) ndr_push_lsa_SetInfoPolicy2, |
| 3101 | (ndr_pull_flags_fn_t) ndr_pull_lsa_SetInfoPolicy2, |
| 3102 | - (ndr_print_function_t) ndr_print_lsa_SetInfoPolicy2, |
| 3103 | + (ndr_print_function_t) ndr_print_disabled, |
| 3104 | { 0, NULL }, |
| 3105 | { 0, NULL }, |
| 3106 | }, |
| 3107 | @@ -13997,7 +13997,7 @@ static const struct ndr_interface_call l |
| 3108 | sizeof(struct lsa_QueryTrustedDomainInfoByName), |
| 3109 | (ndr_push_flags_fn_t) ndr_push_lsa_QueryTrustedDomainInfoByName, |
| 3110 | (ndr_pull_flags_fn_t) ndr_pull_lsa_QueryTrustedDomainInfoByName, |
| 3111 | - (ndr_print_function_t) ndr_print_lsa_QueryTrustedDomainInfoByName, |
| 3112 | + (ndr_print_function_t) ndr_print_disabled, |
| 3113 | { 0, NULL }, |
| 3114 | { 0, NULL }, |
| 3115 | }, |
| 3116 | @@ -14006,7 +14006,7 @@ static const struct ndr_interface_call l |
| 3117 | sizeof(struct lsa_SetTrustedDomainInfoByName), |
| 3118 | (ndr_push_flags_fn_t) ndr_push_lsa_SetTrustedDomainInfoByName, |
| 3119 | (ndr_pull_flags_fn_t) ndr_pull_lsa_SetTrustedDomainInfoByName, |
| 3120 | - (ndr_print_function_t) ndr_print_lsa_SetTrustedDomainInfoByName, |
| 3121 | + (ndr_print_function_t) ndr_print_disabled, |
| 3122 | { 0, NULL }, |
| 3123 | { 0, NULL }, |
| 3124 | }, |
| 3125 | @@ -14015,7 +14015,7 @@ static const struct ndr_interface_call l |
| 3126 | sizeof(struct lsa_EnumTrustedDomainsEx), |
| 3127 | (ndr_push_flags_fn_t) ndr_push_lsa_EnumTrustedDomainsEx, |
| 3128 | (ndr_pull_flags_fn_t) ndr_pull_lsa_EnumTrustedDomainsEx, |
| 3129 | - (ndr_print_function_t) ndr_print_lsa_EnumTrustedDomainsEx, |
| 3130 | + (ndr_print_function_t) ndr_print_disabled, |
| 3131 | { 0, NULL }, |
| 3132 | { 0, NULL }, |
| 3133 | }, |
| 3134 | @@ -14024,7 +14024,7 @@ static const struct ndr_interface_call l |
| 3135 | sizeof(struct lsa_CreateTrustedDomainEx), |
| 3136 | (ndr_push_flags_fn_t) ndr_push_lsa_CreateTrustedDomainEx, |
| 3137 | (ndr_pull_flags_fn_t) ndr_pull_lsa_CreateTrustedDomainEx, |
| 3138 | - (ndr_print_function_t) ndr_print_lsa_CreateTrustedDomainEx, |
| 3139 | + (ndr_print_function_t) ndr_print_disabled, |
| 3140 | { 0, NULL }, |
| 3141 | { 0, NULL }, |
| 3142 | }, |
| 3143 | @@ -14033,7 +14033,7 @@ static const struct ndr_interface_call l |
| 3144 | sizeof(struct lsa_CloseTrustedDomainEx), |
| 3145 | (ndr_push_flags_fn_t) ndr_push_lsa_CloseTrustedDomainEx, |
| 3146 | (ndr_pull_flags_fn_t) ndr_pull_lsa_CloseTrustedDomainEx, |
| 3147 | - (ndr_print_function_t) ndr_print_lsa_CloseTrustedDomainEx, |
| 3148 | + (ndr_print_function_t) ndr_print_disabled, |
| 3149 | { 0, NULL }, |
| 3150 | { 0, NULL }, |
| 3151 | }, |
| 3152 | @@ -14042,7 +14042,7 @@ static const struct ndr_interface_call l |
| 3153 | sizeof(struct lsa_QueryDomainInformationPolicy), |
| 3154 | (ndr_push_flags_fn_t) ndr_push_lsa_QueryDomainInformationPolicy, |
| 3155 | (ndr_pull_flags_fn_t) ndr_pull_lsa_QueryDomainInformationPolicy, |
| 3156 | - (ndr_print_function_t) ndr_print_lsa_QueryDomainInformationPolicy, |
| 3157 | + (ndr_print_function_t) ndr_print_disabled, |
| 3158 | { 0, NULL }, |
| 3159 | { 0, NULL }, |
| 3160 | }, |
| 3161 | @@ -14051,7 +14051,7 @@ static const struct ndr_interface_call l |
| 3162 | sizeof(struct lsa_SetDomainInformationPolicy), |
| 3163 | (ndr_push_flags_fn_t) ndr_push_lsa_SetDomainInformationPolicy, |
| 3164 | (ndr_pull_flags_fn_t) ndr_pull_lsa_SetDomainInformationPolicy, |
| 3165 | - (ndr_print_function_t) ndr_print_lsa_SetDomainInformationPolicy, |
| 3166 | + (ndr_print_function_t) ndr_print_disabled, |
| 3167 | { 0, NULL }, |
| 3168 | { 0, NULL }, |
| 3169 | }, |
| 3170 | @@ -14060,7 +14060,7 @@ static const struct ndr_interface_call l |
| 3171 | sizeof(struct lsa_OpenTrustedDomainByName), |
| 3172 | (ndr_push_flags_fn_t) ndr_push_lsa_OpenTrustedDomainByName, |
| 3173 | (ndr_pull_flags_fn_t) ndr_pull_lsa_OpenTrustedDomainByName, |
| 3174 | - (ndr_print_function_t) ndr_print_lsa_OpenTrustedDomainByName, |
| 3175 | + (ndr_print_function_t) ndr_print_disabled, |
| 3176 | { 0, NULL }, |
| 3177 | { 0, NULL }, |
| 3178 | }, |
| 3179 | @@ -14069,7 +14069,7 @@ static const struct ndr_interface_call l |
| 3180 | sizeof(struct lsa_TestCall), |
| 3181 | (ndr_push_flags_fn_t) ndr_push_lsa_TestCall, |
| 3182 | (ndr_pull_flags_fn_t) ndr_pull_lsa_TestCall, |
| 3183 | - (ndr_print_function_t) ndr_print_lsa_TestCall, |
| 3184 | + (ndr_print_function_t) ndr_print_disabled, |
| 3185 | { 0, NULL }, |
| 3186 | { 0, NULL }, |
| 3187 | }, |
| 3188 | @@ -14078,7 +14078,7 @@ static const struct ndr_interface_call l |
| 3189 | sizeof(struct lsa_LookupSids2), |
| 3190 | (ndr_push_flags_fn_t) ndr_push_lsa_LookupSids2, |
| 3191 | (ndr_pull_flags_fn_t) ndr_pull_lsa_LookupSids2, |
| 3192 | - (ndr_print_function_t) ndr_print_lsa_LookupSids2, |
| 3193 | + (ndr_print_function_t) ndr_print_disabled, |
| 3194 | { 0, NULL }, |
| 3195 | { 0, NULL }, |
| 3196 | }, |
| 3197 | @@ -14087,7 +14087,7 @@ static const struct ndr_interface_call l |
| 3198 | sizeof(struct lsa_LookupNames2), |
| 3199 | (ndr_push_flags_fn_t) ndr_push_lsa_LookupNames2, |
| 3200 | (ndr_pull_flags_fn_t) ndr_pull_lsa_LookupNames2, |
| 3201 | - (ndr_print_function_t) ndr_print_lsa_LookupNames2, |
| 3202 | + (ndr_print_function_t) ndr_print_disabled, |
| 3203 | { 0, NULL }, |
| 3204 | { 0, NULL }, |
| 3205 | }, |
| 3206 | @@ -14096,7 +14096,7 @@ static const struct ndr_interface_call l |
| 3207 | sizeof(struct lsa_CreateTrustedDomainEx2), |
| 3208 | (ndr_push_flags_fn_t) ndr_push_lsa_CreateTrustedDomainEx2, |
| 3209 | (ndr_pull_flags_fn_t) ndr_pull_lsa_CreateTrustedDomainEx2, |
| 3210 | - (ndr_print_function_t) ndr_print_lsa_CreateTrustedDomainEx2, |
| 3211 | + (ndr_print_function_t) ndr_print_disabled, |
| 3212 | { 0, NULL }, |
| 3213 | { 0, NULL }, |
| 3214 | }, |
| 3215 | @@ -14105,7 +14105,7 @@ static const struct ndr_interface_call l |
| 3216 | sizeof(struct lsa_CREDRWRITE), |
| 3217 | (ndr_push_flags_fn_t) ndr_push_lsa_CREDRWRITE, |
| 3218 | (ndr_pull_flags_fn_t) ndr_pull_lsa_CREDRWRITE, |
| 3219 | - (ndr_print_function_t) ndr_print_lsa_CREDRWRITE, |
| 3220 | + (ndr_print_function_t) ndr_print_disabled, |
| 3221 | { 0, NULL }, |
| 3222 | { 0, NULL }, |
| 3223 | }, |
| 3224 | @@ -14114,7 +14114,7 @@ static const struct ndr_interface_call l |
| 3225 | sizeof(struct lsa_CREDRREAD), |
| 3226 | (ndr_push_flags_fn_t) ndr_push_lsa_CREDRREAD, |
| 3227 | (ndr_pull_flags_fn_t) ndr_pull_lsa_CREDRREAD, |
| 3228 | - (ndr_print_function_t) ndr_print_lsa_CREDRREAD, |
| 3229 | + (ndr_print_function_t) ndr_print_disabled, |
| 3230 | { 0, NULL }, |
| 3231 | { 0, NULL }, |
| 3232 | }, |
| 3233 | @@ -14123,7 +14123,7 @@ static const struct ndr_interface_call l |
| 3234 | sizeof(struct lsa_CREDRENUMERATE), |
| 3235 | (ndr_push_flags_fn_t) ndr_push_lsa_CREDRENUMERATE, |
| 3236 | (ndr_pull_flags_fn_t) ndr_pull_lsa_CREDRENUMERATE, |
| 3237 | - (ndr_print_function_t) ndr_print_lsa_CREDRENUMERATE, |
| 3238 | + (ndr_print_function_t) ndr_print_disabled, |
| 3239 | { 0, NULL }, |
| 3240 | { 0, NULL }, |
| 3241 | }, |
| 3242 | @@ -14132,7 +14132,7 @@ static const struct ndr_interface_call l |
| 3243 | sizeof(struct lsa_CREDRWRITEDOMAINCREDENTIALS), |
| 3244 | (ndr_push_flags_fn_t) ndr_push_lsa_CREDRWRITEDOMAINCREDENTIALS, |
| 3245 | (ndr_pull_flags_fn_t) ndr_pull_lsa_CREDRWRITEDOMAINCREDENTIALS, |
| 3246 | - (ndr_print_function_t) ndr_print_lsa_CREDRWRITEDOMAINCREDENTIALS, |
| 3247 | + (ndr_print_function_t) ndr_print_disabled, |
| 3248 | { 0, NULL }, |
| 3249 | { 0, NULL }, |
| 3250 | }, |
| 3251 | @@ -14141,7 +14141,7 @@ static const struct ndr_interface_call l |
| 3252 | sizeof(struct lsa_CREDRREADDOMAINCREDENTIALS), |
| 3253 | (ndr_push_flags_fn_t) ndr_push_lsa_CREDRREADDOMAINCREDENTIALS, |
| 3254 | (ndr_pull_flags_fn_t) ndr_pull_lsa_CREDRREADDOMAINCREDENTIALS, |
| 3255 | - (ndr_print_function_t) ndr_print_lsa_CREDRREADDOMAINCREDENTIALS, |
| 3256 | + (ndr_print_function_t) ndr_print_disabled, |
| 3257 | { 0, NULL }, |
| 3258 | { 0, NULL }, |
| 3259 | }, |
| 3260 | @@ -14150,7 +14150,7 @@ static const struct ndr_interface_call l |
| 3261 | sizeof(struct lsa_CREDRDELETE), |
| 3262 | (ndr_push_flags_fn_t) ndr_push_lsa_CREDRDELETE, |
| 3263 | (ndr_pull_flags_fn_t) ndr_pull_lsa_CREDRDELETE, |
| 3264 | - (ndr_print_function_t) ndr_print_lsa_CREDRDELETE, |
| 3265 | + (ndr_print_function_t) ndr_print_disabled, |
| 3266 | { 0, NULL }, |
| 3267 | { 0, NULL }, |
| 3268 | }, |
| 3269 | @@ -14159,7 +14159,7 @@ static const struct ndr_interface_call l |
| 3270 | sizeof(struct lsa_CREDRGETTARGETINFO), |
| 3271 | (ndr_push_flags_fn_t) ndr_push_lsa_CREDRGETTARGETINFO, |
| 3272 | (ndr_pull_flags_fn_t) ndr_pull_lsa_CREDRGETTARGETINFO, |
| 3273 | - (ndr_print_function_t) ndr_print_lsa_CREDRGETTARGETINFO, |
| 3274 | + (ndr_print_function_t) ndr_print_disabled, |
| 3275 | { 0, NULL }, |
| 3276 | { 0, NULL }, |
| 3277 | }, |
| 3278 | @@ -14168,7 +14168,7 @@ static const struct ndr_interface_call l |
| 3279 | sizeof(struct lsa_CREDRPROFILELOADED), |
| 3280 | (ndr_push_flags_fn_t) ndr_push_lsa_CREDRPROFILELOADED, |
| 3281 | (ndr_pull_flags_fn_t) ndr_pull_lsa_CREDRPROFILELOADED, |
| 3282 | - (ndr_print_function_t) ndr_print_lsa_CREDRPROFILELOADED, |
| 3283 | + (ndr_print_function_t) ndr_print_disabled, |
| 3284 | { 0, NULL }, |
| 3285 | { 0, NULL }, |
| 3286 | }, |
| 3287 | @@ -14177,7 +14177,7 @@ static const struct ndr_interface_call l |
| 3288 | sizeof(struct lsa_LookupNames3), |
| 3289 | (ndr_push_flags_fn_t) ndr_push_lsa_LookupNames3, |
| 3290 | (ndr_pull_flags_fn_t) ndr_pull_lsa_LookupNames3, |
| 3291 | - (ndr_print_function_t) ndr_print_lsa_LookupNames3, |
| 3292 | + (ndr_print_function_t) ndr_print_disabled, |
| 3293 | { 0, NULL }, |
| 3294 | { 0, NULL }, |
| 3295 | }, |
| 3296 | @@ -14186,7 +14186,7 @@ static const struct ndr_interface_call l |
| 3297 | sizeof(struct lsa_CREDRGETSESSIONTYPES), |
| 3298 | (ndr_push_flags_fn_t) ndr_push_lsa_CREDRGETSESSIONTYPES, |
| 3299 | (ndr_pull_flags_fn_t) ndr_pull_lsa_CREDRGETSESSIONTYPES, |
| 3300 | - (ndr_print_function_t) ndr_print_lsa_CREDRGETSESSIONTYPES, |
| 3301 | + (ndr_print_function_t) ndr_print_disabled, |
| 3302 | { 0, NULL }, |
| 3303 | { 0, NULL }, |
| 3304 | }, |
| 3305 | @@ -14195,7 +14195,7 @@ static const struct ndr_interface_call l |
| 3306 | sizeof(struct lsa_LSARREGISTERAUDITEVENT), |
| 3307 | (ndr_push_flags_fn_t) ndr_push_lsa_LSARREGISTERAUDITEVENT, |
| 3308 | (ndr_pull_flags_fn_t) ndr_pull_lsa_LSARREGISTERAUDITEVENT, |
| 3309 | - (ndr_print_function_t) ndr_print_lsa_LSARREGISTERAUDITEVENT, |
| 3310 | + (ndr_print_function_t) ndr_print_disabled, |
| 3311 | { 0, NULL }, |
| 3312 | { 0, NULL }, |
| 3313 | }, |
| 3314 | @@ -14204,7 +14204,7 @@ static const struct ndr_interface_call l |
| 3315 | sizeof(struct lsa_LSARGENAUDITEVENT), |
| 3316 | (ndr_push_flags_fn_t) ndr_push_lsa_LSARGENAUDITEVENT, |
| 3317 | (ndr_pull_flags_fn_t) ndr_pull_lsa_LSARGENAUDITEVENT, |
| 3318 | - (ndr_print_function_t) ndr_print_lsa_LSARGENAUDITEVENT, |
| 3319 | + (ndr_print_function_t) ndr_print_disabled, |
| 3320 | { 0, NULL }, |
| 3321 | { 0, NULL }, |
| 3322 | }, |
| 3323 | @@ -14213,7 +14213,7 @@ static const struct ndr_interface_call l |
| 3324 | sizeof(struct lsa_LSARUNREGISTERAUDITEVENT), |
| 3325 | (ndr_push_flags_fn_t) ndr_push_lsa_LSARUNREGISTERAUDITEVENT, |
| 3326 | (ndr_pull_flags_fn_t) ndr_pull_lsa_LSARUNREGISTERAUDITEVENT, |
| 3327 | - (ndr_print_function_t) ndr_print_lsa_LSARUNREGISTERAUDITEVENT, |
| 3328 | + (ndr_print_function_t) ndr_print_disabled, |
| 3329 | { 0, NULL }, |
| 3330 | { 0, NULL }, |
| 3331 | }, |
| 3332 | @@ -14222,7 +14222,7 @@ static const struct ndr_interface_call l |
| 3333 | sizeof(struct lsa_lsaRQueryForestTrustInformation), |
| 3334 | (ndr_push_flags_fn_t) ndr_push_lsa_lsaRQueryForestTrustInformation, |
| 3335 | (ndr_pull_flags_fn_t) ndr_pull_lsa_lsaRQueryForestTrustInformation, |
| 3336 | - (ndr_print_function_t) ndr_print_lsa_lsaRQueryForestTrustInformation, |
| 3337 | + (ndr_print_function_t) ndr_print_disabled, |
| 3338 | { 0, NULL }, |
| 3339 | { 0, NULL }, |
| 3340 | }, |
| 3341 | @@ -14231,7 +14231,7 @@ static const struct ndr_interface_call l |
| 3342 | sizeof(struct lsa_lsaRSetForestTrustInformation), |
| 3343 | (ndr_push_flags_fn_t) ndr_push_lsa_lsaRSetForestTrustInformation, |
| 3344 | (ndr_pull_flags_fn_t) ndr_pull_lsa_lsaRSetForestTrustInformation, |
| 3345 | - (ndr_print_function_t) ndr_print_lsa_lsaRSetForestTrustInformation, |
| 3346 | + (ndr_print_function_t) ndr_print_disabled, |
| 3347 | { 0, NULL }, |
| 3348 | { 0, NULL }, |
| 3349 | }, |
| 3350 | @@ -14240,7 +14240,7 @@ static const struct ndr_interface_call l |
| 3351 | sizeof(struct lsa_CREDRRENAME), |
| 3352 | (ndr_push_flags_fn_t) ndr_push_lsa_CREDRRENAME, |
| 3353 | (ndr_pull_flags_fn_t) ndr_pull_lsa_CREDRRENAME, |
| 3354 | - (ndr_print_function_t) ndr_print_lsa_CREDRRENAME, |
| 3355 | + (ndr_print_function_t) ndr_print_disabled, |
| 3356 | { 0, NULL }, |
| 3357 | { 0, NULL }, |
| 3358 | }, |
| 3359 | @@ -14249,7 +14249,7 @@ static const struct ndr_interface_call l |
| 3360 | sizeof(struct lsa_LookupSids3), |
| 3361 | (ndr_push_flags_fn_t) ndr_push_lsa_LookupSids3, |
| 3362 | (ndr_pull_flags_fn_t) ndr_pull_lsa_LookupSids3, |
| 3363 | - (ndr_print_function_t) ndr_print_lsa_LookupSids3, |
| 3364 | + (ndr_print_function_t) ndr_print_disabled, |
| 3365 | { 0, NULL }, |
| 3366 | { 0, NULL }, |
| 3367 | }, |
| 3368 | @@ -14258,7 +14258,7 @@ static const struct ndr_interface_call l |
| 3369 | sizeof(struct lsa_LookupNames4), |
| 3370 | (ndr_push_flags_fn_t) ndr_push_lsa_LookupNames4, |
| 3371 | (ndr_pull_flags_fn_t) ndr_pull_lsa_LookupNames4, |
| 3372 | - (ndr_print_function_t) ndr_print_lsa_LookupNames4, |
| 3373 | + (ndr_print_function_t) ndr_print_disabled, |
| 3374 | { 0, NULL }, |
| 3375 | { 0, NULL }, |
| 3376 | }, |
| 3377 | @@ -14267,7 +14267,7 @@ static const struct ndr_interface_call l |
| 3378 | sizeof(struct lsa_LSAROPENPOLICYSCE), |
| 3379 | (ndr_push_flags_fn_t) ndr_push_lsa_LSAROPENPOLICYSCE, |
| 3380 | (ndr_pull_flags_fn_t) ndr_pull_lsa_LSAROPENPOLICYSCE, |
| 3381 | - (ndr_print_function_t) ndr_print_lsa_LSAROPENPOLICYSCE, |
| 3382 | + (ndr_print_function_t) ndr_print_disabled, |
| 3383 | { 0, NULL }, |
| 3384 | { 0, NULL }, |
| 3385 | }, |
| 3386 | @@ -14276,7 +14276,7 @@ static const struct ndr_interface_call l |
| 3387 | sizeof(struct lsa_LSARADTREGISTERSECURITYEVENTSOURCE), |
| 3388 | (ndr_push_flags_fn_t) ndr_push_lsa_LSARADTREGISTERSECURITYEVENTSOURCE, |
| 3389 | (ndr_pull_flags_fn_t) ndr_pull_lsa_LSARADTREGISTERSECURITYEVENTSOURCE, |
| 3390 | - (ndr_print_function_t) ndr_print_lsa_LSARADTREGISTERSECURITYEVENTSOURCE, |
| 3391 | + (ndr_print_function_t) ndr_print_disabled, |
| 3392 | { 0, NULL }, |
| 3393 | { 0, NULL }, |
| 3394 | }, |
| 3395 | @@ -14285,7 +14285,7 @@ static const struct ndr_interface_call l |
| 3396 | sizeof(struct lsa_LSARADTUNREGISTERSECURITYEVENTSOURCE), |
| 3397 | (ndr_push_flags_fn_t) ndr_push_lsa_LSARADTUNREGISTERSECURITYEVENTSOURCE, |
| 3398 | (ndr_pull_flags_fn_t) ndr_pull_lsa_LSARADTUNREGISTERSECURITYEVENTSOURCE, |
| 3399 | - (ndr_print_function_t) ndr_print_lsa_LSARADTUNREGISTERSECURITYEVENTSOURCE, |
| 3400 | + (ndr_print_function_t) ndr_print_disabled, |
| 3401 | { 0, NULL }, |
| 3402 | { 0, NULL }, |
| 3403 | }, |
| 3404 | @@ -14294,7 +14294,7 @@ static const struct ndr_interface_call l |
| 3405 | sizeof(struct lsa_LSARADTREPORTSECURITYEVENT), |
| 3406 | (ndr_push_flags_fn_t) ndr_push_lsa_LSARADTREPORTSECURITYEVENT, |
| 3407 | (ndr_pull_flags_fn_t) ndr_pull_lsa_LSARADTREPORTSECURITYEVENT, |
| 3408 | - (ndr_print_function_t) ndr_print_lsa_LSARADTREPORTSECURITYEVENT, |
| 3409 | + (ndr_print_function_t) ndr_print_disabled, |
| 3410 | { 0, NULL }, |
| 3411 | { 0, NULL }, |
| 3412 | }, |
| 3413 | --- a/source3/librpc/gen_ndr/ndr_mgmt.c |
| 3414 | +++ b/source3/librpc/gen_ndr/ndr_mgmt.c |
| 3415 | @@ -515,7 +515,7 @@ static const struct ndr_interface_call m |
| 3416 | sizeof(struct mgmt_inq_if_ids), |
| 3417 | (ndr_push_flags_fn_t) ndr_push_mgmt_inq_if_ids, |
| 3418 | (ndr_pull_flags_fn_t) ndr_pull_mgmt_inq_if_ids, |
| 3419 | - (ndr_print_function_t) ndr_print_mgmt_inq_if_ids, |
| 3420 | + (ndr_print_function_t) ndr_print_disabled, |
| 3421 | { 0, NULL }, |
| 3422 | { 0, NULL }, |
| 3423 | }, |
| 3424 | @@ -524,7 +524,7 @@ static const struct ndr_interface_call m |
| 3425 | sizeof(struct mgmt_inq_stats), |
| 3426 | (ndr_push_flags_fn_t) ndr_push_mgmt_inq_stats, |
| 3427 | (ndr_pull_flags_fn_t) ndr_pull_mgmt_inq_stats, |
| 3428 | - (ndr_print_function_t) ndr_print_mgmt_inq_stats, |
| 3429 | + (ndr_print_function_t) ndr_print_disabled, |
| 3430 | { 0, NULL }, |
| 3431 | { 0, NULL }, |
| 3432 | }, |
| 3433 | @@ -533,7 +533,7 @@ static const struct ndr_interface_call m |
| 3434 | sizeof(struct mgmt_is_server_listening), |
| 3435 | (ndr_push_flags_fn_t) ndr_push_mgmt_is_server_listening, |
| 3436 | (ndr_pull_flags_fn_t) ndr_pull_mgmt_is_server_listening, |
| 3437 | - (ndr_print_function_t) ndr_print_mgmt_is_server_listening, |
| 3438 | + (ndr_print_function_t) ndr_print_disabled, |
| 3439 | { 0, NULL }, |
| 3440 | { 0, NULL }, |
| 3441 | }, |
| 3442 | @@ -542,7 +542,7 @@ static const struct ndr_interface_call m |
| 3443 | sizeof(struct mgmt_stop_server_listening), |
| 3444 | (ndr_push_flags_fn_t) ndr_push_mgmt_stop_server_listening, |
| 3445 | (ndr_pull_flags_fn_t) ndr_pull_mgmt_stop_server_listening, |
| 3446 | - (ndr_print_function_t) ndr_print_mgmt_stop_server_listening, |
| 3447 | + (ndr_print_function_t) ndr_print_disabled, |
| 3448 | { 0, NULL }, |
| 3449 | { 0, NULL }, |
| 3450 | }, |
| 3451 | @@ -551,7 +551,7 @@ static const struct ndr_interface_call m |
| 3452 | sizeof(struct mgmt_inq_princ_name), |
| 3453 | (ndr_push_flags_fn_t) ndr_push_mgmt_inq_princ_name, |
| 3454 | (ndr_pull_flags_fn_t) ndr_pull_mgmt_inq_princ_name, |
| 3455 | - (ndr_print_function_t) ndr_print_mgmt_inq_princ_name, |
| 3456 | + (ndr_print_function_t) ndr_print_disabled, |
| 3457 | { 0, NULL }, |
| 3458 | { 0, NULL }, |
| 3459 | }, |
| 3460 | --- a/source3/librpc/gen_ndr/ndr_msgsvc.c |
| 3461 | +++ b/source3/librpc/gen_ndr/ndr_msgsvc.c |
| 3462 | @@ -165,7 +165,7 @@ static const struct ndr_interface_call m |
| 3463 | sizeof(struct NetrMessageNameAdd), |
| 3464 | (ndr_push_flags_fn_t) ndr_push_NetrMessageNameAdd, |
| 3465 | (ndr_pull_flags_fn_t) ndr_pull_NetrMessageNameAdd, |
| 3466 | - (ndr_print_function_t) ndr_print_NetrMessageNameAdd, |
| 3467 | + (ndr_print_function_t) ndr_print_disabled, |
| 3468 | { 0, NULL }, |
| 3469 | { 0, NULL }, |
| 3470 | }, |
| 3471 | @@ -174,7 +174,7 @@ static const struct ndr_interface_call m |
| 3472 | sizeof(struct NetrMessageNameEnum), |
| 3473 | (ndr_push_flags_fn_t) ndr_push_NetrMessageNameEnum, |
| 3474 | (ndr_pull_flags_fn_t) ndr_pull_NetrMessageNameEnum, |
| 3475 | - (ndr_print_function_t) ndr_print_NetrMessageNameEnum, |
| 3476 | + (ndr_print_function_t) ndr_print_disabled, |
| 3477 | { 0, NULL }, |
| 3478 | { 0, NULL }, |
| 3479 | }, |
| 3480 | @@ -183,7 +183,7 @@ static const struct ndr_interface_call m |
| 3481 | sizeof(struct NetrMessageNameGetInfo), |
| 3482 | (ndr_push_flags_fn_t) ndr_push_NetrMessageNameGetInfo, |
| 3483 | (ndr_pull_flags_fn_t) ndr_pull_NetrMessageNameGetInfo, |
| 3484 | - (ndr_print_function_t) ndr_print_NetrMessageNameGetInfo, |
| 3485 | + (ndr_print_function_t) ndr_print_disabled, |
| 3486 | { 0, NULL }, |
| 3487 | { 0, NULL }, |
| 3488 | }, |
| 3489 | @@ -192,7 +192,7 @@ static const struct ndr_interface_call m |
| 3490 | sizeof(struct NetrMessageNameDel), |
| 3491 | (ndr_push_flags_fn_t) ndr_push_NetrMessageNameDel, |
| 3492 | (ndr_pull_flags_fn_t) ndr_pull_NetrMessageNameDel, |
| 3493 | - (ndr_print_function_t) ndr_print_NetrMessageNameDel, |
| 3494 | + (ndr_print_function_t) ndr_print_disabled, |
| 3495 | { 0, NULL }, |
| 3496 | { 0, NULL }, |
| 3497 | }, |
| 3498 | @@ -276,7 +276,7 @@ static const struct ndr_interface_call m |
| 3499 | sizeof(struct NetrSendMessage), |
| 3500 | (ndr_push_flags_fn_t) ndr_push_NetrSendMessage, |
| 3501 | (ndr_pull_flags_fn_t) ndr_pull_NetrSendMessage, |
| 3502 | - (ndr_print_function_t) ndr_print_NetrSendMessage, |
| 3503 | + (ndr_print_function_t) ndr_print_disabled, |
| 3504 | { 0, NULL }, |
| 3505 | { 0, NULL }, |
| 3506 | }, |
| 3507 | --- a/source3/librpc/gen_ndr/ndr_nbt.c |
| 3508 | +++ b/source3/librpc/gen_ndr/ndr_nbt.c |
| 3509 | @@ -3671,7 +3671,7 @@ static const struct ndr_interface_call n |
| 3510 | sizeof(struct decode_nbt_netlogon_packet), |
| 3511 | (ndr_push_flags_fn_t) ndr_push_decode_nbt_netlogon_packet, |
| 3512 | (ndr_pull_flags_fn_t) ndr_pull_decode_nbt_netlogon_packet, |
| 3513 | - (ndr_print_function_t) ndr_print_decode_nbt_netlogon_packet, |
| 3514 | + (ndr_print_function_t) ndr_print_disabled, |
| 3515 | { 0, NULL }, |
| 3516 | { 0, NULL }, |
| 3517 | }, |
| 3518 | --- a/source3/librpc/gen_ndr/ndr_netlogon.c |
| 3519 | +++ b/source3/librpc/gen_ndr/ndr_netlogon.c |
| 3520 | @@ -17827,7 +17827,7 @@ static const struct ndr_interface_call n |
| 3521 | sizeof(struct netr_LogonUasLogon), |
| 3522 | (ndr_push_flags_fn_t) ndr_push_netr_LogonUasLogon, |
| 3523 | (ndr_pull_flags_fn_t) ndr_pull_netr_LogonUasLogon, |
| 3524 | - (ndr_print_function_t) ndr_print_netr_LogonUasLogon, |
| 3525 | + (ndr_print_function_t) ndr_print_disabled, |
| 3526 | { 0, NULL }, |
| 3527 | { 0, NULL }, |
| 3528 | }, |
| 3529 | @@ -17836,7 +17836,7 @@ static const struct ndr_interface_call n |
| 3530 | sizeof(struct netr_LogonUasLogoff), |
| 3531 | (ndr_push_flags_fn_t) ndr_push_netr_LogonUasLogoff, |
| 3532 | (ndr_pull_flags_fn_t) ndr_pull_netr_LogonUasLogoff, |
| 3533 | - (ndr_print_function_t) ndr_print_netr_LogonUasLogoff, |
| 3534 | + (ndr_print_function_t) ndr_print_disabled, |
| 3535 | { 0, NULL }, |
| 3536 | { 0, NULL }, |
| 3537 | }, |
| 3538 | @@ -17845,7 +17845,7 @@ static const struct ndr_interface_call n |
| 3539 | sizeof(struct netr_LogonSamLogon), |
| 3540 | (ndr_push_flags_fn_t) ndr_push_netr_LogonSamLogon, |
| 3541 | (ndr_pull_flags_fn_t) ndr_pull_netr_LogonSamLogon, |
| 3542 | - (ndr_print_function_t) ndr_print_netr_LogonSamLogon, |
| 3543 | + (ndr_print_function_t) ndr_print_disabled, |
| 3544 | { 0, NULL }, |
| 3545 | { 0, NULL }, |
| 3546 | }, |
| 3547 | @@ -17854,7 +17854,7 @@ static const struct ndr_interface_call n |
| 3548 | sizeof(struct netr_LogonSamLogoff), |
| 3549 | (ndr_push_flags_fn_t) ndr_push_netr_LogonSamLogoff, |
| 3550 | (ndr_pull_flags_fn_t) ndr_pull_netr_LogonSamLogoff, |
| 3551 | - (ndr_print_function_t) ndr_print_netr_LogonSamLogoff, |
| 3552 | + (ndr_print_function_t) ndr_print_disabled, |
| 3553 | { 0, NULL }, |
| 3554 | { 0, NULL }, |
| 3555 | }, |
| 3556 | @@ -17863,7 +17863,7 @@ static const struct ndr_interface_call n |
| 3557 | sizeof(struct netr_ServerReqChallenge), |
| 3558 | (ndr_push_flags_fn_t) ndr_push_netr_ServerReqChallenge, |
| 3559 | (ndr_pull_flags_fn_t) ndr_pull_netr_ServerReqChallenge, |
| 3560 | - (ndr_print_function_t) ndr_print_netr_ServerReqChallenge, |
| 3561 | + (ndr_print_function_t) ndr_print_disabled, |
| 3562 | { 0, NULL }, |
| 3563 | { 0, NULL }, |
| 3564 | }, |
| 3565 | @@ -17872,7 +17872,7 @@ static const struct ndr_interface_call n |
| 3566 | sizeof(struct netr_ServerAuthenticate), |
| 3567 | (ndr_push_flags_fn_t) ndr_push_netr_ServerAuthenticate, |
| 3568 | (ndr_pull_flags_fn_t) ndr_pull_netr_ServerAuthenticate, |
| 3569 | - (ndr_print_function_t) ndr_print_netr_ServerAuthenticate, |
| 3570 | + (ndr_print_function_t) ndr_print_disabled, |
| 3571 | { 0, NULL }, |
| 3572 | { 0, NULL }, |
| 3573 | }, |
| 3574 | @@ -17881,7 +17881,7 @@ static const struct ndr_interface_call n |
| 3575 | sizeof(struct netr_ServerPasswordSet), |
| 3576 | (ndr_push_flags_fn_t) ndr_push_netr_ServerPasswordSet, |
| 3577 | (ndr_pull_flags_fn_t) ndr_pull_netr_ServerPasswordSet, |
| 3578 | - (ndr_print_function_t) ndr_print_netr_ServerPasswordSet, |
| 3579 | + (ndr_print_function_t) ndr_print_disabled, |
| 3580 | { 0, NULL }, |
| 3581 | { 0, NULL }, |
| 3582 | }, |
| 3583 | @@ -17890,7 +17890,7 @@ static const struct ndr_interface_call n |
| 3584 | sizeof(struct netr_DatabaseDeltas), |
| 3585 | (ndr_push_flags_fn_t) ndr_push_netr_DatabaseDeltas, |
| 3586 | (ndr_pull_flags_fn_t) ndr_pull_netr_DatabaseDeltas, |
| 3587 | - (ndr_print_function_t) ndr_print_netr_DatabaseDeltas, |
| 3588 | + (ndr_print_function_t) ndr_print_disabled, |
| 3589 | { 0, NULL }, |
| 3590 | { 0, NULL }, |
| 3591 | }, |
| 3592 | @@ -17899,7 +17899,7 @@ static const struct ndr_interface_call n |
| 3593 | sizeof(struct netr_DatabaseSync), |
| 3594 | (ndr_push_flags_fn_t) ndr_push_netr_DatabaseSync, |
| 3595 | (ndr_pull_flags_fn_t) ndr_pull_netr_DatabaseSync, |
| 3596 | - (ndr_print_function_t) ndr_print_netr_DatabaseSync, |
| 3597 | + (ndr_print_function_t) ndr_print_disabled, |
| 3598 | { 0, NULL }, |
| 3599 | { 0, NULL }, |
| 3600 | }, |
| 3601 | @@ -17908,7 +17908,7 @@ static const struct ndr_interface_call n |
| 3602 | sizeof(struct netr_AccountDeltas), |
| 3603 | (ndr_push_flags_fn_t) ndr_push_netr_AccountDeltas, |
| 3604 | (ndr_pull_flags_fn_t) ndr_pull_netr_AccountDeltas, |
| 3605 | - (ndr_print_function_t) ndr_print_netr_AccountDeltas, |
| 3606 | + (ndr_print_function_t) ndr_print_disabled, |
| 3607 | { 0, NULL }, |
| 3608 | { 0, NULL }, |
| 3609 | }, |
| 3610 | @@ -17917,7 +17917,7 @@ static const struct ndr_interface_call n |
| 3611 | sizeof(struct netr_AccountSync), |
| 3612 | (ndr_push_flags_fn_t) ndr_push_netr_AccountSync, |
| 3613 | (ndr_pull_flags_fn_t) ndr_pull_netr_AccountSync, |
| 3614 | - (ndr_print_function_t) ndr_print_netr_AccountSync, |
| 3615 | + (ndr_print_function_t) ndr_print_disabled, |
| 3616 | { 0, NULL }, |
| 3617 | { 0, NULL }, |
| 3618 | }, |
| 3619 | @@ -17926,7 +17926,7 @@ static const struct ndr_interface_call n |
| 3620 | sizeof(struct netr_GetDcName), |
| 3621 | (ndr_push_flags_fn_t) ndr_push_netr_GetDcName, |
| 3622 | (ndr_pull_flags_fn_t) ndr_pull_netr_GetDcName, |
| 3623 | - (ndr_print_function_t) ndr_print_netr_GetDcName, |
| 3624 | + (ndr_print_function_t) ndr_print_disabled, |
| 3625 | { 0, NULL }, |
| 3626 | { 0, NULL }, |
| 3627 | }, |
| 3628 | @@ -17935,7 +17935,7 @@ static const struct ndr_interface_call n |
| 3629 | sizeof(struct netr_LogonControl), |
| 3630 | (ndr_push_flags_fn_t) ndr_push_netr_LogonControl, |
| 3631 | (ndr_pull_flags_fn_t) ndr_pull_netr_LogonControl, |
| 3632 | - (ndr_print_function_t) ndr_print_netr_LogonControl, |
| 3633 | + (ndr_print_function_t) ndr_print_disabled, |
| 3634 | { 0, NULL }, |
| 3635 | { 0, NULL }, |
| 3636 | }, |
| 3637 | @@ -17944,7 +17944,7 @@ static const struct ndr_interface_call n |
| 3638 | sizeof(struct netr_GetAnyDCName), |
| 3639 | (ndr_push_flags_fn_t) ndr_push_netr_GetAnyDCName, |
| 3640 | (ndr_pull_flags_fn_t) ndr_pull_netr_GetAnyDCName, |
| 3641 | - (ndr_print_function_t) ndr_print_netr_GetAnyDCName, |
| 3642 | + (ndr_print_function_t) ndr_print_disabled, |
| 3643 | { 0, NULL }, |
| 3644 | { 0, NULL }, |
| 3645 | }, |
| 3646 | @@ -17953,7 +17953,7 @@ static const struct ndr_interface_call n |
| 3647 | sizeof(struct netr_LogonControl2), |
| 3648 | (ndr_push_flags_fn_t) ndr_push_netr_LogonControl2, |
| 3649 | (ndr_pull_flags_fn_t) ndr_pull_netr_LogonControl2, |
| 3650 | - (ndr_print_function_t) ndr_print_netr_LogonControl2, |
| 3651 | + (ndr_print_function_t) ndr_print_disabled, |
| 3652 | { 0, NULL }, |
| 3653 | { 0, NULL }, |
| 3654 | }, |
| 3655 | @@ -17962,7 +17962,7 @@ static const struct ndr_interface_call n |
| 3656 | sizeof(struct netr_ServerAuthenticate2), |
| 3657 | (ndr_push_flags_fn_t) ndr_push_netr_ServerAuthenticate2, |
| 3658 | (ndr_pull_flags_fn_t) ndr_pull_netr_ServerAuthenticate2, |
| 3659 | - (ndr_print_function_t) ndr_print_netr_ServerAuthenticate2, |
| 3660 | + (ndr_print_function_t) ndr_print_disabled, |
| 3661 | { 0, NULL }, |
| 3662 | { 0, NULL }, |
| 3663 | }, |
| 3664 | @@ -17971,7 +17971,7 @@ static const struct ndr_interface_call n |
| 3665 | sizeof(struct netr_DatabaseSync2), |
| 3666 | (ndr_push_flags_fn_t) ndr_push_netr_DatabaseSync2, |
| 3667 | (ndr_pull_flags_fn_t) ndr_pull_netr_DatabaseSync2, |
| 3668 | - (ndr_print_function_t) ndr_print_netr_DatabaseSync2, |
| 3669 | + (ndr_print_function_t) ndr_print_disabled, |
| 3670 | { 0, NULL }, |
| 3671 | { 0, NULL }, |
| 3672 | }, |
| 3673 | @@ -17980,7 +17980,7 @@ static const struct ndr_interface_call n |
| 3674 | sizeof(struct netr_DatabaseRedo), |
| 3675 | (ndr_push_flags_fn_t) ndr_push_netr_DatabaseRedo, |
| 3676 | (ndr_pull_flags_fn_t) ndr_pull_netr_DatabaseRedo, |
| 3677 | - (ndr_print_function_t) ndr_print_netr_DatabaseRedo, |
| 3678 | + (ndr_print_function_t) ndr_print_disabled, |
| 3679 | { 0, NULL }, |
| 3680 | { 0, NULL }, |
| 3681 | }, |
| 3682 | @@ -17989,7 +17989,7 @@ static const struct ndr_interface_call n |
| 3683 | sizeof(struct netr_LogonControl2Ex), |
| 3684 | (ndr_push_flags_fn_t) ndr_push_netr_LogonControl2Ex, |
| 3685 | (ndr_pull_flags_fn_t) ndr_pull_netr_LogonControl2Ex, |
| 3686 | - (ndr_print_function_t) ndr_print_netr_LogonControl2Ex, |
| 3687 | + (ndr_print_function_t) ndr_print_disabled, |
| 3688 | { 0, NULL }, |
| 3689 | { 0, NULL }, |
| 3690 | }, |
| 3691 | @@ -17998,7 +17998,7 @@ static const struct ndr_interface_call n |
| 3692 | sizeof(struct netr_NetrEnumerateTrustedDomains), |
| 3693 | (ndr_push_flags_fn_t) ndr_push_netr_NetrEnumerateTrustedDomains, |
| 3694 | (ndr_pull_flags_fn_t) ndr_pull_netr_NetrEnumerateTrustedDomains, |
| 3695 | - (ndr_print_function_t) ndr_print_netr_NetrEnumerateTrustedDomains, |
| 3696 | + (ndr_print_function_t) ndr_print_disabled, |
| 3697 | { 0, NULL }, |
| 3698 | { 0, NULL }, |
| 3699 | }, |
| 3700 | @@ -18007,7 +18007,7 @@ static const struct ndr_interface_call n |
| 3701 | sizeof(struct netr_DsRGetDCName), |
| 3702 | (ndr_push_flags_fn_t) ndr_push_netr_DsRGetDCName, |
| 3703 | (ndr_pull_flags_fn_t) ndr_pull_netr_DsRGetDCName, |
| 3704 | - (ndr_print_function_t) ndr_print_netr_DsRGetDCName, |
| 3705 | + (ndr_print_function_t) ndr_print_disabled, |
| 3706 | { 0, NULL }, |
| 3707 | { 0, NULL }, |
| 3708 | }, |
| 3709 | @@ -18016,7 +18016,7 @@ static const struct ndr_interface_call n |
| 3710 | sizeof(struct netr_LogonGetCapabilities), |
| 3711 | (ndr_push_flags_fn_t) ndr_push_netr_LogonGetCapabilities, |
| 3712 | (ndr_pull_flags_fn_t) ndr_pull_netr_LogonGetCapabilities, |
| 3713 | - (ndr_print_function_t) ndr_print_netr_LogonGetCapabilities, |
| 3714 | + (ndr_print_function_t) ndr_print_disabled, |
| 3715 | { 0, NULL }, |
| 3716 | { 0, NULL }, |
| 3717 | }, |
| 3718 | @@ -18025,7 +18025,7 @@ static const struct ndr_interface_call n |
| 3719 | sizeof(struct netr_NETRLOGONSETSERVICEBITS), |
| 3720 | (ndr_push_flags_fn_t) ndr_push_netr_NETRLOGONSETSERVICEBITS, |
| 3721 | (ndr_pull_flags_fn_t) ndr_pull_netr_NETRLOGONSETSERVICEBITS, |
| 3722 | - (ndr_print_function_t) ndr_print_netr_NETRLOGONSETSERVICEBITS, |
| 3723 | + (ndr_print_function_t) ndr_print_disabled, |
| 3724 | { 0, NULL }, |
| 3725 | { 0, NULL }, |
| 3726 | }, |
| 3727 | @@ -18034,7 +18034,7 @@ static const struct ndr_interface_call n |
| 3728 | sizeof(struct netr_LogonGetTrustRid), |
| 3729 | (ndr_push_flags_fn_t) ndr_push_netr_LogonGetTrustRid, |
| 3730 | (ndr_pull_flags_fn_t) ndr_pull_netr_LogonGetTrustRid, |
| 3731 | - (ndr_print_function_t) ndr_print_netr_LogonGetTrustRid, |
| 3732 | + (ndr_print_function_t) ndr_print_disabled, |
| 3733 | { 0, NULL }, |
| 3734 | { 0, NULL }, |
| 3735 | }, |
| 3736 | @@ -18043,7 +18043,7 @@ static const struct ndr_interface_call n |
| 3737 | sizeof(struct netr_NETRLOGONCOMPUTESERVERDIGEST), |
| 3738 | (ndr_push_flags_fn_t) ndr_push_netr_NETRLOGONCOMPUTESERVERDIGEST, |
| 3739 | (ndr_pull_flags_fn_t) ndr_pull_netr_NETRLOGONCOMPUTESERVERDIGEST, |
| 3740 | - (ndr_print_function_t) ndr_print_netr_NETRLOGONCOMPUTESERVERDIGEST, |
| 3741 | + (ndr_print_function_t) ndr_print_disabled, |
| 3742 | { 0, NULL }, |
| 3743 | { 0, NULL }, |
| 3744 | }, |
| 3745 | @@ -18052,7 +18052,7 @@ static const struct ndr_interface_call n |
| 3746 | sizeof(struct netr_NETRLOGONCOMPUTECLIENTDIGEST), |
| 3747 | (ndr_push_flags_fn_t) ndr_push_netr_NETRLOGONCOMPUTECLIENTDIGEST, |
| 3748 | (ndr_pull_flags_fn_t) ndr_pull_netr_NETRLOGONCOMPUTECLIENTDIGEST, |
| 3749 | - (ndr_print_function_t) ndr_print_netr_NETRLOGONCOMPUTECLIENTDIGEST, |
| 3750 | + (ndr_print_function_t) ndr_print_disabled, |
| 3751 | { 0, NULL }, |
| 3752 | { 0, NULL }, |
| 3753 | }, |
| 3754 | @@ -18061,7 +18061,7 @@ static const struct ndr_interface_call n |
| 3755 | sizeof(struct netr_ServerAuthenticate3), |
| 3756 | (ndr_push_flags_fn_t) ndr_push_netr_ServerAuthenticate3, |
| 3757 | (ndr_pull_flags_fn_t) ndr_pull_netr_ServerAuthenticate3, |
| 3758 | - (ndr_print_function_t) ndr_print_netr_ServerAuthenticate3, |
| 3759 | + (ndr_print_function_t) ndr_print_disabled, |
| 3760 | { 0, NULL }, |
| 3761 | { 0, NULL }, |
| 3762 | }, |
| 3763 | @@ -18070,7 +18070,7 @@ static const struct ndr_interface_call n |
| 3764 | sizeof(struct netr_DsRGetDCNameEx), |
| 3765 | (ndr_push_flags_fn_t) ndr_push_netr_DsRGetDCNameEx, |
| 3766 | (ndr_pull_flags_fn_t) ndr_pull_netr_DsRGetDCNameEx, |
| 3767 | - (ndr_print_function_t) ndr_print_netr_DsRGetDCNameEx, |
| 3768 | + (ndr_print_function_t) ndr_print_disabled, |
| 3769 | { 0, NULL }, |
| 3770 | { 0, NULL }, |
| 3771 | }, |
| 3772 | @@ -18079,7 +18079,7 @@ static const struct ndr_interface_call n |
| 3773 | sizeof(struct netr_DsRGetSiteName), |
| 3774 | (ndr_push_flags_fn_t) ndr_push_netr_DsRGetSiteName, |
| 3775 | (ndr_pull_flags_fn_t) ndr_pull_netr_DsRGetSiteName, |
| 3776 | - (ndr_print_function_t) ndr_print_netr_DsRGetSiteName, |
| 3777 | + (ndr_print_function_t) ndr_print_disabled, |
| 3778 | { 0, NULL }, |
| 3779 | { 0, NULL }, |
| 3780 | }, |
| 3781 | @@ -18088,7 +18088,7 @@ static const struct ndr_interface_call n |
| 3782 | sizeof(struct netr_LogonGetDomainInfo), |
| 3783 | (ndr_push_flags_fn_t) ndr_push_netr_LogonGetDomainInfo, |
| 3784 | (ndr_pull_flags_fn_t) ndr_pull_netr_LogonGetDomainInfo, |
| 3785 | - (ndr_print_function_t) ndr_print_netr_LogonGetDomainInfo, |
| 3786 | + (ndr_print_function_t) ndr_print_disabled, |
| 3787 | { 0, NULL }, |
| 3788 | { 0, NULL }, |
| 3789 | }, |
| 3790 | @@ -18097,7 +18097,7 @@ static const struct ndr_interface_call n |
| 3791 | sizeof(struct netr_ServerPasswordSet2), |
| 3792 | (ndr_push_flags_fn_t) ndr_push_netr_ServerPasswordSet2, |
| 3793 | (ndr_pull_flags_fn_t) ndr_pull_netr_ServerPasswordSet2, |
| 3794 | - (ndr_print_function_t) ndr_print_netr_ServerPasswordSet2, |
| 3795 | + (ndr_print_function_t) ndr_print_disabled, |
| 3796 | { 0, NULL }, |
| 3797 | { 0, NULL }, |
| 3798 | }, |
| 3799 | @@ -18106,7 +18106,7 @@ static const struct ndr_interface_call n |
| 3800 | sizeof(struct netr_ServerPasswordGet), |
| 3801 | (ndr_push_flags_fn_t) ndr_push_netr_ServerPasswordGet, |
| 3802 | (ndr_pull_flags_fn_t) ndr_pull_netr_ServerPasswordGet, |
| 3803 | - (ndr_print_function_t) ndr_print_netr_ServerPasswordGet, |
| 3804 | + (ndr_print_function_t) ndr_print_disabled, |
| 3805 | { 0, NULL }, |
| 3806 | { 0, NULL }, |
| 3807 | }, |
| 3808 | @@ -18115,7 +18115,7 @@ static const struct ndr_interface_call n |
| 3809 | sizeof(struct netr_NETRLOGONSENDTOSAM), |
| 3810 | (ndr_push_flags_fn_t) ndr_push_netr_NETRLOGONSENDTOSAM, |
| 3811 | (ndr_pull_flags_fn_t) ndr_pull_netr_NETRLOGONSENDTOSAM, |
| 3812 | - (ndr_print_function_t) ndr_print_netr_NETRLOGONSENDTOSAM, |
| 3813 | + (ndr_print_function_t) ndr_print_disabled, |
| 3814 | { 0, NULL }, |
| 3815 | { 0, NULL }, |
| 3816 | }, |
| 3817 | @@ -18124,7 +18124,7 @@ static const struct ndr_interface_call n |
| 3818 | sizeof(struct netr_DsRAddressToSitenamesW), |
| 3819 | (ndr_push_flags_fn_t) ndr_push_netr_DsRAddressToSitenamesW, |
| 3820 | (ndr_pull_flags_fn_t) ndr_pull_netr_DsRAddressToSitenamesW, |
| 3821 | - (ndr_print_function_t) ndr_print_netr_DsRAddressToSitenamesW, |
| 3822 | + (ndr_print_function_t) ndr_print_disabled, |
| 3823 | { 0, NULL }, |
| 3824 | { 0, NULL }, |
| 3825 | }, |
| 3826 | @@ -18133,7 +18133,7 @@ static const struct ndr_interface_call n |
| 3827 | sizeof(struct netr_DsRGetDCNameEx2), |
| 3828 | (ndr_push_flags_fn_t) ndr_push_netr_DsRGetDCNameEx2, |
| 3829 | (ndr_pull_flags_fn_t) ndr_pull_netr_DsRGetDCNameEx2, |
| 3830 | - (ndr_print_function_t) ndr_print_netr_DsRGetDCNameEx2, |
| 3831 | + (ndr_print_function_t) ndr_print_disabled, |
| 3832 | { 0, NULL }, |
| 3833 | { 0, NULL }, |
| 3834 | }, |
| 3835 | @@ -18142,7 +18142,7 @@ static const struct ndr_interface_call n |
| 3836 | sizeof(struct netr_NETRLOGONGETTIMESERVICEPARENTDOMAIN), |
| 3837 | (ndr_push_flags_fn_t) ndr_push_netr_NETRLOGONGETTIMESERVICEPARENTDOMAIN, |
| 3838 | (ndr_pull_flags_fn_t) ndr_pull_netr_NETRLOGONGETTIMESERVICEPARENTDOMAIN, |
| 3839 | - (ndr_print_function_t) ndr_print_netr_NETRLOGONGETTIMESERVICEPARENTDOMAIN, |
| 3840 | + (ndr_print_function_t) ndr_print_disabled, |
| 3841 | { 0, NULL }, |
| 3842 | { 0, NULL }, |
| 3843 | }, |
| 3844 | @@ -18151,7 +18151,7 @@ static const struct ndr_interface_call n |
| 3845 | sizeof(struct netr_NetrEnumerateTrustedDomainsEx), |
| 3846 | (ndr_push_flags_fn_t) ndr_push_netr_NetrEnumerateTrustedDomainsEx, |
| 3847 | (ndr_pull_flags_fn_t) ndr_pull_netr_NetrEnumerateTrustedDomainsEx, |
| 3848 | - (ndr_print_function_t) ndr_print_netr_NetrEnumerateTrustedDomainsEx, |
| 3849 | + (ndr_print_function_t) ndr_print_disabled, |
| 3850 | { 0, NULL }, |
| 3851 | { 0, NULL }, |
| 3852 | }, |
| 3853 | @@ -18160,7 +18160,7 @@ static const struct ndr_interface_call n |
| 3854 | sizeof(struct netr_DsRAddressToSitenamesExW), |
| 3855 | (ndr_push_flags_fn_t) ndr_push_netr_DsRAddressToSitenamesExW, |
| 3856 | (ndr_pull_flags_fn_t) ndr_pull_netr_DsRAddressToSitenamesExW, |
| 3857 | - (ndr_print_function_t) ndr_print_netr_DsRAddressToSitenamesExW, |
| 3858 | + (ndr_print_function_t) ndr_print_disabled, |
| 3859 | { 0, NULL }, |
| 3860 | { 0, NULL }, |
| 3861 | }, |
| 3862 | @@ -18169,7 +18169,7 @@ static const struct ndr_interface_call n |
| 3863 | sizeof(struct netr_DsrGetDcSiteCoverageW), |
| 3864 | (ndr_push_flags_fn_t) ndr_push_netr_DsrGetDcSiteCoverageW, |
| 3865 | (ndr_pull_flags_fn_t) ndr_pull_netr_DsrGetDcSiteCoverageW, |
| 3866 | - (ndr_print_function_t) ndr_print_netr_DsrGetDcSiteCoverageW, |
| 3867 | + (ndr_print_function_t) ndr_print_disabled, |
| 3868 | { 0, NULL }, |
| 3869 | { 0, NULL }, |
| 3870 | }, |
| 3871 | @@ -18178,7 +18178,7 @@ static const struct ndr_interface_call n |
| 3872 | sizeof(struct netr_LogonSamLogonEx), |
| 3873 | (ndr_push_flags_fn_t) ndr_push_netr_LogonSamLogonEx, |
| 3874 | (ndr_pull_flags_fn_t) ndr_pull_netr_LogonSamLogonEx, |
| 3875 | - (ndr_print_function_t) ndr_print_netr_LogonSamLogonEx, |
| 3876 | + (ndr_print_function_t) ndr_print_disabled, |
| 3877 | { 0, NULL }, |
| 3878 | { 0, NULL }, |
| 3879 | }, |
| 3880 | @@ -18187,7 +18187,7 @@ static const struct ndr_interface_call n |
| 3881 | sizeof(struct netr_DsrEnumerateDomainTrusts), |
| 3882 | (ndr_push_flags_fn_t) ndr_push_netr_DsrEnumerateDomainTrusts, |
| 3883 | (ndr_pull_flags_fn_t) ndr_pull_netr_DsrEnumerateDomainTrusts, |
| 3884 | - (ndr_print_function_t) ndr_print_netr_DsrEnumerateDomainTrusts, |
| 3885 | + (ndr_print_function_t) ndr_print_disabled, |
| 3886 | { 0, NULL }, |
| 3887 | { 0, NULL }, |
| 3888 | }, |
| 3889 | @@ -18196,7 +18196,7 @@ static const struct ndr_interface_call n |
| 3890 | sizeof(struct netr_DsrDeregisterDNSHostRecords), |
| 3891 | (ndr_push_flags_fn_t) ndr_push_netr_DsrDeregisterDNSHostRecords, |
| 3892 | (ndr_pull_flags_fn_t) ndr_pull_netr_DsrDeregisterDNSHostRecords, |
| 3893 | - (ndr_print_function_t) ndr_print_netr_DsrDeregisterDNSHostRecords, |
| 3894 | + (ndr_print_function_t) ndr_print_disabled, |
| 3895 | { 0, NULL }, |
| 3896 | { 0, NULL }, |
| 3897 | }, |
| 3898 | @@ -18205,7 +18205,7 @@ static const struct ndr_interface_call n |
| 3899 | sizeof(struct netr_ServerTrustPasswordsGet), |
| 3900 | (ndr_push_flags_fn_t) ndr_push_netr_ServerTrustPasswordsGet, |
| 3901 | (ndr_pull_flags_fn_t) ndr_pull_netr_ServerTrustPasswordsGet, |
| 3902 | - (ndr_print_function_t) ndr_print_netr_ServerTrustPasswordsGet, |
| 3903 | + (ndr_print_function_t) ndr_print_disabled, |
| 3904 | { 0, NULL }, |
| 3905 | { 0, NULL }, |
| 3906 | }, |
| 3907 | @@ -18214,7 +18214,7 @@ static const struct ndr_interface_call n |
| 3908 | sizeof(struct netr_DsRGetForestTrustInformation), |
| 3909 | (ndr_push_flags_fn_t) ndr_push_netr_DsRGetForestTrustInformation, |
| 3910 | (ndr_pull_flags_fn_t) ndr_pull_netr_DsRGetForestTrustInformation, |
| 3911 | - (ndr_print_function_t) ndr_print_netr_DsRGetForestTrustInformation, |
| 3912 | + (ndr_print_function_t) ndr_print_disabled, |
| 3913 | { 0, NULL }, |
| 3914 | { 0, NULL }, |
| 3915 | }, |
| 3916 | @@ -18223,7 +18223,7 @@ static const struct ndr_interface_call n |
| 3917 | sizeof(struct netr_GetForestTrustInformation), |
| 3918 | (ndr_push_flags_fn_t) ndr_push_netr_GetForestTrustInformation, |
| 3919 | (ndr_pull_flags_fn_t) ndr_pull_netr_GetForestTrustInformation, |
| 3920 | - (ndr_print_function_t) ndr_print_netr_GetForestTrustInformation, |
| 3921 | + (ndr_print_function_t) ndr_print_disabled, |
| 3922 | { 0, NULL }, |
| 3923 | { 0, NULL }, |
| 3924 | }, |
| 3925 | @@ -18232,7 +18232,7 @@ static const struct ndr_interface_call n |
| 3926 | sizeof(struct netr_LogonSamLogonWithFlags), |
| 3927 | (ndr_push_flags_fn_t) ndr_push_netr_LogonSamLogonWithFlags, |
| 3928 | (ndr_pull_flags_fn_t) ndr_pull_netr_LogonSamLogonWithFlags, |
| 3929 | - (ndr_print_function_t) ndr_print_netr_LogonSamLogonWithFlags, |
| 3930 | + (ndr_print_function_t) ndr_print_disabled, |
| 3931 | { 0, NULL }, |
| 3932 | { 0, NULL }, |
| 3933 | }, |
| 3934 | @@ -18241,7 +18241,7 @@ static const struct ndr_interface_call n |
| 3935 | sizeof(struct netr_ServerGetTrustInfo), |
| 3936 | (ndr_push_flags_fn_t) ndr_push_netr_ServerGetTrustInfo, |
| 3937 | (ndr_pull_flags_fn_t) ndr_pull_netr_ServerGetTrustInfo, |
| 3938 | - (ndr_print_function_t) ndr_print_netr_ServerGetTrustInfo, |
| 3939 | + (ndr_print_function_t) ndr_print_disabled, |
| 3940 | { 0, NULL }, |
| 3941 | { 0, NULL }, |
| 3942 | }, |
| 3943 | @@ -18250,7 +18250,7 @@ static const struct ndr_interface_call n |
| 3944 | sizeof(struct netr_Unused47), |
| 3945 | (ndr_push_flags_fn_t) ndr_push_netr_Unused47, |
| 3946 | (ndr_pull_flags_fn_t) ndr_pull_netr_Unused47, |
| 3947 | - (ndr_print_function_t) ndr_print_netr_Unused47, |
| 3948 | + (ndr_print_function_t) ndr_print_disabled, |
| 3949 | { 0, NULL }, |
| 3950 | { 0, NULL }, |
| 3951 | }, |
| 3952 | @@ -18259,7 +18259,7 @@ static const struct ndr_interface_call n |
| 3953 | sizeof(struct netr_DsrUpdateReadOnlyServerDnsRecords), |
| 3954 | (ndr_push_flags_fn_t) ndr_push_netr_DsrUpdateReadOnlyServerDnsRecords, |
| 3955 | (ndr_pull_flags_fn_t) ndr_pull_netr_DsrUpdateReadOnlyServerDnsRecords, |
| 3956 | - (ndr_print_function_t) ndr_print_netr_DsrUpdateReadOnlyServerDnsRecords, |
| 3957 | + (ndr_print_function_t) ndr_print_disabled, |
| 3958 | { 0, NULL }, |
| 3959 | { 0, NULL }, |
| 3960 | }, |
| 3961 | --- a/source3/librpc/gen_ndr/ndr_ntlmssp.c |
| 3962 | +++ b/source3/librpc/gen_ndr/ndr_ntlmssp.c |
| 3963 | @@ -2408,7 +2408,7 @@ static const struct ndr_interface_call n |
| 3964 | sizeof(struct decode_NEGOTIATE_MESSAGE), |
| 3965 | (ndr_push_flags_fn_t) ndr_push_decode_NEGOTIATE_MESSAGE, |
| 3966 | (ndr_pull_flags_fn_t) ndr_pull_decode_NEGOTIATE_MESSAGE, |
| 3967 | - (ndr_print_function_t) ndr_print_decode_NEGOTIATE_MESSAGE, |
| 3968 | + (ndr_print_function_t) ndr_print_disabled, |
| 3969 | { 0, NULL }, |
| 3970 | { 0, NULL }, |
| 3971 | }, |
| 3972 | @@ -2417,7 +2417,7 @@ static const struct ndr_interface_call n |
| 3973 | sizeof(struct decode_CHALLENGE_MESSAGE), |
| 3974 | (ndr_push_flags_fn_t) ndr_push_decode_CHALLENGE_MESSAGE, |
| 3975 | (ndr_pull_flags_fn_t) ndr_pull_decode_CHALLENGE_MESSAGE, |
| 3976 | - (ndr_print_function_t) ndr_print_decode_CHALLENGE_MESSAGE, |
| 3977 | + (ndr_print_function_t) ndr_print_disabled, |
| 3978 | { 0, NULL }, |
| 3979 | { 0, NULL }, |
| 3980 | }, |
| 3981 | @@ -2426,7 +2426,7 @@ static const struct ndr_interface_call n |
| 3982 | sizeof(struct decode_AUTHENTICATE_MESSAGE), |
| 3983 | (ndr_push_flags_fn_t) ndr_push_decode_AUTHENTICATE_MESSAGE, |
| 3984 | (ndr_pull_flags_fn_t) ndr_pull_decode_AUTHENTICATE_MESSAGE, |
| 3985 | - (ndr_print_function_t) ndr_print_decode_AUTHENTICATE_MESSAGE, |
| 3986 | + (ndr_print_function_t) ndr_print_disabled, |
| 3987 | { 0, NULL }, |
| 3988 | { 0, NULL }, |
| 3989 | }, |
| 3990 | @@ -2435,7 +2435,7 @@ static const struct ndr_interface_call n |
| 3991 | sizeof(struct decode_NTLMv2_CLIENT_CHALLENGE), |
| 3992 | (ndr_push_flags_fn_t) ndr_push_decode_NTLMv2_CLIENT_CHALLENGE, |
| 3993 | (ndr_pull_flags_fn_t) ndr_pull_decode_NTLMv2_CLIENT_CHALLENGE, |
| 3994 | - (ndr_print_function_t) ndr_print_decode_NTLMv2_CLIENT_CHALLENGE, |
| 3995 | + (ndr_print_function_t) ndr_print_disabled, |
| 3996 | { 0, NULL }, |
| 3997 | { 0, NULL }, |
| 3998 | }, |
| 3999 | @@ -2444,7 +2444,7 @@ static const struct ndr_interface_call n |
| 4000 | sizeof(struct decode_NTLMv2_RESPONSE), |
| 4001 | (ndr_push_flags_fn_t) ndr_push_decode_NTLMv2_RESPONSE, |
| 4002 | (ndr_pull_flags_fn_t) ndr_pull_decode_NTLMv2_RESPONSE, |
| 4003 | - (ndr_print_function_t) ndr_print_decode_NTLMv2_RESPONSE, |
| 4004 | + (ndr_print_function_t) ndr_print_disabled, |
| 4005 | { 0, NULL }, |
| 4006 | { 0, NULL }, |
| 4007 | }, |
| 4008 | --- a/source3/librpc/gen_ndr/ndr_ntprinting.c |
| 4009 | +++ b/source3/librpc/gen_ndr/ndr_ntprinting.c |
| 4010 | @@ -902,7 +902,7 @@ static const struct ndr_interface_call n |
| 4011 | sizeof(struct decode_ntprinting_form), |
| 4012 | (ndr_push_flags_fn_t) ndr_push_decode_ntprinting_form, |
| 4013 | (ndr_pull_flags_fn_t) ndr_pull_decode_ntprinting_form, |
| 4014 | - (ndr_print_function_t) ndr_print_decode_ntprinting_form, |
| 4015 | + (ndr_print_function_t) ndr_print_disabled, |
| 4016 | { 0, NULL }, |
| 4017 | { 0, NULL }, |
| 4018 | }, |
| 4019 | @@ -911,7 +911,7 @@ static const struct ndr_interface_call n |
| 4020 | sizeof(struct decode_ntprinting_driver), |
| 4021 | (ndr_push_flags_fn_t) ndr_push_decode_ntprinting_driver, |
| 4022 | (ndr_pull_flags_fn_t) ndr_pull_decode_ntprinting_driver, |
| 4023 | - (ndr_print_function_t) ndr_print_decode_ntprinting_driver, |
| 4024 | + (ndr_print_function_t) ndr_print_disabled, |
| 4025 | { 0, NULL }, |
| 4026 | { 0, NULL }, |
| 4027 | }, |
| 4028 | @@ -920,7 +920,7 @@ static const struct ndr_interface_call n |
| 4029 | sizeof(struct decode_ntprinting_printer), |
| 4030 | (ndr_push_flags_fn_t) ndr_push_decode_ntprinting_printer, |
| 4031 | (ndr_pull_flags_fn_t) ndr_pull_decode_ntprinting_printer, |
| 4032 | - (ndr_print_function_t) ndr_print_decode_ntprinting_printer, |
| 4033 | + (ndr_print_function_t) ndr_print_disabled, |
| 4034 | { 0, NULL }, |
| 4035 | { 0, NULL }, |
| 4036 | }, |
| 4037 | --- a/source3/librpc/gen_ndr/ndr_ntsvcs.c |
| 4038 | +++ b/source3/librpc/gen_ndr/ndr_ntsvcs.c |
| 4039 | @@ -3466,7 +3466,7 @@ static const struct ndr_interface_call n |
| 4040 | sizeof(struct PNP_Disconnect), |
| 4041 | (ndr_push_flags_fn_t) ndr_push_PNP_Disconnect, |
| 4042 | (ndr_pull_flags_fn_t) ndr_pull_PNP_Disconnect, |
| 4043 | - (ndr_print_function_t) ndr_print_PNP_Disconnect, |
| 4044 | + (ndr_print_function_t) ndr_print_disabled, |
| 4045 | { 0, NULL }, |
| 4046 | { 0, NULL }, |
| 4047 | }, |
| 4048 | @@ -3475,7 +3475,7 @@ static const struct ndr_interface_call n |
| 4049 | sizeof(struct PNP_Connect), |
| 4050 | (ndr_push_flags_fn_t) ndr_push_PNP_Connect, |
| 4051 | (ndr_pull_flags_fn_t) ndr_pull_PNP_Connect, |
| 4052 | - (ndr_print_function_t) ndr_print_PNP_Connect, |
| 4053 | + (ndr_print_function_t) ndr_print_disabled, |
| 4054 | { 0, NULL }, |
| 4055 | { 0, NULL }, |
| 4056 | }, |
| 4057 | @@ -3484,7 +3484,7 @@ static const struct ndr_interface_call n |
| 4058 | sizeof(struct PNP_GetVersion), |
| 4059 | (ndr_push_flags_fn_t) ndr_push_PNP_GetVersion, |
| 4060 | (ndr_pull_flags_fn_t) ndr_pull_PNP_GetVersion, |
| 4061 | - (ndr_print_function_t) ndr_print_PNP_GetVersion, |
| 4062 | + (ndr_print_function_t) ndr_print_disabled, |
| 4063 | { 0, NULL }, |
| 4064 | { 0, NULL }, |
| 4065 | }, |
| 4066 | @@ -3493,7 +3493,7 @@ static const struct ndr_interface_call n |
| 4067 | sizeof(struct PNP_GetGlobalState), |
| 4068 | (ndr_push_flags_fn_t) ndr_push_PNP_GetGlobalState, |
| 4069 | (ndr_pull_flags_fn_t) ndr_pull_PNP_GetGlobalState, |
| 4070 | - (ndr_print_function_t) ndr_print_PNP_GetGlobalState, |
| 4071 | + (ndr_print_function_t) ndr_print_disabled, |
| 4072 | { 0, NULL }, |
| 4073 | { 0, NULL }, |
| 4074 | }, |
| 4075 | @@ -3502,7 +3502,7 @@ static const struct ndr_interface_call n |
| 4076 | sizeof(struct PNP_InitDetection), |
| 4077 | (ndr_push_flags_fn_t) ndr_push_PNP_InitDetection, |
| 4078 | (ndr_pull_flags_fn_t) ndr_pull_PNP_InitDetection, |
| 4079 | - (ndr_print_function_t) ndr_print_PNP_InitDetection, |
| 4080 | + (ndr_print_function_t) ndr_print_disabled, |
| 4081 | { 0, NULL }, |
| 4082 | { 0, NULL }, |
| 4083 | }, |
| 4084 | @@ -3511,7 +3511,7 @@ static const struct ndr_interface_call n |
| 4085 | sizeof(struct PNP_ReportLogOn), |
| 4086 | (ndr_push_flags_fn_t) ndr_push_PNP_ReportLogOn, |
| 4087 | (ndr_pull_flags_fn_t) ndr_pull_PNP_ReportLogOn, |
| 4088 | - (ndr_print_function_t) ndr_print_PNP_ReportLogOn, |
| 4089 | + (ndr_print_function_t) ndr_print_disabled, |
| 4090 | { 0, NULL }, |
| 4091 | { 0, NULL }, |
| 4092 | }, |
| 4093 | @@ -3520,7 +3520,7 @@ static const struct ndr_interface_call n |
| 4094 | sizeof(struct PNP_ValidateDeviceInstance), |
| 4095 | (ndr_push_flags_fn_t) ndr_push_PNP_ValidateDeviceInstance, |
| 4096 | (ndr_pull_flags_fn_t) ndr_pull_PNP_ValidateDeviceInstance, |
| 4097 | - (ndr_print_function_t) ndr_print_PNP_ValidateDeviceInstance, |
| 4098 | + (ndr_print_function_t) ndr_print_disabled, |
| 4099 | { 0, NULL }, |
| 4100 | { 0, NULL }, |
| 4101 | }, |
| 4102 | @@ -3529,7 +3529,7 @@ static const struct ndr_interface_call n |
| 4103 | sizeof(struct PNP_GetRootDeviceInstance), |
| 4104 | (ndr_push_flags_fn_t) ndr_push_PNP_GetRootDeviceInstance, |
| 4105 | (ndr_pull_flags_fn_t) ndr_pull_PNP_GetRootDeviceInstance, |
| 4106 | - (ndr_print_function_t) ndr_print_PNP_GetRootDeviceInstance, |
| 4107 | + (ndr_print_function_t) ndr_print_disabled, |
| 4108 | { 0, NULL }, |
| 4109 | { 0, NULL }, |
| 4110 | }, |
| 4111 | @@ -3538,7 +3538,7 @@ static const struct ndr_interface_call n |
| 4112 | sizeof(struct PNP_GetRelatedDeviceInstance), |
| 4113 | (ndr_push_flags_fn_t) ndr_push_PNP_GetRelatedDeviceInstance, |
| 4114 | (ndr_pull_flags_fn_t) ndr_pull_PNP_GetRelatedDeviceInstance, |
| 4115 | - (ndr_print_function_t) ndr_print_PNP_GetRelatedDeviceInstance, |
| 4116 | + (ndr_print_function_t) ndr_print_disabled, |
| 4117 | { 0, NULL }, |
| 4118 | { 0, NULL }, |
| 4119 | }, |
| 4120 | @@ -3547,7 +3547,7 @@ static const struct ndr_interface_call n |
| 4121 | sizeof(struct PNP_EnumerateSubKeys), |
| 4122 | (ndr_push_flags_fn_t) ndr_push_PNP_EnumerateSubKeys, |
| 4123 | (ndr_pull_flags_fn_t) ndr_pull_PNP_EnumerateSubKeys, |
| 4124 | - (ndr_print_function_t) ndr_print_PNP_EnumerateSubKeys, |
| 4125 | + (ndr_print_function_t) ndr_print_disabled, |
| 4126 | { 0, NULL }, |
| 4127 | { 0, NULL }, |
| 4128 | }, |
| 4129 | @@ -3556,7 +3556,7 @@ static const struct ndr_interface_call n |
| 4130 | sizeof(struct PNP_GetDeviceList), |
| 4131 | (ndr_push_flags_fn_t) ndr_push_PNP_GetDeviceList, |
| 4132 | (ndr_pull_flags_fn_t) ndr_pull_PNP_GetDeviceList, |
| 4133 | - (ndr_print_function_t) ndr_print_PNP_GetDeviceList, |
| 4134 | + (ndr_print_function_t) ndr_print_disabled, |
| 4135 | { 0, NULL }, |
| 4136 | { 0, NULL }, |
| 4137 | }, |
| 4138 | @@ -3565,7 +3565,7 @@ static const struct ndr_interface_call n |
| 4139 | sizeof(struct PNP_GetDeviceListSize), |
| 4140 | (ndr_push_flags_fn_t) ndr_push_PNP_GetDeviceListSize, |
| 4141 | (ndr_pull_flags_fn_t) ndr_pull_PNP_GetDeviceListSize, |
| 4142 | - (ndr_print_function_t) ndr_print_PNP_GetDeviceListSize, |
| 4143 | + (ndr_print_function_t) ndr_print_disabled, |
| 4144 | { 0, NULL }, |
| 4145 | { 0, NULL }, |
| 4146 | }, |
| 4147 | @@ -3574,7 +3574,7 @@ static const struct ndr_interface_call n |
| 4148 | sizeof(struct PNP_GetDepth), |
| 4149 | (ndr_push_flags_fn_t) ndr_push_PNP_GetDepth, |
| 4150 | (ndr_pull_flags_fn_t) ndr_pull_PNP_GetDepth, |
| 4151 | - (ndr_print_function_t) ndr_print_PNP_GetDepth, |
| 4152 | + (ndr_print_function_t) ndr_print_disabled, |
| 4153 | { 0, NULL }, |
| 4154 | { 0, NULL }, |
| 4155 | }, |
| 4156 | @@ -3583,7 +3583,7 @@ static const struct ndr_interface_call n |
| 4157 | sizeof(struct PNP_GetDeviceRegProp), |
| 4158 | (ndr_push_flags_fn_t) ndr_push_PNP_GetDeviceRegProp, |
| 4159 | (ndr_pull_flags_fn_t) ndr_pull_PNP_GetDeviceRegProp, |
| 4160 | - (ndr_print_function_t) ndr_print_PNP_GetDeviceRegProp, |
| 4161 | + (ndr_print_function_t) ndr_print_disabled, |
| 4162 | { 0, NULL }, |
| 4163 | { 0, NULL }, |
| 4164 | }, |
| 4165 | @@ -3592,7 +3592,7 @@ static const struct ndr_interface_call n |
| 4166 | sizeof(struct PNP_SetDeviceRegProp), |
| 4167 | (ndr_push_flags_fn_t) ndr_push_PNP_SetDeviceRegProp, |
| 4168 | (ndr_pull_flags_fn_t) ndr_pull_PNP_SetDeviceRegProp, |
| 4169 | - (ndr_print_function_t) ndr_print_PNP_SetDeviceRegProp, |
| 4170 | + (ndr_print_function_t) ndr_print_disabled, |
| 4171 | { 0, NULL }, |
| 4172 | { 0, NULL }, |
| 4173 | }, |
| 4174 | @@ -3601,7 +3601,7 @@ static const struct ndr_interface_call n |
| 4175 | sizeof(struct PNP_GetClassInstance), |
| 4176 | (ndr_push_flags_fn_t) ndr_push_PNP_GetClassInstance, |
| 4177 | (ndr_pull_flags_fn_t) ndr_pull_PNP_GetClassInstance, |
| 4178 | - (ndr_print_function_t) ndr_print_PNP_GetClassInstance, |
| 4179 | + (ndr_print_function_t) ndr_print_disabled, |
| 4180 | { 0, NULL }, |
| 4181 | { 0, NULL }, |
| 4182 | }, |
| 4183 | @@ -3610,7 +3610,7 @@ static const struct ndr_interface_call n |
| 4184 | sizeof(struct PNP_CreateKey), |
| 4185 | (ndr_push_flags_fn_t) ndr_push_PNP_CreateKey, |
| 4186 | (ndr_pull_flags_fn_t) ndr_pull_PNP_CreateKey, |
| 4187 | - (ndr_print_function_t) ndr_print_PNP_CreateKey, |
| 4188 | + (ndr_print_function_t) ndr_print_disabled, |
| 4189 | { 0, NULL }, |
| 4190 | { 0, NULL }, |
| 4191 | }, |
| 4192 | @@ -3619,7 +3619,7 @@ static const struct ndr_interface_call n |
| 4193 | sizeof(struct PNP_DeleteRegistryKey), |
| 4194 | (ndr_push_flags_fn_t) ndr_push_PNP_DeleteRegistryKey, |
| 4195 | (ndr_pull_flags_fn_t) ndr_pull_PNP_DeleteRegistryKey, |
| 4196 | - (ndr_print_function_t) ndr_print_PNP_DeleteRegistryKey, |
| 4197 | + (ndr_print_function_t) ndr_print_disabled, |
| 4198 | { 0, NULL }, |
| 4199 | { 0, NULL }, |
| 4200 | }, |
| 4201 | @@ -3628,7 +3628,7 @@ static const struct ndr_interface_call n |
| 4202 | sizeof(struct PNP_GetClassCount), |
| 4203 | (ndr_push_flags_fn_t) ndr_push_PNP_GetClassCount, |
| 4204 | (ndr_pull_flags_fn_t) ndr_pull_PNP_GetClassCount, |
| 4205 | - (ndr_print_function_t) ndr_print_PNP_GetClassCount, |
| 4206 | + (ndr_print_function_t) ndr_print_disabled, |
| 4207 | { 0, NULL }, |
| 4208 | { 0, NULL }, |
| 4209 | }, |
| 4210 | @@ -3637,7 +3637,7 @@ static const struct ndr_interface_call n |
| 4211 | sizeof(struct PNP_GetClassName), |
| 4212 | (ndr_push_flags_fn_t) ndr_push_PNP_GetClassName, |
| 4213 | (ndr_pull_flags_fn_t) ndr_pull_PNP_GetClassName, |
| 4214 | - (ndr_print_function_t) ndr_print_PNP_GetClassName, |
| 4215 | + (ndr_print_function_t) ndr_print_disabled, |
| 4216 | { 0, NULL }, |
| 4217 | { 0, NULL }, |
| 4218 | }, |
| 4219 | @@ -3646,7 +3646,7 @@ static const struct ndr_interface_call n |
| 4220 | sizeof(struct PNP_DeleteClassKey), |
| 4221 | (ndr_push_flags_fn_t) ndr_push_PNP_DeleteClassKey, |
| 4222 | (ndr_pull_flags_fn_t) ndr_pull_PNP_DeleteClassKey, |
| 4223 | - (ndr_print_function_t) ndr_print_PNP_DeleteClassKey, |
| 4224 | + (ndr_print_function_t) ndr_print_disabled, |
| 4225 | { 0, NULL }, |
| 4226 | { 0, NULL }, |
| 4227 | }, |
| 4228 | @@ -3655,7 +3655,7 @@ static const struct ndr_interface_call n |
| 4229 | sizeof(struct PNP_GetInterfaceDeviceAlias), |
| 4230 | (ndr_push_flags_fn_t) ndr_push_PNP_GetInterfaceDeviceAlias, |
| 4231 | (ndr_pull_flags_fn_t) ndr_pull_PNP_GetInterfaceDeviceAlias, |
| 4232 | - (ndr_print_function_t) ndr_print_PNP_GetInterfaceDeviceAlias, |
| 4233 | + (ndr_print_function_t) ndr_print_disabled, |
| 4234 | { 0, NULL }, |
| 4235 | { 0, NULL }, |
| 4236 | }, |
| 4237 | @@ -3664,7 +3664,7 @@ static const struct ndr_interface_call n |
| 4238 | sizeof(struct PNP_GetInterfaceDeviceList), |
| 4239 | (ndr_push_flags_fn_t) ndr_push_PNP_GetInterfaceDeviceList, |
| 4240 | (ndr_pull_flags_fn_t) ndr_pull_PNP_GetInterfaceDeviceList, |
| 4241 | - (ndr_print_function_t) ndr_print_PNP_GetInterfaceDeviceList, |
| 4242 | + (ndr_print_function_t) ndr_print_disabled, |
| 4243 | { 0, NULL }, |
| 4244 | { 0, NULL }, |
| 4245 | }, |
| 4246 | @@ -3673,7 +3673,7 @@ static const struct ndr_interface_call n |
| 4247 | sizeof(struct PNP_GetInterfaceDeviceListSize), |
| 4248 | (ndr_push_flags_fn_t) ndr_push_PNP_GetInterfaceDeviceListSize, |
| 4249 | (ndr_pull_flags_fn_t) ndr_pull_PNP_GetInterfaceDeviceListSize, |
| 4250 | - (ndr_print_function_t) ndr_print_PNP_GetInterfaceDeviceListSize, |
| 4251 | + (ndr_print_function_t) ndr_print_disabled, |
| 4252 | { 0, NULL }, |
| 4253 | { 0, NULL }, |
| 4254 | }, |
| 4255 | @@ -3682,7 +3682,7 @@ static const struct ndr_interface_call n |
| 4256 | sizeof(struct PNP_RegisterDeviceClassAssociation), |
| 4257 | (ndr_push_flags_fn_t) ndr_push_PNP_RegisterDeviceClassAssociation, |
| 4258 | (ndr_pull_flags_fn_t) ndr_pull_PNP_RegisterDeviceClassAssociation, |
| 4259 | - (ndr_print_function_t) ndr_print_PNP_RegisterDeviceClassAssociation, |
| 4260 | + (ndr_print_function_t) ndr_print_disabled, |
| 4261 | { 0, NULL }, |
| 4262 | { 0, NULL }, |
| 4263 | }, |
| 4264 | @@ -3691,7 +3691,7 @@ static const struct ndr_interface_call n |
| 4265 | sizeof(struct PNP_UnregisterDeviceClassAssociation), |
| 4266 | (ndr_push_flags_fn_t) ndr_push_PNP_UnregisterDeviceClassAssociation, |
| 4267 | (ndr_pull_flags_fn_t) ndr_pull_PNP_UnregisterDeviceClassAssociation, |
| 4268 | - (ndr_print_function_t) ndr_print_PNP_UnregisterDeviceClassAssociation, |
| 4269 | + (ndr_print_function_t) ndr_print_disabled, |
| 4270 | { 0, NULL }, |
| 4271 | { 0, NULL }, |
| 4272 | }, |
| 4273 | @@ -3700,7 +3700,7 @@ static const struct ndr_interface_call n |
| 4274 | sizeof(struct PNP_GetClassRegProp), |
| 4275 | (ndr_push_flags_fn_t) ndr_push_PNP_GetClassRegProp, |
| 4276 | (ndr_pull_flags_fn_t) ndr_pull_PNP_GetClassRegProp, |
| 4277 | - (ndr_print_function_t) ndr_print_PNP_GetClassRegProp, |
| 4278 | + (ndr_print_function_t) ndr_print_disabled, |
| 4279 | { 0, NULL }, |
| 4280 | { 0, NULL }, |
| 4281 | }, |
| 4282 | @@ -3709,7 +3709,7 @@ static const struct ndr_interface_call n |
| 4283 | sizeof(struct PNP_SetClassRegProp), |
| 4284 | (ndr_push_flags_fn_t) ndr_push_PNP_SetClassRegProp, |
| 4285 | (ndr_pull_flags_fn_t) ndr_pull_PNP_SetClassRegProp, |
| 4286 | - (ndr_print_function_t) ndr_print_PNP_SetClassRegProp, |
| 4287 | + (ndr_print_function_t) ndr_print_disabled, |
| 4288 | { 0, NULL }, |
| 4289 | { 0, NULL }, |
| 4290 | }, |
| 4291 | @@ -3718,7 +3718,7 @@ static const struct ndr_interface_call n |
| 4292 | sizeof(struct PNP_CreateDevInst), |
| 4293 | (ndr_push_flags_fn_t) ndr_push_PNP_CreateDevInst, |
| 4294 | (ndr_pull_flags_fn_t) ndr_pull_PNP_CreateDevInst, |
| 4295 | - (ndr_print_function_t) ndr_print_PNP_CreateDevInst, |
| 4296 | + (ndr_print_function_t) ndr_print_disabled, |
| 4297 | { 0, NULL }, |
| 4298 | { 0, NULL }, |
| 4299 | }, |
| 4300 | @@ -3727,7 +3727,7 @@ static const struct ndr_interface_call n |
| 4301 | sizeof(struct PNP_DeviceInstanceAction), |
| 4302 | (ndr_push_flags_fn_t) ndr_push_PNP_DeviceInstanceAction, |
| 4303 | (ndr_pull_flags_fn_t) ndr_pull_PNP_DeviceInstanceAction, |
| 4304 | - (ndr_print_function_t) ndr_print_PNP_DeviceInstanceAction, |
| 4305 | + (ndr_print_function_t) ndr_print_disabled, |
| 4306 | { 0, NULL }, |
| 4307 | { 0, NULL }, |
| 4308 | }, |
| 4309 | @@ -3736,7 +3736,7 @@ static const struct ndr_interface_call n |
| 4310 | sizeof(struct PNP_GetDeviceStatus), |
| 4311 | (ndr_push_flags_fn_t) ndr_push_PNP_GetDeviceStatus, |
| 4312 | (ndr_pull_flags_fn_t) ndr_pull_PNP_GetDeviceStatus, |
| 4313 | - (ndr_print_function_t) ndr_print_PNP_GetDeviceStatus, |
| 4314 | + (ndr_print_function_t) ndr_print_disabled, |
| 4315 | { 0, NULL }, |
| 4316 | { 0, NULL }, |
| 4317 | }, |
| 4318 | @@ -3745,7 +3745,7 @@ static const struct ndr_interface_call n |
| 4319 | sizeof(struct PNP_SetDeviceProblem), |
| 4320 | (ndr_push_flags_fn_t) ndr_push_PNP_SetDeviceProblem, |
| 4321 | (ndr_pull_flags_fn_t) ndr_pull_PNP_SetDeviceProblem, |
| 4322 | - (ndr_print_function_t) ndr_print_PNP_SetDeviceProblem, |
| 4323 | + (ndr_print_function_t) ndr_print_disabled, |
| 4324 | { 0, NULL }, |
| 4325 | { 0, NULL }, |
| 4326 | }, |
| 4327 | @@ -3754,7 +3754,7 @@ static const struct ndr_interface_call n |
| 4328 | sizeof(struct PNP_DisableDevInst), |
| 4329 | (ndr_push_flags_fn_t) ndr_push_PNP_DisableDevInst, |
| 4330 | (ndr_pull_flags_fn_t) ndr_pull_PNP_DisableDevInst, |
| 4331 | - (ndr_print_function_t) ndr_print_PNP_DisableDevInst, |
| 4332 | + (ndr_print_function_t) ndr_print_disabled, |
| 4333 | { 0, NULL }, |
| 4334 | { 0, NULL }, |
| 4335 | }, |
| 4336 | @@ -3763,7 +3763,7 @@ static const struct ndr_interface_call n |
| 4337 | sizeof(struct PNP_UninstallDevInst), |
| 4338 | (ndr_push_flags_fn_t) ndr_push_PNP_UninstallDevInst, |
| 4339 | (ndr_pull_flags_fn_t) ndr_pull_PNP_UninstallDevInst, |
| 4340 | - (ndr_print_function_t) ndr_print_PNP_UninstallDevInst, |
| 4341 | + (ndr_print_function_t) ndr_print_disabled, |
| 4342 | { 0, NULL }, |
| 4343 | { 0, NULL }, |
| 4344 | }, |
| 4345 | @@ -3772,7 +3772,7 @@ static const struct ndr_interface_call n |
| 4346 | sizeof(struct PNP_AddID), |
| 4347 | (ndr_push_flags_fn_t) ndr_push_PNP_AddID, |
| 4348 | (ndr_pull_flags_fn_t) ndr_pull_PNP_AddID, |
| 4349 | - (ndr_print_function_t) ndr_print_PNP_AddID, |
| 4350 | + (ndr_print_function_t) ndr_print_disabled, |
| 4351 | { 0, NULL }, |
| 4352 | { 0, NULL }, |
| 4353 | }, |
| 4354 | @@ -3781,7 +3781,7 @@ static const struct ndr_interface_call n |
| 4355 | sizeof(struct PNP_RegisterDriver), |
| 4356 | (ndr_push_flags_fn_t) ndr_push_PNP_RegisterDriver, |
| 4357 | (ndr_pull_flags_fn_t) ndr_pull_PNP_RegisterDriver, |
| 4358 | - (ndr_print_function_t) ndr_print_PNP_RegisterDriver, |
| 4359 | + (ndr_print_function_t) ndr_print_disabled, |
| 4360 | { 0, NULL }, |
| 4361 | { 0, NULL }, |
| 4362 | }, |
| 4363 | @@ -3790,7 +3790,7 @@ static const struct ndr_interface_call n |
| 4364 | sizeof(struct PNP_QueryRemove), |
| 4365 | (ndr_push_flags_fn_t) ndr_push_PNP_QueryRemove, |
| 4366 | (ndr_pull_flags_fn_t) ndr_pull_PNP_QueryRemove, |
| 4367 | - (ndr_print_function_t) ndr_print_PNP_QueryRemove, |
| 4368 | + (ndr_print_function_t) ndr_print_disabled, |
| 4369 | { 0, NULL }, |
| 4370 | { 0, NULL }, |
| 4371 | }, |
| 4372 | @@ -3799,7 +3799,7 @@ static const struct ndr_interface_call n |
| 4373 | sizeof(struct PNP_RequestDeviceEject), |
| 4374 | (ndr_push_flags_fn_t) ndr_push_PNP_RequestDeviceEject, |
| 4375 | (ndr_pull_flags_fn_t) ndr_pull_PNP_RequestDeviceEject, |
| 4376 | - (ndr_print_function_t) ndr_print_PNP_RequestDeviceEject, |
| 4377 | + (ndr_print_function_t) ndr_print_disabled, |
| 4378 | { 0, NULL }, |
| 4379 | { 0, NULL }, |
| 4380 | }, |
| 4381 | @@ -3808,7 +3808,7 @@ static const struct ndr_interface_call n |
| 4382 | sizeof(struct PNP_IsDockStationPresent), |
| 4383 | (ndr_push_flags_fn_t) ndr_push_PNP_IsDockStationPresent, |
| 4384 | (ndr_pull_flags_fn_t) ndr_pull_PNP_IsDockStationPresent, |
| 4385 | - (ndr_print_function_t) ndr_print_PNP_IsDockStationPresent, |
| 4386 | + (ndr_print_function_t) ndr_print_disabled, |
| 4387 | { 0, NULL }, |
| 4388 | { 0, NULL }, |
| 4389 | }, |
| 4390 | @@ -3817,7 +3817,7 @@ static const struct ndr_interface_call n |
| 4391 | sizeof(struct PNP_RequestEjectPC), |
| 4392 | (ndr_push_flags_fn_t) ndr_push_PNP_RequestEjectPC, |
| 4393 | (ndr_pull_flags_fn_t) ndr_pull_PNP_RequestEjectPC, |
| 4394 | - (ndr_print_function_t) ndr_print_PNP_RequestEjectPC, |
| 4395 | + (ndr_print_function_t) ndr_print_disabled, |
| 4396 | { 0, NULL }, |
| 4397 | { 0, NULL }, |
| 4398 | }, |
| 4399 | @@ -3826,7 +3826,7 @@ static const struct ndr_interface_call n |
| 4400 | sizeof(struct PNP_HwProfFlags), |
| 4401 | (ndr_push_flags_fn_t) ndr_push_PNP_HwProfFlags, |
| 4402 | (ndr_pull_flags_fn_t) ndr_pull_PNP_HwProfFlags, |
| 4403 | - (ndr_print_function_t) ndr_print_PNP_HwProfFlags, |
| 4404 | + (ndr_print_function_t) ndr_print_disabled, |
| 4405 | { 0, NULL }, |
| 4406 | { 0, NULL }, |
| 4407 | }, |
| 4408 | @@ -3835,7 +3835,7 @@ static const struct ndr_interface_call n |
| 4409 | sizeof(struct PNP_GetHwProfInfo), |
| 4410 | (ndr_push_flags_fn_t) ndr_push_PNP_GetHwProfInfo, |
| 4411 | (ndr_pull_flags_fn_t) ndr_pull_PNP_GetHwProfInfo, |
| 4412 | - (ndr_print_function_t) ndr_print_PNP_GetHwProfInfo, |
| 4413 | + (ndr_print_function_t) ndr_print_disabled, |
| 4414 | { 0, NULL }, |
| 4415 | { 0, NULL }, |
| 4416 | }, |
| 4417 | @@ -3844,7 +3844,7 @@ static const struct ndr_interface_call n |
| 4418 | sizeof(struct PNP_AddEmptyLogConf), |
| 4419 | (ndr_push_flags_fn_t) ndr_push_PNP_AddEmptyLogConf, |
| 4420 | (ndr_pull_flags_fn_t) ndr_pull_PNP_AddEmptyLogConf, |
| 4421 | - (ndr_print_function_t) ndr_print_PNP_AddEmptyLogConf, |
| 4422 | + (ndr_print_function_t) ndr_print_disabled, |
| 4423 | { 0, NULL }, |
| 4424 | { 0, NULL }, |
| 4425 | }, |
| 4426 | @@ -3853,7 +3853,7 @@ static const struct ndr_interface_call n |
| 4427 | sizeof(struct PNP_FreeLogConf), |
| 4428 | (ndr_push_flags_fn_t) ndr_push_PNP_FreeLogConf, |
| 4429 | (ndr_pull_flags_fn_t) ndr_pull_PNP_FreeLogConf, |
| 4430 | - (ndr_print_function_t) ndr_print_PNP_FreeLogConf, |
| 4431 | + (ndr_print_function_t) ndr_print_disabled, |
| 4432 | { 0, NULL }, |
| 4433 | { 0, NULL }, |
| 4434 | }, |
| 4435 | @@ -3862,7 +3862,7 @@ static const struct ndr_interface_call n |
| 4436 | sizeof(struct PNP_GetFirstLogConf), |
| 4437 | (ndr_push_flags_fn_t) ndr_push_PNP_GetFirstLogConf, |
| 4438 | (ndr_pull_flags_fn_t) ndr_pull_PNP_GetFirstLogConf, |
| 4439 | - (ndr_print_function_t) ndr_print_PNP_GetFirstLogConf, |
| 4440 | + (ndr_print_function_t) ndr_print_disabled, |
| 4441 | { 0, NULL }, |
| 4442 | { 0, NULL }, |
| 4443 | }, |
| 4444 | @@ -3871,7 +3871,7 @@ static const struct ndr_interface_call n |
| 4445 | sizeof(struct PNP_GetNextLogConf), |
| 4446 | (ndr_push_flags_fn_t) ndr_push_PNP_GetNextLogConf, |
| 4447 | (ndr_pull_flags_fn_t) ndr_pull_PNP_GetNextLogConf, |
| 4448 | - (ndr_print_function_t) ndr_print_PNP_GetNextLogConf, |
| 4449 | + (ndr_print_function_t) ndr_print_disabled, |
| 4450 | { 0, NULL }, |
| 4451 | { 0, NULL }, |
| 4452 | }, |
| 4453 | @@ -3880,7 +3880,7 @@ static const struct ndr_interface_call n |
| 4454 | sizeof(struct PNP_GetLogConfPriority), |
| 4455 | (ndr_push_flags_fn_t) ndr_push_PNP_GetLogConfPriority, |
| 4456 | (ndr_pull_flags_fn_t) ndr_pull_PNP_GetLogConfPriority, |
| 4457 | - (ndr_print_function_t) ndr_print_PNP_GetLogConfPriority, |
| 4458 | + (ndr_print_function_t) ndr_print_disabled, |
| 4459 | { 0, NULL }, |
| 4460 | { 0, NULL }, |
| 4461 | }, |
| 4462 | @@ -3889,7 +3889,7 @@ static const struct ndr_interface_call n |
| 4463 | sizeof(struct PNP_AddResDes), |
| 4464 | (ndr_push_flags_fn_t) ndr_push_PNP_AddResDes, |
| 4465 | (ndr_pull_flags_fn_t) ndr_pull_PNP_AddResDes, |
| 4466 | - (ndr_print_function_t) ndr_print_PNP_AddResDes, |
| 4467 | + (ndr_print_function_t) ndr_print_disabled, |
| 4468 | { 0, NULL }, |
| 4469 | { 0, NULL }, |
| 4470 | }, |
| 4471 | @@ -3898,7 +3898,7 @@ static const struct ndr_interface_call n |
| 4472 | sizeof(struct PNP_FreeResDes), |
| 4473 | (ndr_push_flags_fn_t) ndr_push_PNP_FreeResDes, |
| 4474 | (ndr_pull_flags_fn_t) ndr_pull_PNP_FreeResDes, |
| 4475 | - (ndr_print_function_t) ndr_print_PNP_FreeResDes, |
| 4476 | + (ndr_print_function_t) ndr_print_disabled, |
| 4477 | { 0, NULL }, |
| 4478 | { 0, NULL }, |
| 4479 | }, |
| 4480 | @@ -3907,7 +3907,7 @@ static const struct ndr_interface_call n |
| 4481 | sizeof(struct PNP_GetNextResDes), |
| 4482 | (ndr_push_flags_fn_t) ndr_push_PNP_GetNextResDes, |
| 4483 | (ndr_pull_flags_fn_t) ndr_pull_PNP_GetNextResDes, |
| 4484 | - (ndr_print_function_t) ndr_print_PNP_GetNextResDes, |
| 4485 | + (ndr_print_function_t) ndr_print_disabled, |
| 4486 | { 0, NULL }, |
| 4487 | { 0, NULL }, |
| 4488 | }, |
| 4489 | @@ -3916,7 +3916,7 @@ static const struct ndr_interface_call n |
| 4490 | sizeof(struct PNP_GetResDesData), |
| 4491 | (ndr_push_flags_fn_t) ndr_push_PNP_GetResDesData, |
| 4492 | (ndr_pull_flags_fn_t) ndr_pull_PNP_GetResDesData, |
| 4493 | - (ndr_print_function_t) ndr_print_PNP_GetResDesData, |
| 4494 | + (ndr_print_function_t) ndr_print_disabled, |
| 4495 | { 0, NULL }, |
| 4496 | { 0, NULL }, |
| 4497 | }, |
| 4498 | @@ -3925,7 +3925,7 @@ static const struct ndr_interface_call n |
| 4499 | sizeof(struct PNP_GetResDesDataSize), |
| 4500 | (ndr_push_flags_fn_t) ndr_push_PNP_GetResDesDataSize, |
| 4501 | (ndr_pull_flags_fn_t) ndr_pull_PNP_GetResDesDataSize, |
| 4502 | - (ndr_print_function_t) ndr_print_PNP_GetResDesDataSize, |
| 4503 | + (ndr_print_function_t) ndr_print_disabled, |
| 4504 | { 0, NULL }, |
| 4505 | { 0, NULL }, |
| 4506 | }, |
| 4507 | @@ -3934,7 +3934,7 @@ static const struct ndr_interface_call n |
| 4508 | sizeof(struct PNP_ModifyResDes), |
| 4509 | (ndr_push_flags_fn_t) ndr_push_PNP_ModifyResDes, |
| 4510 | (ndr_pull_flags_fn_t) ndr_pull_PNP_ModifyResDes, |
| 4511 | - (ndr_print_function_t) ndr_print_PNP_ModifyResDes, |
| 4512 | + (ndr_print_function_t) ndr_print_disabled, |
| 4513 | { 0, NULL }, |
| 4514 | { 0, NULL }, |
| 4515 | }, |
| 4516 | @@ -3943,7 +3943,7 @@ static const struct ndr_interface_call n |
| 4517 | sizeof(struct PNP_DetectResourceLimit), |
| 4518 | (ndr_push_flags_fn_t) ndr_push_PNP_DetectResourceLimit, |
| 4519 | (ndr_pull_flags_fn_t) ndr_pull_PNP_DetectResourceLimit, |
| 4520 | - (ndr_print_function_t) ndr_print_PNP_DetectResourceLimit, |
| 4521 | + (ndr_print_function_t) ndr_print_disabled, |
| 4522 | { 0, NULL }, |
| 4523 | { 0, NULL }, |
| 4524 | }, |
| 4525 | @@ -3952,7 +3952,7 @@ static const struct ndr_interface_call n |
| 4526 | sizeof(struct PNP_QueryResConfList), |
| 4527 | (ndr_push_flags_fn_t) ndr_push_PNP_QueryResConfList, |
| 4528 | (ndr_pull_flags_fn_t) ndr_pull_PNP_QueryResConfList, |
| 4529 | - (ndr_print_function_t) ndr_print_PNP_QueryResConfList, |
| 4530 | + (ndr_print_function_t) ndr_print_disabled, |
| 4531 | { 0, NULL }, |
| 4532 | { 0, NULL }, |
| 4533 | }, |
| 4534 | @@ -3961,7 +3961,7 @@ static const struct ndr_interface_call n |
| 4535 | sizeof(struct PNP_SetHwProf), |
| 4536 | (ndr_push_flags_fn_t) ndr_push_PNP_SetHwProf, |
| 4537 | (ndr_pull_flags_fn_t) ndr_pull_PNP_SetHwProf, |
| 4538 | - (ndr_print_function_t) ndr_print_PNP_SetHwProf, |
| 4539 | + (ndr_print_function_t) ndr_print_disabled, |
| 4540 | { 0, NULL }, |
| 4541 | { 0, NULL }, |
| 4542 | }, |
| 4543 | @@ -3970,7 +3970,7 @@ static const struct ndr_interface_call n |
| 4544 | sizeof(struct PNP_QueryArbitratorFreeData), |
| 4545 | (ndr_push_flags_fn_t) ndr_push_PNP_QueryArbitratorFreeData, |
| 4546 | (ndr_pull_flags_fn_t) ndr_pull_PNP_QueryArbitratorFreeData, |
| 4547 | - (ndr_print_function_t) ndr_print_PNP_QueryArbitratorFreeData, |
| 4548 | + (ndr_print_function_t) ndr_print_disabled, |
| 4549 | { 0, NULL }, |
| 4550 | { 0, NULL }, |
| 4551 | }, |
| 4552 | @@ -3979,7 +3979,7 @@ static const struct ndr_interface_call n |
| 4553 | sizeof(struct PNP_QueryArbitratorFreeSize), |
| 4554 | (ndr_push_flags_fn_t) ndr_push_PNP_QueryArbitratorFreeSize, |
| 4555 | (ndr_pull_flags_fn_t) ndr_pull_PNP_QueryArbitratorFreeSize, |
| 4556 | - (ndr_print_function_t) ndr_print_PNP_QueryArbitratorFreeSize, |
| 4557 | + (ndr_print_function_t) ndr_print_disabled, |
| 4558 | { 0, NULL }, |
| 4559 | { 0, NULL }, |
| 4560 | }, |
| 4561 | @@ -3988,7 +3988,7 @@ static const struct ndr_interface_call n |
| 4562 | sizeof(struct PNP_RunDetection), |
| 4563 | (ndr_push_flags_fn_t) ndr_push_PNP_RunDetection, |
| 4564 | (ndr_pull_flags_fn_t) ndr_pull_PNP_RunDetection, |
| 4565 | - (ndr_print_function_t) ndr_print_PNP_RunDetection, |
| 4566 | + (ndr_print_function_t) ndr_print_disabled, |
| 4567 | { 0, NULL }, |
| 4568 | { 0, NULL }, |
| 4569 | }, |
| 4570 | @@ -3997,7 +3997,7 @@ static const struct ndr_interface_call n |
| 4571 | sizeof(struct PNP_RegisterNotification), |
| 4572 | (ndr_push_flags_fn_t) ndr_push_PNP_RegisterNotification, |
| 4573 | (ndr_pull_flags_fn_t) ndr_pull_PNP_RegisterNotification, |
| 4574 | - (ndr_print_function_t) ndr_print_PNP_RegisterNotification, |
| 4575 | + (ndr_print_function_t) ndr_print_disabled, |
| 4576 | { 0, NULL }, |
| 4577 | { 0, NULL }, |
| 4578 | }, |
| 4579 | @@ -4006,7 +4006,7 @@ static const struct ndr_interface_call n |
| 4580 | sizeof(struct PNP_UnregisterNotification), |
| 4581 | (ndr_push_flags_fn_t) ndr_push_PNP_UnregisterNotification, |
| 4582 | (ndr_pull_flags_fn_t) ndr_pull_PNP_UnregisterNotification, |
| 4583 | - (ndr_print_function_t) ndr_print_PNP_UnregisterNotification, |
| 4584 | + (ndr_print_function_t) ndr_print_disabled, |
| 4585 | { 0, NULL }, |
| 4586 | { 0, NULL }, |
| 4587 | }, |
| 4588 | @@ -4015,7 +4015,7 @@ static const struct ndr_interface_call n |
| 4589 | sizeof(struct PNP_GetCustomDevProp), |
| 4590 | (ndr_push_flags_fn_t) ndr_push_PNP_GetCustomDevProp, |
| 4591 | (ndr_pull_flags_fn_t) ndr_pull_PNP_GetCustomDevProp, |
| 4592 | - (ndr_print_function_t) ndr_print_PNP_GetCustomDevProp, |
| 4593 | + (ndr_print_function_t) ndr_print_disabled, |
| 4594 | { 0, NULL }, |
| 4595 | { 0, NULL }, |
| 4596 | }, |
| 4597 | @@ -4024,7 +4024,7 @@ static const struct ndr_interface_call n |
| 4598 | sizeof(struct PNP_GetVersionInternal), |
| 4599 | (ndr_push_flags_fn_t) ndr_push_PNP_GetVersionInternal, |
| 4600 | (ndr_pull_flags_fn_t) ndr_pull_PNP_GetVersionInternal, |
| 4601 | - (ndr_print_function_t) ndr_print_PNP_GetVersionInternal, |
| 4602 | + (ndr_print_function_t) ndr_print_disabled, |
| 4603 | { 0, NULL }, |
| 4604 | { 0, NULL }, |
| 4605 | }, |
| 4606 | @@ -4033,7 +4033,7 @@ static const struct ndr_interface_call n |
| 4607 | sizeof(struct PNP_GetBlockedDriverInfo), |
| 4608 | (ndr_push_flags_fn_t) ndr_push_PNP_GetBlockedDriverInfo, |
| 4609 | (ndr_pull_flags_fn_t) ndr_pull_PNP_GetBlockedDriverInfo, |
| 4610 | - (ndr_print_function_t) ndr_print_PNP_GetBlockedDriverInfo, |
| 4611 | + (ndr_print_function_t) ndr_print_disabled, |
| 4612 | { 0, NULL }, |
| 4613 | { 0, NULL }, |
| 4614 | }, |
| 4615 | @@ -4042,7 +4042,7 @@ static const struct ndr_interface_call n |
| 4616 | sizeof(struct PNP_GetServerSideDeviceInstallFlags), |
| 4617 | (ndr_push_flags_fn_t) ndr_push_PNP_GetServerSideDeviceInstallFlags, |
| 4618 | (ndr_pull_flags_fn_t) ndr_pull_PNP_GetServerSideDeviceInstallFlags, |
| 4619 | - (ndr_print_function_t) ndr_print_PNP_GetServerSideDeviceInstallFlags, |
| 4620 | + (ndr_print_function_t) ndr_print_disabled, |
| 4621 | { 0, NULL }, |
| 4622 | { 0, NULL }, |
| 4623 | }, |
| 4624 | --- a/source3/librpc/gen_ndr/ndr_oxidresolver.c |
| 4625 | +++ b/source3/librpc/gen_ndr/ndr_oxidresolver.c |
| 4626 | @@ -761,7 +761,7 @@ static const struct ndr_interface_call I |
| 4627 | sizeof(struct ResolveOxid), |
| 4628 | (ndr_push_flags_fn_t) ndr_push_ResolveOxid, |
| 4629 | (ndr_pull_flags_fn_t) ndr_pull_ResolveOxid, |
| 4630 | - (ndr_print_function_t) ndr_print_ResolveOxid, |
| 4631 | + (ndr_print_function_t) ndr_print_disabled, |
| 4632 | { 0, NULL }, |
| 4633 | { 0, NULL }, |
| 4634 | }, |
| 4635 | @@ -770,7 +770,7 @@ static const struct ndr_interface_call I |
| 4636 | sizeof(struct SimplePing), |
| 4637 | (ndr_push_flags_fn_t) ndr_push_SimplePing, |
| 4638 | (ndr_pull_flags_fn_t) ndr_pull_SimplePing, |
| 4639 | - (ndr_print_function_t) ndr_print_SimplePing, |
| 4640 | + (ndr_print_function_t) ndr_print_disabled, |
| 4641 | { 0, NULL }, |
| 4642 | { 0, NULL }, |
| 4643 | }, |
| 4644 | @@ -779,7 +779,7 @@ static const struct ndr_interface_call I |
| 4645 | sizeof(struct ComplexPing), |
| 4646 | (ndr_push_flags_fn_t) ndr_push_ComplexPing, |
| 4647 | (ndr_pull_flags_fn_t) ndr_pull_ComplexPing, |
| 4648 | - (ndr_print_function_t) ndr_print_ComplexPing, |
| 4649 | + (ndr_print_function_t) ndr_print_disabled, |
| 4650 | { 0, NULL }, |
| 4651 | { 0, NULL }, |
| 4652 | }, |
| 4653 | @@ -788,7 +788,7 @@ static const struct ndr_interface_call I |
| 4654 | sizeof(struct ServerAlive), |
| 4655 | (ndr_push_flags_fn_t) ndr_push_ServerAlive, |
| 4656 | (ndr_pull_flags_fn_t) ndr_pull_ServerAlive, |
| 4657 | - (ndr_print_function_t) ndr_print_ServerAlive, |
| 4658 | + (ndr_print_function_t) ndr_print_disabled, |
| 4659 | { 0, NULL }, |
| 4660 | { 0, NULL }, |
| 4661 | }, |
| 4662 | @@ -797,7 +797,7 @@ static const struct ndr_interface_call I |
| 4663 | sizeof(struct ResolveOxid2), |
| 4664 | (ndr_push_flags_fn_t) ndr_push_ResolveOxid2, |
| 4665 | (ndr_pull_flags_fn_t) ndr_pull_ResolveOxid2, |
| 4666 | - (ndr_print_function_t) ndr_print_ResolveOxid2, |
| 4667 | + (ndr_print_function_t) ndr_print_disabled, |
| 4668 | { 0, NULL }, |
| 4669 | { 0, NULL }, |
| 4670 | }, |
| 4671 | @@ -806,7 +806,7 @@ static const struct ndr_interface_call I |
| 4672 | sizeof(struct ServerAlive2), |
| 4673 | (ndr_push_flags_fn_t) ndr_push_ServerAlive2, |
| 4674 | (ndr_pull_flags_fn_t) ndr_pull_ServerAlive2, |
| 4675 | - (ndr_print_function_t) ndr_print_ServerAlive2, |
| 4676 | + (ndr_print_function_t) ndr_print_disabled, |
| 4677 | { 0, NULL }, |
| 4678 | { 0, NULL }, |
| 4679 | }, |
| 4680 | --- a/source3/librpc/gen_ndr/ndr_policyagent.c |
| 4681 | +++ b/source3/librpc/gen_ndr/ndr_policyagent.c |
| 4682 | @@ -51,7 +51,7 @@ static const struct ndr_interface_call p |
| 4683 | sizeof(struct policyagent_Dummy), |
| 4684 | (ndr_push_flags_fn_t) ndr_push_policyagent_Dummy, |
| 4685 | (ndr_pull_flags_fn_t) ndr_pull_policyagent_Dummy, |
| 4686 | - (ndr_print_function_t) ndr_print_policyagent_Dummy, |
| 4687 | + (ndr_print_function_t) ndr_print_disabled, |
| 4688 | { 0, NULL }, |
| 4689 | { 0, NULL }, |
| 4690 | }, |
| 4691 | --- a/source3/librpc/gen_ndr/ndr_preg.c |
| 4692 | +++ b/source3/librpc/gen_ndr/ndr_preg.c |
| 4693 | @@ -204,7 +204,7 @@ static const struct ndr_interface_call p |
| 4694 | sizeof(struct decode_preg_file), |
| 4695 | (ndr_push_flags_fn_t) ndr_push_decode_preg_file, |
| 4696 | (ndr_pull_flags_fn_t) ndr_pull_decode_preg_file, |
| 4697 | - (ndr_print_function_t) ndr_print_decode_preg_file, |
| 4698 | + (ndr_print_function_t) ndr_print_disabled, |
| 4699 | { 0, NULL }, |
| 4700 | { 0, NULL }, |
| 4701 | }, |
| 4702 | --- a/source3/librpc/gen_ndr/ndr_remact.c |
| 4703 | +++ b/source3/librpc/gen_ndr/ndr_remact.c |
| 4704 | @@ -373,7 +373,7 @@ static const struct ndr_interface_call I |
| 4705 | sizeof(struct RemoteActivation), |
| 4706 | (ndr_push_flags_fn_t) ndr_push_RemoteActivation, |
| 4707 | (ndr_pull_flags_fn_t) ndr_pull_RemoteActivation, |
| 4708 | - (ndr_print_function_t) ndr_print_RemoteActivation, |
| 4709 | + (ndr_print_function_t) ndr_print_disabled, |
| 4710 | { 0, NULL }, |
| 4711 | { 0, NULL }, |
| 4712 | }, |
| 4713 | --- a/source3/librpc/gen_ndr/ndr_rot.c |
| 4714 | +++ b/source3/librpc/gen_ndr/ndr_rot.c |
| 4715 | @@ -489,7 +489,7 @@ static const struct ndr_interface_call r |
| 4716 | sizeof(struct rot_add), |
| 4717 | (ndr_push_flags_fn_t) ndr_push_rot_add, |
| 4718 | (ndr_pull_flags_fn_t) ndr_pull_rot_add, |
| 4719 | - (ndr_print_function_t) ndr_print_rot_add, |
| 4720 | + (ndr_print_function_t) ndr_print_disabled, |
| 4721 | { 0, NULL }, |
| 4722 | { 0, NULL }, |
| 4723 | }, |
| 4724 | @@ -498,7 +498,7 @@ static const struct ndr_interface_call r |
| 4725 | sizeof(struct rot_remove), |
| 4726 | (ndr_push_flags_fn_t) ndr_push_rot_remove, |
| 4727 | (ndr_pull_flags_fn_t) ndr_pull_rot_remove, |
| 4728 | - (ndr_print_function_t) ndr_print_rot_remove, |
| 4729 | + (ndr_print_function_t) ndr_print_disabled, |
| 4730 | { 0, NULL }, |
| 4731 | { 0, NULL }, |
| 4732 | }, |
| 4733 | @@ -507,7 +507,7 @@ static const struct ndr_interface_call r |
| 4734 | sizeof(struct rot_is_listed), |
| 4735 | (ndr_push_flags_fn_t) ndr_push_rot_is_listed, |
| 4736 | (ndr_pull_flags_fn_t) ndr_pull_rot_is_listed, |
| 4737 | - (ndr_print_function_t) ndr_print_rot_is_listed, |
| 4738 | + (ndr_print_function_t) ndr_print_disabled, |
| 4739 | { 0, NULL }, |
| 4740 | { 0, NULL }, |
| 4741 | }, |
| 4742 | @@ -516,7 +516,7 @@ static const struct ndr_interface_call r |
| 4743 | sizeof(struct rot_get_interface_pointer), |
| 4744 | (ndr_push_flags_fn_t) ndr_push_rot_get_interface_pointer, |
| 4745 | (ndr_pull_flags_fn_t) ndr_pull_rot_get_interface_pointer, |
| 4746 | - (ndr_print_function_t) ndr_print_rot_get_interface_pointer, |
| 4747 | + (ndr_print_function_t) ndr_print_disabled, |
| 4748 | { 0, NULL }, |
| 4749 | { 0, NULL }, |
| 4750 | }, |
| 4751 | @@ -525,7 +525,7 @@ static const struct ndr_interface_call r |
| 4752 | sizeof(struct rot_set_modification_time), |
| 4753 | (ndr_push_flags_fn_t) ndr_push_rot_set_modification_time, |
| 4754 | (ndr_pull_flags_fn_t) ndr_pull_rot_set_modification_time, |
| 4755 | - (ndr_print_function_t) ndr_print_rot_set_modification_time, |
| 4756 | + (ndr_print_function_t) ndr_print_disabled, |
| 4757 | { 0, NULL }, |
| 4758 | { 0, NULL }, |
| 4759 | }, |
| 4760 | @@ -534,7 +534,7 @@ static const struct ndr_interface_call r |
| 4761 | sizeof(struct rot_get_modification_time), |
| 4762 | (ndr_push_flags_fn_t) ndr_push_rot_get_modification_time, |
| 4763 | (ndr_pull_flags_fn_t) ndr_pull_rot_get_modification_time, |
| 4764 | - (ndr_print_function_t) ndr_print_rot_get_modification_time, |
| 4765 | + (ndr_print_function_t) ndr_print_disabled, |
| 4766 | { 0, NULL }, |
| 4767 | { 0, NULL }, |
| 4768 | }, |
| 4769 | @@ -543,7 +543,7 @@ static const struct ndr_interface_call r |
| 4770 | sizeof(struct rot_enum), |
| 4771 | (ndr_push_flags_fn_t) ndr_push_rot_enum, |
| 4772 | (ndr_pull_flags_fn_t) ndr_pull_rot_enum, |
| 4773 | - (ndr_print_function_t) ndr_print_rot_enum, |
| 4774 | + (ndr_print_function_t) ndr_print_disabled, |
| 4775 | { 0, NULL }, |
| 4776 | { 0, NULL }, |
| 4777 | }, |
| 4778 | --- a/source3/librpc/gen_ndr/ndr_samr.c |
| 4779 | +++ b/source3/librpc/gen_ndr/ndr_samr.c |
| 4780 | @@ -12674,7 +12674,7 @@ static const struct ndr_interface_call s |
| 4781 | sizeof(struct samr_Connect), |
| 4782 | (ndr_push_flags_fn_t) ndr_push_samr_Connect, |
| 4783 | (ndr_pull_flags_fn_t) ndr_pull_samr_Connect, |
| 4784 | - (ndr_print_function_t) ndr_print_samr_Connect, |
| 4785 | + (ndr_print_function_t) ndr_print_disabled, |
| 4786 | { 0, NULL }, |
| 4787 | { 0, NULL }, |
| 4788 | }, |
| 4789 | @@ -12683,7 +12683,7 @@ static const struct ndr_interface_call s |
| 4790 | sizeof(struct samr_Close), |
| 4791 | (ndr_push_flags_fn_t) ndr_push_samr_Close, |
| 4792 | (ndr_pull_flags_fn_t) ndr_pull_samr_Close, |
| 4793 | - (ndr_print_function_t) ndr_print_samr_Close, |
| 4794 | + (ndr_print_function_t) ndr_print_disabled, |
| 4795 | { 0, NULL }, |
| 4796 | { 0, NULL }, |
| 4797 | }, |
| 4798 | @@ -12692,7 +12692,7 @@ static const struct ndr_interface_call s |
| 4799 | sizeof(struct samr_SetSecurity), |
| 4800 | (ndr_push_flags_fn_t) ndr_push_samr_SetSecurity, |
| 4801 | (ndr_pull_flags_fn_t) ndr_pull_samr_SetSecurity, |
| 4802 | - (ndr_print_function_t) ndr_print_samr_SetSecurity, |
| 4803 | + (ndr_print_function_t) ndr_print_disabled, |
| 4804 | { 0, NULL }, |
| 4805 | { 0, NULL }, |
| 4806 | }, |
| 4807 | @@ -12701,7 +12701,7 @@ static const struct ndr_interface_call s |
| 4808 | sizeof(struct samr_QuerySecurity), |
| 4809 | (ndr_push_flags_fn_t) ndr_push_samr_QuerySecurity, |
| 4810 | (ndr_pull_flags_fn_t) ndr_pull_samr_QuerySecurity, |
| 4811 | - (ndr_print_function_t) ndr_print_samr_QuerySecurity, |
| 4812 | + (ndr_print_function_t) ndr_print_disabled, |
| 4813 | { 0, NULL }, |
| 4814 | { 0, NULL }, |
| 4815 | }, |
| 4816 | @@ -12710,7 +12710,7 @@ static const struct ndr_interface_call s |
| 4817 | sizeof(struct samr_Shutdown), |
| 4818 | (ndr_push_flags_fn_t) ndr_push_samr_Shutdown, |
| 4819 | (ndr_pull_flags_fn_t) ndr_pull_samr_Shutdown, |
| 4820 | - (ndr_print_function_t) ndr_print_samr_Shutdown, |
| 4821 | + (ndr_print_function_t) ndr_print_disabled, |
| 4822 | { 0, NULL }, |
| 4823 | { 0, NULL }, |
| 4824 | }, |
| 4825 | @@ -12719,7 +12719,7 @@ static const struct ndr_interface_call s |
| 4826 | sizeof(struct samr_LookupDomain), |
| 4827 | (ndr_push_flags_fn_t) ndr_push_samr_LookupDomain, |
| 4828 | (ndr_pull_flags_fn_t) ndr_pull_samr_LookupDomain, |
| 4829 | - (ndr_print_function_t) ndr_print_samr_LookupDomain, |
| 4830 | + (ndr_print_function_t) ndr_print_disabled, |
| 4831 | { 0, NULL }, |
| 4832 | { 0, NULL }, |
| 4833 | }, |
| 4834 | @@ -12728,7 +12728,7 @@ static const struct ndr_interface_call s |
| 4835 | sizeof(struct samr_EnumDomains), |
| 4836 | (ndr_push_flags_fn_t) ndr_push_samr_EnumDomains, |
| 4837 | (ndr_pull_flags_fn_t) ndr_pull_samr_EnumDomains, |
| 4838 | - (ndr_print_function_t) ndr_print_samr_EnumDomains, |
| 4839 | + (ndr_print_function_t) ndr_print_disabled, |
| 4840 | { 0, NULL }, |
| 4841 | { 0, NULL }, |
| 4842 | }, |
| 4843 | @@ -12737,7 +12737,7 @@ static const struct ndr_interface_call s |
| 4844 | sizeof(struct samr_OpenDomain), |
| 4845 | (ndr_push_flags_fn_t) ndr_push_samr_OpenDomain, |
| 4846 | (ndr_pull_flags_fn_t) ndr_pull_samr_OpenDomain, |
| 4847 | - (ndr_print_function_t) ndr_print_samr_OpenDomain, |
| 4848 | + (ndr_print_function_t) ndr_print_disabled, |
| 4849 | { 0, NULL }, |
| 4850 | { 0, NULL }, |
| 4851 | }, |
| 4852 | @@ -12746,7 +12746,7 @@ static const struct ndr_interface_call s |
| 4853 | sizeof(struct samr_QueryDomainInfo), |
| 4854 | (ndr_push_flags_fn_t) ndr_push_samr_QueryDomainInfo, |
| 4855 | (ndr_pull_flags_fn_t) ndr_pull_samr_QueryDomainInfo, |
| 4856 | - (ndr_print_function_t) ndr_print_samr_QueryDomainInfo, |
| 4857 | + (ndr_print_function_t) ndr_print_disabled, |
| 4858 | { 0, NULL }, |
| 4859 | { 0, NULL }, |
| 4860 | }, |
| 4861 | @@ -12755,7 +12755,7 @@ static const struct ndr_interface_call s |
| 4862 | sizeof(struct samr_SetDomainInfo), |
| 4863 | (ndr_push_flags_fn_t) ndr_push_samr_SetDomainInfo, |
| 4864 | (ndr_pull_flags_fn_t) ndr_pull_samr_SetDomainInfo, |
| 4865 | - (ndr_print_function_t) ndr_print_samr_SetDomainInfo, |
| 4866 | + (ndr_print_function_t) ndr_print_disabled, |
| 4867 | { 0, NULL }, |
| 4868 | { 0, NULL }, |
| 4869 | }, |
| 4870 | @@ -12764,7 +12764,7 @@ static const struct ndr_interface_call s |
| 4871 | sizeof(struct samr_CreateDomainGroup), |
| 4872 | (ndr_push_flags_fn_t) ndr_push_samr_CreateDomainGroup, |
| 4873 | (ndr_pull_flags_fn_t) ndr_pull_samr_CreateDomainGroup, |
| 4874 | - (ndr_print_function_t) ndr_print_samr_CreateDomainGroup, |
| 4875 | + (ndr_print_function_t) ndr_print_disabled, |
| 4876 | { 0, NULL }, |
| 4877 | { 0, NULL }, |
| 4878 | }, |
| 4879 | @@ -12773,7 +12773,7 @@ static const struct ndr_interface_call s |
| 4880 | sizeof(struct samr_EnumDomainGroups), |
| 4881 | (ndr_push_flags_fn_t) ndr_push_samr_EnumDomainGroups, |
| 4882 | (ndr_pull_flags_fn_t) ndr_pull_samr_EnumDomainGroups, |
| 4883 | - (ndr_print_function_t) ndr_print_samr_EnumDomainGroups, |
| 4884 | + (ndr_print_function_t) ndr_print_disabled, |
| 4885 | { 0, NULL }, |
| 4886 | { 0, NULL }, |
| 4887 | }, |
| 4888 | @@ -12782,7 +12782,7 @@ static const struct ndr_interface_call s |
| 4889 | sizeof(struct samr_CreateUser), |
| 4890 | (ndr_push_flags_fn_t) ndr_push_samr_CreateUser, |
| 4891 | (ndr_pull_flags_fn_t) ndr_pull_samr_CreateUser, |
| 4892 | - (ndr_print_function_t) ndr_print_samr_CreateUser, |
| 4893 | + (ndr_print_function_t) ndr_print_disabled, |
| 4894 | { 0, NULL }, |
| 4895 | { 0, NULL }, |
| 4896 | }, |
| 4897 | @@ -12791,7 +12791,7 @@ static const struct ndr_interface_call s |
| 4898 | sizeof(struct samr_EnumDomainUsers), |
| 4899 | (ndr_push_flags_fn_t) ndr_push_samr_EnumDomainUsers, |
| 4900 | (ndr_pull_flags_fn_t) ndr_pull_samr_EnumDomainUsers, |
| 4901 | - (ndr_print_function_t) ndr_print_samr_EnumDomainUsers, |
| 4902 | + (ndr_print_function_t) ndr_print_disabled, |
| 4903 | { 0, NULL }, |
| 4904 | { 0, NULL }, |
| 4905 | }, |
| 4906 | @@ -12800,7 +12800,7 @@ static const struct ndr_interface_call s |
| 4907 | sizeof(struct samr_CreateDomAlias), |
| 4908 | (ndr_push_flags_fn_t) ndr_push_samr_CreateDomAlias, |
| 4909 | (ndr_pull_flags_fn_t) ndr_pull_samr_CreateDomAlias, |
| 4910 | - (ndr_print_function_t) ndr_print_samr_CreateDomAlias, |
| 4911 | + (ndr_print_function_t) ndr_print_disabled, |
| 4912 | { 0, NULL }, |
| 4913 | { 0, NULL }, |
| 4914 | }, |
| 4915 | @@ -12809,7 +12809,7 @@ static const struct ndr_interface_call s |
| 4916 | sizeof(struct samr_EnumDomainAliases), |
| 4917 | (ndr_push_flags_fn_t) ndr_push_samr_EnumDomainAliases, |
| 4918 | (ndr_pull_flags_fn_t) ndr_pull_samr_EnumDomainAliases, |
| 4919 | - (ndr_print_function_t) ndr_print_samr_EnumDomainAliases, |
| 4920 | + (ndr_print_function_t) ndr_print_disabled, |
| 4921 | { 0, NULL }, |
| 4922 | { 0, NULL }, |
| 4923 | }, |
| 4924 | @@ -12818,7 +12818,7 @@ static const struct ndr_interface_call s |
| 4925 | sizeof(struct samr_GetAliasMembership), |
| 4926 | (ndr_push_flags_fn_t) ndr_push_samr_GetAliasMembership, |
| 4927 | (ndr_pull_flags_fn_t) ndr_pull_samr_GetAliasMembership, |
| 4928 | - (ndr_print_function_t) ndr_print_samr_GetAliasMembership, |
| 4929 | + (ndr_print_function_t) ndr_print_disabled, |
| 4930 | { 0, NULL }, |
| 4931 | { 0, NULL }, |
| 4932 | }, |
| 4933 | @@ -12827,7 +12827,7 @@ static const struct ndr_interface_call s |
| 4934 | sizeof(struct samr_LookupNames), |
| 4935 | (ndr_push_flags_fn_t) ndr_push_samr_LookupNames, |
| 4936 | (ndr_pull_flags_fn_t) ndr_pull_samr_LookupNames, |
| 4937 | - (ndr_print_function_t) ndr_print_samr_LookupNames, |
| 4938 | + (ndr_print_function_t) ndr_print_disabled, |
| 4939 | { 0, NULL }, |
| 4940 | { 0, NULL }, |
| 4941 | }, |
| 4942 | @@ -12836,7 +12836,7 @@ static const struct ndr_interface_call s |
| 4943 | sizeof(struct samr_LookupRids), |
| 4944 | (ndr_push_flags_fn_t) ndr_push_samr_LookupRids, |
| 4945 | (ndr_pull_flags_fn_t) ndr_pull_samr_LookupRids, |
| 4946 | - (ndr_print_function_t) ndr_print_samr_LookupRids, |
| 4947 | + (ndr_print_function_t) ndr_print_disabled, |
| 4948 | { 0, NULL }, |
| 4949 | { 0, NULL }, |
| 4950 | }, |
| 4951 | @@ -12845,7 +12845,7 @@ static const struct ndr_interface_call s |
| 4952 | sizeof(struct samr_OpenGroup), |
| 4953 | (ndr_push_flags_fn_t) ndr_push_samr_OpenGroup, |
| 4954 | (ndr_pull_flags_fn_t) ndr_pull_samr_OpenGroup, |
| 4955 | - (ndr_print_function_t) ndr_print_samr_OpenGroup, |
| 4956 | + (ndr_print_function_t) ndr_print_disabled, |
| 4957 | { 0, NULL }, |
| 4958 | { 0, NULL }, |
| 4959 | }, |
| 4960 | @@ -12854,7 +12854,7 @@ static const struct ndr_interface_call s |
| 4961 | sizeof(struct samr_QueryGroupInfo), |
| 4962 | (ndr_push_flags_fn_t) ndr_push_samr_QueryGroupInfo, |
| 4963 | (ndr_pull_flags_fn_t) ndr_pull_samr_QueryGroupInfo, |
| 4964 | - (ndr_print_function_t) ndr_print_samr_QueryGroupInfo, |
| 4965 | + (ndr_print_function_t) ndr_print_disabled, |
| 4966 | { 0, NULL }, |
| 4967 | { 0, NULL }, |
| 4968 | }, |
| 4969 | @@ -12863,7 +12863,7 @@ static const struct ndr_interface_call s |
| 4970 | sizeof(struct samr_SetGroupInfo), |
| 4971 | (ndr_push_flags_fn_t) ndr_push_samr_SetGroupInfo, |
| 4972 | (ndr_pull_flags_fn_t) ndr_pull_samr_SetGroupInfo, |
| 4973 | - (ndr_print_function_t) ndr_print_samr_SetGroupInfo, |
| 4974 | + (ndr_print_function_t) ndr_print_disabled, |
| 4975 | { 0, NULL }, |
| 4976 | { 0, NULL }, |
| 4977 | }, |
| 4978 | @@ -12872,7 +12872,7 @@ static const struct ndr_interface_call s |
| 4979 | sizeof(struct samr_AddGroupMember), |
| 4980 | (ndr_push_flags_fn_t) ndr_push_samr_AddGroupMember, |
| 4981 | (ndr_pull_flags_fn_t) ndr_pull_samr_AddGroupMember, |
| 4982 | - (ndr_print_function_t) ndr_print_samr_AddGroupMember, |
| 4983 | + (ndr_print_function_t) ndr_print_disabled, |
| 4984 | { 0, NULL }, |
| 4985 | { 0, NULL }, |
| 4986 | }, |
| 4987 | @@ -12881,7 +12881,7 @@ static const struct ndr_interface_call s |
| 4988 | sizeof(struct samr_DeleteDomainGroup), |
| 4989 | (ndr_push_flags_fn_t) ndr_push_samr_DeleteDomainGroup, |
| 4990 | (ndr_pull_flags_fn_t) ndr_pull_samr_DeleteDomainGroup, |
| 4991 | - (ndr_print_function_t) ndr_print_samr_DeleteDomainGroup, |
| 4992 | + (ndr_print_function_t) ndr_print_disabled, |
| 4993 | { 0, NULL }, |
| 4994 | { 0, NULL }, |
| 4995 | }, |
| 4996 | @@ -12890,7 +12890,7 @@ static const struct ndr_interface_call s |
| 4997 | sizeof(struct samr_DeleteGroupMember), |
| 4998 | (ndr_push_flags_fn_t) ndr_push_samr_DeleteGroupMember, |
| 4999 | (ndr_pull_flags_fn_t) ndr_pull_samr_DeleteGroupMember, |
| 5000 | - (ndr_print_function_t) ndr_print_samr_DeleteGroupMember, |
| 5001 | + (ndr_print_function_t) ndr_print_disabled, |
| 5002 | { 0, NULL }, |
| 5003 | { 0, NULL }, |
| 5004 | }, |
| 5005 | @@ -12899,7 +12899,7 @@ static const struct ndr_interface_call s |
| 5006 | sizeof(struct samr_QueryGroupMember), |
| 5007 | (ndr_push_flags_fn_t) ndr_push_samr_QueryGroupMember, |
| 5008 | (ndr_pull_flags_fn_t) ndr_pull_samr_QueryGroupMember, |
| 5009 | - (ndr_print_function_t) ndr_print_samr_QueryGroupMember, |
| 5010 | + (ndr_print_function_t) ndr_print_disabled, |
| 5011 | { 0, NULL }, |
| 5012 | { 0, NULL }, |
| 5013 | }, |
| 5014 | @@ -12908,7 +12908,7 @@ static const struct ndr_interface_call s |
| 5015 | sizeof(struct samr_SetMemberAttributesOfGroup), |
| 5016 | (ndr_push_flags_fn_t) ndr_push_samr_SetMemberAttributesOfGroup, |
| 5017 | (ndr_pull_flags_fn_t) ndr_pull_samr_SetMemberAttributesOfGroup, |
| 5018 | - (ndr_print_function_t) ndr_print_samr_SetMemberAttributesOfGroup, |
| 5019 | + (ndr_print_function_t) ndr_print_disabled, |
| 5020 | { 0, NULL }, |
| 5021 | { 0, NULL }, |
| 5022 | }, |
| 5023 | @@ -12917,7 +12917,7 @@ static const struct ndr_interface_call s |
| 5024 | sizeof(struct samr_OpenAlias), |
| 5025 | (ndr_push_flags_fn_t) ndr_push_samr_OpenAlias, |
| 5026 | (ndr_pull_flags_fn_t) ndr_pull_samr_OpenAlias, |
| 5027 | - (ndr_print_function_t) ndr_print_samr_OpenAlias, |
| 5028 | + (ndr_print_function_t) ndr_print_disabled, |
| 5029 | { 0, NULL }, |
| 5030 | { 0, NULL }, |
| 5031 | }, |
| 5032 | @@ -12926,7 +12926,7 @@ static const struct ndr_interface_call s |
| 5033 | sizeof(struct samr_QueryAliasInfo), |
| 5034 | (ndr_push_flags_fn_t) ndr_push_samr_QueryAliasInfo, |
| 5035 | (ndr_pull_flags_fn_t) ndr_pull_samr_QueryAliasInfo, |
| 5036 | - (ndr_print_function_t) ndr_print_samr_QueryAliasInfo, |
| 5037 | + (ndr_print_function_t) ndr_print_disabled, |
| 5038 | { 0, NULL }, |
| 5039 | { 0, NULL }, |
| 5040 | }, |
| 5041 | @@ -12935,7 +12935,7 @@ static const struct ndr_interface_call s |
| 5042 | sizeof(struct samr_SetAliasInfo), |
| 5043 | (ndr_push_flags_fn_t) ndr_push_samr_SetAliasInfo, |
| 5044 | (ndr_pull_flags_fn_t) ndr_pull_samr_SetAliasInfo, |
| 5045 | - (ndr_print_function_t) ndr_print_samr_SetAliasInfo, |
| 5046 | + (ndr_print_function_t) ndr_print_disabled, |
| 5047 | { 0, NULL }, |
| 5048 | { 0, NULL }, |
| 5049 | }, |
| 5050 | @@ -12944,7 +12944,7 @@ static const struct ndr_interface_call s |
| 5051 | sizeof(struct samr_DeleteDomAlias), |
| 5052 | (ndr_push_flags_fn_t) ndr_push_samr_DeleteDomAlias, |
| 5053 | (ndr_pull_flags_fn_t) ndr_pull_samr_DeleteDomAlias, |
| 5054 | - (ndr_print_function_t) ndr_print_samr_DeleteDomAlias, |
| 5055 | + (ndr_print_function_t) ndr_print_disabled, |
| 5056 | { 0, NULL }, |
| 5057 | { 0, NULL }, |
| 5058 | }, |
| 5059 | @@ -12953,7 +12953,7 @@ static const struct ndr_interface_call s |
| 5060 | sizeof(struct samr_AddAliasMember), |
| 5061 | (ndr_push_flags_fn_t) ndr_push_samr_AddAliasMember, |
| 5062 | (ndr_pull_flags_fn_t) ndr_pull_samr_AddAliasMember, |
| 5063 | - (ndr_print_function_t) ndr_print_samr_AddAliasMember, |
| 5064 | + (ndr_print_function_t) ndr_print_disabled, |
| 5065 | { 0, NULL }, |
| 5066 | { 0, NULL }, |
| 5067 | }, |
| 5068 | @@ -12962,7 +12962,7 @@ static const struct ndr_interface_call s |
| 5069 | sizeof(struct samr_DeleteAliasMember), |
| 5070 | (ndr_push_flags_fn_t) ndr_push_samr_DeleteAliasMember, |
| 5071 | (ndr_pull_flags_fn_t) ndr_pull_samr_DeleteAliasMember, |
| 5072 | - (ndr_print_function_t) ndr_print_samr_DeleteAliasMember, |
| 5073 | + (ndr_print_function_t) ndr_print_disabled, |
| 5074 | { 0, NULL }, |
| 5075 | { 0, NULL }, |
| 5076 | }, |
| 5077 | @@ -12971,7 +12971,7 @@ static const struct ndr_interface_call s |
| 5078 | sizeof(struct samr_GetMembersInAlias), |
| 5079 | (ndr_push_flags_fn_t) ndr_push_samr_GetMembersInAlias, |
| 5080 | (ndr_pull_flags_fn_t) ndr_pull_samr_GetMembersInAlias, |
| 5081 | - (ndr_print_function_t) ndr_print_samr_GetMembersInAlias, |
| 5082 | + (ndr_print_function_t) ndr_print_disabled, |
| 5083 | { 0, NULL }, |
| 5084 | { 0, NULL }, |
| 5085 | }, |
| 5086 | @@ -12980,7 +12980,7 @@ static const struct ndr_interface_call s |
| 5087 | sizeof(struct samr_OpenUser), |
| 5088 | (ndr_push_flags_fn_t) ndr_push_samr_OpenUser, |
| 5089 | (ndr_pull_flags_fn_t) ndr_pull_samr_OpenUser, |
| 5090 | - (ndr_print_function_t) ndr_print_samr_OpenUser, |
| 5091 | + (ndr_print_function_t) ndr_print_disabled, |
| 5092 | { 0, NULL }, |
| 5093 | { 0, NULL }, |
| 5094 | }, |
| 5095 | @@ -12989,7 +12989,7 @@ static const struct ndr_interface_call s |
| 5096 | sizeof(struct samr_DeleteUser), |
| 5097 | (ndr_push_flags_fn_t) ndr_push_samr_DeleteUser, |
| 5098 | (ndr_pull_flags_fn_t) ndr_pull_samr_DeleteUser, |
| 5099 | - (ndr_print_function_t) ndr_print_samr_DeleteUser, |
| 5100 | + (ndr_print_function_t) ndr_print_disabled, |
| 5101 | { 0, NULL }, |
| 5102 | { 0, NULL }, |
| 5103 | }, |
| 5104 | @@ -12998,7 +12998,7 @@ static const struct ndr_interface_call s |
| 5105 | sizeof(struct samr_QueryUserInfo), |
| 5106 | (ndr_push_flags_fn_t) ndr_push_samr_QueryUserInfo, |
| 5107 | (ndr_pull_flags_fn_t) ndr_pull_samr_QueryUserInfo, |
| 5108 | - (ndr_print_function_t) ndr_print_samr_QueryUserInfo, |
| 5109 | + (ndr_print_function_t) ndr_print_disabled, |
| 5110 | { 0, NULL }, |
| 5111 | { 0, NULL }, |
| 5112 | }, |
| 5113 | @@ -13007,7 +13007,7 @@ static const struct ndr_interface_call s |
| 5114 | sizeof(struct samr_SetUserInfo), |
| 5115 | (ndr_push_flags_fn_t) ndr_push_samr_SetUserInfo, |
| 5116 | (ndr_pull_flags_fn_t) ndr_pull_samr_SetUserInfo, |
| 5117 | - (ndr_print_function_t) ndr_print_samr_SetUserInfo, |
| 5118 | + (ndr_print_function_t) ndr_print_disabled, |
| 5119 | { 0, NULL }, |
| 5120 | { 0, NULL }, |
| 5121 | }, |
| 5122 | @@ -13016,7 +13016,7 @@ static const struct ndr_interface_call s |
| 5123 | sizeof(struct samr_ChangePasswordUser), |
| 5124 | (ndr_push_flags_fn_t) ndr_push_samr_ChangePasswordUser, |
| 5125 | (ndr_pull_flags_fn_t) ndr_pull_samr_ChangePasswordUser, |
| 5126 | - (ndr_print_function_t) ndr_print_samr_ChangePasswordUser, |
| 5127 | + (ndr_print_function_t) ndr_print_disabled, |
| 5128 | { 0, NULL }, |
| 5129 | { 0, NULL }, |
| 5130 | }, |
| 5131 | @@ -13025,7 +13025,7 @@ static const struct ndr_interface_call s |
| 5132 | sizeof(struct samr_GetGroupsForUser), |
| 5133 | (ndr_push_flags_fn_t) ndr_push_samr_GetGroupsForUser, |
| 5134 | (ndr_pull_flags_fn_t) ndr_pull_samr_GetGroupsForUser, |
| 5135 | - (ndr_print_function_t) ndr_print_samr_GetGroupsForUser, |
| 5136 | + (ndr_print_function_t) ndr_print_disabled, |
| 5137 | { 0, NULL }, |
| 5138 | { 0, NULL }, |
| 5139 | }, |
| 5140 | @@ -13034,7 +13034,7 @@ static const struct ndr_interface_call s |
| 5141 | sizeof(struct samr_QueryDisplayInfo), |
| 5142 | (ndr_push_flags_fn_t) ndr_push_samr_QueryDisplayInfo, |
| 5143 | (ndr_pull_flags_fn_t) ndr_pull_samr_QueryDisplayInfo, |
| 5144 | - (ndr_print_function_t) ndr_print_samr_QueryDisplayInfo, |
| 5145 | + (ndr_print_function_t) ndr_print_disabled, |
| 5146 | { 0, NULL }, |
| 5147 | { 0, NULL }, |
| 5148 | }, |
| 5149 | @@ -13043,7 +13043,7 @@ static const struct ndr_interface_call s |
| 5150 | sizeof(struct samr_GetDisplayEnumerationIndex), |
| 5151 | (ndr_push_flags_fn_t) ndr_push_samr_GetDisplayEnumerationIndex, |
| 5152 | (ndr_pull_flags_fn_t) ndr_pull_samr_GetDisplayEnumerationIndex, |
| 5153 | - (ndr_print_function_t) ndr_print_samr_GetDisplayEnumerationIndex, |
| 5154 | + (ndr_print_function_t) ndr_print_disabled, |
| 5155 | { 0, NULL }, |
| 5156 | { 0, NULL }, |
| 5157 | }, |
| 5158 | @@ -13052,7 +13052,7 @@ static const struct ndr_interface_call s |
| 5159 | sizeof(struct samr_TestPrivateFunctionsDomain), |
| 5160 | (ndr_push_flags_fn_t) ndr_push_samr_TestPrivateFunctionsDomain, |
| 5161 | (ndr_pull_flags_fn_t) ndr_pull_samr_TestPrivateFunctionsDomain, |
| 5162 | - (ndr_print_function_t) ndr_print_samr_TestPrivateFunctionsDomain, |
| 5163 | + (ndr_print_function_t) ndr_print_disabled, |
| 5164 | { 0, NULL }, |
| 5165 | { 0, NULL }, |
| 5166 | }, |
| 5167 | @@ -13061,7 +13061,7 @@ static const struct ndr_interface_call s |
| 5168 | sizeof(struct samr_TestPrivateFunctionsUser), |
| 5169 | (ndr_push_flags_fn_t) ndr_push_samr_TestPrivateFunctionsUser, |
| 5170 | (ndr_pull_flags_fn_t) ndr_pull_samr_TestPrivateFunctionsUser, |
| 5171 | - (ndr_print_function_t) ndr_print_samr_TestPrivateFunctionsUser, |
| 5172 | + (ndr_print_function_t) ndr_print_disabled, |
| 5173 | { 0, NULL }, |
| 5174 | { 0, NULL }, |
| 5175 | }, |
| 5176 | @@ -13070,7 +13070,7 @@ static const struct ndr_interface_call s |
| 5177 | sizeof(struct samr_GetUserPwInfo), |
| 5178 | (ndr_push_flags_fn_t) ndr_push_samr_GetUserPwInfo, |
| 5179 | (ndr_pull_flags_fn_t) ndr_pull_samr_GetUserPwInfo, |
| 5180 | - (ndr_print_function_t) ndr_print_samr_GetUserPwInfo, |
| 5181 | + (ndr_print_function_t) ndr_print_disabled, |
| 5182 | { 0, NULL }, |
| 5183 | { 0, NULL }, |
| 5184 | }, |
| 5185 | @@ -13079,7 +13079,7 @@ static const struct ndr_interface_call s |
| 5186 | sizeof(struct samr_RemoveMemberFromForeignDomain), |
| 5187 | (ndr_push_flags_fn_t) ndr_push_samr_RemoveMemberFromForeignDomain, |
| 5188 | (ndr_pull_flags_fn_t) ndr_pull_samr_RemoveMemberFromForeignDomain, |
| 5189 | - (ndr_print_function_t) ndr_print_samr_RemoveMemberFromForeignDomain, |
| 5190 | + (ndr_print_function_t) ndr_print_disabled, |
| 5191 | { 0, NULL }, |
| 5192 | { 0, NULL }, |
| 5193 | }, |
| 5194 | @@ -13088,7 +13088,7 @@ static const struct ndr_interface_call s |
| 5195 | sizeof(struct samr_QueryDomainInfo2), |
| 5196 | (ndr_push_flags_fn_t) ndr_push_samr_QueryDomainInfo2, |
| 5197 | (ndr_pull_flags_fn_t) ndr_pull_samr_QueryDomainInfo2, |
| 5198 | - (ndr_print_function_t) ndr_print_samr_QueryDomainInfo2, |
| 5199 | + (ndr_print_function_t) ndr_print_disabled, |
| 5200 | { 0, NULL }, |
| 5201 | { 0, NULL }, |
| 5202 | }, |
| 5203 | @@ -13097,7 +13097,7 @@ static const struct ndr_interface_call s |
| 5204 | sizeof(struct samr_QueryUserInfo2), |
| 5205 | (ndr_push_flags_fn_t) ndr_push_samr_QueryUserInfo2, |
| 5206 | (ndr_pull_flags_fn_t) ndr_pull_samr_QueryUserInfo2, |
| 5207 | - (ndr_print_function_t) ndr_print_samr_QueryUserInfo2, |
| 5208 | + (ndr_print_function_t) ndr_print_disabled, |
| 5209 | { 0, NULL }, |
| 5210 | { 0, NULL }, |
| 5211 | }, |
| 5212 | @@ -13106,7 +13106,7 @@ static const struct ndr_interface_call s |
| 5213 | sizeof(struct samr_QueryDisplayInfo2), |
| 5214 | (ndr_push_flags_fn_t) ndr_push_samr_QueryDisplayInfo2, |
| 5215 | (ndr_pull_flags_fn_t) ndr_pull_samr_QueryDisplayInfo2, |
| 5216 | - (ndr_print_function_t) ndr_print_samr_QueryDisplayInfo2, |
| 5217 | + (ndr_print_function_t) ndr_print_disabled, |
| 5218 | { 0, NULL }, |
| 5219 | { 0, NULL }, |
| 5220 | }, |
| 5221 | @@ -13115,7 +13115,7 @@ static const struct ndr_interface_call s |
| 5222 | sizeof(struct samr_GetDisplayEnumerationIndex2), |
| 5223 | (ndr_push_flags_fn_t) ndr_push_samr_GetDisplayEnumerationIndex2, |
| 5224 | (ndr_pull_flags_fn_t) ndr_pull_samr_GetDisplayEnumerationIndex2, |
| 5225 | - (ndr_print_function_t) ndr_print_samr_GetDisplayEnumerationIndex2, |
| 5226 | + (ndr_print_function_t) ndr_print_disabled, |
| 5227 | { 0, NULL }, |
| 5228 | { 0, NULL }, |
| 5229 | }, |
| 5230 | @@ -13124,7 +13124,7 @@ static const struct ndr_interface_call s |
| 5231 | sizeof(struct samr_CreateUser2), |
| 5232 | (ndr_push_flags_fn_t) ndr_push_samr_CreateUser2, |
| 5233 | (ndr_pull_flags_fn_t) ndr_pull_samr_CreateUser2, |
| 5234 | - (ndr_print_function_t) ndr_print_samr_CreateUser2, |
| 5235 | + (ndr_print_function_t) ndr_print_disabled, |
| 5236 | { 0, NULL }, |
| 5237 | { 0, NULL }, |
| 5238 | }, |
| 5239 | @@ -13133,7 +13133,7 @@ static const struct ndr_interface_call s |
| 5240 | sizeof(struct samr_QueryDisplayInfo3), |
| 5241 | (ndr_push_flags_fn_t) ndr_push_samr_QueryDisplayInfo3, |
| 5242 | (ndr_pull_flags_fn_t) ndr_pull_samr_QueryDisplayInfo3, |
| 5243 | - (ndr_print_function_t) ndr_print_samr_QueryDisplayInfo3, |
| 5244 | + (ndr_print_function_t) ndr_print_disabled, |
| 5245 | { 0, NULL }, |
| 5246 | { 0, NULL }, |
| 5247 | }, |
| 5248 | @@ -13142,7 +13142,7 @@ static const struct ndr_interface_call s |
| 5249 | sizeof(struct samr_AddMultipleMembersToAlias), |
| 5250 | (ndr_push_flags_fn_t) ndr_push_samr_AddMultipleMembersToAlias, |
| 5251 | (ndr_pull_flags_fn_t) ndr_pull_samr_AddMultipleMembersToAlias, |
| 5252 | - (ndr_print_function_t) ndr_print_samr_AddMultipleMembersToAlias, |
| 5253 | + (ndr_print_function_t) ndr_print_disabled, |
| 5254 | { 0, NULL }, |
| 5255 | { 0, NULL }, |
| 5256 | }, |
| 5257 | @@ -13151,7 +13151,7 @@ static const struct ndr_interface_call s |
| 5258 | sizeof(struct samr_RemoveMultipleMembersFromAlias), |
| 5259 | (ndr_push_flags_fn_t) ndr_push_samr_RemoveMultipleMembersFromAlias, |
| 5260 | (ndr_pull_flags_fn_t) ndr_pull_samr_RemoveMultipleMembersFromAlias, |
| 5261 | - (ndr_print_function_t) ndr_print_samr_RemoveMultipleMembersFromAlias, |
| 5262 | + (ndr_print_function_t) ndr_print_disabled, |
| 5263 | { 0, NULL }, |
| 5264 | { 0, NULL }, |
| 5265 | }, |
| 5266 | @@ -13160,7 +13160,7 @@ static const struct ndr_interface_call s |
| 5267 | sizeof(struct samr_OemChangePasswordUser2), |
| 5268 | (ndr_push_flags_fn_t) ndr_push_samr_OemChangePasswordUser2, |
| 5269 | (ndr_pull_flags_fn_t) ndr_pull_samr_OemChangePasswordUser2, |
| 5270 | - (ndr_print_function_t) ndr_print_samr_OemChangePasswordUser2, |
| 5271 | + (ndr_print_function_t) ndr_print_disabled, |
| 5272 | { 0, NULL }, |
| 5273 | { 0, NULL }, |
| 5274 | }, |
| 5275 | @@ -13169,7 +13169,7 @@ static const struct ndr_interface_call s |
| 5276 | sizeof(struct samr_ChangePasswordUser2), |
| 5277 | (ndr_push_flags_fn_t) ndr_push_samr_ChangePasswordUser2, |
| 5278 | (ndr_pull_flags_fn_t) ndr_pull_samr_ChangePasswordUser2, |
| 5279 | - (ndr_print_function_t) ndr_print_samr_ChangePasswordUser2, |
| 5280 | + (ndr_print_function_t) ndr_print_disabled, |
| 5281 | { 0, NULL }, |
| 5282 | { 0, NULL }, |
| 5283 | }, |
| 5284 | @@ -13178,7 +13178,7 @@ static const struct ndr_interface_call s |
| 5285 | sizeof(struct samr_GetDomPwInfo), |
| 5286 | (ndr_push_flags_fn_t) ndr_push_samr_GetDomPwInfo, |
| 5287 | (ndr_pull_flags_fn_t) ndr_pull_samr_GetDomPwInfo, |
| 5288 | - (ndr_print_function_t) ndr_print_samr_GetDomPwInfo, |
| 5289 | + (ndr_print_function_t) ndr_print_disabled, |
| 5290 | { 0, NULL }, |
| 5291 | { 0, NULL }, |
| 5292 | }, |
| 5293 | @@ -13187,7 +13187,7 @@ static const struct ndr_interface_call s |
| 5294 | sizeof(struct samr_Connect2), |
| 5295 | (ndr_push_flags_fn_t) ndr_push_samr_Connect2, |
| 5296 | (ndr_pull_flags_fn_t) ndr_pull_samr_Connect2, |
| 5297 | - (ndr_print_function_t) ndr_print_samr_Connect2, |
| 5298 | + (ndr_print_function_t) ndr_print_disabled, |
| 5299 | { 0, NULL }, |
| 5300 | { 0, NULL }, |
| 5301 | }, |
| 5302 | @@ -13196,7 +13196,7 @@ static const struct ndr_interface_call s |
| 5303 | sizeof(struct samr_SetUserInfo2), |
| 5304 | (ndr_push_flags_fn_t) ndr_push_samr_SetUserInfo2, |
| 5305 | (ndr_pull_flags_fn_t) ndr_pull_samr_SetUserInfo2, |
| 5306 | - (ndr_print_function_t) ndr_print_samr_SetUserInfo2, |
| 5307 | + (ndr_print_function_t) ndr_print_disabled, |
| 5308 | { 0, NULL }, |
| 5309 | { 0, NULL }, |
| 5310 | }, |
| 5311 | @@ -13205,7 +13205,7 @@ static const struct ndr_interface_call s |
| 5312 | sizeof(struct samr_SetBootKeyInformation), |
| 5313 | (ndr_push_flags_fn_t) ndr_push_samr_SetBootKeyInformation, |
| 5314 | (ndr_pull_flags_fn_t) ndr_pull_samr_SetBootKeyInformation, |
| 5315 | - (ndr_print_function_t) ndr_print_samr_SetBootKeyInformation, |
| 5316 | + (ndr_print_function_t) ndr_print_disabled, |
| 5317 | { 0, NULL }, |
| 5318 | { 0, NULL }, |
| 5319 | }, |
| 5320 | @@ -13214,7 +13214,7 @@ static const struct ndr_interface_call s |
| 5321 | sizeof(struct samr_GetBootKeyInformation), |
| 5322 | (ndr_push_flags_fn_t) ndr_push_samr_GetBootKeyInformation, |
| 5323 | (ndr_pull_flags_fn_t) ndr_pull_samr_GetBootKeyInformation, |
| 5324 | - (ndr_print_function_t) ndr_print_samr_GetBootKeyInformation, |
| 5325 | + (ndr_print_function_t) ndr_print_disabled, |
| 5326 | { 0, NULL }, |
| 5327 | { 0, NULL }, |
| 5328 | }, |
| 5329 | @@ -13223,7 +13223,7 @@ static const struct ndr_interface_call s |
| 5330 | sizeof(struct samr_Connect3), |
| 5331 | (ndr_push_flags_fn_t) ndr_push_samr_Connect3, |
| 5332 | (ndr_pull_flags_fn_t) ndr_pull_samr_Connect3, |
| 5333 | - (ndr_print_function_t) ndr_print_samr_Connect3, |
| 5334 | + (ndr_print_function_t) ndr_print_disabled, |
| 5335 | { 0, NULL }, |
| 5336 | { 0, NULL }, |
| 5337 | }, |
| 5338 | @@ -13232,7 +13232,7 @@ static const struct ndr_interface_call s |
| 5339 | sizeof(struct samr_Connect4), |
| 5340 | (ndr_push_flags_fn_t) ndr_push_samr_Connect4, |
| 5341 | (ndr_pull_flags_fn_t) ndr_pull_samr_Connect4, |
| 5342 | - (ndr_print_function_t) ndr_print_samr_Connect4, |
| 5343 | + (ndr_print_function_t) ndr_print_disabled, |
| 5344 | { 0, NULL }, |
| 5345 | { 0, NULL }, |
| 5346 | }, |
| 5347 | @@ -13241,7 +13241,7 @@ static const struct ndr_interface_call s |
| 5348 | sizeof(struct samr_ChangePasswordUser3), |
| 5349 | (ndr_push_flags_fn_t) ndr_push_samr_ChangePasswordUser3, |
| 5350 | (ndr_pull_flags_fn_t) ndr_pull_samr_ChangePasswordUser3, |
| 5351 | - (ndr_print_function_t) ndr_print_samr_ChangePasswordUser3, |
| 5352 | + (ndr_print_function_t) ndr_print_disabled, |
| 5353 | { 0, NULL }, |
| 5354 | { 0, NULL }, |
| 5355 | }, |
| 5356 | @@ -13250,7 +13250,7 @@ static const struct ndr_interface_call s |
| 5357 | sizeof(struct samr_Connect5), |
| 5358 | (ndr_push_flags_fn_t) ndr_push_samr_Connect5, |
| 5359 | (ndr_pull_flags_fn_t) ndr_pull_samr_Connect5, |
| 5360 | - (ndr_print_function_t) ndr_print_samr_Connect5, |
| 5361 | + (ndr_print_function_t) ndr_print_disabled, |
| 5362 | { 0, NULL }, |
| 5363 | { 0, NULL }, |
| 5364 | }, |
| 5365 | @@ -13259,7 +13259,7 @@ static const struct ndr_interface_call s |
| 5366 | sizeof(struct samr_RidToSid), |
| 5367 | (ndr_push_flags_fn_t) ndr_push_samr_RidToSid, |
| 5368 | (ndr_pull_flags_fn_t) ndr_pull_samr_RidToSid, |
| 5369 | - (ndr_print_function_t) ndr_print_samr_RidToSid, |
| 5370 | + (ndr_print_function_t) ndr_print_disabled, |
| 5371 | { 0, NULL }, |
| 5372 | { 0, NULL }, |
| 5373 | }, |
| 5374 | @@ -13268,7 +13268,7 @@ static const struct ndr_interface_call s |
| 5375 | sizeof(struct samr_SetDsrmPassword), |
| 5376 | (ndr_push_flags_fn_t) ndr_push_samr_SetDsrmPassword, |
| 5377 | (ndr_pull_flags_fn_t) ndr_pull_samr_SetDsrmPassword, |
| 5378 | - (ndr_print_function_t) ndr_print_samr_SetDsrmPassword, |
| 5379 | + (ndr_print_function_t) ndr_print_disabled, |
| 5380 | { 0, NULL }, |
| 5381 | { 0, NULL }, |
| 5382 | }, |
| 5383 | @@ -13277,7 +13277,7 @@ static const struct ndr_interface_call s |
| 5384 | sizeof(struct samr_ValidatePassword), |
| 5385 | (ndr_push_flags_fn_t) ndr_push_samr_ValidatePassword, |
| 5386 | (ndr_pull_flags_fn_t) ndr_pull_samr_ValidatePassword, |
| 5387 | - (ndr_print_function_t) ndr_print_samr_ValidatePassword, |
| 5388 | + (ndr_print_function_t) ndr_print_disabled, |
| 5389 | { 0, NULL }, |
| 5390 | { 0, NULL }, |
| 5391 | }, |
| 5392 | --- a/source3/librpc/gen_ndr/ndr_scerpc.c |
| 5393 | +++ b/source3/librpc/gen_ndr/ndr_scerpc.c |
| 5394 | @@ -51,7 +51,7 @@ static const struct ndr_interface_call s |
| 5395 | sizeof(struct scerpc_Unknown0), |
| 5396 | (ndr_push_flags_fn_t) ndr_push_scerpc_Unknown0, |
| 5397 | (ndr_pull_flags_fn_t) ndr_pull_scerpc_Unknown0, |
| 5398 | - (ndr_print_function_t) ndr_print_scerpc_Unknown0, |
| 5399 | + (ndr_print_function_t) ndr_print_disabled, |
| 5400 | { 0, NULL }, |
| 5401 | { 0, NULL }, |
| 5402 | }, |
| 5403 | --- a/source3/librpc/gen_ndr/ndr_spoolss.c |
| 5404 | +++ b/source3/librpc/gen_ndr/ndr_spoolss.c |
| 5405 | @@ -32660,7 +32660,7 @@ static const struct ndr_interface_call s |
| 5406 | sizeof(struct spoolss_EnumPrinters), |
| 5407 | (ndr_push_flags_fn_t) ndr_push_spoolss_EnumPrinters, |
| 5408 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_EnumPrinters, |
| 5409 | - (ndr_print_function_t) ndr_print_spoolss_EnumPrinters, |
| 5410 | + (ndr_print_function_t) ndr_print_disabled, |
| 5411 | { 0, NULL }, |
| 5412 | { 0, NULL }, |
| 5413 | }, |
| 5414 | @@ -32669,7 +32669,7 @@ static const struct ndr_interface_call s |
| 5415 | sizeof(struct spoolss_OpenPrinter), |
| 5416 | (ndr_push_flags_fn_t) ndr_push_spoolss_OpenPrinter, |
| 5417 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_OpenPrinter, |
| 5418 | - (ndr_print_function_t) ndr_print_spoolss_OpenPrinter, |
| 5419 | + (ndr_print_function_t) ndr_print_disabled, |
| 5420 | { 0, NULL }, |
| 5421 | { 0, NULL }, |
| 5422 | }, |
| 5423 | @@ -32678,7 +32678,7 @@ static const struct ndr_interface_call s |
| 5424 | sizeof(struct spoolss_SetJob), |
| 5425 | (ndr_push_flags_fn_t) ndr_push_spoolss_SetJob, |
| 5426 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_SetJob, |
| 5427 | - (ndr_print_function_t) ndr_print_spoolss_SetJob, |
| 5428 | + (ndr_print_function_t) ndr_print_disabled, |
| 5429 | { 0, NULL }, |
| 5430 | { 0, NULL }, |
| 5431 | }, |
| 5432 | @@ -32687,7 +32687,7 @@ static const struct ndr_interface_call s |
| 5433 | sizeof(struct spoolss_GetJob), |
| 5434 | (ndr_push_flags_fn_t) ndr_push_spoolss_GetJob, |
| 5435 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_GetJob, |
| 5436 | - (ndr_print_function_t) ndr_print_spoolss_GetJob, |
| 5437 | + (ndr_print_function_t) ndr_print_disabled, |
| 5438 | { 0, NULL }, |
| 5439 | { 0, NULL }, |
| 5440 | }, |
| 5441 | @@ -32696,7 +32696,7 @@ static const struct ndr_interface_call s |
| 5442 | sizeof(struct spoolss_EnumJobs), |
| 5443 | (ndr_push_flags_fn_t) ndr_push_spoolss_EnumJobs, |
| 5444 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_EnumJobs, |
| 5445 | - (ndr_print_function_t) ndr_print_spoolss_EnumJobs, |
| 5446 | + (ndr_print_function_t) ndr_print_disabled, |
| 5447 | { 0, NULL }, |
| 5448 | { 0, NULL }, |
| 5449 | }, |
| 5450 | @@ -32705,7 +32705,7 @@ static const struct ndr_interface_call s |
| 5451 | sizeof(struct spoolss_AddPrinter), |
| 5452 | (ndr_push_flags_fn_t) ndr_push_spoolss_AddPrinter, |
| 5453 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_AddPrinter, |
| 5454 | - (ndr_print_function_t) ndr_print_spoolss_AddPrinter, |
| 5455 | + (ndr_print_function_t) ndr_print_disabled, |
| 5456 | { 0, NULL }, |
| 5457 | { 0, NULL }, |
| 5458 | }, |
| 5459 | @@ -32714,7 +32714,7 @@ static const struct ndr_interface_call s |
| 5460 | sizeof(struct spoolss_DeletePrinter), |
| 5461 | (ndr_push_flags_fn_t) ndr_push_spoolss_DeletePrinter, |
| 5462 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_DeletePrinter, |
| 5463 | - (ndr_print_function_t) ndr_print_spoolss_DeletePrinter, |
| 5464 | + (ndr_print_function_t) ndr_print_disabled, |
| 5465 | { 0, NULL }, |
| 5466 | { 0, NULL }, |
| 5467 | }, |
| 5468 | @@ -32723,7 +32723,7 @@ static const struct ndr_interface_call s |
| 5469 | sizeof(struct spoolss_SetPrinter), |
| 5470 | (ndr_push_flags_fn_t) ndr_push_spoolss_SetPrinter, |
| 5471 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_SetPrinter, |
| 5472 | - (ndr_print_function_t) ndr_print_spoolss_SetPrinter, |
| 5473 | + (ndr_print_function_t) ndr_print_disabled, |
| 5474 | { 0, NULL }, |
| 5475 | { 0, NULL }, |
| 5476 | }, |
| 5477 | @@ -32732,7 +32732,7 @@ static const struct ndr_interface_call s |
| 5478 | sizeof(struct spoolss_GetPrinter), |
| 5479 | (ndr_push_flags_fn_t) ndr_push_spoolss_GetPrinter, |
| 5480 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_GetPrinter, |
| 5481 | - (ndr_print_function_t) ndr_print_spoolss_GetPrinter, |
| 5482 | + (ndr_print_function_t) ndr_print_disabled, |
| 5483 | { 0, NULL }, |
| 5484 | { 0, NULL }, |
| 5485 | }, |
| 5486 | @@ -32741,7 +32741,7 @@ static const struct ndr_interface_call s |
| 5487 | sizeof(struct spoolss_AddPrinterDriver), |
| 5488 | (ndr_push_flags_fn_t) ndr_push_spoolss_AddPrinterDriver, |
| 5489 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_AddPrinterDriver, |
| 5490 | - (ndr_print_function_t) ndr_print_spoolss_AddPrinterDriver, |
| 5491 | + (ndr_print_function_t) ndr_print_disabled, |
| 5492 | { 0, NULL }, |
| 5493 | { 0, NULL }, |
| 5494 | }, |
| 5495 | @@ -32750,7 +32750,7 @@ static const struct ndr_interface_call s |
| 5496 | sizeof(struct spoolss_EnumPrinterDrivers), |
| 5497 | (ndr_push_flags_fn_t) ndr_push_spoolss_EnumPrinterDrivers, |
| 5498 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_EnumPrinterDrivers, |
| 5499 | - (ndr_print_function_t) ndr_print_spoolss_EnumPrinterDrivers, |
| 5500 | + (ndr_print_function_t) ndr_print_disabled, |
| 5501 | { 0, NULL }, |
| 5502 | { 0, NULL }, |
| 5503 | }, |
| 5504 | @@ -32759,7 +32759,7 @@ static const struct ndr_interface_call s |
| 5505 | sizeof(struct spoolss_GetPrinterDriver), |
| 5506 | (ndr_push_flags_fn_t) ndr_push_spoolss_GetPrinterDriver, |
| 5507 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_GetPrinterDriver, |
| 5508 | - (ndr_print_function_t) ndr_print_spoolss_GetPrinterDriver, |
| 5509 | + (ndr_print_function_t) ndr_print_disabled, |
| 5510 | { 0, NULL }, |
| 5511 | { 0, NULL }, |
| 5512 | }, |
| 5513 | @@ -32768,7 +32768,7 @@ static const struct ndr_interface_call s |
| 5514 | sizeof(struct spoolss_GetPrinterDriverDirectory), |
| 5515 | (ndr_push_flags_fn_t) ndr_push_spoolss_GetPrinterDriverDirectory, |
| 5516 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_GetPrinterDriverDirectory, |
| 5517 | - (ndr_print_function_t) ndr_print_spoolss_GetPrinterDriverDirectory, |
| 5518 | + (ndr_print_function_t) ndr_print_disabled, |
| 5519 | { 0, NULL }, |
| 5520 | { 0, NULL }, |
| 5521 | }, |
| 5522 | @@ -32777,7 +32777,7 @@ static const struct ndr_interface_call s |
| 5523 | sizeof(struct spoolss_DeletePrinterDriver), |
| 5524 | (ndr_push_flags_fn_t) ndr_push_spoolss_DeletePrinterDriver, |
| 5525 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_DeletePrinterDriver, |
| 5526 | - (ndr_print_function_t) ndr_print_spoolss_DeletePrinterDriver, |
| 5527 | + (ndr_print_function_t) ndr_print_disabled, |
| 5528 | { 0, NULL }, |
| 5529 | { 0, NULL }, |
| 5530 | }, |
| 5531 | @@ -32786,7 +32786,7 @@ static const struct ndr_interface_call s |
| 5532 | sizeof(struct spoolss_AddPrintProcessor), |
| 5533 | (ndr_push_flags_fn_t) ndr_push_spoolss_AddPrintProcessor, |
| 5534 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_AddPrintProcessor, |
| 5535 | - (ndr_print_function_t) ndr_print_spoolss_AddPrintProcessor, |
| 5536 | + (ndr_print_function_t) ndr_print_disabled, |
| 5537 | { 0, NULL }, |
| 5538 | { 0, NULL }, |
| 5539 | }, |
| 5540 | @@ -32795,7 +32795,7 @@ static const struct ndr_interface_call s |
| 5541 | sizeof(struct spoolss_EnumPrintProcessors), |
| 5542 | (ndr_push_flags_fn_t) ndr_push_spoolss_EnumPrintProcessors, |
| 5543 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_EnumPrintProcessors, |
| 5544 | - (ndr_print_function_t) ndr_print_spoolss_EnumPrintProcessors, |
| 5545 | + (ndr_print_function_t) ndr_print_disabled, |
| 5546 | { 0, NULL }, |
| 5547 | { 0, NULL }, |
| 5548 | }, |
| 5549 | @@ -32804,7 +32804,7 @@ static const struct ndr_interface_call s |
| 5550 | sizeof(struct spoolss_GetPrintProcessorDirectory), |
| 5551 | (ndr_push_flags_fn_t) ndr_push_spoolss_GetPrintProcessorDirectory, |
| 5552 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_GetPrintProcessorDirectory, |
| 5553 | - (ndr_print_function_t) ndr_print_spoolss_GetPrintProcessorDirectory, |
| 5554 | + (ndr_print_function_t) ndr_print_disabled, |
| 5555 | { 0, NULL }, |
| 5556 | { 0, NULL }, |
| 5557 | }, |
| 5558 | @@ -32813,7 +32813,7 @@ static const struct ndr_interface_call s |
| 5559 | sizeof(struct spoolss_StartDocPrinter), |
| 5560 | (ndr_push_flags_fn_t) ndr_push_spoolss_StartDocPrinter, |
| 5561 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_StartDocPrinter, |
| 5562 | - (ndr_print_function_t) ndr_print_spoolss_StartDocPrinter, |
| 5563 | + (ndr_print_function_t) ndr_print_disabled, |
| 5564 | { 0, NULL }, |
| 5565 | { 0, NULL }, |
| 5566 | }, |
| 5567 | @@ -32822,7 +32822,7 @@ static const struct ndr_interface_call s |
| 5568 | sizeof(struct spoolss_StartPagePrinter), |
| 5569 | (ndr_push_flags_fn_t) ndr_push_spoolss_StartPagePrinter, |
| 5570 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_StartPagePrinter, |
| 5571 | - (ndr_print_function_t) ndr_print_spoolss_StartPagePrinter, |
| 5572 | + (ndr_print_function_t) ndr_print_disabled, |
| 5573 | { 0, NULL }, |
| 5574 | { 0, NULL }, |
| 5575 | }, |
| 5576 | @@ -32831,7 +32831,7 @@ static const struct ndr_interface_call s |
| 5577 | sizeof(struct spoolss_WritePrinter), |
| 5578 | (ndr_push_flags_fn_t) ndr_push_spoolss_WritePrinter, |
| 5579 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_WritePrinter, |
| 5580 | - (ndr_print_function_t) ndr_print_spoolss_WritePrinter, |
| 5581 | + (ndr_print_function_t) ndr_print_disabled, |
| 5582 | { 0, NULL }, |
| 5583 | { 0, NULL }, |
| 5584 | }, |
| 5585 | @@ -32840,7 +32840,7 @@ static const struct ndr_interface_call s |
| 5586 | sizeof(struct spoolss_EndPagePrinter), |
| 5587 | (ndr_push_flags_fn_t) ndr_push_spoolss_EndPagePrinter, |
| 5588 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_EndPagePrinter, |
| 5589 | - (ndr_print_function_t) ndr_print_spoolss_EndPagePrinter, |
| 5590 | + (ndr_print_function_t) ndr_print_disabled, |
| 5591 | { 0, NULL }, |
| 5592 | { 0, NULL }, |
| 5593 | }, |
| 5594 | @@ -32849,7 +32849,7 @@ static const struct ndr_interface_call s |
| 5595 | sizeof(struct spoolss_AbortPrinter), |
| 5596 | (ndr_push_flags_fn_t) ndr_push_spoolss_AbortPrinter, |
| 5597 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_AbortPrinter, |
| 5598 | - (ndr_print_function_t) ndr_print_spoolss_AbortPrinter, |
| 5599 | + (ndr_print_function_t) ndr_print_disabled, |
| 5600 | { 0, NULL }, |
| 5601 | { 0, NULL }, |
| 5602 | }, |
| 5603 | @@ -32858,7 +32858,7 @@ static const struct ndr_interface_call s |
| 5604 | sizeof(struct spoolss_ReadPrinter), |
| 5605 | (ndr_push_flags_fn_t) ndr_push_spoolss_ReadPrinter, |
| 5606 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_ReadPrinter, |
| 5607 | - (ndr_print_function_t) ndr_print_spoolss_ReadPrinter, |
| 5608 | + (ndr_print_function_t) ndr_print_disabled, |
| 5609 | { 0, NULL }, |
| 5610 | { 0, NULL }, |
| 5611 | }, |
| 5612 | @@ -32867,7 +32867,7 @@ static const struct ndr_interface_call s |
| 5613 | sizeof(struct spoolss_EndDocPrinter), |
| 5614 | (ndr_push_flags_fn_t) ndr_push_spoolss_EndDocPrinter, |
| 5615 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_EndDocPrinter, |
| 5616 | - (ndr_print_function_t) ndr_print_spoolss_EndDocPrinter, |
| 5617 | + (ndr_print_function_t) ndr_print_disabled, |
| 5618 | { 0, NULL }, |
| 5619 | { 0, NULL }, |
| 5620 | }, |
| 5621 | @@ -32876,7 +32876,7 @@ static const struct ndr_interface_call s |
| 5622 | sizeof(struct spoolss_AddJob), |
| 5623 | (ndr_push_flags_fn_t) ndr_push_spoolss_AddJob, |
| 5624 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_AddJob, |
| 5625 | - (ndr_print_function_t) ndr_print_spoolss_AddJob, |
| 5626 | + (ndr_print_function_t) ndr_print_disabled, |
| 5627 | { 0, NULL }, |
| 5628 | { 0, NULL }, |
| 5629 | }, |
| 5630 | @@ -32885,7 +32885,7 @@ static const struct ndr_interface_call s |
| 5631 | sizeof(struct spoolss_ScheduleJob), |
| 5632 | (ndr_push_flags_fn_t) ndr_push_spoolss_ScheduleJob, |
| 5633 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_ScheduleJob, |
| 5634 | - (ndr_print_function_t) ndr_print_spoolss_ScheduleJob, |
| 5635 | + (ndr_print_function_t) ndr_print_disabled, |
| 5636 | { 0, NULL }, |
| 5637 | { 0, NULL }, |
| 5638 | }, |
| 5639 | @@ -32894,7 +32894,7 @@ static const struct ndr_interface_call s |
| 5640 | sizeof(struct spoolss_GetPrinterData), |
| 5641 | (ndr_push_flags_fn_t) ndr_push_spoolss_GetPrinterData, |
| 5642 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_GetPrinterData, |
| 5643 | - (ndr_print_function_t) ndr_print_spoolss_GetPrinterData, |
| 5644 | + (ndr_print_function_t) ndr_print_disabled, |
| 5645 | { 0, NULL }, |
| 5646 | { 0, NULL }, |
| 5647 | }, |
| 5648 | @@ -32903,7 +32903,7 @@ static const struct ndr_interface_call s |
| 5649 | sizeof(struct spoolss_SetPrinterData), |
| 5650 | (ndr_push_flags_fn_t) ndr_push_spoolss_SetPrinterData, |
| 5651 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_SetPrinterData, |
| 5652 | - (ndr_print_function_t) ndr_print_spoolss_SetPrinterData, |
| 5653 | + (ndr_print_function_t) ndr_print_disabled, |
| 5654 | { 0, NULL }, |
| 5655 | { 0, NULL }, |
| 5656 | }, |
| 5657 | @@ -32912,7 +32912,7 @@ static const struct ndr_interface_call s |
| 5658 | sizeof(struct spoolss_WaitForPrinterChange), |
| 5659 | (ndr_push_flags_fn_t) ndr_push_spoolss_WaitForPrinterChange, |
| 5660 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_WaitForPrinterChange, |
| 5661 | - (ndr_print_function_t) ndr_print_spoolss_WaitForPrinterChange, |
| 5662 | + (ndr_print_function_t) ndr_print_disabled, |
| 5663 | { 0, NULL }, |
| 5664 | { 0, NULL }, |
| 5665 | }, |
| 5666 | @@ -32921,7 +32921,7 @@ static const struct ndr_interface_call s |
| 5667 | sizeof(struct spoolss_ClosePrinter), |
| 5668 | (ndr_push_flags_fn_t) ndr_push_spoolss_ClosePrinter, |
| 5669 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_ClosePrinter, |
| 5670 | - (ndr_print_function_t) ndr_print_spoolss_ClosePrinter, |
| 5671 | + (ndr_print_function_t) ndr_print_disabled, |
| 5672 | { 0, NULL }, |
| 5673 | { 0, NULL }, |
| 5674 | }, |
| 5675 | @@ -32930,7 +32930,7 @@ static const struct ndr_interface_call s |
| 5676 | sizeof(struct spoolss_AddForm), |
| 5677 | (ndr_push_flags_fn_t) ndr_push_spoolss_AddForm, |
| 5678 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_AddForm, |
| 5679 | - (ndr_print_function_t) ndr_print_spoolss_AddForm, |
| 5680 | + (ndr_print_function_t) ndr_print_disabled, |
| 5681 | { 0, NULL }, |
| 5682 | { 0, NULL }, |
| 5683 | }, |
| 5684 | @@ -32939,7 +32939,7 @@ static const struct ndr_interface_call s |
| 5685 | sizeof(struct spoolss_DeleteForm), |
| 5686 | (ndr_push_flags_fn_t) ndr_push_spoolss_DeleteForm, |
| 5687 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_DeleteForm, |
| 5688 | - (ndr_print_function_t) ndr_print_spoolss_DeleteForm, |
| 5689 | + (ndr_print_function_t) ndr_print_disabled, |
| 5690 | { 0, NULL }, |
| 5691 | { 0, NULL }, |
| 5692 | }, |
| 5693 | @@ -32948,7 +32948,7 @@ static const struct ndr_interface_call s |
| 5694 | sizeof(struct spoolss_GetForm), |
| 5695 | (ndr_push_flags_fn_t) ndr_push_spoolss_GetForm, |
| 5696 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_GetForm, |
| 5697 | - (ndr_print_function_t) ndr_print_spoolss_GetForm, |
| 5698 | + (ndr_print_function_t) ndr_print_disabled, |
| 5699 | { 0, NULL }, |
| 5700 | { 0, NULL }, |
| 5701 | }, |
| 5702 | @@ -32957,7 +32957,7 @@ static const struct ndr_interface_call s |
| 5703 | sizeof(struct spoolss_SetForm), |
| 5704 | (ndr_push_flags_fn_t) ndr_push_spoolss_SetForm, |
| 5705 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_SetForm, |
| 5706 | - (ndr_print_function_t) ndr_print_spoolss_SetForm, |
| 5707 | + (ndr_print_function_t) ndr_print_disabled, |
| 5708 | { 0, NULL }, |
| 5709 | { 0, NULL }, |
| 5710 | }, |
| 5711 | @@ -32966,7 +32966,7 @@ static const struct ndr_interface_call s |
| 5712 | sizeof(struct spoolss_EnumForms), |
| 5713 | (ndr_push_flags_fn_t) ndr_push_spoolss_EnumForms, |
| 5714 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_EnumForms, |
| 5715 | - (ndr_print_function_t) ndr_print_spoolss_EnumForms, |
| 5716 | + (ndr_print_function_t) ndr_print_disabled, |
| 5717 | { 0, NULL }, |
| 5718 | { 0, NULL }, |
| 5719 | }, |
| 5720 | @@ -32975,7 +32975,7 @@ static const struct ndr_interface_call s |
| 5721 | sizeof(struct spoolss_EnumPorts), |
| 5722 | (ndr_push_flags_fn_t) ndr_push_spoolss_EnumPorts, |
| 5723 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_EnumPorts, |
| 5724 | - (ndr_print_function_t) ndr_print_spoolss_EnumPorts, |
| 5725 | + (ndr_print_function_t) ndr_print_disabled, |
| 5726 | { 0, NULL }, |
| 5727 | { 0, NULL }, |
| 5728 | }, |
| 5729 | @@ -32984,7 +32984,7 @@ static const struct ndr_interface_call s |
| 5730 | sizeof(struct spoolss_EnumMonitors), |
| 5731 | (ndr_push_flags_fn_t) ndr_push_spoolss_EnumMonitors, |
| 5732 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_EnumMonitors, |
| 5733 | - (ndr_print_function_t) ndr_print_spoolss_EnumMonitors, |
| 5734 | + (ndr_print_function_t) ndr_print_disabled, |
| 5735 | { 0, NULL }, |
| 5736 | { 0, NULL }, |
| 5737 | }, |
| 5738 | @@ -32993,7 +32993,7 @@ static const struct ndr_interface_call s |
| 5739 | sizeof(struct spoolss_AddPort), |
| 5740 | (ndr_push_flags_fn_t) ndr_push_spoolss_AddPort, |
| 5741 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_AddPort, |
| 5742 | - (ndr_print_function_t) ndr_print_spoolss_AddPort, |
| 5743 | + (ndr_print_function_t) ndr_print_disabled, |
| 5744 | { 0, NULL }, |
| 5745 | { 0, NULL }, |
| 5746 | }, |
| 5747 | @@ -33002,7 +33002,7 @@ static const struct ndr_interface_call s |
| 5748 | sizeof(struct spoolss_ConfigurePort), |
| 5749 | (ndr_push_flags_fn_t) ndr_push_spoolss_ConfigurePort, |
| 5750 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_ConfigurePort, |
| 5751 | - (ndr_print_function_t) ndr_print_spoolss_ConfigurePort, |
| 5752 | + (ndr_print_function_t) ndr_print_disabled, |
| 5753 | { 0, NULL }, |
| 5754 | { 0, NULL }, |
| 5755 | }, |
| 5756 | @@ -33011,7 +33011,7 @@ static const struct ndr_interface_call s |
| 5757 | sizeof(struct spoolss_DeletePort), |
| 5758 | (ndr_push_flags_fn_t) ndr_push_spoolss_DeletePort, |
| 5759 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_DeletePort, |
| 5760 | - (ndr_print_function_t) ndr_print_spoolss_DeletePort, |
| 5761 | + (ndr_print_function_t) ndr_print_disabled, |
| 5762 | { 0, NULL }, |
| 5763 | { 0, NULL }, |
| 5764 | }, |
| 5765 | @@ -33020,7 +33020,7 @@ static const struct ndr_interface_call s |
| 5766 | sizeof(struct spoolss_CreatePrinterIC), |
| 5767 | (ndr_push_flags_fn_t) ndr_push_spoolss_CreatePrinterIC, |
| 5768 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_CreatePrinterIC, |
| 5769 | - (ndr_print_function_t) ndr_print_spoolss_CreatePrinterIC, |
| 5770 | + (ndr_print_function_t) ndr_print_disabled, |
| 5771 | { 0, NULL }, |
| 5772 | { 0, NULL }, |
| 5773 | }, |
| 5774 | @@ -33029,7 +33029,7 @@ static const struct ndr_interface_call s |
| 5775 | sizeof(struct spoolss_PlayGDIScriptOnPrinterIC), |
| 5776 | (ndr_push_flags_fn_t) ndr_push_spoolss_PlayGDIScriptOnPrinterIC, |
| 5777 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_PlayGDIScriptOnPrinterIC, |
| 5778 | - (ndr_print_function_t) ndr_print_spoolss_PlayGDIScriptOnPrinterIC, |
| 5779 | + (ndr_print_function_t) ndr_print_disabled, |
| 5780 | { 0, NULL }, |
| 5781 | { 0, NULL }, |
| 5782 | }, |
| 5783 | @@ -33038,7 +33038,7 @@ static const struct ndr_interface_call s |
| 5784 | sizeof(struct spoolss_DeletePrinterIC), |
| 5785 | (ndr_push_flags_fn_t) ndr_push_spoolss_DeletePrinterIC, |
| 5786 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_DeletePrinterIC, |
| 5787 | - (ndr_print_function_t) ndr_print_spoolss_DeletePrinterIC, |
| 5788 | + (ndr_print_function_t) ndr_print_disabled, |
| 5789 | { 0, NULL }, |
| 5790 | { 0, NULL }, |
| 5791 | }, |
| 5792 | @@ -33047,7 +33047,7 @@ static const struct ndr_interface_call s |
| 5793 | sizeof(struct spoolss_AddPrinterConnection), |
| 5794 | (ndr_push_flags_fn_t) ndr_push_spoolss_AddPrinterConnection, |
| 5795 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_AddPrinterConnection, |
| 5796 | - (ndr_print_function_t) ndr_print_spoolss_AddPrinterConnection, |
| 5797 | + (ndr_print_function_t) ndr_print_disabled, |
| 5798 | { 0, NULL }, |
| 5799 | { 0, NULL }, |
| 5800 | }, |
| 5801 | @@ -33056,7 +33056,7 @@ static const struct ndr_interface_call s |
| 5802 | sizeof(struct spoolss_DeletePrinterConnection), |
| 5803 | (ndr_push_flags_fn_t) ndr_push_spoolss_DeletePrinterConnection, |
| 5804 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_DeletePrinterConnection, |
| 5805 | - (ndr_print_function_t) ndr_print_spoolss_DeletePrinterConnection, |
| 5806 | + (ndr_print_function_t) ndr_print_disabled, |
| 5807 | { 0, NULL }, |
| 5808 | { 0, NULL }, |
| 5809 | }, |
| 5810 | @@ -33065,7 +33065,7 @@ static const struct ndr_interface_call s |
| 5811 | sizeof(struct spoolss_PrinterMessageBox), |
| 5812 | (ndr_push_flags_fn_t) ndr_push_spoolss_PrinterMessageBox, |
| 5813 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_PrinterMessageBox, |
| 5814 | - (ndr_print_function_t) ndr_print_spoolss_PrinterMessageBox, |
| 5815 | + (ndr_print_function_t) ndr_print_disabled, |
| 5816 | { 0, NULL }, |
| 5817 | { 0, NULL }, |
| 5818 | }, |
| 5819 | @@ -33074,7 +33074,7 @@ static const struct ndr_interface_call s |
| 5820 | sizeof(struct spoolss_AddMonitor), |
| 5821 | (ndr_push_flags_fn_t) ndr_push_spoolss_AddMonitor, |
| 5822 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_AddMonitor, |
| 5823 | - (ndr_print_function_t) ndr_print_spoolss_AddMonitor, |
| 5824 | + (ndr_print_function_t) ndr_print_disabled, |
| 5825 | { 0, NULL }, |
| 5826 | { 0, NULL }, |
| 5827 | }, |
| 5828 | @@ -33083,7 +33083,7 @@ static const struct ndr_interface_call s |
| 5829 | sizeof(struct spoolss_DeleteMonitor), |
| 5830 | (ndr_push_flags_fn_t) ndr_push_spoolss_DeleteMonitor, |
| 5831 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_DeleteMonitor, |
| 5832 | - (ndr_print_function_t) ndr_print_spoolss_DeleteMonitor, |
| 5833 | + (ndr_print_function_t) ndr_print_disabled, |
| 5834 | { 0, NULL }, |
| 5835 | { 0, NULL }, |
| 5836 | }, |
| 5837 | @@ -33092,7 +33092,7 @@ static const struct ndr_interface_call s |
| 5838 | sizeof(struct spoolss_DeletePrintProcessor), |
| 5839 | (ndr_push_flags_fn_t) ndr_push_spoolss_DeletePrintProcessor, |
| 5840 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_DeletePrintProcessor, |
| 5841 | - (ndr_print_function_t) ndr_print_spoolss_DeletePrintProcessor, |
| 5842 | + (ndr_print_function_t) ndr_print_disabled, |
| 5843 | { 0, NULL }, |
| 5844 | { 0, NULL }, |
| 5845 | }, |
| 5846 | @@ -33101,7 +33101,7 @@ static const struct ndr_interface_call s |
| 5847 | sizeof(struct spoolss_AddPrintProvidor), |
| 5848 | (ndr_push_flags_fn_t) ndr_push_spoolss_AddPrintProvidor, |
| 5849 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_AddPrintProvidor, |
| 5850 | - (ndr_print_function_t) ndr_print_spoolss_AddPrintProvidor, |
| 5851 | + (ndr_print_function_t) ndr_print_disabled, |
| 5852 | { 0, NULL }, |
| 5853 | { 0, NULL }, |
| 5854 | }, |
| 5855 | @@ -33110,7 +33110,7 @@ static const struct ndr_interface_call s |
| 5856 | sizeof(struct spoolss_DeletePrintProvidor), |
| 5857 | (ndr_push_flags_fn_t) ndr_push_spoolss_DeletePrintProvidor, |
| 5858 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_DeletePrintProvidor, |
| 5859 | - (ndr_print_function_t) ndr_print_spoolss_DeletePrintProvidor, |
| 5860 | + (ndr_print_function_t) ndr_print_disabled, |
| 5861 | { 0, NULL }, |
| 5862 | { 0, NULL }, |
| 5863 | }, |
| 5864 | @@ -33119,7 +33119,7 @@ static const struct ndr_interface_call s |
| 5865 | sizeof(struct spoolss_EnumPrintProcDataTypes), |
| 5866 | (ndr_push_flags_fn_t) ndr_push_spoolss_EnumPrintProcDataTypes, |
| 5867 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_EnumPrintProcDataTypes, |
| 5868 | - (ndr_print_function_t) ndr_print_spoolss_EnumPrintProcDataTypes, |
| 5869 | + (ndr_print_function_t) ndr_print_disabled, |
| 5870 | { 0, NULL }, |
| 5871 | { 0, NULL }, |
| 5872 | }, |
| 5873 | @@ -33128,7 +33128,7 @@ static const struct ndr_interface_call s |
| 5874 | sizeof(struct spoolss_ResetPrinter), |
| 5875 | (ndr_push_flags_fn_t) ndr_push_spoolss_ResetPrinter, |
| 5876 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_ResetPrinter, |
| 5877 | - (ndr_print_function_t) ndr_print_spoolss_ResetPrinter, |
| 5878 | + (ndr_print_function_t) ndr_print_disabled, |
| 5879 | { 0, NULL }, |
| 5880 | { 0, NULL }, |
| 5881 | }, |
| 5882 | @@ -33137,7 +33137,7 @@ static const struct ndr_interface_call s |
| 5883 | sizeof(struct spoolss_GetPrinterDriver2), |
| 5884 | (ndr_push_flags_fn_t) ndr_push_spoolss_GetPrinterDriver2, |
| 5885 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_GetPrinterDriver2, |
| 5886 | - (ndr_print_function_t) ndr_print_spoolss_GetPrinterDriver2, |
| 5887 | + (ndr_print_function_t) ndr_print_disabled, |
| 5888 | { 0, NULL }, |
| 5889 | { 0, NULL }, |
| 5890 | }, |
| 5891 | @@ -33146,7 +33146,7 @@ static const struct ndr_interface_call s |
| 5892 | sizeof(struct spoolss_FindFirstPrinterChangeNotification), |
| 5893 | (ndr_push_flags_fn_t) ndr_push_spoolss_FindFirstPrinterChangeNotification, |
| 5894 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_FindFirstPrinterChangeNotification, |
| 5895 | - (ndr_print_function_t) ndr_print_spoolss_FindFirstPrinterChangeNotification, |
| 5896 | + (ndr_print_function_t) ndr_print_disabled, |
| 5897 | { 0, NULL }, |
| 5898 | { 0, NULL }, |
| 5899 | }, |
| 5900 | @@ -33155,7 +33155,7 @@ static const struct ndr_interface_call s |
| 5901 | sizeof(struct spoolss_FindNextPrinterChangeNotification), |
| 5902 | (ndr_push_flags_fn_t) ndr_push_spoolss_FindNextPrinterChangeNotification, |
| 5903 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_FindNextPrinterChangeNotification, |
| 5904 | - (ndr_print_function_t) ndr_print_spoolss_FindNextPrinterChangeNotification, |
| 5905 | + (ndr_print_function_t) ndr_print_disabled, |
| 5906 | { 0, NULL }, |
| 5907 | { 0, NULL }, |
| 5908 | }, |
| 5909 | @@ -33164,7 +33164,7 @@ static const struct ndr_interface_call s |
| 5910 | sizeof(struct spoolss_FindClosePrinterNotify), |
| 5911 | (ndr_push_flags_fn_t) ndr_push_spoolss_FindClosePrinterNotify, |
| 5912 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_FindClosePrinterNotify, |
| 5913 | - (ndr_print_function_t) ndr_print_spoolss_FindClosePrinterNotify, |
| 5914 | + (ndr_print_function_t) ndr_print_disabled, |
| 5915 | { 0, NULL }, |
| 5916 | { 0, NULL }, |
| 5917 | }, |
| 5918 | @@ -33173,7 +33173,7 @@ static const struct ndr_interface_call s |
| 5919 | sizeof(struct spoolss_RouterFindFirstPrinterChangeNotificationOld), |
| 5920 | (ndr_push_flags_fn_t) ndr_push_spoolss_RouterFindFirstPrinterChangeNotificationOld, |
| 5921 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_RouterFindFirstPrinterChangeNotificationOld, |
| 5922 | - (ndr_print_function_t) ndr_print_spoolss_RouterFindFirstPrinterChangeNotificationOld, |
| 5923 | + (ndr_print_function_t) ndr_print_disabled, |
| 5924 | { 0, NULL }, |
| 5925 | { 0, NULL }, |
| 5926 | }, |
| 5927 | @@ -33182,7 +33182,7 @@ static const struct ndr_interface_call s |
| 5928 | sizeof(struct spoolss_ReplyOpenPrinter), |
| 5929 | (ndr_push_flags_fn_t) ndr_push_spoolss_ReplyOpenPrinter, |
| 5930 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_ReplyOpenPrinter, |
| 5931 | - (ndr_print_function_t) ndr_print_spoolss_ReplyOpenPrinter, |
| 5932 | + (ndr_print_function_t) ndr_print_disabled, |
| 5933 | { 0, NULL }, |
| 5934 | { 0, NULL }, |
| 5935 | }, |
| 5936 | @@ -33191,7 +33191,7 @@ static const struct ndr_interface_call s |
| 5937 | sizeof(struct spoolss_RouterReplyPrinter), |
| 5938 | (ndr_push_flags_fn_t) ndr_push_spoolss_RouterReplyPrinter, |
| 5939 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_RouterReplyPrinter, |
| 5940 | - (ndr_print_function_t) ndr_print_spoolss_RouterReplyPrinter, |
| 5941 | + (ndr_print_function_t) ndr_print_disabled, |
| 5942 | { 0, NULL }, |
| 5943 | { 0, NULL }, |
| 5944 | }, |
| 5945 | @@ -33200,7 +33200,7 @@ static const struct ndr_interface_call s |
| 5946 | sizeof(struct spoolss_ReplyClosePrinter), |
| 5947 | (ndr_push_flags_fn_t) ndr_push_spoolss_ReplyClosePrinter, |
| 5948 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_ReplyClosePrinter, |
| 5949 | - (ndr_print_function_t) ndr_print_spoolss_ReplyClosePrinter, |
| 5950 | + (ndr_print_function_t) ndr_print_disabled, |
| 5951 | { 0, NULL }, |
| 5952 | { 0, NULL }, |
| 5953 | }, |
| 5954 | @@ -33209,7 +33209,7 @@ static const struct ndr_interface_call s |
| 5955 | sizeof(struct spoolss_AddPortEx), |
| 5956 | (ndr_push_flags_fn_t) ndr_push_spoolss_AddPortEx, |
| 5957 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_AddPortEx, |
| 5958 | - (ndr_print_function_t) ndr_print_spoolss_AddPortEx, |
| 5959 | + (ndr_print_function_t) ndr_print_disabled, |
| 5960 | { 0, NULL }, |
| 5961 | { 0, NULL }, |
| 5962 | }, |
| 5963 | @@ -33218,7 +33218,7 @@ static const struct ndr_interface_call s |
| 5964 | sizeof(struct spoolss_RouterFindFirstPrinterChangeNotification), |
| 5965 | (ndr_push_flags_fn_t) ndr_push_spoolss_RouterFindFirstPrinterChangeNotification, |
| 5966 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_RouterFindFirstPrinterChangeNotification, |
| 5967 | - (ndr_print_function_t) ndr_print_spoolss_RouterFindFirstPrinterChangeNotification, |
| 5968 | + (ndr_print_function_t) ndr_print_disabled, |
| 5969 | { 0, NULL }, |
| 5970 | { 0, NULL }, |
| 5971 | }, |
| 5972 | @@ -33227,7 +33227,7 @@ static const struct ndr_interface_call s |
| 5973 | sizeof(struct spoolss_SpoolerInit), |
| 5974 | (ndr_push_flags_fn_t) ndr_push_spoolss_SpoolerInit, |
| 5975 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_SpoolerInit, |
| 5976 | - (ndr_print_function_t) ndr_print_spoolss_SpoolerInit, |
| 5977 | + (ndr_print_function_t) ndr_print_disabled, |
| 5978 | { 0, NULL }, |
| 5979 | { 0, NULL }, |
| 5980 | }, |
| 5981 | @@ -33236,7 +33236,7 @@ static const struct ndr_interface_call s |
| 5982 | sizeof(struct spoolss_ResetPrinterEx), |
| 5983 | (ndr_push_flags_fn_t) ndr_push_spoolss_ResetPrinterEx, |
| 5984 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_ResetPrinterEx, |
| 5985 | - (ndr_print_function_t) ndr_print_spoolss_ResetPrinterEx, |
| 5986 | + (ndr_print_function_t) ndr_print_disabled, |
| 5987 | { 0, NULL }, |
| 5988 | { 0, NULL }, |
| 5989 | }, |
| 5990 | @@ -33245,7 +33245,7 @@ static const struct ndr_interface_call s |
| 5991 | sizeof(struct spoolss_RemoteFindFirstPrinterChangeNotifyEx), |
| 5992 | (ndr_push_flags_fn_t) ndr_push_spoolss_RemoteFindFirstPrinterChangeNotifyEx, |
| 5993 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_RemoteFindFirstPrinterChangeNotifyEx, |
| 5994 | - (ndr_print_function_t) ndr_print_spoolss_RemoteFindFirstPrinterChangeNotifyEx, |
| 5995 | + (ndr_print_function_t) ndr_print_disabled, |
| 5996 | { 0, NULL }, |
| 5997 | { 0, NULL }, |
| 5998 | }, |
| 5999 | @@ -33254,7 +33254,7 @@ static const struct ndr_interface_call s |
| 6000 | sizeof(struct spoolss_RouterReplyPrinterEx), |
| 6001 | (ndr_push_flags_fn_t) ndr_push_spoolss_RouterReplyPrinterEx, |
| 6002 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_RouterReplyPrinterEx, |
| 6003 | - (ndr_print_function_t) ndr_print_spoolss_RouterReplyPrinterEx, |
| 6004 | + (ndr_print_function_t) ndr_print_disabled, |
| 6005 | { 0, NULL }, |
| 6006 | { 0, NULL }, |
| 6007 | }, |
| 6008 | @@ -33263,7 +33263,7 @@ static const struct ndr_interface_call s |
| 6009 | sizeof(struct spoolss_RouterRefreshPrinterChangeNotify), |
| 6010 | (ndr_push_flags_fn_t) ndr_push_spoolss_RouterRefreshPrinterChangeNotify, |
| 6011 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_RouterRefreshPrinterChangeNotify, |
| 6012 | - (ndr_print_function_t) ndr_print_spoolss_RouterRefreshPrinterChangeNotify, |
| 6013 | + (ndr_print_function_t) ndr_print_disabled, |
| 6014 | { 0, NULL }, |
| 6015 | { 0, NULL }, |
| 6016 | }, |
| 6017 | @@ -33272,7 +33272,7 @@ static const struct ndr_interface_call s |
| 6018 | sizeof(struct spoolss_44), |
| 6019 | (ndr_push_flags_fn_t) ndr_push_spoolss_44, |
| 6020 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_44, |
| 6021 | - (ndr_print_function_t) ndr_print_spoolss_44, |
| 6022 | + (ndr_print_function_t) ndr_print_disabled, |
| 6023 | { 0, NULL }, |
| 6024 | { 0, NULL }, |
| 6025 | }, |
| 6026 | @@ -33281,7 +33281,7 @@ static const struct ndr_interface_call s |
| 6027 | sizeof(struct spoolss_OpenPrinterEx), |
| 6028 | (ndr_push_flags_fn_t) ndr_push_spoolss_OpenPrinterEx, |
| 6029 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_OpenPrinterEx, |
| 6030 | - (ndr_print_function_t) ndr_print_spoolss_OpenPrinterEx, |
| 6031 | + (ndr_print_function_t) ndr_print_disabled, |
| 6032 | { 0, NULL }, |
| 6033 | { 0, NULL }, |
| 6034 | }, |
| 6035 | @@ -33290,7 +33290,7 @@ static const struct ndr_interface_call s |
| 6036 | sizeof(struct spoolss_AddPrinterEx), |
| 6037 | (ndr_push_flags_fn_t) ndr_push_spoolss_AddPrinterEx, |
| 6038 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_AddPrinterEx, |
| 6039 | - (ndr_print_function_t) ndr_print_spoolss_AddPrinterEx, |
| 6040 | + (ndr_print_function_t) ndr_print_disabled, |
| 6041 | { 0, NULL }, |
| 6042 | { 0, NULL }, |
| 6043 | }, |
| 6044 | @@ -33299,7 +33299,7 @@ static const struct ndr_interface_call s |
| 6045 | sizeof(struct spoolss_SetPort), |
| 6046 | (ndr_push_flags_fn_t) ndr_push_spoolss_SetPort, |
| 6047 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_SetPort, |
| 6048 | - (ndr_print_function_t) ndr_print_spoolss_SetPort, |
| 6049 | + (ndr_print_function_t) ndr_print_disabled, |
| 6050 | { 0, NULL }, |
| 6051 | { 0, NULL }, |
| 6052 | }, |
| 6053 | @@ -33308,7 +33308,7 @@ static const struct ndr_interface_call s |
| 6054 | sizeof(struct spoolss_EnumPrinterData), |
| 6055 | (ndr_push_flags_fn_t) ndr_push_spoolss_EnumPrinterData, |
| 6056 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_EnumPrinterData, |
| 6057 | - (ndr_print_function_t) ndr_print_spoolss_EnumPrinterData, |
| 6058 | + (ndr_print_function_t) ndr_print_disabled, |
| 6059 | { 0, NULL }, |
| 6060 | { 0, NULL }, |
| 6061 | }, |
| 6062 | @@ -33317,7 +33317,7 @@ static const struct ndr_interface_call s |
| 6063 | sizeof(struct spoolss_DeletePrinterData), |
| 6064 | (ndr_push_flags_fn_t) ndr_push_spoolss_DeletePrinterData, |
| 6065 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_DeletePrinterData, |
| 6066 | - (ndr_print_function_t) ndr_print_spoolss_DeletePrinterData, |
| 6067 | + (ndr_print_function_t) ndr_print_disabled, |
| 6068 | { 0, NULL }, |
| 6069 | { 0, NULL }, |
| 6070 | }, |
| 6071 | @@ -33326,7 +33326,7 @@ static const struct ndr_interface_call s |
| 6072 | sizeof(struct spoolss_4a), |
| 6073 | (ndr_push_flags_fn_t) ndr_push_spoolss_4a, |
| 6074 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_4a, |
| 6075 | - (ndr_print_function_t) ndr_print_spoolss_4a, |
| 6076 | + (ndr_print_function_t) ndr_print_disabled, |
| 6077 | { 0, NULL }, |
| 6078 | { 0, NULL }, |
| 6079 | }, |
| 6080 | @@ -33335,7 +33335,7 @@ static const struct ndr_interface_call s |
| 6081 | sizeof(struct spoolss_4b), |
| 6082 | (ndr_push_flags_fn_t) ndr_push_spoolss_4b, |
| 6083 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_4b, |
| 6084 | - (ndr_print_function_t) ndr_print_spoolss_4b, |
| 6085 | + (ndr_print_function_t) ndr_print_disabled, |
| 6086 | { 0, NULL }, |
| 6087 | { 0, NULL }, |
| 6088 | }, |
| 6089 | @@ -33344,7 +33344,7 @@ static const struct ndr_interface_call s |
| 6090 | sizeof(struct spoolss_4c), |
| 6091 | (ndr_push_flags_fn_t) ndr_push_spoolss_4c, |
| 6092 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_4c, |
| 6093 | - (ndr_print_function_t) ndr_print_spoolss_4c, |
| 6094 | + (ndr_print_function_t) ndr_print_disabled, |
| 6095 | { 0, NULL }, |
| 6096 | { 0, NULL }, |
| 6097 | }, |
| 6098 | @@ -33353,7 +33353,7 @@ static const struct ndr_interface_call s |
| 6099 | sizeof(struct spoolss_SetPrinterDataEx), |
| 6100 | (ndr_push_flags_fn_t) ndr_push_spoolss_SetPrinterDataEx, |
| 6101 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_SetPrinterDataEx, |
| 6102 | - (ndr_print_function_t) ndr_print_spoolss_SetPrinterDataEx, |
| 6103 | + (ndr_print_function_t) ndr_print_disabled, |
| 6104 | { 0, NULL }, |
| 6105 | { 0, NULL }, |
| 6106 | }, |
| 6107 | @@ -33362,7 +33362,7 @@ static const struct ndr_interface_call s |
| 6108 | sizeof(struct spoolss_GetPrinterDataEx), |
| 6109 | (ndr_push_flags_fn_t) ndr_push_spoolss_GetPrinterDataEx, |
| 6110 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_GetPrinterDataEx, |
| 6111 | - (ndr_print_function_t) ndr_print_spoolss_GetPrinterDataEx, |
| 6112 | + (ndr_print_function_t) ndr_print_disabled, |
| 6113 | { 0, NULL }, |
| 6114 | { 0, NULL }, |
| 6115 | }, |
| 6116 | @@ -33371,7 +33371,7 @@ static const struct ndr_interface_call s |
| 6117 | sizeof(struct spoolss_EnumPrinterDataEx), |
| 6118 | (ndr_push_flags_fn_t) ndr_push_spoolss_EnumPrinterDataEx, |
| 6119 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_EnumPrinterDataEx, |
| 6120 | - (ndr_print_function_t) ndr_print_spoolss_EnumPrinterDataEx, |
| 6121 | + (ndr_print_function_t) ndr_print_disabled, |
| 6122 | { 0, NULL }, |
| 6123 | { 0, NULL }, |
| 6124 | }, |
| 6125 | @@ -33380,7 +33380,7 @@ static const struct ndr_interface_call s |
| 6126 | sizeof(struct spoolss_EnumPrinterKey), |
| 6127 | (ndr_push_flags_fn_t) ndr_push_spoolss_EnumPrinterKey, |
| 6128 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_EnumPrinterKey, |
| 6129 | - (ndr_print_function_t) ndr_print_spoolss_EnumPrinterKey, |
| 6130 | + (ndr_print_function_t) ndr_print_disabled, |
| 6131 | { 0, NULL }, |
| 6132 | { 0, NULL }, |
| 6133 | }, |
| 6134 | @@ -33389,7 +33389,7 @@ static const struct ndr_interface_call s |
| 6135 | sizeof(struct spoolss_DeletePrinterDataEx), |
| 6136 | (ndr_push_flags_fn_t) ndr_push_spoolss_DeletePrinterDataEx, |
| 6137 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_DeletePrinterDataEx, |
| 6138 | - (ndr_print_function_t) ndr_print_spoolss_DeletePrinterDataEx, |
| 6139 | + (ndr_print_function_t) ndr_print_disabled, |
| 6140 | { 0, NULL }, |
| 6141 | { 0, NULL }, |
| 6142 | }, |
| 6143 | @@ -33398,7 +33398,7 @@ static const struct ndr_interface_call s |
| 6144 | sizeof(struct spoolss_DeletePrinterKey), |
| 6145 | (ndr_push_flags_fn_t) ndr_push_spoolss_DeletePrinterKey, |
| 6146 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_DeletePrinterKey, |
| 6147 | - (ndr_print_function_t) ndr_print_spoolss_DeletePrinterKey, |
| 6148 | + (ndr_print_function_t) ndr_print_disabled, |
| 6149 | { 0, NULL }, |
| 6150 | { 0, NULL }, |
| 6151 | }, |
| 6152 | @@ -33407,7 +33407,7 @@ static const struct ndr_interface_call s |
| 6153 | sizeof(struct spoolss_53), |
| 6154 | (ndr_push_flags_fn_t) ndr_push_spoolss_53, |
| 6155 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_53, |
| 6156 | - (ndr_print_function_t) ndr_print_spoolss_53, |
| 6157 | + (ndr_print_function_t) ndr_print_disabled, |
| 6158 | { 0, NULL }, |
| 6159 | { 0, NULL }, |
| 6160 | }, |
| 6161 | @@ -33416,7 +33416,7 @@ static const struct ndr_interface_call s |
| 6162 | sizeof(struct spoolss_DeletePrinterDriverEx), |
| 6163 | (ndr_push_flags_fn_t) ndr_push_spoolss_DeletePrinterDriverEx, |
| 6164 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_DeletePrinterDriverEx, |
| 6165 | - (ndr_print_function_t) ndr_print_spoolss_DeletePrinterDriverEx, |
| 6166 | + (ndr_print_function_t) ndr_print_disabled, |
| 6167 | { 0, NULL }, |
| 6168 | { 0, NULL }, |
| 6169 | }, |
| 6170 | @@ -33425,7 +33425,7 @@ static const struct ndr_interface_call s |
| 6171 | sizeof(struct spoolss_AddPerMachineConnection), |
| 6172 | (ndr_push_flags_fn_t) ndr_push_spoolss_AddPerMachineConnection, |
| 6173 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_AddPerMachineConnection, |
| 6174 | - (ndr_print_function_t) ndr_print_spoolss_AddPerMachineConnection, |
| 6175 | + (ndr_print_function_t) ndr_print_disabled, |
| 6176 | { 0, NULL }, |
| 6177 | { 0, NULL }, |
| 6178 | }, |
| 6179 | @@ -33434,7 +33434,7 @@ static const struct ndr_interface_call s |
| 6180 | sizeof(struct spoolss_DeletePerMachineConnection), |
| 6181 | (ndr_push_flags_fn_t) ndr_push_spoolss_DeletePerMachineConnection, |
| 6182 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_DeletePerMachineConnection, |
| 6183 | - (ndr_print_function_t) ndr_print_spoolss_DeletePerMachineConnection, |
| 6184 | + (ndr_print_function_t) ndr_print_disabled, |
| 6185 | { 0, NULL }, |
| 6186 | { 0, NULL }, |
| 6187 | }, |
| 6188 | @@ -33443,7 +33443,7 @@ static const struct ndr_interface_call s |
| 6189 | sizeof(struct spoolss_EnumPerMachineConnections), |
| 6190 | (ndr_push_flags_fn_t) ndr_push_spoolss_EnumPerMachineConnections, |
| 6191 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_EnumPerMachineConnections, |
| 6192 | - (ndr_print_function_t) ndr_print_spoolss_EnumPerMachineConnections, |
| 6193 | + (ndr_print_function_t) ndr_print_disabled, |
| 6194 | { 0, NULL }, |
| 6195 | { 0, NULL }, |
| 6196 | }, |
| 6197 | @@ -33452,7 +33452,7 @@ static const struct ndr_interface_call s |
| 6198 | sizeof(struct spoolss_XcvData), |
| 6199 | (ndr_push_flags_fn_t) ndr_push_spoolss_XcvData, |
| 6200 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_XcvData, |
| 6201 | - (ndr_print_function_t) ndr_print_spoolss_XcvData, |
| 6202 | + (ndr_print_function_t) ndr_print_disabled, |
| 6203 | { 0, NULL }, |
| 6204 | { 0, NULL }, |
| 6205 | }, |
| 6206 | @@ -33461,7 +33461,7 @@ static const struct ndr_interface_call s |
| 6207 | sizeof(struct spoolss_AddPrinterDriverEx), |
| 6208 | (ndr_push_flags_fn_t) ndr_push_spoolss_AddPrinterDriverEx, |
| 6209 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_AddPrinterDriverEx, |
| 6210 | - (ndr_print_function_t) ndr_print_spoolss_AddPrinterDriverEx, |
| 6211 | + (ndr_print_function_t) ndr_print_disabled, |
| 6212 | { 0, NULL }, |
| 6213 | { 0, NULL }, |
| 6214 | }, |
| 6215 | @@ -33470,7 +33470,7 @@ static const struct ndr_interface_call s |
| 6216 | sizeof(struct spoolss_5a), |
| 6217 | (ndr_push_flags_fn_t) ndr_push_spoolss_5a, |
| 6218 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_5a, |
| 6219 | - (ndr_print_function_t) ndr_print_spoolss_5a, |
| 6220 | + (ndr_print_function_t) ndr_print_disabled, |
| 6221 | { 0, NULL }, |
| 6222 | { 0, NULL }, |
| 6223 | }, |
| 6224 | @@ -33479,7 +33479,7 @@ static const struct ndr_interface_call s |
| 6225 | sizeof(struct spoolss_5b), |
| 6226 | (ndr_push_flags_fn_t) ndr_push_spoolss_5b, |
| 6227 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_5b, |
| 6228 | - (ndr_print_function_t) ndr_print_spoolss_5b, |
| 6229 | + (ndr_print_function_t) ndr_print_disabled, |
| 6230 | { 0, NULL }, |
| 6231 | { 0, NULL }, |
| 6232 | }, |
| 6233 | @@ -33488,7 +33488,7 @@ static const struct ndr_interface_call s |
| 6234 | sizeof(struct spoolss_5c), |
| 6235 | (ndr_push_flags_fn_t) ndr_push_spoolss_5c, |
| 6236 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_5c, |
| 6237 | - (ndr_print_function_t) ndr_print_spoolss_5c, |
| 6238 | + (ndr_print_function_t) ndr_print_disabled, |
| 6239 | { 0, NULL }, |
| 6240 | { 0, NULL }, |
| 6241 | }, |
| 6242 | @@ -33497,7 +33497,7 @@ static const struct ndr_interface_call s |
| 6243 | sizeof(struct spoolss_5d), |
| 6244 | (ndr_push_flags_fn_t) ndr_push_spoolss_5d, |
| 6245 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_5d, |
| 6246 | - (ndr_print_function_t) ndr_print_spoolss_5d, |
| 6247 | + (ndr_print_function_t) ndr_print_disabled, |
| 6248 | { 0, NULL }, |
| 6249 | { 0, NULL }, |
| 6250 | }, |
| 6251 | @@ -33506,7 +33506,7 @@ static const struct ndr_interface_call s |
| 6252 | sizeof(struct spoolss_5e), |
| 6253 | (ndr_push_flags_fn_t) ndr_push_spoolss_5e, |
| 6254 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_5e, |
| 6255 | - (ndr_print_function_t) ndr_print_spoolss_5e, |
| 6256 | + (ndr_print_function_t) ndr_print_disabled, |
| 6257 | { 0, NULL }, |
| 6258 | { 0, NULL }, |
| 6259 | }, |
| 6260 | @@ -33515,7 +33515,7 @@ static const struct ndr_interface_call s |
| 6261 | sizeof(struct spoolss_5f), |
| 6262 | (ndr_push_flags_fn_t) ndr_push_spoolss_5f, |
| 6263 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_5f, |
| 6264 | - (ndr_print_function_t) ndr_print_spoolss_5f, |
| 6265 | + (ndr_print_function_t) ndr_print_disabled, |
| 6266 | { 0, NULL }, |
| 6267 | { 0, NULL }, |
| 6268 | }, |
| 6269 | @@ -33524,7 +33524,7 @@ static const struct ndr_interface_call s |
| 6270 | sizeof(struct spoolss_60), |
| 6271 | (ndr_push_flags_fn_t) ndr_push_spoolss_60, |
| 6272 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_60, |
| 6273 | - (ndr_print_function_t) ndr_print_spoolss_60, |
| 6274 | + (ndr_print_function_t) ndr_print_disabled, |
| 6275 | { 0, NULL }, |
| 6276 | { 0, NULL }, |
| 6277 | }, |
| 6278 | @@ -33533,7 +33533,7 @@ static const struct ndr_interface_call s |
| 6279 | sizeof(struct spoolss_61), |
| 6280 | (ndr_push_flags_fn_t) ndr_push_spoolss_61, |
| 6281 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_61, |
| 6282 | - (ndr_print_function_t) ndr_print_spoolss_61, |
| 6283 | + (ndr_print_function_t) ndr_print_disabled, |
| 6284 | { 0, NULL }, |
| 6285 | { 0, NULL }, |
| 6286 | }, |
| 6287 | @@ -33542,7 +33542,7 @@ static const struct ndr_interface_call s |
| 6288 | sizeof(struct spoolss_62), |
| 6289 | (ndr_push_flags_fn_t) ndr_push_spoolss_62, |
| 6290 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_62, |
| 6291 | - (ndr_print_function_t) ndr_print_spoolss_62, |
| 6292 | + (ndr_print_function_t) ndr_print_disabled, |
| 6293 | { 0, NULL }, |
| 6294 | { 0, NULL }, |
| 6295 | }, |
| 6296 | @@ -33551,7 +33551,7 @@ static const struct ndr_interface_call s |
| 6297 | sizeof(struct spoolss_63), |
| 6298 | (ndr_push_flags_fn_t) ndr_push_spoolss_63, |
| 6299 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_63, |
| 6300 | - (ndr_print_function_t) ndr_print_spoolss_63, |
| 6301 | + (ndr_print_function_t) ndr_print_disabled, |
| 6302 | { 0, NULL }, |
| 6303 | { 0, NULL }, |
| 6304 | }, |
| 6305 | @@ -33560,7 +33560,7 @@ static const struct ndr_interface_call s |
| 6306 | sizeof(struct spoolss_64), |
| 6307 | (ndr_push_flags_fn_t) ndr_push_spoolss_64, |
| 6308 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_64, |
| 6309 | - (ndr_print_function_t) ndr_print_spoolss_64, |
| 6310 | + (ndr_print_function_t) ndr_print_disabled, |
| 6311 | { 0, NULL }, |
| 6312 | { 0, NULL }, |
| 6313 | }, |
| 6314 | @@ -33569,7 +33569,7 @@ static const struct ndr_interface_call s |
| 6315 | sizeof(struct spoolss_65), |
| 6316 | (ndr_push_flags_fn_t) ndr_push_spoolss_65, |
| 6317 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_65, |
| 6318 | - (ndr_print_function_t) ndr_print_spoolss_65, |
| 6319 | + (ndr_print_function_t) ndr_print_disabled, |
| 6320 | { 0, NULL }, |
| 6321 | { 0, NULL }, |
| 6322 | }, |
| 6323 | @@ -33578,7 +33578,7 @@ static const struct ndr_interface_call s |
| 6324 | sizeof(struct spoolss_GetCorePrinterDrivers), |
| 6325 | (ndr_push_flags_fn_t) ndr_push_spoolss_GetCorePrinterDrivers, |
| 6326 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_GetCorePrinterDrivers, |
| 6327 | - (ndr_print_function_t) ndr_print_spoolss_GetCorePrinterDrivers, |
| 6328 | + (ndr_print_function_t) ndr_print_disabled, |
| 6329 | { 0, NULL }, |
| 6330 | { 0, NULL }, |
| 6331 | }, |
| 6332 | @@ -33587,7 +33587,7 @@ static const struct ndr_interface_call s |
| 6333 | sizeof(struct spoolss_67), |
| 6334 | (ndr_push_flags_fn_t) ndr_push_spoolss_67, |
| 6335 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_67, |
| 6336 | - (ndr_print_function_t) ndr_print_spoolss_67, |
| 6337 | + (ndr_print_function_t) ndr_print_disabled, |
| 6338 | { 0, NULL }, |
| 6339 | { 0, NULL }, |
| 6340 | }, |
| 6341 | @@ -33596,7 +33596,7 @@ static const struct ndr_interface_call s |
| 6342 | sizeof(struct spoolss_GetPrinterDriverPackagePath), |
| 6343 | (ndr_push_flags_fn_t) ndr_push_spoolss_GetPrinterDriverPackagePath, |
| 6344 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_GetPrinterDriverPackagePath, |
| 6345 | - (ndr_print_function_t) ndr_print_spoolss_GetPrinterDriverPackagePath, |
| 6346 | + (ndr_print_function_t) ndr_print_disabled, |
| 6347 | { 0, NULL }, |
| 6348 | { 0, NULL }, |
| 6349 | }, |
| 6350 | @@ -33605,7 +33605,7 @@ static const struct ndr_interface_call s |
| 6351 | sizeof(struct spoolss_69), |
| 6352 | (ndr_push_flags_fn_t) ndr_push_spoolss_69, |
| 6353 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_69, |
| 6354 | - (ndr_print_function_t) ndr_print_spoolss_69, |
| 6355 | + (ndr_print_function_t) ndr_print_disabled, |
| 6356 | { 0, NULL }, |
| 6357 | { 0, NULL }, |
| 6358 | }, |
| 6359 | @@ -33614,7 +33614,7 @@ static const struct ndr_interface_call s |
| 6360 | sizeof(struct spoolss_6a), |
| 6361 | (ndr_push_flags_fn_t) ndr_push_spoolss_6a, |
| 6362 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_6a, |
| 6363 | - (ndr_print_function_t) ndr_print_spoolss_6a, |
| 6364 | + (ndr_print_function_t) ndr_print_disabled, |
| 6365 | { 0, NULL }, |
| 6366 | { 0, NULL }, |
| 6367 | }, |
| 6368 | @@ -33623,7 +33623,7 @@ static const struct ndr_interface_call s |
| 6369 | sizeof(struct spoolss_6b), |
| 6370 | (ndr_push_flags_fn_t) ndr_push_spoolss_6b, |
| 6371 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_6b, |
| 6372 | - (ndr_print_function_t) ndr_print_spoolss_6b, |
| 6373 | + (ndr_print_function_t) ndr_print_disabled, |
| 6374 | { 0, NULL }, |
| 6375 | { 0, NULL }, |
| 6376 | }, |
| 6377 | @@ -33632,7 +33632,7 @@ static const struct ndr_interface_call s |
| 6378 | sizeof(struct spoolss_6c), |
| 6379 | (ndr_push_flags_fn_t) ndr_push_spoolss_6c, |
| 6380 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_6c, |
| 6381 | - (ndr_print_function_t) ndr_print_spoolss_6c, |
| 6382 | + (ndr_print_function_t) ndr_print_disabled, |
| 6383 | { 0, NULL }, |
| 6384 | { 0, NULL }, |
| 6385 | }, |
| 6386 | @@ -33641,7 +33641,7 @@ static const struct ndr_interface_call s |
| 6387 | sizeof(struct spoolss_6d), |
| 6388 | (ndr_push_flags_fn_t) ndr_push_spoolss_6d, |
| 6389 | (ndr_pull_flags_fn_t) ndr_pull_spoolss_6d, |
| 6390 | - (ndr_print_function_t) ndr_print_spoolss_6d, |
| 6391 | + (ndr_print_function_t) ndr_print_disabled, |
| 6392 | { 0, NULL }, |
| 6393 | { 0, NULL }, |
| 6394 | }, |
| 6395 | --- a/source3/librpc/gen_ndr/ndr_srvsvc.c |
| 6396 | +++ b/source3/librpc/gen_ndr/ndr_srvsvc.c |
| 6397 | @@ -20229,7 +20229,7 @@ static const struct ndr_interface_call s |
| 6398 | sizeof(struct srvsvc_NetCharDevEnum), |
| 6399 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NetCharDevEnum, |
| 6400 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NetCharDevEnum, |
| 6401 | - (ndr_print_function_t) ndr_print_srvsvc_NetCharDevEnum, |
| 6402 | + (ndr_print_function_t) ndr_print_disabled, |
| 6403 | { 0, NULL }, |
| 6404 | { 0, NULL }, |
| 6405 | }, |
| 6406 | @@ -20238,7 +20238,7 @@ static const struct ndr_interface_call s |
| 6407 | sizeof(struct srvsvc_NetCharDevGetInfo), |
| 6408 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NetCharDevGetInfo, |
| 6409 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NetCharDevGetInfo, |
| 6410 | - (ndr_print_function_t) ndr_print_srvsvc_NetCharDevGetInfo, |
| 6411 | + (ndr_print_function_t) ndr_print_disabled, |
| 6412 | { 0, NULL }, |
| 6413 | { 0, NULL }, |
| 6414 | }, |
| 6415 | @@ -20247,7 +20247,7 @@ static const struct ndr_interface_call s |
| 6416 | sizeof(struct srvsvc_NetCharDevControl), |
| 6417 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NetCharDevControl, |
| 6418 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NetCharDevControl, |
| 6419 | - (ndr_print_function_t) ndr_print_srvsvc_NetCharDevControl, |
| 6420 | + (ndr_print_function_t) ndr_print_disabled, |
| 6421 | { 0, NULL }, |
| 6422 | { 0, NULL }, |
| 6423 | }, |
| 6424 | @@ -20256,7 +20256,7 @@ static const struct ndr_interface_call s |
| 6425 | sizeof(struct srvsvc_NetCharDevQEnum), |
| 6426 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NetCharDevQEnum, |
| 6427 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NetCharDevQEnum, |
| 6428 | - (ndr_print_function_t) ndr_print_srvsvc_NetCharDevQEnum, |
| 6429 | + (ndr_print_function_t) ndr_print_disabled, |
| 6430 | { 0, NULL }, |
| 6431 | { 0, NULL }, |
| 6432 | }, |
| 6433 | @@ -20265,7 +20265,7 @@ static const struct ndr_interface_call s |
| 6434 | sizeof(struct srvsvc_NetCharDevQGetInfo), |
| 6435 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NetCharDevQGetInfo, |
| 6436 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NetCharDevQGetInfo, |
| 6437 | - (ndr_print_function_t) ndr_print_srvsvc_NetCharDevQGetInfo, |
| 6438 | + (ndr_print_function_t) ndr_print_disabled, |
| 6439 | { 0, NULL }, |
| 6440 | { 0, NULL }, |
| 6441 | }, |
| 6442 | @@ -20274,7 +20274,7 @@ static const struct ndr_interface_call s |
| 6443 | sizeof(struct srvsvc_NetCharDevQSetInfo), |
| 6444 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NetCharDevQSetInfo, |
| 6445 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NetCharDevQSetInfo, |
| 6446 | - (ndr_print_function_t) ndr_print_srvsvc_NetCharDevQSetInfo, |
| 6447 | + (ndr_print_function_t) ndr_print_disabled, |
| 6448 | { 0, NULL }, |
| 6449 | { 0, NULL }, |
| 6450 | }, |
| 6451 | @@ -20283,7 +20283,7 @@ static const struct ndr_interface_call s |
| 6452 | sizeof(struct srvsvc_NetCharDevQPurge), |
| 6453 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NetCharDevQPurge, |
| 6454 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NetCharDevQPurge, |
| 6455 | - (ndr_print_function_t) ndr_print_srvsvc_NetCharDevQPurge, |
| 6456 | + (ndr_print_function_t) ndr_print_disabled, |
| 6457 | { 0, NULL }, |
| 6458 | { 0, NULL }, |
| 6459 | }, |
| 6460 | @@ -20292,7 +20292,7 @@ static const struct ndr_interface_call s |
| 6461 | sizeof(struct srvsvc_NetCharDevQPurgeSelf), |
| 6462 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NetCharDevQPurgeSelf, |
| 6463 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NetCharDevQPurgeSelf, |
| 6464 | - (ndr_print_function_t) ndr_print_srvsvc_NetCharDevQPurgeSelf, |
| 6465 | + (ndr_print_function_t) ndr_print_disabled, |
| 6466 | { 0, NULL }, |
| 6467 | { 0, NULL }, |
| 6468 | }, |
| 6469 | @@ -20301,7 +20301,7 @@ static const struct ndr_interface_call s |
| 6470 | sizeof(struct srvsvc_NetConnEnum), |
| 6471 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NetConnEnum, |
| 6472 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NetConnEnum, |
| 6473 | - (ndr_print_function_t) ndr_print_srvsvc_NetConnEnum, |
| 6474 | + (ndr_print_function_t) ndr_print_disabled, |
| 6475 | { 0, NULL }, |
| 6476 | { 0, NULL }, |
| 6477 | }, |
| 6478 | @@ -20310,7 +20310,7 @@ static const struct ndr_interface_call s |
| 6479 | sizeof(struct srvsvc_NetFileEnum), |
| 6480 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NetFileEnum, |
| 6481 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NetFileEnum, |
| 6482 | - (ndr_print_function_t) ndr_print_srvsvc_NetFileEnum, |
| 6483 | + (ndr_print_function_t) ndr_print_disabled, |
| 6484 | { 0, NULL }, |
| 6485 | { 0, NULL }, |
| 6486 | }, |
| 6487 | @@ -20319,7 +20319,7 @@ static const struct ndr_interface_call s |
| 6488 | sizeof(struct srvsvc_NetFileGetInfo), |
| 6489 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NetFileGetInfo, |
| 6490 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NetFileGetInfo, |
| 6491 | - (ndr_print_function_t) ndr_print_srvsvc_NetFileGetInfo, |
| 6492 | + (ndr_print_function_t) ndr_print_disabled, |
| 6493 | { 0, NULL }, |
| 6494 | { 0, NULL }, |
| 6495 | }, |
| 6496 | @@ -20328,7 +20328,7 @@ static const struct ndr_interface_call s |
| 6497 | sizeof(struct srvsvc_NetFileClose), |
| 6498 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NetFileClose, |
| 6499 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NetFileClose, |
| 6500 | - (ndr_print_function_t) ndr_print_srvsvc_NetFileClose, |
| 6501 | + (ndr_print_function_t) ndr_print_disabled, |
| 6502 | { 0, NULL }, |
| 6503 | { 0, NULL }, |
| 6504 | }, |
| 6505 | @@ -20337,7 +20337,7 @@ static const struct ndr_interface_call s |
| 6506 | sizeof(struct srvsvc_NetSessEnum), |
| 6507 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NetSessEnum, |
| 6508 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NetSessEnum, |
| 6509 | - (ndr_print_function_t) ndr_print_srvsvc_NetSessEnum, |
| 6510 | + (ndr_print_function_t) ndr_print_disabled, |
| 6511 | { 0, NULL }, |
| 6512 | { 0, NULL }, |
| 6513 | }, |
| 6514 | @@ -20346,7 +20346,7 @@ static const struct ndr_interface_call s |
| 6515 | sizeof(struct srvsvc_NetSessDel), |
| 6516 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NetSessDel, |
| 6517 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NetSessDel, |
| 6518 | - (ndr_print_function_t) ndr_print_srvsvc_NetSessDel, |
| 6519 | + (ndr_print_function_t) ndr_print_disabled, |
| 6520 | { 0, NULL }, |
| 6521 | { 0, NULL }, |
| 6522 | }, |
| 6523 | @@ -20355,7 +20355,7 @@ static const struct ndr_interface_call s |
| 6524 | sizeof(struct srvsvc_NetShareAdd), |
| 6525 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NetShareAdd, |
| 6526 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NetShareAdd, |
| 6527 | - (ndr_print_function_t) ndr_print_srvsvc_NetShareAdd, |
| 6528 | + (ndr_print_function_t) ndr_print_disabled, |
| 6529 | { 0, NULL }, |
| 6530 | { 0, NULL }, |
| 6531 | }, |
| 6532 | @@ -20364,7 +20364,7 @@ static const struct ndr_interface_call s |
| 6533 | sizeof(struct srvsvc_NetShareEnumAll), |
| 6534 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NetShareEnumAll, |
| 6535 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NetShareEnumAll, |
| 6536 | - (ndr_print_function_t) ndr_print_srvsvc_NetShareEnumAll, |
| 6537 | + (ndr_print_function_t) ndr_print_disabled, |
| 6538 | { 0, NULL }, |
| 6539 | { 0, NULL }, |
| 6540 | }, |
| 6541 | @@ -20373,7 +20373,7 @@ static const struct ndr_interface_call s |
| 6542 | sizeof(struct srvsvc_NetShareGetInfo), |
| 6543 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NetShareGetInfo, |
| 6544 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NetShareGetInfo, |
| 6545 | - (ndr_print_function_t) ndr_print_srvsvc_NetShareGetInfo, |
| 6546 | + (ndr_print_function_t) ndr_print_disabled, |
| 6547 | { 0, NULL }, |
| 6548 | { 0, NULL }, |
| 6549 | }, |
| 6550 | @@ -20382,7 +20382,7 @@ static const struct ndr_interface_call s |
| 6551 | sizeof(struct srvsvc_NetShareSetInfo), |
| 6552 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NetShareSetInfo, |
| 6553 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NetShareSetInfo, |
| 6554 | - (ndr_print_function_t) ndr_print_srvsvc_NetShareSetInfo, |
| 6555 | + (ndr_print_function_t) ndr_print_disabled, |
| 6556 | { 0, NULL }, |
| 6557 | { 0, NULL }, |
| 6558 | }, |
| 6559 | @@ -20391,7 +20391,7 @@ static const struct ndr_interface_call s |
| 6560 | sizeof(struct srvsvc_NetShareDel), |
| 6561 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NetShareDel, |
| 6562 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NetShareDel, |
| 6563 | - (ndr_print_function_t) ndr_print_srvsvc_NetShareDel, |
| 6564 | + (ndr_print_function_t) ndr_print_disabled, |
| 6565 | { 0, NULL }, |
| 6566 | { 0, NULL }, |
| 6567 | }, |
| 6568 | @@ -20400,7 +20400,7 @@ static const struct ndr_interface_call s |
| 6569 | sizeof(struct srvsvc_NetShareDelSticky), |
| 6570 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NetShareDelSticky, |
| 6571 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NetShareDelSticky, |
| 6572 | - (ndr_print_function_t) ndr_print_srvsvc_NetShareDelSticky, |
| 6573 | + (ndr_print_function_t) ndr_print_disabled, |
| 6574 | { 0, NULL }, |
| 6575 | { 0, NULL }, |
| 6576 | }, |
| 6577 | @@ -20409,7 +20409,7 @@ static const struct ndr_interface_call s |
| 6578 | sizeof(struct srvsvc_NetShareCheck), |
| 6579 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NetShareCheck, |
| 6580 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NetShareCheck, |
| 6581 | - (ndr_print_function_t) ndr_print_srvsvc_NetShareCheck, |
| 6582 | + (ndr_print_function_t) ndr_print_disabled, |
| 6583 | { 0, NULL }, |
| 6584 | { 0, NULL }, |
| 6585 | }, |
| 6586 | @@ -20418,7 +20418,7 @@ static const struct ndr_interface_call s |
| 6587 | sizeof(struct srvsvc_NetSrvGetInfo), |
| 6588 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NetSrvGetInfo, |
| 6589 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NetSrvGetInfo, |
| 6590 | - (ndr_print_function_t) ndr_print_srvsvc_NetSrvGetInfo, |
| 6591 | + (ndr_print_function_t) ndr_print_disabled, |
| 6592 | { 0, NULL }, |
| 6593 | { 0, NULL }, |
| 6594 | }, |
| 6595 | @@ -20427,7 +20427,7 @@ static const struct ndr_interface_call s |
| 6596 | sizeof(struct srvsvc_NetSrvSetInfo), |
| 6597 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NetSrvSetInfo, |
| 6598 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NetSrvSetInfo, |
| 6599 | - (ndr_print_function_t) ndr_print_srvsvc_NetSrvSetInfo, |
| 6600 | + (ndr_print_function_t) ndr_print_disabled, |
| 6601 | { 0, NULL }, |
| 6602 | { 0, NULL }, |
| 6603 | }, |
| 6604 | @@ -20436,7 +20436,7 @@ static const struct ndr_interface_call s |
| 6605 | sizeof(struct srvsvc_NetDiskEnum), |
| 6606 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NetDiskEnum, |
| 6607 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NetDiskEnum, |
| 6608 | - (ndr_print_function_t) ndr_print_srvsvc_NetDiskEnum, |
| 6609 | + (ndr_print_function_t) ndr_print_disabled, |
| 6610 | { 0, NULL }, |
| 6611 | { 0, NULL }, |
| 6612 | }, |
| 6613 | @@ -20445,7 +20445,7 @@ static const struct ndr_interface_call s |
| 6614 | sizeof(struct srvsvc_NetServerStatisticsGet), |
| 6615 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NetServerStatisticsGet, |
| 6616 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NetServerStatisticsGet, |
| 6617 | - (ndr_print_function_t) ndr_print_srvsvc_NetServerStatisticsGet, |
| 6618 | + (ndr_print_function_t) ndr_print_disabled, |
| 6619 | { 0, NULL }, |
| 6620 | { 0, NULL }, |
| 6621 | }, |
| 6622 | @@ -20454,7 +20454,7 @@ static const struct ndr_interface_call s |
| 6623 | sizeof(struct srvsvc_NetTransportAdd), |
| 6624 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NetTransportAdd, |
| 6625 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NetTransportAdd, |
| 6626 | - (ndr_print_function_t) ndr_print_srvsvc_NetTransportAdd, |
| 6627 | + (ndr_print_function_t) ndr_print_disabled, |
| 6628 | { 0, NULL }, |
| 6629 | { 0, NULL }, |
| 6630 | }, |
| 6631 | @@ -20463,7 +20463,7 @@ static const struct ndr_interface_call s |
| 6632 | sizeof(struct srvsvc_NetTransportEnum), |
| 6633 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NetTransportEnum, |
| 6634 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NetTransportEnum, |
| 6635 | - (ndr_print_function_t) ndr_print_srvsvc_NetTransportEnum, |
| 6636 | + (ndr_print_function_t) ndr_print_disabled, |
| 6637 | { 0, NULL }, |
| 6638 | { 0, NULL }, |
| 6639 | }, |
| 6640 | @@ -20472,7 +20472,7 @@ static const struct ndr_interface_call s |
| 6641 | sizeof(struct srvsvc_NetTransportDel), |
| 6642 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NetTransportDel, |
| 6643 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NetTransportDel, |
| 6644 | - (ndr_print_function_t) ndr_print_srvsvc_NetTransportDel, |
| 6645 | + (ndr_print_function_t) ndr_print_disabled, |
| 6646 | { 0, NULL }, |
| 6647 | { 0, NULL }, |
| 6648 | }, |
| 6649 | @@ -20481,7 +20481,7 @@ static const struct ndr_interface_call s |
| 6650 | sizeof(struct srvsvc_NetRemoteTOD), |
| 6651 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NetRemoteTOD, |
| 6652 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NetRemoteTOD, |
| 6653 | - (ndr_print_function_t) ndr_print_srvsvc_NetRemoteTOD, |
| 6654 | + (ndr_print_function_t) ndr_print_disabled, |
| 6655 | { 0, NULL }, |
| 6656 | { 0, NULL }, |
| 6657 | }, |
| 6658 | @@ -20490,7 +20490,7 @@ static const struct ndr_interface_call s |
| 6659 | sizeof(struct srvsvc_NetSetServiceBits), |
| 6660 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NetSetServiceBits, |
| 6661 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NetSetServiceBits, |
| 6662 | - (ndr_print_function_t) ndr_print_srvsvc_NetSetServiceBits, |
| 6663 | + (ndr_print_function_t) ndr_print_disabled, |
| 6664 | { 0, NULL }, |
| 6665 | { 0, NULL }, |
| 6666 | }, |
| 6667 | @@ -20499,7 +20499,7 @@ static const struct ndr_interface_call s |
| 6668 | sizeof(struct srvsvc_NetPathType), |
| 6669 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NetPathType, |
| 6670 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NetPathType, |
| 6671 | - (ndr_print_function_t) ndr_print_srvsvc_NetPathType, |
| 6672 | + (ndr_print_function_t) ndr_print_disabled, |
| 6673 | { 0, NULL }, |
| 6674 | { 0, NULL }, |
| 6675 | }, |
| 6676 | @@ -20508,7 +20508,7 @@ static const struct ndr_interface_call s |
| 6677 | sizeof(struct srvsvc_NetPathCanonicalize), |
| 6678 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NetPathCanonicalize, |
| 6679 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NetPathCanonicalize, |
| 6680 | - (ndr_print_function_t) ndr_print_srvsvc_NetPathCanonicalize, |
| 6681 | + (ndr_print_function_t) ndr_print_disabled, |
| 6682 | { 0, NULL }, |
| 6683 | { 0, NULL }, |
| 6684 | }, |
| 6685 | @@ -20517,7 +20517,7 @@ static const struct ndr_interface_call s |
| 6686 | sizeof(struct srvsvc_NetPathCompare), |
| 6687 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NetPathCompare, |
| 6688 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NetPathCompare, |
| 6689 | - (ndr_print_function_t) ndr_print_srvsvc_NetPathCompare, |
| 6690 | + (ndr_print_function_t) ndr_print_disabled, |
| 6691 | { 0, NULL }, |
| 6692 | { 0, NULL }, |
| 6693 | }, |
| 6694 | @@ -20526,7 +20526,7 @@ static const struct ndr_interface_call s |
| 6695 | sizeof(struct srvsvc_NetNameValidate), |
| 6696 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NetNameValidate, |
| 6697 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NetNameValidate, |
| 6698 | - (ndr_print_function_t) ndr_print_srvsvc_NetNameValidate, |
| 6699 | + (ndr_print_function_t) ndr_print_disabled, |
| 6700 | { 0, NULL }, |
| 6701 | { 0, NULL }, |
| 6702 | }, |
| 6703 | @@ -20535,7 +20535,7 @@ static const struct ndr_interface_call s |
| 6704 | sizeof(struct srvsvc_NETRPRNAMECANONICALIZE), |
| 6705 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NETRPRNAMECANONICALIZE, |
| 6706 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NETRPRNAMECANONICALIZE, |
| 6707 | - (ndr_print_function_t) ndr_print_srvsvc_NETRPRNAMECANONICALIZE, |
| 6708 | + (ndr_print_function_t) ndr_print_disabled, |
| 6709 | { 0, NULL }, |
| 6710 | { 0, NULL }, |
| 6711 | }, |
| 6712 | @@ -20544,7 +20544,7 @@ static const struct ndr_interface_call s |
| 6713 | sizeof(struct srvsvc_NetPRNameCompare), |
| 6714 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NetPRNameCompare, |
| 6715 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NetPRNameCompare, |
| 6716 | - (ndr_print_function_t) ndr_print_srvsvc_NetPRNameCompare, |
| 6717 | + (ndr_print_function_t) ndr_print_disabled, |
| 6718 | { 0, NULL }, |
| 6719 | { 0, NULL }, |
| 6720 | }, |
| 6721 | @@ -20553,7 +20553,7 @@ static const struct ndr_interface_call s |
| 6722 | sizeof(struct srvsvc_NetShareEnum), |
| 6723 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NetShareEnum, |
| 6724 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NetShareEnum, |
| 6725 | - (ndr_print_function_t) ndr_print_srvsvc_NetShareEnum, |
| 6726 | + (ndr_print_function_t) ndr_print_disabled, |
| 6727 | { 0, NULL }, |
| 6728 | { 0, NULL }, |
| 6729 | }, |
| 6730 | @@ -20562,7 +20562,7 @@ static const struct ndr_interface_call s |
| 6731 | sizeof(struct srvsvc_NetShareDelStart), |
| 6732 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NetShareDelStart, |
| 6733 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NetShareDelStart, |
| 6734 | - (ndr_print_function_t) ndr_print_srvsvc_NetShareDelStart, |
| 6735 | + (ndr_print_function_t) ndr_print_disabled, |
| 6736 | { 0, NULL }, |
| 6737 | { 0, NULL }, |
| 6738 | }, |
| 6739 | @@ -20571,7 +20571,7 @@ static const struct ndr_interface_call s |
| 6740 | sizeof(struct srvsvc_NetShareDelCommit), |
| 6741 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NetShareDelCommit, |
| 6742 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NetShareDelCommit, |
| 6743 | - (ndr_print_function_t) ndr_print_srvsvc_NetShareDelCommit, |
| 6744 | + (ndr_print_function_t) ndr_print_disabled, |
| 6745 | { 0, NULL }, |
| 6746 | { 0, NULL }, |
| 6747 | }, |
| 6748 | @@ -20580,7 +20580,7 @@ static const struct ndr_interface_call s |
| 6749 | sizeof(struct srvsvc_NetGetFileSecurity), |
| 6750 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NetGetFileSecurity, |
| 6751 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NetGetFileSecurity, |
| 6752 | - (ndr_print_function_t) ndr_print_srvsvc_NetGetFileSecurity, |
| 6753 | + (ndr_print_function_t) ndr_print_disabled, |
| 6754 | { 0, NULL }, |
| 6755 | { 0, NULL }, |
| 6756 | }, |
| 6757 | @@ -20589,7 +20589,7 @@ static const struct ndr_interface_call s |
| 6758 | sizeof(struct srvsvc_NetSetFileSecurity), |
| 6759 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NetSetFileSecurity, |
| 6760 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NetSetFileSecurity, |
| 6761 | - (ndr_print_function_t) ndr_print_srvsvc_NetSetFileSecurity, |
| 6762 | + (ndr_print_function_t) ndr_print_disabled, |
| 6763 | { 0, NULL }, |
| 6764 | { 0, NULL }, |
| 6765 | }, |
| 6766 | @@ -20598,7 +20598,7 @@ static const struct ndr_interface_call s |
| 6767 | sizeof(struct srvsvc_NetServerTransportAddEx), |
| 6768 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NetServerTransportAddEx, |
| 6769 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NetServerTransportAddEx, |
| 6770 | - (ndr_print_function_t) ndr_print_srvsvc_NetServerTransportAddEx, |
| 6771 | + (ndr_print_function_t) ndr_print_disabled, |
| 6772 | { 0, NULL }, |
| 6773 | { 0, NULL }, |
| 6774 | }, |
| 6775 | @@ -20607,7 +20607,7 @@ static const struct ndr_interface_call s |
| 6776 | sizeof(struct srvsvc_NetServerSetServiceBitsEx), |
| 6777 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NetServerSetServiceBitsEx, |
| 6778 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NetServerSetServiceBitsEx, |
| 6779 | - (ndr_print_function_t) ndr_print_srvsvc_NetServerSetServiceBitsEx, |
| 6780 | + (ndr_print_function_t) ndr_print_disabled, |
| 6781 | { 0, NULL }, |
| 6782 | { 0, NULL }, |
| 6783 | }, |
| 6784 | @@ -20616,7 +20616,7 @@ static const struct ndr_interface_call s |
| 6785 | sizeof(struct srvsvc_NETRDFSGETVERSION), |
| 6786 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NETRDFSGETVERSION, |
| 6787 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NETRDFSGETVERSION, |
| 6788 | - (ndr_print_function_t) ndr_print_srvsvc_NETRDFSGETVERSION, |
| 6789 | + (ndr_print_function_t) ndr_print_disabled, |
| 6790 | { 0, NULL }, |
| 6791 | { 0, NULL }, |
| 6792 | }, |
| 6793 | @@ -20625,7 +20625,7 @@ static const struct ndr_interface_call s |
| 6794 | sizeof(struct srvsvc_NETRDFSCREATELOCALPARTITION), |
| 6795 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NETRDFSCREATELOCALPARTITION, |
| 6796 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NETRDFSCREATELOCALPARTITION, |
| 6797 | - (ndr_print_function_t) ndr_print_srvsvc_NETRDFSCREATELOCALPARTITION, |
| 6798 | + (ndr_print_function_t) ndr_print_disabled, |
| 6799 | { 0, NULL }, |
| 6800 | { 0, NULL }, |
| 6801 | }, |
| 6802 | @@ -20634,7 +20634,7 @@ static const struct ndr_interface_call s |
| 6803 | sizeof(struct srvsvc_NETRDFSDELETELOCALPARTITION), |
| 6804 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NETRDFSDELETELOCALPARTITION, |
| 6805 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NETRDFSDELETELOCALPARTITION, |
| 6806 | - (ndr_print_function_t) ndr_print_srvsvc_NETRDFSDELETELOCALPARTITION, |
| 6807 | + (ndr_print_function_t) ndr_print_disabled, |
| 6808 | { 0, NULL }, |
| 6809 | { 0, NULL }, |
| 6810 | }, |
| 6811 | @@ -20643,7 +20643,7 @@ static const struct ndr_interface_call s |
| 6812 | sizeof(struct srvsvc_NETRDFSSETLOCALVOLUMESTATE), |
| 6813 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NETRDFSSETLOCALVOLUMESTATE, |
| 6814 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NETRDFSSETLOCALVOLUMESTATE, |
| 6815 | - (ndr_print_function_t) ndr_print_srvsvc_NETRDFSSETLOCALVOLUMESTATE, |
| 6816 | + (ndr_print_function_t) ndr_print_disabled, |
| 6817 | { 0, NULL }, |
| 6818 | { 0, NULL }, |
| 6819 | }, |
| 6820 | @@ -20652,7 +20652,7 @@ static const struct ndr_interface_call s |
| 6821 | sizeof(struct srvsvc_NETRDFSSETSERVERINFO), |
| 6822 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NETRDFSSETSERVERINFO, |
| 6823 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NETRDFSSETSERVERINFO, |
| 6824 | - (ndr_print_function_t) ndr_print_srvsvc_NETRDFSSETSERVERINFO, |
| 6825 | + (ndr_print_function_t) ndr_print_disabled, |
| 6826 | { 0, NULL }, |
| 6827 | { 0, NULL }, |
| 6828 | }, |
| 6829 | @@ -20661,7 +20661,7 @@ static const struct ndr_interface_call s |
| 6830 | sizeof(struct srvsvc_NETRDFSCREATEEXITPOINT), |
| 6831 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NETRDFSCREATEEXITPOINT, |
| 6832 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NETRDFSCREATEEXITPOINT, |
| 6833 | - (ndr_print_function_t) ndr_print_srvsvc_NETRDFSCREATEEXITPOINT, |
| 6834 | + (ndr_print_function_t) ndr_print_disabled, |
| 6835 | { 0, NULL }, |
| 6836 | { 0, NULL }, |
| 6837 | }, |
| 6838 | @@ -20670,7 +20670,7 @@ static const struct ndr_interface_call s |
| 6839 | sizeof(struct srvsvc_NETRDFSDELETEEXITPOINT), |
| 6840 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NETRDFSDELETEEXITPOINT, |
| 6841 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NETRDFSDELETEEXITPOINT, |
| 6842 | - (ndr_print_function_t) ndr_print_srvsvc_NETRDFSDELETEEXITPOINT, |
| 6843 | + (ndr_print_function_t) ndr_print_disabled, |
| 6844 | { 0, NULL }, |
| 6845 | { 0, NULL }, |
| 6846 | }, |
| 6847 | @@ -20679,7 +20679,7 @@ static const struct ndr_interface_call s |
| 6848 | sizeof(struct srvsvc_NETRDFSMODIFYPREFIX), |
| 6849 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NETRDFSMODIFYPREFIX, |
| 6850 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NETRDFSMODIFYPREFIX, |
| 6851 | - (ndr_print_function_t) ndr_print_srvsvc_NETRDFSMODIFYPREFIX, |
| 6852 | + (ndr_print_function_t) ndr_print_disabled, |
| 6853 | { 0, NULL }, |
| 6854 | { 0, NULL }, |
| 6855 | }, |
| 6856 | @@ -20688,7 +20688,7 @@ static const struct ndr_interface_call s |
| 6857 | sizeof(struct srvsvc_NETRDFSFIXLOCALVOLUME), |
| 6858 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NETRDFSFIXLOCALVOLUME, |
| 6859 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NETRDFSFIXLOCALVOLUME, |
| 6860 | - (ndr_print_function_t) ndr_print_srvsvc_NETRDFSFIXLOCALVOLUME, |
| 6861 | + (ndr_print_function_t) ndr_print_disabled, |
| 6862 | { 0, NULL }, |
| 6863 | { 0, NULL }, |
| 6864 | }, |
| 6865 | @@ -20697,7 +20697,7 @@ static const struct ndr_interface_call s |
| 6866 | sizeof(struct srvsvc_NETRDFSMANAGERREPORTSITEINFO), |
| 6867 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NETRDFSMANAGERREPORTSITEINFO, |
| 6868 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NETRDFSMANAGERREPORTSITEINFO, |
| 6869 | - (ndr_print_function_t) ndr_print_srvsvc_NETRDFSMANAGERREPORTSITEINFO, |
| 6870 | + (ndr_print_function_t) ndr_print_disabled, |
| 6871 | { 0, NULL }, |
| 6872 | { 0, NULL }, |
| 6873 | }, |
| 6874 | @@ -20706,7 +20706,7 @@ static const struct ndr_interface_call s |
| 6875 | sizeof(struct srvsvc_NETRSERVERTRANSPORTDELEX), |
| 6876 | (ndr_push_flags_fn_t) ndr_push_srvsvc_NETRSERVERTRANSPORTDELEX, |
| 6877 | (ndr_pull_flags_fn_t) ndr_pull_srvsvc_NETRSERVERTRANSPORTDELEX, |
| 6878 | - (ndr_print_function_t) ndr_print_srvsvc_NETRSERVERTRANSPORTDELEX, |
| 6879 | + (ndr_print_function_t) ndr_print_disabled, |
| 6880 | { 0, NULL }, |
| 6881 | { 0, NULL }, |
| 6882 | }, |
| 6883 | --- a/source3/librpc/gen_ndr/ndr_svcctl.c |
| 6884 | +++ b/source3/librpc/gen_ndr/ndr_svcctl.c |
| 6885 | @@ -7175,7 +7175,7 @@ static const struct ndr_interface_call s |
| 6886 | sizeof(struct svcctl_CloseServiceHandle), |
| 6887 | (ndr_push_flags_fn_t) ndr_push_svcctl_CloseServiceHandle, |
| 6888 | (ndr_pull_flags_fn_t) ndr_pull_svcctl_CloseServiceHandle, |
| 6889 | - (ndr_print_function_t) ndr_print_svcctl_CloseServiceHandle, |
| 6890 | + (ndr_print_function_t) ndr_print_disabled, |
| 6891 | { 0, NULL }, |
| 6892 | { 0, NULL }, |
| 6893 | }, |
| 6894 | @@ -7184,7 +7184,7 @@ static const struct ndr_interface_call s |
| 6895 | sizeof(struct svcctl_ControlService), |
| 6896 | (ndr_push_flags_fn_t) ndr_push_svcctl_ControlService, |
| 6897 | (ndr_pull_flags_fn_t) ndr_pull_svcctl_ControlService, |
| 6898 | - (ndr_print_function_t) ndr_print_svcctl_ControlService, |
| 6899 | + (ndr_print_function_t) ndr_print_disabled, |
| 6900 | { 0, NULL }, |
| 6901 | { 0, NULL }, |
| 6902 | }, |
| 6903 | @@ -7193,7 +7193,7 @@ static const struct ndr_interface_call s |
| 6904 | sizeof(struct svcctl_DeleteService), |
| 6905 | (ndr_push_flags_fn_t) ndr_push_svcctl_DeleteService, |
| 6906 | (ndr_pull_flags_fn_t) ndr_pull_svcctl_DeleteService, |
| 6907 | - (ndr_print_function_t) ndr_print_svcctl_DeleteService, |
| 6908 | + (ndr_print_function_t) ndr_print_disabled, |
| 6909 | { 0, NULL }, |
| 6910 | { 0, NULL }, |
| 6911 | }, |
| 6912 | @@ -7202,7 +7202,7 @@ static const struct ndr_interface_call s |
| 6913 | sizeof(struct svcctl_LockServiceDatabase), |
| 6914 | (ndr_push_flags_fn_t) ndr_push_svcctl_LockServiceDatabase, |
| 6915 | (ndr_pull_flags_fn_t) ndr_pull_svcctl_LockServiceDatabase, |
| 6916 | - (ndr_print_function_t) ndr_print_svcctl_LockServiceDatabase, |
| 6917 | + (ndr_print_function_t) ndr_print_disabled, |
| 6918 | { 0, NULL }, |
| 6919 | { 0, NULL }, |
| 6920 | }, |
| 6921 | @@ -7211,7 +7211,7 @@ static const struct ndr_interface_call s |
| 6922 | sizeof(struct svcctl_QueryServiceObjectSecurity), |
| 6923 | (ndr_push_flags_fn_t) ndr_push_svcctl_QueryServiceObjectSecurity, |
| 6924 | (ndr_pull_flags_fn_t) ndr_pull_svcctl_QueryServiceObjectSecurity, |
| 6925 | - (ndr_print_function_t) ndr_print_svcctl_QueryServiceObjectSecurity, |
| 6926 | + (ndr_print_function_t) ndr_print_disabled, |
| 6927 | { 0, NULL }, |
| 6928 | { 0, NULL }, |
| 6929 | }, |
| 6930 | @@ -7220,7 +7220,7 @@ static const struct ndr_interface_call s |
| 6931 | sizeof(struct svcctl_SetServiceObjectSecurity), |
| 6932 | (ndr_push_flags_fn_t) ndr_push_svcctl_SetServiceObjectSecurity, |
| 6933 | (ndr_pull_flags_fn_t) ndr_pull_svcctl_SetServiceObjectSecurity, |
| 6934 | - (ndr_print_function_t) ndr_print_svcctl_SetServiceObjectSecurity, |
| 6935 | + (ndr_print_function_t) ndr_print_disabled, |
| 6936 | { 0, NULL }, |
| 6937 | { 0, NULL }, |
| 6938 | }, |
| 6939 | @@ -7229,7 +7229,7 @@ static const struct ndr_interface_call s |
| 6940 | sizeof(struct svcctl_QueryServiceStatus), |
| 6941 | (ndr_push_flags_fn_t) ndr_push_svcctl_QueryServiceStatus, |
| 6942 | (ndr_pull_flags_fn_t) ndr_pull_svcctl_QueryServiceStatus, |
| 6943 | - (ndr_print_function_t) ndr_print_svcctl_QueryServiceStatus, |
| 6944 | + (ndr_print_function_t) ndr_print_disabled, |
| 6945 | { 0, NULL }, |
| 6946 | { 0, NULL }, |
| 6947 | }, |
| 6948 | @@ -7238,7 +7238,7 @@ static const struct ndr_interface_call s |
| 6949 | sizeof(struct svcctl_SetServiceStatus), |
| 6950 | (ndr_push_flags_fn_t) ndr_push_svcctl_SetServiceStatus, |
| 6951 | (ndr_pull_flags_fn_t) ndr_pull_svcctl_SetServiceStatus, |
| 6952 | - (ndr_print_function_t) ndr_print_svcctl_SetServiceStatus, |
| 6953 | + (ndr_print_function_t) ndr_print_disabled, |
| 6954 | { 0, NULL }, |
| 6955 | { 0, NULL }, |
| 6956 | }, |
| 6957 | @@ -7247,7 +7247,7 @@ static const struct ndr_interface_call s |
| 6958 | sizeof(struct svcctl_UnlockServiceDatabase), |
| 6959 | (ndr_push_flags_fn_t) ndr_push_svcctl_UnlockServiceDatabase, |
| 6960 | (ndr_pull_flags_fn_t) ndr_pull_svcctl_UnlockServiceDatabase, |
| 6961 | - (ndr_print_function_t) ndr_print_svcctl_UnlockServiceDatabase, |
| 6962 | + (ndr_print_function_t) ndr_print_disabled, |
| 6963 | { 0, NULL }, |
| 6964 | { 0, NULL }, |
| 6965 | }, |
| 6966 | @@ -7256,7 +7256,7 @@ static const struct ndr_interface_call s |
| 6967 | sizeof(struct svcctl_NotifyBootConfigStatus), |
| 6968 | (ndr_push_flags_fn_t) ndr_push_svcctl_NotifyBootConfigStatus, |
| 6969 | (ndr_pull_flags_fn_t) ndr_pull_svcctl_NotifyBootConfigStatus, |
| 6970 | - (ndr_print_function_t) ndr_print_svcctl_NotifyBootConfigStatus, |
| 6971 | + (ndr_print_function_t) ndr_print_disabled, |
| 6972 | { 0, NULL }, |
| 6973 | { 0, NULL }, |
| 6974 | }, |
| 6975 | @@ -7265,7 +7265,7 @@ static const struct ndr_interface_call s |
| 6976 | sizeof(struct svcctl_SCSetServiceBitsW), |
| 6977 | (ndr_push_flags_fn_t) ndr_push_svcctl_SCSetServiceBitsW, |
| 6978 | (ndr_pull_flags_fn_t) ndr_pull_svcctl_SCSetServiceBitsW, |
| 6979 | - (ndr_print_function_t) ndr_print_svcctl_SCSetServiceBitsW, |
| 6980 | + (ndr_print_function_t) ndr_print_disabled, |
| 6981 | { 0, NULL }, |
| 6982 | { 0, NULL }, |
| 6983 | }, |
| 6984 | @@ -7274,7 +7274,7 @@ static const struct ndr_interface_call s |
| 6985 | sizeof(struct svcctl_ChangeServiceConfigW), |
| 6986 | (ndr_push_flags_fn_t) ndr_push_svcctl_ChangeServiceConfigW, |
| 6987 | (ndr_pull_flags_fn_t) ndr_pull_svcctl_ChangeServiceConfigW, |
| 6988 | - (ndr_print_function_t) ndr_print_svcctl_ChangeServiceConfigW, |
| 6989 | + (ndr_print_function_t) ndr_print_disabled, |
| 6990 | { 0, NULL }, |
| 6991 | { 0, NULL }, |
| 6992 | }, |
| 6993 | @@ -7283,7 +7283,7 @@ static const struct ndr_interface_call s |
| 6994 | sizeof(struct svcctl_CreateServiceW), |
| 6995 | (ndr_push_flags_fn_t) ndr_push_svcctl_CreateServiceW, |
| 6996 | (ndr_pull_flags_fn_t) ndr_pull_svcctl_CreateServiceW, |
| 6997 | - (ndr_print_function_t) ndr_print_svcctl_CreateServiceW, |
| 6998 | + (ndr_print_function_t) ndr_print_disabled, |
| 6999 | { 0, NULL }, |
| 7000 | { 0, NULL }, |
| 7001 | }, |
| 7002 | @@ -7292,7 +7292,7 @@ static const struct ndr_interface_call s |
| 7003 | sizeof(struct svcctl_EnumDependentServicesW), |
| 7004 | (ndr_push_flags_fn_t) ndr_push_svcctl_EnumDependentServicesW, |
| 7005 | (ndr_pull_flags_fn_t) ndr_pull_svcctl_EnumDependentServicesW, |
| 7006 | - (ndr_print_function_t) ndr_print_svcctl_EnumDependentServicesW, |
| 7007 | + (ndr_print_function_t) ndr_print_disabled, |
| 7008 | { 0, NULL }, |
| 7009 | { 0, NULL }, |
| 7010 | }, |
| 7011 | @@ -7301,7 +7301,7 @@ static const struct ndr_interface_call s |
| 7012 | sizeof(struct svcctl_EnumServicesStatusW), |
| 7013 | (ndr_push_flags_fn_t) ndr_push_svcctl_EnumServicesStatusW, |
| 7014 | (ndr_pull_flags_fn_t) ndr_pull_svcctl_EnumServicesStatusW, |
| 7015 | - (ndr_print_function_t) ndr_print_svcctl_EnumServicesStatusW, |
| 7016 | + (ndr_print_function_t) ndr_print_disabled, |
| 7017 | { 0, NULL }, |
| 7018 | { 0, NULL }, |
| 7019 | }, |
| 7020 | @@ -7310,7 +7310,7 @@ static const struct ndr_interface_call s |
| 7021 | sizeof(struct svcctl_OpenSCManagerW), |
| 7022 | (ndr_push_flags_fn_t) ndr_push_svcctl_OpenSCManagerW, |
| 7023 | (ndr_pull_flags_fn_t) ndr_pull_svcctl_OpenSCManagerW, |
| 7024 | - (ndr_print_function_t) ndr_print_svcctl_OpenSCManagerW, |
| 7025 | + (ndr_print_function_t) ndr_print_disabled, |
| 7026 | { 0, NULL }, |
| 7027 | { 0, NULL }, |
| 7028 | }, |
| 7029 | @@ -7319,7 +7319,7 @@ static const struct ndr_interface_call s |
| 7030 | sizeof(struct svcctl_OpenServiceW), |
| 7031 | (ndr_push_flags_fn_t) ndr_push_svcctl_OpenServiceW, |
| 7032 | (ndr_pull_flags_fn_t) ndr_pull_svcctl_OpenServiceW, |
| 7033 | - (ndr_print_function_t) ndr_print_svcctl_OpenServiceW, |
| 7034 | + (ndr_print_function_t) ndr_print_disabled, |
| 7035 | { 0, NULL }, |
| 7036 | { 0, NULL }, |
| 7037 | }, |
| 7038 | @@ -7328,7 +7328,7 @@ static const struct ndr_interface_call s |
| 7039 | sizeof(struct svcctl_QueryServiceConfigW), |
| 7040 | (ndr_push_flags_fn_t) ndr_push_svcctl_QueryServiceConfigW, |
| 7041 | (ndr_pull_flags_fn_t) ndr_pull_svcctl_QueryServiceConfigW, |
| 7042 | - (ndr_print_function_t) ndr_print_svcctl_QueryServiceConfigW, |
| 7043 | + (ndr_print_function_t) ndr_print_disabled, |
| 7044 | { 0, NULL }, |
| 7045 | { 0, NULL }, |
| 7046 | }, |
| 7047 | @@ -7337,7 +7337,7 @@ static const struct ndr_interface_call s |
| 7048 | sizeof(struct svcctl_QueryServiceLockStatusW), |
| 7049 | (ndr_push_flags_fn_t) ndr_push_svcctl_QueryServiceLockStatusW, |
| 7050 | (ndr_pull_flags_fn_t) ndr_pull_svcctl_QueryServiceLockStatusW, |
| 7051 | - (ndr_print_function_t) ndr_print_svcctl_QueryServiceLockStatusW, |
| 7052 | + (ndr_print_function_t) ndr_print_disabled, |
| 7053 | { 0, NULL }, |
| 7054 | { 0, NULL }, |
| 7055 | }, |
| 7056 | @@ -7346,7 +7346,7 @@ static const struct ndr_interface_call s |
| 7057 | sizeof(struct svcctl_StartServiceW), |
| 7058 | (ndr_push_flags_fn_t) ndr_push_svcctl_StartServiceW, |
| 7059 | (ndr_pull_flags_fn_t) ndr_pull_svcctl_StartServiceW, |
| 7060 | - (ndr_print_function_t) ndr_print_svcctl_StartServiceW, |
| 7061 | + (ndr_print_function_t) ndr_print_disabled, |
| 7062 | { 0, NULL }, |
| 7063 | { 0, NULL }, |
| 7064 | }, |
| 7065 | @@ -7355,7 +7355,7 @@ static const struct ndr_interface_call s |
| 7066 | sizeof(struct svcctl_GetServiceDisplayNameW), |
| 7067 | (ndr_push_flags_fn_t) ndr_push_svcctl_GetServiceDisplayNameW, |
| 7068 | (ndr_pull_flags_fn_t) ndr_pull_svcctl_GetServiceDisplayNameW, |
| 7069 | - (ndr_print_function_t) ndr_print_svcctl_GetServiceDisplayNameW, |
| 7070 | + (ndr_print_function_t) ndr_print_disabled, |
| 7071 | { 0, NULL }, |
| 7072 | { 0, NULL }, |
| 7073 | }, |
| 7074 | @@ -7364,7 +7364,7 @@ static const struct ndr_interface_call s |
| 7075 | sizeof(struct svcctl_GetServiceKeyNameW), |
| 7076 | (ndr_push_flags_fn_t) ndr_push_svcctl_GetServiceKeyNameW, |
| 7077 | (ndr_pull_flags_fn_t) ndr_pull_svcctl_GetServiceKeyNameW, |
| 7078 | - (ndr_print_function_t) ndr_print_svcctl_GetServiceKeyNameW, |
| 7079 | + (ndr_print_function_t) ndr_print_disabled, |
| 7080 | { 0, NULL }, |
| 7081 | { 0, NULL }, |
| 7082 | }, |
| 7083 | @@ -7373,7 +7373,7 @@ static const struct ndr_interface_call s |
| 7084 | sizeof(struct svcctl_SCSetServiceBitsA), |
| 7085 | (ndr_push_flags_fn_t) ndr_push_svcctl_SCSetServiceBitsA, |
| 7086 | (ndr_pull_flags_fn_t) ndr_pull_svcctl_SCSetServiceBitsA, |
| 7087 | - (ndr_print_function_t) ndr_print_svcctl_SCSetServiceBitsA, |
| 7088 | + (ndr_print_function_t) ndr_print_disabled, |
| 7089 | { 0, NULL }, |
| 7090 | { 0, NULL }, |
| 7091 | }, |
| 7092 | @@ -7382,7 +7382,7 @@ static const struct ndr_interface_call s |
| 7093 | sizeof(struct svcctl_ChangeServiceConfigA), |
| 7094 | (ndr_push_flags_fn_t) ndr_push_svcctl_ChangeServiceConfigA, |
| 7095 | (ndr_pull_flags_fn_t) ndr_pull_svcctl_ChangeServiceConfigA, |
| 7096 | - (ndr_print_function_t) ndr_print_svcctl_ChangeServiceConfigA, |
| 7097 | + (ndr_print_function_t) ndr_print_disabled, |
| 7098 | { 0, NULL }, |
| 7099 | { 0, NULL }, |
| 7100 | }, |
| 7101 | @@ -7391,7 +7391,7 @@ static const struct ndr_interface_call s |
| 7102 | sizeof(struct svcctl_CreateServiceA), |
| 7103 | (ndr_push_flags_fn_t) ndr_push_svcctl_CreateServiceA, |
| 7104 | (ndr_pull_flags_fn_t) ndr_pull_svcctl_CreateServiceA, |
| 7105 | - (ndr_print_function_t) ndr_print_svcctl_CreateServiceA, |
| 7106 | + (ndr_print_function_t) ndr_print_disabled, |
| 7107 | { 0, NULL }, |
| 7108 | { 0, NULL }, |
| 7109 | }, |
| 7110 | @@ -7400,7 +7400,7 @@ static const struct ndr_interface_call s |
| 7111 | sizeof(struct svcctl_EnumDependentServicesA), |
| 7112 | (ndr_push_flags_fn_t) ndr_push_svcctl_EnumDependentServicesA, |
| 7113 | (ndr_pull_flags_fn_t) ndr_pull_svcctl_EnumDependentServicesA, |
| 7114 | - (ndr_print_function_t) ndr_print_svcctl_EnumDependentServicesA, |
| 7115 | + (ndr_print_function_t) ndr_print_disabled, |
| 7116 | { 0, NULL }, |
| 7117 | { 0, NULL }, |
| 7118 | }, |
| 7119 | @@ -7409,7 +7409,7 @@ static const struct ndr_interface_call s |
| 7120 | sizeof(struct svcctl_EnumServicesStatusA), |
| 7121 | (ndr_push_flags_fn_t) ndr_push_svcctl_EnumServicesStatusA, |
| 7122 | (ndr_pull_flags_fn_t) ndr_pull_svcctl_EnumServicesStatusA, |
| 7123 | - (ndr_print_function_t) ndr_print_svcctl_EnumServicesStatusA, |
| 7124 | + (ndr_print_function_t) ndr_print_disabled, |
| 7125 | { 0, NULL }, |
| 7126 | { 0, NULL }, |
| 7127 | }, |
| 7128 | @@ -7418,7 +7418,7 @@ static const struct ndr_interface_call s |
| 7129 | sizeof(struct svcctl_OpenSCManagerA), |
| 7130 | (ndr_push_flags_fn_t) ndr_push_svcctl_OpenSCManagerA, |
| 7131 | (ndr_pull_flags_fn_t) ndr_pull_svcctl_OpenSCManagerA, |
| 7132 | - (ndr_print_function_t) ndr_print_svcctl_OpenSCManagerA, |
| 7133 | + (ndr_print_function_t) ndr_print_disabled, |
| 7134 | { 0, NULL }, |
| 7135 | { 0, NULL }, |
| 7136 | }, |
| 7137 | @@ -7427,7 +7427,7 @@ static const struct ndr_interface_call s |
| 7138 | sizeof(struct svcctl_OpenServiceA), |
| 7139 | (ndr_push_flags_fn_t) ndr_push_svcctl_OpenServiceA, |
| 7140 | (ndr_pull_flags_fn_t) ndr_pull_svcctl_OpenServiceA, |
| 7141 | - (ndr_print_function_t) ndr_print_svcctl_OpenServiceA, |
| 7142 | + (ndr_print_function_t) ndr_print_disabled, |
| 7143 | { 0, NULL }, |
| 7144 | { 0, NULL }, |
| 7145 | }, |
| 7146 | @@ -7436,7 +7436,7 @@ static const struct ndr_interface_call s |
| 7147 | sizeof(struct svcctl_QueryServiceConfigA), |
| 7148 | (ndr_push_flags_fn_t) ndr_push_svcctl_QueryServiceConfigA, |
| 7149 | (ndr_pull_flags_fn_t) ndr_pull_svcctl_QueryServiceConfigA, |
| 7150 | - (ndr_print_function_t) ndr_print_svcctl_QueryServiceConfigA, |
| 7151 | + (ndr_print_function_t) ndr_print_disabled, |
| 7152 | { 0, NULL }, |
| 7153 | { 0, NULL }, |
| 7154 | }, |
| 7155 | @@ -7445,7 +7445,7 @@ static const struct ndr_interface_call s |
| 7156 | sizeof(struct svcctl_QueryServiceLockStatusA), |
| 7157 | (ndr_push_flags_fn_t) ndr_push_svcctl_QueryServiceLockStatusA, |
| 7158 | (ndr_pull_flags_fn_t) ndr_pull_svcctl_QueryServiceLockStatusA, |
| 7159 | - (ndr_print_function_t) ndr_print_svcctl_QueryServiceLockStatusA, |
| 7160 | + (ndr_print_function_t) ndr_print_disabled, |
| 7161 | { 0, NULL }, |
| 7162 | { 0, NULL }, |
| 7163 | }, |
| 7164 | @@ -7454,7 +7454,7 @@ static const struct ndr_interface_call s |
| 7165 | sizeof(struct svcctl_StartServiceA), |
| 7166 | (ndr_push_flags_fn_t) ndr_push_svcctl_StartServiceA, |
| 7167 | (ndr_pull_flags_fn_t) ndr_pull_svcctl_StartServiceA, |
| 7168 | - (ndr_print_function_t) ndr_print_svcctl_StartServiceA, |
| 7169 | + (ndr_print_function_t) ndr_print_disabled, |
| 7170 | { 0, NULL }, |
| 7171 | { 0, NULL }, |
| 7172 | }, |
| 7173 | @@ -7463,7 +7463,7 @@ static const struct ndr_interface_call s |
| 7174 | sizeof(struct svcctl_GetServiceDisplayNameA), |
| 7175 | (ndr_push_flags_fn_t) ndr_push_svcctl_GetServiceDisplayNameA, |
| 7176 | (ndr_pull_flags_fn_t) ndr_pull_svcctl_GetServiceDisplayNameA, |
| 7177 | - (ndr_print_function_t) ndr_print_svcctl_GetServiceDisplayNameA, |
| 7178 | + (ndr_print_function_t) ndr_print_disabled, |
| 7179 | { 0, NULL }, |
| 7180 | { 0, NULL }, |
| 7181 | }, |
| 7182 | @@ -7472,7 +7472,7 @@ static const struct ndr_interface_call s |
| 7183 | sizeof(struct svcctl_GetServiceKeyNameA), |
| 7184 | (ndr_push_flags_fn_t) ndr_push_svcctl_GetServiceKeyNameA, |
| 7185 | (ndr_pull_flags_fn_t) ndr_pull_svcctl_GetServiceKeyNameA, |
| 7186 | - (ndr_print_function_t) ndr_print_svcctl_GetServiceKeyNameA, |
| 7187 | + (ndr_print_function_t) ndr_print_disabled, |
| 7188 | { 0, NULL }, |
| 7189 | { 0, NULL }, |
| 7190 | }, |
| 7191 | @@ -7481,7 +7481,7 @@ static const struct ndr_interface_call s |
| 7192 | sizeof(struct svcctl_GetCurrentGroupeStateW), |
| 7193 | (ndr_push_flags_fn_t) ndr_push_svcctl_GetCurrentGroupeStateW, |
| 7194 | (ndr_pull_flags_fn_t) ndr_pull_svcctl_GetCurrentGroupeStateW, |
| 7195 | - (ndr_print_function_t) ndr_print_svcctl_GetCurrentGroupeStateW, |
| 7196 | + (ndr_print_function_t) ndr_print_disabled, |
| 7197 | { 0, NULL }, |
| 7198 | { 0, NULL }, |
| 7199 | }, |
| 7200 | @@ -7490,7 +7490,7 @@ static const struct ndr_interface_call s |
| 7201 | sizeof(struct svcctl_EnumServiceGroupW), |
| 7202 | (ndr_push_flags_fn_t) ndr_push_svcctl_EnumServiceGroupW, |
| 7203 | (ndr_pull_flags_fn_t) ndr_pull_svcctl_EnumServiceGroupW, |
| 7204 | - (ndr_print_function_t) ndr_print_svcctl_EnumServiceGroupW, |
| 7205 | + (ndr_print_function_t) ndr_print_disabled, |
| 7206 | { 0, NULL }, |
| 7207 | { 0, NULL }, |
| 7208 | }, |
| 7209 | @@ -7499,7 +7499,7 @@ static const struct ndr_interface_call s |
| 7210 | sizeof(struct svcctl_ChangeServiceConfig2A), |
| 7211 | (ndr_push_flags_fn_t) ndr_push_svcctl_ChangeServiceConfig2A, |
| 7212 | (ndr_pull_flags_fn_t) ndr_pull_svcctl_ChangeServiceConfig2A, |
| 7213 | - (ndr_print_function_t) ndr_print_svcctl_ChangeServiceConfig2A, |
| 7214 | + (ndr_print_function_t) ndr_print_disabled, |
| 7215 | { 0, NULL }, |
| 7216 | { 0, NULL }, |
| 7217 | }, |
| 7218 | @@ -7508,7 +7508,7 @@ static const struct ndr_interface_call s |
| 7219 | sizeof(struct svcctl_ChangeServiceConfig2W), |
| 7220 | (ndr_push_flags_fn_t) ndr_push_svcctl_ChangeServiceConfig2W, |
| 7221 | (ndr_pull_flags_fn_t) ndr_pull_svcctl_ChangeServiceConfig2W, |
| 7222 | - (ndr_print_function_t) ndr_print_svcctl_ChangeServiceConfig2W, |
| 7223 | + (ndr_print_function_t) ndr_print_disabled, |
| 7224 | { 0, NULL }, |
| 7225 | { 0, NULL }, |
| 7226 | }, |
| 7227 | @@ -7517,7 +7517,7 @@ static const struct ndr_interface_call s |
| 7228 | sizeof(struct svcctl_QueryServiceConfig2A), |
| 7229 | (ndr_push_flags_fn_t) ndr_push_svcctl_QueryServiceConfig2A, |
| 7230 | (ndr_pull_flags_fn_t) ndr_pull_svcctl_QueryServiceConfig2A, |
| 7231 | - (ndr_print_function_t) ndr_print_svcctl_QueryServiceConfig2A, |
| 7232 | + (ndr_print_function_t) ndr_print_disabled, |
| 7233 | { 0, NULL }, |
| 7234 | { 0, NULL }, |
| 7235 | }, |
| 7236 | @@ -7526,7 +7526,7 @@ static const struct ndr_interface_call s |
| 7237 | sizeof(struct svcctl_QueryServiceConfig2W), |
| 7238 | (ndr_push_flags_fn_t) ndr_push_svcctl_QueryServiceConfig2W, |
| 7239 | (ndr_pull_flags_fn_t) ndr_pull_svcctl_QueryServiceConfig2W, |
| 7240 | - (ndr_print_function_t) ndr_print_svcctl_QueryServiceConfig2W, |
| 7241 | + (ndr_print_function_t) ndr_print_disabled, |
| 7242 | { 0, NULL }, |
| 7243 | { 0, NULL }, |
| 7244 | }, |
| 7245 | @@ -7535,7 +7535,7 @@ static const struct ndr_interface_call s |
| 7246 | sizeof(struct svcctl_QueryServiceStatusEx), |
| 7247 | (ndr_push_flags_fn_t) ndr_push_svcctl_QueryServiceStatusEx, |
| 7248 | (ndr_pull_flags_fn_t) ndr_pull_svcctl_QueryServiceStatusEx, |
| 7249 | - (ndr_print_function_t) ndr_print_svcctl_QueryServiceStatusEx, |
| 7250 | + (ndr_print_function_t) ndr_print_disabled, |
| 7251 | { 0, NULL }, |
| 7252 | { 0, NULL }, |
| 7253 | }, |
| 7254 | @@ -7544,7 +7544,7 @@ static const struct ndr_interface_call s |
| 7255 | sizeof(struct EnumServicesStatusExA), |
| 7256 | (ndr_push_flags_fn_t) ndr_push_EnumServicesStatusExA, |
| 7257 | (ndr_pull_flags_fn_t) ndr_pull_EnumServicesStatusExA, |
| 7258 | - (ndr_print_function_t) ndr_print_EnumServicesStatusExA, |
| 7259 | + (ndr_print_function_t) ndr_print_disabled, |
| 7260 | { 0, NULL }, |
| 7261 | { 0, NULL }, |
| 7262 | }, |
| 7263 | @@ -7553,7 +7553,7 @@ static const struct ndr_interface_call s |
| 7264 | sizeof(struct EnumServicesStatusExW), |
| 7265 | (ndr_push_flags_fn_t) ndr_push_EnumServicesStatusExW, |
| 7266 | (ndr_pull_flags_fn_t) ndr_pull_EnumServicesStatusExW, |
| 7267 | - (ndr_print_function_t) ndr_print_EnumServicesStatusExW, |
| 7268 | + (ndr_print_function_t) ndr_print_disabled, |
| 7269 | { 0, NULL }, |
| 7270 | { 0, NULL }, |
| 7271 | }, |
| 7272 | @@ -7562,7 +7562,7 @@ static const struct ndr_interface_call s |
| 7273 | sizeof(struct svcctl_SCSendTSMessage), |
| 7274 | (ndr_push_flags_fn_t) ndr_push_svcctl_SCSendTSMessage, |
| 7275 | (ndr_pull_flags_fn_t) ndr_pull_svcctl_SCSendTSMessage, |
| 7276 | - (ndr_print_function_t) ndr_print_svcctl_SCSendTSMessage, |
| 7277 | + (ndr_print_function_t) ndr_print_disabled, |
| 7278 | { 0, NULL }, |
| 7279 | { 0, NULL }, |
| 7280 | }, |
| 7281 | --- a/source3/librpc/gen_ndr/ndr_trkwks.c |
| 7282 | +++ b/source3/librpc/gen_ndr/ndr_trkwks.c |
| 7283 | @@ -51,7 +51,7 @@ static const struct ndr_interface_call t |
| 7284 | sizeof(struct trkwks_Unknown0), |
| 7285 | (ndr_push_flags_fn_t) ndr_push_trkwks_Unknown0, |
| 7286 | (ndr_pull_flags_fn_t) ndr_pull_trkwks_Unknown0, |
| 7287 | - (ndr_print_function_t) ndr_print_trkwks_Unknown0, |
| 7288 | + (ndr_print_function_t) ndr_print_disabled, |
| 7289 | { 0, NULL }, |
| 7290 | { 0, NULL }, |
| 7291 | }, |
| 7292 | --- a/source3/librpc/gen_ndr/ndr_unixinfo.c |
| 7293 | +++ b/source3/librpc/gen_ndr/ndr_unixinfo.c |
| 7294 | @@ -472,7 +472,7 @@ static const struct ndr_interface_call u |
| 7295 | sizeof(struct unixinfo_SidToUid), |
| 7296 | (ndr_push_flags_fn_t) ndr_push_unixinfo_SidToUid, |
| 7297 | (ndr_pull_flags_fn_t) ndr_pull_unixinfo_SidToUid, |
| 7298 | - (ndr_print_function_t) ndr_print_unixinfo_SidToUid, |
| 7299 | + (ndr_print_function_t) ndr_print_disabled, |
| 7300 | { 0, NULL }, |
| 7301 | { 0, NULL }, |
| 7302 | }, |
| 7303 | @@ -481,7 +481,7 @@ static const struct ndr_interface_call u |
| 7304 | sizeof(struct unixinfo_UidToSid), |
| 7305 | (ndr_push_flags_fn_t) ndr_push_unixinfo_UidToSid, |
| 7306 | (ndr_pull_flags_fn_t) ndr_pull_unixinfo_UidToSid, |
| 7307 | - (ndr_print_function_t) ndr_print_unixinfo_UidToSid, |
| 7308 | + (ndr_print_function_t) ndr_print_disabled, |
| 7309 | { 0, NULL }, |
| 7310 | { 0, NULL }, |
| 7311 | }, |
| 7312 | @@ -490,7 +490,7 @@ static const struct ndr_interface_call u |
| 7313 | sizeof(struct unixinfo_SidToGid), |
| 7314 | (ndr_push_flags_fn_t) ndr_push_unixinfo_SidToGid, |
| 7315 | (ndr_pull_flags_fn_t) ndr_pull_unixinfo_SidToGid, |
| 7316 | - (ndr_print_function_t) ndr_print_unixinfo_SidToGid, |
| 7317 | + (ndr_print_function_t) ndr_print_disabled, |
| 7318 | { 0, NULL }, |
| 7319 | { 0, NULL }, |
| 7320 | }, |
| 7321 | @@ -499,7 +499,7 @@ static const struct ndr_interface_call u |
| 7322 | sizeof(struct unixinfo_GidToSid), |
| 7323 | (ndr_push_flags_fn_t) ndr_push_unixinfo_GidToSid, |
| 7324 | (ndr_pull_flags_fn_t) ndr_pull_unixinfo_GidToSid, |
| 7325 | - (ndr_print_function_t) ndr_print_unixinfo_GidToSid, |
| 7326 | + (ndr_print_function_t) ndr_print_disabled, |
| 7327 | { 0, NULL }, |
| 7328 | { 0, NULL }, |
| 7329 | }, |
| 7330 | @@ -508,7 +508,7 @@ static const struct ndr_interface_call u |
| 7331 | sizeof(struct unixinfo_GetPWUid), |
| 7332 | (ndr_push_flags_fn_t) ndr_push_unixinfo_GetPWUid, |
| 7333 | (ndr_pull_flags_fn_t) ndr_pull_unixinfo_GetPWUid, |
| 7334 | - (ndr_print_function_t) ndr_print_unixinfo_GetPWUid, |
| 7335 | + (ndr_print_function_t) ndr_print_disabled, |
| 7336 | { 0, NULL }, |
| 7337 | { 0, NULL }, |
| 7338 | }, |
| 7339 | --- a/source3/librpc/gen_ndr/ndr_w32time.c |
| 7340 | +++ b/source3/librpc/gen_ndr/ndr_w32time.c |
| 7341 | @@ -135,7 +135,7 @@ static const struct ndr_interface_call w |
| 7342 | sizeof(struct w32time_SyncTime), |
| 7343 | (ndr_push_flags_fn_t) ndr_push_w32time_SyncTime, |
| 7344 | (ndr_pull_flags_fn_t) ndr_pull_w32time_SyncTime, |
| 7345 | - (ndr_print_function_t) ndr_print_w32time_SyncTime, |
| 7346 | + (ndr_print_function_t) ndr_print_disabled, |
| 7347 | { 0, NULL }, |
| 7348 | { 0, NULL }, |
| 7349 | }, |
| 7350 | @@ -144,7 +144,7 @@ static const struct ndr_interface_call w |
| 7351 | sizeof(struct w32time_GetNetLogonServiceBits), |
| 7352 | (ndr_push_flags_fn_t) ndr_push_w32time_GetNetLogonServiceBits, |
| 7353 | (ndr_pull_flags_fn_t) ndr_pull_w32time_GetNetLogonServiceBits, |
| 7354 | - (ndr_print_function_t) ndr_print_w32time_GetNetLogonServiceBits, |
| 7355 | + (ndr_print_function_t) ndr_print_disabled, |
| 7356 | { 0, NULL }, |
| 7357 | { 0, NULL }, |
| 7358 | }, |
| 7359 | @@ -153,7 +153,7 @@ static const struct ndr_interface_call w |
| 7360 | sizeof(struct w32time_QueryProviderStatus), |
| 7361 | (ndr_push_flags_fn_t) ndr_push_w32time_QueryProviderStatus, |
| 7362 | (ndr_pull_flags_fn_t) ndr_pull_w32time_QueryProviderStatus, |
| 7363 | - (ndr_print_function_t) ndr_print_w32time_QueryProviderStatus, |
| 7364 | + (ndr_print_function_t) ndr_print_disabled, |
| 7365 | { 0, NULL }, |
| 7366 | { 0, NULL }, |
| 7367 | }, |
| 7368 | --- a/source3/librpc/gen_ndr/ndr_wbint.c |
| 7369 | +++ b/source3/librpc/gen_ndr/ndr_wbint.c |
| 7370 | @@ -2696,7 +2696,7 @@ static const struct ndr_interface_call w |
| 7371 | sizeof(struct wbint_Ping), |
| 7372 | (ndr_push_flags_fn_t) ndr_push_wbint_Ping, |
| 7373 | (ndr_pull_flags_fn_t) ndr_pull_wbint_Ping, |
| 7374 | - (ndr_print_function_t) ndr_print_wbint_Ping, |
| 7375 | + (ndr_print_function_t) ndr_print_disabled, |
| 7376 | { 0, NULL }, |
| 7377 | { 0, NULL }, |
| 7378 | }, |
| 7379 | @@ -2705,7 +2705,7 @@ static const struct ndr_interface_call w |
| 7380 | sizeof(struct wbint_LookupSid), |
| 7381 | (ndr_push_flags_fn_t) ndr_push_wbint_LookupSid, |
| 7382 | (ndr_pull_flags_fn_t) ndr_pull_wbint_LookupSid, |
| 7383 | - (ndr_print_function_t) ndr_print_wbint_LookupSid, |
| 7384 | + (ndr_print_function_t) ndr_print_disabled, |
| 7385 | { 0, NULL }, |
| 7386 | { 0, NULL }, |
| 7387 | }, |
| 7388 | @@ -2714,7 +2714,7 @@ static const struct ndr_interface_call w |
| 7389 | sizeof(struct wbint_LookupSids), |
| 7390 | (ndr_push_flags_fn_t) ndr_push_wbint_LookupSids, |
| 7391 | (ndr_pull_flags_fn_t) ndr_pull_wbint_LookupSids, |
| 7392 | - (ndr_print_function_t) ndr_print_wbint_LookupSids, |
| 7393 | + (ndr_print_function_t) ndr_print_disabled, |
| 7394 | { 0, NULL }, |
| 7395 | { 0, NULL }, |
| 7396 | }, |
| 7397 | @@ -2723,7 +2723,7 @@ static const struct ndr_interface_call w |
| 7398 | sizeof(struct wbint_LookupName), |
| 7399 | (ndr_push_flags_fn_t) ndr_push_wbint_LookupName, |
| 7400 | (ndr_pull_flags_fn_t) ndr_pull_wbint_LookupName, |
| 7401 | - (ndr_print_function_t) ndr_print_wbint_LookupName, |
| 7402 | + (ndr_print_function_t) ndr_print_disabled, |
| 7403 | { 0, NULL }, |
| 7404 | { 0, NULL }, |
| 7405 | }, |
| 7406 | @@ -2732,7 +2732,7 @@ static const struct ndr_interface_call w |
| 7407 | sizeof(struct wbint_Sid2Uid), |
| 7408 | (ndr_push_flags_fn_t) ndr_push_wbint_Sid2Uid, |
| 7409 | (ndr_pull_flags_fn_t) ndr_pull_wbint_Sid2Uid, |
| 7410 | - (ndr_print_function_t) ndr_print_wbint_Sid2Uid, |
| 7411 | + (ndr_print_function_t) ndr_print_disabled, |
| 7412 | { 0, NULL }, |
| 7413 | { 0, NULL }, |
| 7414 | }, |
| 7415 | @@ -2741,7 +2741,7 @@ static const struct ndr_interface_call w |
| 7416 | sizeof(struct wbint_Sid2Gid), |
| 7417 | (ndr_push_flags_fn_t) ndr_push_wbint_Sid2Gid, |
| 7418 | (ndr_pull_flags_fn_t) ndr_pull_wbint_Sid2Gid, |
| 7419 | - (ndr_print_function_t) ndr_print_wbint_Sid2Gid, |
| 7420 | + (ndr_print_function_t) ndr_print_disabled, |
| 7421 | { 0, NULL }, |
| 7422 | { 0, NULL }, |
| 7423 | }, |
| 7424 | @@ -2750,7 +2750,7 @@ static const struct ndr_interface_call w |
| 7425 | sizeof(struct wbint_Sids2UnixIDs), |
| 7426 | (ndr_push_flags_fn_t) ndr_push_wbint_Sids2UnixIDs, |
| 7427 | (ndr_pull_flags_fn_t) ndr_pull_wbint_Sids2UnixIDs, |
| 7428 | - (ndr_print_function_t) ndr_print_wbint_Sids2UnixIDs, |
| 7429 | + (ndr_print_function_t) ndr_print_disabled, |
| 7430 | { 0, NULL }, |
| 7431 | { 0, NULL }, |
| 7432 | }, |
| 7433 | @@ -2759,7 +2759,7 @@ static const struct ndr_interface_call w |
| 7434 | sizeof(struct wbint_Uid2Sid), |
| 7435 | (ndr_push_flags_fn_t) ndr_push_wbint_Uid2Sid, |
| 7436 | (ndr_pull_flags_fn_t) ndr_pull_wbint_Uid2Sid, |
| 7437 | - (ndr_print_function_t) ndr_print_wbint_Uid2Sid, |
| 7438 | + (ndr_print_function_t) ndr_print_disabled, |
| 7439 | { 0, NULL }, |
| 7440 | { 0, NULL }, |
| 7441 | }, |
| 7442 | @@ -2768,7 +2768,7 @@ static const struct ndr_interface_call w |
| 7443 | sizeof(struct wbint_Gid2Sid), |
| 7444 | (ndr_push_flags_fn_t) ndr_push_wbint_Gid2Sid, |
| 7445 | (ndr_pull_flags_fn_t) ndr_pull_wbint_Gid2Sid, |
| 7446 | - (ndr_print_function_t) ndr_print_wbint_Gid2Sid, |
| 7447 | + (ndr_print_function_t) ndr_print_disabled, |
| 7448 | { 0, NULL }, |
| 7449 | { 0, NULL }, |
| 7450 | }, |
| 7451 | @@ -2777,7 +2777,7 @@ static const struct ndr_interface_call w |
| 7452 | sizeof(struct wbint_AllocateUid), |
| 7453 | (ndr_push_flags_fn_t) ndr_push_wbint_AllocateUid, |
| 7454 | (ndr_pull_flags_fn_t) ndr_pull_wbint_AllocateUid, |
| 7455 | - (ndr_print_function_t) ndr_print_wbint_AllocateUid, |
| 7456 | + (ndr_print_function_t) ndr_print_disabled, |
| 7457 | { 0, NULL }, |
| 7458 | { 0, NULL }, |
| 7459 | }, |
| 7460 | @@ -2786,7 +2786,7 @@ static const struct ndr_interface_call w |
| 7461 | sizeof(struct wbint_AllocateGid), |
| 7462 | (ndr_push_flags_fn_t) ndr_push_wbint_AllocateGid, |
| 7463 | (ndr_pull_flags_fn_t) ndr_pull_wbint_AllocateGid, |
| 7464 | - (ndr_print_function_t) ndr_print_wbint_AllocateGid, |
| 7465 | + (ndr_print_function_t) ndr_print_disabled, |
| 7466 | { 0, NULL }, |
| 7467 | { 0, NULL }, |
| 7468 | }, |
| 7469 | @@ -2795,7 +2795,7 @@ static const struct ndr_interface_call w |
| 7470 | sizeof(struct wbint_QueryUser), |
| 7471 | (ndr_push_flags_fn_t) ndr_push_wbint_QueryUser, |
| 7472 | (ndr_pull_flags_fn_t) ndr_pull_wbint_QueryUser, |
| 7473 | - (ndr_print_function_t) ndr_print_wbint_QueryUser, |
| 7474 | + (ndr_print_function_t) ndr_print_disabled, |
| 7475 | { 0, NULL }, |
| 7476 | { 0, NULL }, |
| 7477 | }, |
| 7478 | @@ -2804,7 +2804,7 @@ static const struct ndr_interface_call w |
| 7479 | sizeof(struct wbint_LookupUserAliases), |
| 7480 | (ndr_push_flags_fn_t) ndr_push_wbint_LookupUserAliases, |
| 7481 | (ndr_pull_flags_fn_t) ndr_pull_wbint_LookupUserAliases, |
| 7482 | - (ndr_print_function_t) ndr_print_wbint_LookupUserAliases, |
| 7483 | + (ndr_print_function_t) ndr_print_disabled, |
| 7484 | { 0, NULL }, |
| 7485 | { 0, NULL }, |
| 7486 | }, |
| 7487 | @@ -2813,7 +2813,7 @@ static const struct ndr_interface_call w |
| 7488 | sizeof(struct wbint_LookupUserGroups), |
| 7489 | (ndr_push_flags_fn_t) ndr_push_wbint_LookupUserGroups, |
| 7490 | (ndr_pull_flags_fn_t) ndr_pull_wbint_LookupUserGroups, |
| 7491 | - (ndr_print_function_t) ndr_print_wbint_LookupUserGroups, |
| 7492 | + (ndr_print_function_t) ndr_print_disabled, |
| 7493 | { 0, NULL }, |
| 7494 | { 0, NULL }, |
| 7495 | }, |
| 7496 | @@ -2822,7 +2822,7 @@ static const struct ndr_interface_call w |
| 7497 | sizeof(struct wbint_QuerySequenceNumber), |
| 7498 | (ndr_push_flags_fn_t) ndr_push_wbint_QuerySequenceNumber, |
| 7499 | (ndr_pull_flags_fn_t) ndr_pull_wbint_QuerySequenceNumber, |
| 7500 | - (ndr_print_function_t) ndr_print_wbint_QuerySequenceNumber, |
| 7501 | + (ndr_print_function_t) ndr_print_disabled, |
| 7502 | { 0, NULL }, |
| 7503 | { 0, NULL }, |
| 7504 | }, |
| 7505 | @@ -2831,7 +2831,7 @@ static const struct ndr_interface_call w |
| 7506 | sizeof(struct wbint_LookupGroupMembers), |
| 7507 | (ndr_push_flags_fn_t) ndr_push_wbint_LookupGroupMembers, |
| 7508 | (ndr_pull_flags_fn_t) ndr_pull_wbint_LookupGroupMembers, |
| 7509 | - (ndr_print_function_t) ndr_print_wbint_LookupGroupMembers, |
| 7510 | + (ndr_print_function_t) ndr_print_disabled, |
| 7511 | { 0, NULL }, |
| 7512 | { 0, NULL }, |
| 7513 | }, |
| 7514 | @@ -2840,7 +2840,7 @@ static const struct ndr_interface_call w |
| 7515 | sizeof(struct wbint_QueryUserList), |
| 7516 | (ndr_push_flags_fn_t) ndr_push_wbint_QueryUserList, |
| 7517 | (ndr_pull_flags_fn_t) ndr_pull_wbint_QueryUserList, |
| 7518 | - (ndr_print_function_t) ndr_print_wbint_QueryUserList, |
| 7519 | + (ndr_print_function_t) ndr_print_disabled, |
| 7520 | { 0, NULL }, |
| 7521 | { 0, NULL }, |
| 7522 | }, |
| 7523 | @@ -2849,7 +2849,7 @@ static const struct ndr_interface_call w |
| 7524 | sizeof(struct wbint_QueryGroupList), |
| 7525 | (ndr_push_flags_fn_t) ndr_push_wbint_QueryGroupList, |
| 7526 | (ndr_pull_flags_fn_t) ndr_pull_wbint_QueryGroupList, |
| 7527 | - (ndr_print_function_t) ndr_print_wbint_QueryGroupList, |
| 7528 | + (ndr_print_function_t) ndr_print_disabled, |
| 7529 | { 0, NULL }, |
| 7530 | { 0, NULL }, |
| 7531 | }, |
| 7532 | @@ -2858,7 +2858,7 @@ static const struct ndr_interface_call w |
| 7533 | sizeof(struct wbint_DsGetDcName), |
| 7534 | (ndr_push_flags_fn_t) ndr_push_wbint_DsGetDcName, |
| 7535 | (ndr_pull_flags_fn_t) ndr_pull_wbint_DsGetDcName, |
| 7536 | - (ndr_print_function_t) ndr_print_wbint_DsGetDcName, |
| 7537 | + (ndr_print_function_t) ndr_print_disabled, |
| 7538 | { 0, NULL }, |
| 7539 | { 0, NULL }, |
| 7540 | }, |
| 7541 | @@ -2867,7 +2867,7 @@ static const struct ndr_interface_call w |
| 7542 | sizeof(struct wbint_LookupRids), |
| 7543 | (ndr_push_flags_fn_t) ndr_push_wbint_LookupRids, |
| 7544 | (ndr_pull_flags_fn_t) ndr_pull_wbint_LookupRids, |
| 7545 | - (ndr_print_function_t) ndr_print_wbint_LookupRids, |
| 7546 | + (ndr_print_function_t) ndr_print_disabled, |
| 7547 | { 0, NULL }, |
| 7548 | { 0, NULL }, |
| 7549 | }, |
| 7550 | @@ -2876,7 +2876,7 @@ static const struct ndr_interface_call w |
| 7551 | sizeof(struct wbint_CheckMachineAccount), |
| 7552 | (ndr_push_flags_fn_t) ndr_push_wbint_CheckMachineAccount, |
| 7553 | (ndr_pull_flags_fn_t) ndr_pull_wbint_CheckMachineAccount, |
| 7554 | - (ndr_print_function_t) ndr_print_wbint_CheckMachineAccount, |
| 7555 | + (ndr_print_function_t) ndr_print_disabled, |
| 7556 | { 0, NULL }, |
| 7557 | { 0, NULL }, |
| 7558 | }, |
| 7559 | @@ -2885,7 +2885,7 @@ static const struct ndr_interface_call w |
| 7560 | sizeof(struct wbint_ChangeMachineAccount), |
| 7561 | (ndr_push_flags_fn_t) ndr_push_wbint_ChangeMachineAccount, |
| 7562 | (ndr_pull_flags_fn_t) ndr_pull_wbint_ChangeMachineAccount, |
| 7563 | - (ndr_print_function_t) ndr_print_wbint_ChangeMachineAccount, |
| 7564 | + (ndr_print_function_t) ndr_print_disabled, |
| 7565 | { 0, NULL }, |
| 7566 | { 0, NULL }, |
| 7567 | }, |
| 7568 | @@ -2894,7 +2894,7 @@ static const struct ndr_interface_call w |
| 7569 | sizeof(struct wbint_PingDc), |
| 7570 | (ndr_push_flags_fn_t) ndr_push_wbint_PingDc, |
| 7571 | (ndr_pull_flags_fn_t) ndr_pull_wbint_PingDc, |
| 7572 | - (ndr_print_function_t) ndr_print_wbint_PingDc, |
| 7573 | + (ndr_print_function_t) ndr_print_disabled, |
| 7574 | { 0, NULL }, |
| 7575 | { 0, NULL }, |
| 7576 | }, |
| 7577 | --- a/source3/librpc/gen_ndr/ndr_winreg.c |
| 7578 | +++ b/source3/librpc/gen_ndr/ndr_winreg.c |
| 7579 | @@ -4864,7 +4864,7 @@ static const struct ndr_interface_call w |
| 7580 | sizeof(struct winreg_OpenHKCR), |
| 7581 | (ndr_push_flags_fn_t) ndr_push_winreg_OpenHKCR, |
| 7582 | (ndr_pull_flags_fn_t) ndr_pull_winreg_OpenHKCR, |
| 7583 | - (ndr_print_function_t) ndr_print_winreg_OpenHKCR, |
| 7584 | + (ndr_print_function_t) ndr_print_disabled, |
| 7585 | { 0, NULL }, |
| 7586 | { 0, NULL }, |
| 7587 | }, |
| 7588 | @@ -4873,7 +4873,7 @@ static const struct ndr_interface_call w |
| 7589 | sizeof(struct winreg_OpenHKCU), |
| 7590 | (ndr_push_flags_fn_t) ndr_push_winreg_OpenHKCU, |
| 7591 | (ndr_pull_flags_fn_t) ndr_pull_winreg_OpenHKCU, |
| 7592 | - (ndr_print_function_t) ndr_print_winreg_OpenHKCU, |
| 7593 | + (ndr_print_function_t) ndr_print_disabled, |
| 7594 | { 0, NULL }, |
| 7595 | { 0, NULL }, |
| 7596 | }, |
| 7597 | @@ -4882,7 +4882,7 @@ static const struct ndr_interface_call w |
| 7598 | sizeof(struct winreg_OpenHKLM), |
| 7599 | (ndr_push_flags_fn_t) ndr_push_winreg_OpenHKLM, |
| 7600 | (ndr_pull_flags_fn_t) ndr_pull_winreg_OpenHKLM, |
| 7601 | - (ndr_print_function_t) ndr_print_winreg_OpenHKLM, |
| 7602 | + (ndr_print_function_t) ndr_print_disabled, |
| 7603 | { 0, NULL }, |
| 7604 | { 0, NULL }, |
| 7605 | }, |
| 7606 | @@ -4891,7 +4891,7 @@ static const struct ndr_interface_call w |
| 7607 | sizeof(struct winreg_OpenHKPD), |
| 7608 | (ndr_push_flags_fn_t) ndr_push_winreg_OpenHKPD, |
| 7609 | (ndr_pull_flags_fn_t) ndr_pull_winreg_OpenHKPD, |
| 7610 | - (ndr_print_function_t) ndr_print_winreg_OpenHKPD, |
| 7611 | + (ndr_print_function_t) ndr_print_disabled, |
| 7612 | { 0, NULL }, |
| 7613 | { 0, NULL }, |
| 7614 | }, |
| 7615 | @@ -4900,7 +4900,7 @@ static const struct ndr_interface_call w |
| 7616 | sizeof(struct winreg_OpenHKU), |
| 7617 | (ndr_push_flags_fn_t) ndr_push_winreg_OpenHKU, |
| 7618 | (ndr_pull_flags_fn_t) ndr_pull_winreg_OpenHKU, |
| 7619 | - (ndr_print_function_t) ndr_print_winreg_OpenHKU, |
| 7620 | + (ndr_print_function_t) ndr_print_disabled, |
| 7621 | { 0, NULL }, |
| 7622 | { 0, NULL }, |
| 7623 | }, |
| 7624 | @@ -4909,7 +4909,7 @@ static const struct ndr_interface_call w |
| 7625 | sizeof(struct winreg_CloseKey), |
| 7626 | (ndr_push_flags_fn_t) ndr_push_winreg_CloseKey, |
| 7627 | (ndr_pull_flags_fn_t) ndr_pull_winreg_CloseKey, |
| 7628 | - (ndr_print_function_t) ndr_print_winreg_CloseKey, |
| 7629 | + (ndr_print_function_t) ndr_print_disabled, |
| 7630 | { 0, NULL }, |
| 7631 | { 0, NULL }, |
| 7632 | }, |
| 7633 | @@ -4918,7 +4918,7 @@ static const struct ndr_interface_call w |
| 7634 | sizeof(struct winreg_CreateKey), |
| 7635 | (ndr_push_flags_fn_t) ndr_push_winreg_CreateKey, |
| 7636 | (ndr_pull_flags_fn_t) ndr_pull_winreg_CreateKey, |
| 7637 | - (ndr_print_function_t) ndr_print_winreg_CreateKey, |
| 7638 | + (ndr_print_function_t) ndr_print_disabled, |
| 7639 | { 0, NULL }, |
| 7640 | { 0, NULL }, |
| 7641 | }, |
| 7642 | @@ -4927,7 +4927,7 @@ static const struct ndr_interface_call w |
| 7643 | sizeof(struct winreg_DeleteKey), |
| 7644 | (ndr_push_flags_fn_t) ndr_push_winreg_DeleteKey, |
| 7645 | (ndr_pull_flags_fn_t) ndr_pull_winreg_DeleteKey, |
| 7646 | - (ndr_print_function_t) ndr_print_winreg_DeleteKey, |
| 7647 | + (ndr_print_function_t) ndr_print_disabled, |
| 7648 | { 0, NULL }, |
| 7649 | { 0, NULL }, |
| 7650 | }, |
| 7651 | @@ -4936,7 +4936,7 @@ static const struct ndr_interface_call w |
| 7652 | sizeof(struct winreg_DeleteValue), |
| 7653 | (ndr_push_flags_fn_t) ndr_push_winreg_DeleteValue, |
| 7654 | (ndr_pull_flags_fn_t) ndr_pull_winreg_DeleteValue, |
| 7655 | - (ndr_print_function_t) ndr_print_winreg_DeleteValue, |
| 7656 | + (ndr_print_function_t) ndr_print_disabled, |
| 7657 | { 0, NULL }, |
| 7658 | { 0, NULL }, |
| 7659 | }, |
| 7660 | @@ -4945,7 +4945,7 @@ static const struct ndr_interface_call w |
| 7661 | sizeof(struct winreg_EnumKey), |
| 7662 | (ndr_push_flags_fn_t) ndr_push_winreg_EnumKey, |
| 7663 | (ndr_pull_flags_fn_t) ndr_pull_winreg_EnumKey, |
| 7664 | - (ndr_print_function_t) ndr_print_winreg_EnumKey, |
| 7665 | + (ndr_print_function_t) ndr_print_disabled, |
| 7666 | { 0, NULL }, |
| 7667 | { 0, NULL }, |
| 7668 | }, |
| 7669 | @@ -4954,7 +4954,7 @@ static const struct ndr_interface_call w |
| 7670 | sizeof(struct winreg_EnumValue), |
| 7671 | (ndr_push_flags_fn_t) ndr_push_winreg_EnumValue, |
| 7672 | (ndr_pull_flags_fn_t) ndr_pull_winreg_EnumValue, |
| 7673 | - (ndr_print_function_t) ndr_print_winreg_EnumValue, |
| 7674 | + (ndr_print_function_t) ndr_print_disabled, |
| 7675 | { 0, NULL }, |
| 7676 | { 0, NULL }, |
| 7677 | }, |
| 7678 | @@ -4963,7 +4963,7 @@ static const struct ndr_interface_call w |
| 7679 | sizeof(struct winreg_FlushKey), |
| 7680 | (ndr_push_flags_fn_t) ndr_push_winreg_FlushKey, |
| 7681 | (ndr_pull_flags_fn_t) ndr_pull_winreg_FlushKey, |
| 7682 | - (ndr_print_function_t) ndr_print_winreg_FlushKey, |
| 7683 | + (ndr_print_function_t) ndr_print_disabled, |
| 7684 | { 0, NULL }, |
| 7685 | { 0, NULL }, |
| 7686 | }, |
| 7687 | @@ -4972,7 +4972,7 @@ static const struct ndr_interface_call w |
| 7688 | sizeof(struct winreg_GetKeySecurity), |
| 7689 | (ndr_push_flags_fn_t) ndr_push_winreg_GetKeySecurity, |
| 7690 | (ndr_pull_flags_fn_t) ndr_pull_winreg_GetKeySecurity, |
| 7691 | - (ndr_print_function_t) ndr_print_winreg_GetKeySecurity, |
| 7692 | + (ndr_print_function_t) ndr_print_disabled, |
| 7693 | { 0, NULL }, |
| 7694 | { 0, NULL }, |
| 7695 | }, |
| 7696 | @@ -4981,7 +4981,7 @@ static const struct ndr_interface_call w |
| 7697 | sizeof(struct winreg_LoadKey), |
| 7698 | (ndr_push_flags_fn_t) ndr_push_winreg_LoadKey, |
| 7699 | (ndr_pull_flags_fn_t) ndr_pull_winreg_LoadKey, |
| 7700 | - (ndr_print_function_t) ndr_print_winreg_LoadKey, |
| 7701 | + (ndr_print_function_t) ndr_print_disabled, |
| 7702 | { 0, NULL }, |
| 7703 | { 0, NULL }, |
| 7704 | }, |
| 7705 | @@ -4990,7 +4990,7 @@ static const struct ndr_interface_call w |
| 7706 | sizeof(struct winreg_NotifyChangeKeyValue), |
| 7707 | (ndr_push_flags_fn_t) ndr_push_winreg_NotifyChangeKeyValue, |
| 7708 | (ndr_pull_flags_fn_t) ndr_pull_winreg_NotifyChangeKeyValue, |
| 7709 | - (ndr_print_function_t) ndr_print_winreg_NotifyChangeKeyValue, |
| 7710 | + (ndr_print_function_t) ndr_print_disabled, |
| 7711 | { 0, NULL }, |
| 7712 | { 0, NULL }, |
| 7713 | }, |
| 7714 | @@ -4999,7 +4999,7 @@ static const struct ndr_interface_call w |
| 7715 | sizeof(struct winreg_OpenKey), |
| 7716 | (ndr_push_flags_fn_t) ndr_push_winreg_OpenKey, |
| 7717 | (ndr_pull_flags_fn_t) ndr_pull_winreg_OpenKey, |
| 7718 | - (ndr_print_function_t) ndr_print_winreg_OpenKey, |
| 7719 | + (ndr_print_function_t) ndr_print_disabled, |
| 7720 | { 0, NULL }, |
| 7721 | { 0, NULL }, |
| 7722 | }, |
| 7723 | @@ -5008,7 +5008,7 @@ static const struct ndr_interface_call w |
| 7724 | sizeof(struct winreg_QueryInfoKey), |
| 7725 | (ndr_push_flags_fn_t) ndr_push_winreg_QueryInfoKey, |
| 7726 | (ndr_pull_flags_fn_t) ndr_pull_winreg_QueryInfoKey, |
| 7727 | - (ndr_print_function_t) ndr_print_winreg_QueryInfoKey, |
| 7728 | + (ndr_print_function_t) ndr_print_disabled, |
| 7729 | { 0, NULL }, |
| 7730 | { 0, NULL }, |
| 7731 | }, |
| 7732 | @@ -5017,7 +5017,7 @@ static const struct ndr_interface_call w |
| 7733 | sizeof(struct winreg_QueryValue), |
| 7734 | (ndr_push_flags_fn_t) ndr_push_winreg_QueryValue, |
| 7735 | (ndr_pull_flags_fn_t) ndr_pull_winreg_QueryValue, |
| 7736 | - (ndr_print_function_t) ndr_print_winreg_QueryValue, |
| 7737 | + (ndr_print_function_t) ndr_print_disabled, |
| 7738 | { 0, NULL }, |
| 7739 | { 0, NULL }, |
| 7740 | }, |
| 7741 | @@ -5026,7 +5026,7 @@ static const struct ndr_interface_call w |
| 7742 | sizeof(struct winreg_ReplaceKey), |
| 7743 | (ndr_push_flags_fn_t) ndr_push_winreg_ReplaceKey, |
| 7744 | (ndr_pull_flags_fn_t) ndr_pull_winreg_ReplaceKey, |
| 7745 | - (ndr_print_function_t) ndr_print_winreg_ReplaceKey, |
| 7746 | + (ndr_print_function_t) ndr_print_disabled, |
| 7747 | { 0, NULL }, |
| 7748 | { 0, NULL }, |
| 7749 | }, |
| 7750 | @@ -5035,7 +5035,7 @@ static const struct ndr_interface_call w |
| 7751 | sizeof(struct winreg_RestoreKey), |
| 7752 | (ndr_push_flags_fn_t) ndr_push_winreg_RestoreKey, |
| 7753 | (ndr_pull_flags_fn_t) ndr_pull_winreg_RestoreKey, |
| 7754 | - (ndr_print_function_t) ndr_print_winreg_RestoreKey, |
| 7755 | + (ndr_print_function_t) ndr_print_disabled, |
| 7756 | { 0, NULL }, |
| 7757 | { 0, NULL }, |
| 7758 | }, |
| 7759 | @@ -5044,7 +5044,7 @@ static const struct ndr_interface_call w |
| 7760 | sizeof(struct winreg_SaveKey), |
| 7761 | (ndr_push_flags_fn_t) ndr_push_winreg_SaveKey, |
| 7762 | (ndr_pull_flags_fn_t) ndr_pull_winreg_SaveKey, |
| 7763 | - (ndr_print_function_t) ndr_print_winreg_SaveKey, |
| 7764 | + (ndr_print_function_t) ndr_print_disabled, |
| 7765 | { 0, NULL }, |
| 7766 | { 0, NULL }, |
| 7767 | }, |
| 7768 | @@ -5053,7 +5053,7 @@ static const struct ndr_interface_call w |
| 7769 | sizeof(struct winreg_SetKeySecurity), |
| 7770 | (ndr_push_flags_fn_t) ndr_push_winreg_SetKeySecurity, |
| 7771 | (ndr_pull_flags_fn_t) ndr_pull_winreg_SetKeySecurity, |
| 7772 | - (ndr_print_function_t) ndr_print_winreg_SetKeySecurity, |
| 7773 | + (ndr_print_function_t) ndr_print_disabled, |
| 7774 | { 0, NULL }, |
| 7775 | { 0, NULL }, |
| 7776 | }, |
| 7777 | @@ -5062,7 +5062,7 @@ static const struct ndr_interface_call w |
| 7778 | sizeof(struct winreg_SetValue), |
| 7779 | (ndr_push_flags_fn_t) ndr_push_winreg_SetValue, |
| 7780 | (ndr_pull_flags_fn_t) ndr_pull_winreg_SetValue, |
| 7781 | - (ndr_print_function_t) ndr_print_winreg_SetValue, |
| 7782 | + (ndr_print_function_t) ndr_print_disabled, |
| 7783 | { 0, NULL }, |
| 7784 | { 0, NULL }, |
| 7785 | }, |
| 7786 | @@ -5071,7 +5071,7 @@ static const struct ndr_interface_call w |
| 7787 | sizeof(struct winreg_UnLoadKey), |
| 7788 | (ndr_push_flags_fn_t) ndr_push_winreg_UnLoadKey, |
| 7789 | (ndr_pull_flags_fn_t) ndr_pull_winreg_UnLoadKey, |
| 7790 | - (ndr_print_function_t) ndr_print_winreg_UnLoadKey, |
| 7791 | + (ndr_print_function_t) ndr_print_disabled, |
| 7792 | { 0, NULL }, |
| 7793 | { 0, NULL }, |
| 7794 | }, |
| 7795 | @@ -5080,7 +5080,7 @@ static const struct ndr_interface_call w |
| 7796 | sizeof(struct winreg_InitiateSystemShutdown), |
| 7797 | (ndr_push_flags_fn_t) ndr_push_winreg_InitiateSystemShutdown, |
| 7798 | (ndr_pull_flags_fn_t) ndr_pull_winreg_InitiateSystemShutdown, |
| 7799 | - (ndr_print_function_t) ndr_print_winreg_InitiateSystemShutdown, |
| 7800 | + (ndr_print_function_t) ndr_print_disabled, |
| 7801 | { 0, NULL }, |
| 7802 | { 0, NULL }, |
| 7803 | }, |
| 7804 | @@ -5089,7 +5089,7 @@ static const struct ndr_interface_call w |
| 7805 | sizeof(struct winreg_AbortSystemShutdown), |
| 7806 | (ndr_push_flags_fn_t) ndr_push_winreg_AbortSystemShutdown, |
| 7807 | (ndr_pull_flags_fn_t) ndr_pull_winreg_AbortSystemShutdown, |
| 7808 | - (ndr_print_function_t) ndr_print_winreg_AbortSystemShutdown, |
| 7809 | + (ndr_print_function_t) ndr_print_disabled, |
| 7810 | { 0, NULL }, |
| 7811 | { 0, NULL }, |
| 7812 | }, |
| 7813 | @@ -5098,7 +5098,7 @@ static const struct ndr_interface_call w |
| 7814 | sizeof(struct winreg_GetVersion), |
| 7815 | (ndr_push_flags_fn_t) ndr_push_winreg_GetVersion, |
| 7816 | (ndr_pull_flags_fn_t) ndr_pull_winreg_GetVersion, |
| 7817 | - (ndr_print_function_t) ndr_print_winreg_GetVersion, |
| 7818 | + (ndr_print_function_t) ndr_print_disabled, |
| 7819 | { 0, NULL }, |
| 7820 | { 0, NULL }, |
| 7821 | }, |
| 7822 | @@ -5107,7 +5107,7 @@ static const struct ndr_interface_call w |
| 7823 | sizeof(struct winreg_OpenHKCC), |
| 7824 | (ndr_push_flags_fn_t) ndr_push_winreg_OpenHKCC, |
| 7825 | (ndr_pull_flags_fn_t) ndr_pull_winreg_OpenHKCC, |
| 7826 | - (ndr_print_function_t) ndr_print_winreg_OpenHKCC, |
| 7827 | + (ndr_print_function_t) ndr_print_disabled, |
| 7828 | { 0, NULL }, |
| 7829 | { 0, NULL }, |
| 7830 | }, |
| 7831 | @@ -5116,7 +5116,7 @@ static const struct ndr_interface_call w |
| 7832 | sizeof(struct winreg_OpenHKDD), |
| 7833 | (ndr_push_flags_fn_t) ndr_push_winreg_OpenHKDD, |
| 7834 | (ndr_pull_flags_fn_t) ndr_pull_winreg_OpenHKDD, |
| 7835 | - (ndr_print_function_t) ndr_print_winreg_OpenHKDD, |
| 7836 | + (ndr_print_function_t) ndr_print_disabled, |
| 7837 | { 0, NULL }, |
| 7838 | { 0, NULL }, |
| 7839 | }, |
| 7840 | @@ -5125,7 +5125,7 @@ static const struct ndr_interface_call w |
| 7841 | sizeof(struct winreg_QueryMultipleValues), |
| 7842 | (ndr_push_flags_fn_t) ndr_push_winreg_QueryMultipleValues, |
| 7843 | (ndr_pull_flags_fn_t) ndr_pull_winreg_QueryMultipleValues, |
| 7844 | - (ndr_print_function_t) ndr_print_winreg_QueryMultipleValues, |
| 7845 | + (ndr_print_function_t) ndr_print_disabled, |
| 7846 | { 0, NULL }, |
| 7847 | { 0, NULL }, |
| 7848 | }, |
| 7849 | @@ -5134,7 +5134,7 @@ static const struct ndr_interface_call w |
| 7850 | sizeof(struct winreg_InitiateSystemShutdownEx), |
| 7851 | (ndr_push_flags_fn_t) ndr_push_winreg_InitiateSystemShutdownEx, |
| 7852 | (ndr_pull_flags_fn_t) ndr_pull_winreg_InitiateSystemShutdownEx, |
| 7853 | - (ndr_print_function_t) ndr_print_winreg_InitiateSystemShutdownEx, |
| 7854 | + (ndr_print_function_t) ndr_print_disabled, |
| 7855 | { 0, NULL }, |
| 7856 | { 0, NULL }, |
| 7857 | }, |
| 7858 | @@ -5143,7 +5143,7 @@ static const struct ndr_interface_call w |
| 7859 | sizeof(struct winreg_SaveKeyEx), |
| 7860 | (ndr_push_flags_fn_t) ndr_push_winreg_SaveKeyEx, |
| 7861 | (ndr_pull_flags_fn_t) ndr_pull_winreg_SaveKeyEx, |
| 7862 | - (ndr_print_function_t) ndr_print_winreg_SaveKeyEx, |
| 7863 | + (ndr_print_function_t) ndr_print_disabled, |
| 7864 | { 0, NULL }, |
| 7865 | { 0, NULL }, |
| 7866 | }, |
| 7867 | @@ -5152,7 +5152,7 @@ static const struct ndr_interface_call w |
| 7868 | sizeof(struct winreg_OpenHKPT), |
| 7869 | (ndr_push_flags_fn_t) ndr_push_winreg_OpenHKPT, |
| 7870 | (ndr_pull_flags_fn_t) ndr_pull_winreg_OpenHKPT, |
| 7871 | - (ndr_print_function_t) ndr_print_winreg_OpenHKPT, |
| 7872 | + (ndr_print_function_t) ndr_print_disabled, |
| 7873 | { 0, NULL }, |
| 7874 | { 0, NULL }, |
| 7875 | }, |
| 7876 | @@ -5161,7 +5161,7 @@ static const struct ndr_interface_call w |
| 7877 | sizeof(struct winreg_OpenHKPN), |
| 7878 | (ndr_push_flags_fn_t) ndr_push_winreg_OpenHKPN, |
| 7879 | (ndr_pull_flags_fn_t) ndr_pull_winreg_OpenHKPN, |
| 7880 | - (ndr_print_function_t) ndr_print_winreg_OpenHKPN, |
| 7881 | + (ndr_print_function_t) ndr_print_disabled, |
| 7882 | { 0, NULL }, |
| 7883 | { 0, NULL }, |
| 7884 | }, |
| 7885 | @@ -5170,7 +5170,7 @@ static const struct ndr_interface_call w |
| 7886 | sizeof(struct winreg_QueryMultipleValues2), |
| 7887 | (ndr_push_flags_fn_t) ndr_push_winreg_QueryMultipleValues2, |
| 7888 | (ndr_pull_flags_fn_t) ndr_pull_winreg_QueryMultipleValues2, |
| 7889 | - (ndr_print_function_t) ndr_print_winreg_QueryMultipleValues2, |
| 7890 | + (ndr_print_function_t) ndr_print_disabled, |
| 7891 | { 0, NULL }, |
| 7892 | { 0, NULL }, |
| 7893 | }, |
| 7894 | @@ -5179,7 +5179,7 @@ static const struct ndr_interface_call w |
| 7895 | sizeof(struct winreg_DeleteKeyEx), |
| 7896 | (ndr_push_flags_fn_t) ndr_push_winreg_DeleteKeyEx, |
| 7897 | (ndr_pull_flags_fn_t) ndr_pull_winreg_DeleteKeyEx, |
| 7898 | - (ndr_print_function_t) ndr_print_winreg_DeleteKeyEx, |
| 7899 | + (ndr_print_function_t) ndr_print_disabled, |
| 7900 | { 0, NULL }, |
| 7901 | { 0, NULL }, |
| 7902 | }, |
| 7903 | --- a/source3/librpc/gen_ndr/ndr_wkssvc.c |
| 7904 | +++ b/source3/librpc/gen_ndr/ndr_wkssvc.c |
| 7905 | @@ -11005,7 +11005,7 @@ static const struct ndr_interface_call w |
| 7906 | sizeof(struct wkssvc_NetWkstaGetInfo), |
| 7907 | (ndr_push_flags_fn_t) ndr_push_wkssvc_NetWkstaGetInfo, |
| 7908 | (ndr_pull_flags_fn_t) ndr_pull_wkssvc_NetWkstaGetInfo, |
| 7909 | - (ndr_print_function_t) ndr_print_wkssvc_NetWkstaGetInfo, |
| 7910 | + (ndr_print_function_t) ndr_print_disabled, |
| 7911 | { 0, NULL }, |
| 7912 | { 0, NULL }, |
| 7913 | }, |
| 7914 | @@ -11014,7 +11014,7 @@ static const struct ndr_interface_call w |
| 7915 | sizeof(struct wkssvc_NetWkstaSetInfo), |
| 7916 | (ndr_push_flags_fn_t) ndr_push_wkssvc_NetWkstaSetInfo, |
| 7917 | (ndr_pull_flags_fn_t) ndr_pull_wkssvc_NetWkstaSetInfo, |
| 7918 | - (ndr_print_function_t) ndr_print_wkssvc_NetWkstaSetInfo, |
| 7919 | + (ndr_print_function_t) ndr_print_disabled, |
| 7920 | { 0, NULL }, |
| 7921 | { 0, NULL }, |
| 7922 | }, |
| 7923 | @@ -11023,7 +11023,7 @@ static const struct ndr_interface_call w |
| 7924 | sizeof(struct wkssvc_NetWkstaEnumUsers), |
| 7925 | (ndr_push_flags_fn_t) ndr_push_wkssvc_NetWkstaEnumUsers, |
| 7926 | (ndr_pull_flags_fn_t) ndr_pull_wkssvc_NetWkstaEnumUsers, |
| 7927 | - (ndr_print_function_t) ndr_print_wkssvc_NetWkstaEnumUsers, |
| 7928 | + (ndr_print_function_t) ndr_print_disabled, |
| 7929 | { 0, NULL }, |
| 7930 | { 0, NULL }, |
| 7931 | }, |
| 7932 | @@ -11032,7 +11032,7 @@ static const struct ndr_interface_call w |
| 7933 | sizeof(struct wkssvc_NetrWkstaUserGetInfo), |
| 7934 | (ndr_push_flags_fn_t) ndr_push_wkssvc_NetrWkstaUserGetInfo, |
| 7935 | (ndr_pull_flags_fn_t) ndr_pull_wkssvc_NetrWkstaUserGetInfo, |
| 7936 | - (ndr_print_function_t) ndr_print_wkssvc_NetrWkstaUserGetInfo, |
| 7937 | + (ndr_print_function_t) ndr_print_disabled, |
| 7938 | { 0, NULL }, |
| 7939 | { 0, NULL }, |
| 7940 | }, |
| 7941 | @@ -11041,7 +11041,7 @@ static const struct ndr_interface_call w |
| 7942 | sizeof(struct wkssvc_NetrWkstaUserSetInfo), |
| 7943 | (ndr_push_flags_fn_t) ndr_push_wkssvc_NetrWkstaUserSetInfo, |
| 7944 | (ndr_pull_flags_fn_t) ndr_pull_wkssvc_NetrWkstaUserSetInfo, |
| 7945 | - (ndr_print_function_t) ndr_print_wkssvc_NetrWkstaUserSetInfo, |
| 7946 | + (ndr_print_function_t) ndr_print_disabled, |
| 7947 | { 0, NULL }, |
| 7948 | { 0, NULL }, |
| 7949 | }, |
| 7950 | @@ -11050,7 +11050,7 @@ static const struct ndr_interface_call w |
| 7951 | sizeof(struct wkssvc_NetWkstaTransportEnum), |
| 7952 | (ndr_push_flags_fn_t) ndr_push_wkssvc_NetWkstaTransportEnum, |
| 7953 | (ndr_pull_flags_fn_t) ndr_pull_wkssvc_NetWkstaTransportEnum, |
| 7954 | - (ndr_print_function_t) ndr_print_wkssvc_NetWkstaTransportEnum, |
| 7955 | + (ndr_print_function_t) ndr_print_disabled, |
| 7956 | { 0, NULL }, |
| 7957 | { 0, NULL }, |
| 7958 | }, |
| 7959 | @@ -11059,7 +11059,7 @@ static const struct ndr_interface_call w |
| 7960 | sizeof(struct wkssvc_NetrWkstaTransportAdd), |
| 7961 | (ndr_push_flags_fn_t) ndr_push_wkssvc_NetrWkstaTransportAdd, |
| 7962 | (ndr_pull_flags_fn_t) ndr_pull_wkssvc_NetrWkstaTransportAdd, |
| 7963 | - (ndr_print_function_t) ndr_print_wkssvc_NetrWkstaTransportAdd, |
| 7964 | + (ndr_print_function_t) ndr_print_disabled, |
| 7965 | { 0, NULL }, |
| 7966 | { 0, NULL }, |
| 7967 | }, |
| 7968 | @@ -11068,7 +11068,7 @@ static const struct ndr_interface_call w |
| 7969 | sizeof(struct wkssvc_NetrWkstaTransportDel), |
| 7970 | (ndr_push_flags_fn_t) ndr_push_wkssvc_NetrWkstaTransportDel, |
| 7971 | (ndr_pull_flags_fn_t) ndr_pull_wkssvc_NetrWkstaTransportDel, |
| 7972 | - (ndr_print_function_t) ndr_print_wkssvc_NetrWkstaTransportDel, |
| 7973 | + (ndr_print_function_t) ndr_print_disabled, |
| 7974 | { 0, NULL }, |
| 7975 | { 0, NULL }, |
| 7976 | }, |
| 7977 | @@ -11077,7 +11077,7 @@ static const struct ndr_interface_call w |
| 7978 | sizeof(struct wkssvc_NetrUseAdd), |
| 7979 | (ndr_push_flags_fn_t) ndr_push_wkssvc_NetrUseAdd, |
| 7980 | (ndr_pull_flags_fn_t) ndr_pull_wkssvc_NetrUseAdd, |
| 7981 | - (ndr_print_function_t) ndr_print_wkssvc_NetrUseAdd, |
| 7982 | + (ndr_print_function_t) ndr_print_disabled, |
| 7983 | { 0, NULL }, |
| 7984 | { 0, NULL }, |
| 7985 | }, |
| 7986 | @@ -11086,7 +11086,7 @@ static const struct ndr_interface_call w |
| 7987 | sizeof(struct wkssvc_NetrUseGetInfo), |
| 7988 | (ndr_push_flags_fn_t) ndr_push_wkssvc_NetrUseGetInfo, |
| 7989 | (ndr_pull_flags_fn_t) ndr_pull_wkssvc_NetrUseGetInfo, |
| 7990 | - (ndr_print_function_t) ndr_print_wkssvc_NetrUseGetInfo, |
| 7991 | + (ndr_print_function_t) ndr_print_disabled, |
| 7992 | { 0, NULL }, |
| 7993 | { 0, NULL }, |
| 7994 | }, |
| 7995 | @@ -11095,7 +11095,7 @@ static const struct ndr_interface_call w |
| 7996 | sizeof(struct wkssvc_NetrUseDel), |
| 7997 | (ndr_push_flags_fn_t) ndr_push_wkssvc_NetrUseDel, |
| 7998 | (ndr_pull_flags_fn_t) ndr_pull_wkssvc_NetrUseDel, |
| 7999 | - (ndr_print_function_t) ndr_print_wkssvc_NetrUseDel, |
| 8000 | + (ndr_print_function_t) ndr_print_disabled, |
| 8001 | { 0, NULL }, |
| 8002 | { 0, NULL }, |
| 8003 | }, |
| 8004 | @@ -11104,7 +11104,7 @@ static const struct ndr_interface_call w |
| 8005 | sizeof(struct wkssvc_NetrUseEnum), |
| 8006 | (ndr_push_flags_fn_t) ndr_push_wkssvc_NetrUseEnum, |
| 8007 | (ndr_pull_flags_fn_t) ndr_pull_wkssvc_NetrUseEnum, |
| 8008 | - (ndr_print_function_t) ndr_print_wkssvc_NetrUseEnum, |
| 8009 | + (ndr_print_function_t) ndr_print_disabled, |
| 8010 | { 0, NULL }, |
| 8011 | { 0, NULL }, |
| 8012 | }, |
| 8013 | @@ -11113,7 +11113,7 @@ static const struct ndr_interface_call w |
| 8014 | sizeof(struct wkssvc_NetrMessageBufferSend), |
| 8015 | (ndr_push_flags_fn_t) ndr_push_wkssvc_NetrMessageBufferSend, |
| 8016 | (ndr_pull_flags_fn_t) ndr_pull_wkssvc_NetrMessageBufferSend, |
| 8017 | - (ndr_print_function_t) ndr_print_wkssvc_NetrMessageBufferSend, |
| 8018 | + (ndr_print_function_t) ndr_print_disabled, |
| 8019 | { 0, NULL }, |
| 8020 | { 0, NULL }, |
| 8021 | }, |
| 8022 | @@ -11122,7 +11122,7 @@ static const struct ndr_interface_call w |
| 8023 | sizeof(struct wkssvc_NetrWorkstationStatisticsGet), |
| 8024 | (ndr_push_flags_fn_t) ndr_push_wkssvc_NetrWorkstationStatisticsGet, |
| 8025 | (ndr_pull_flags_fn_t) ndr_pull_wkssvc_NetrWorkstationStatisticsGet, |
| 8026 | - (ndr_print_function_t) ndr_print_wkssvc_NetrWorkstationStatisticsGet, |
| 8027 | + (ndr_print_function_t) ndr_print_disabled, |
| 8028 | { 0, NULL }, |
| 8029 | { 0, NULL }, |
| 8030 | }, |
| 8031 | @@ -11131,7 +11131,7 @@ static const struct ndr_interface_call w |
| 8032 | sizeof(struct wkssvc_NetrLogonDomainNameAdd), |
| 8033 | (ndr_push_flags_fn_t) ndr_push_wkssvc_NetrLogonDomainNameAdd, |
| 8034 | (ndr_pull_flags_fn_t) ndr_pull_wkssvc_NetrLogonDomainNameAdd, |
| 8035 | - (ndr_print_function_t) ndr_print_wkssvc_NetrLogonDomainNameAdd, |
| 8036 | + (ndr_print_function_t) ndr_print_disabled, |
| 8037 | { 0, NULL }, |
| 8038 | { 0, NULL }, |
| 8039 | }, |
| 8040 | @@ -11140,7 +11140,7 @@ static const struct ndr_interface_call w |
| 8041 | sizeof(struct wkssvc_NetrLogonDomainNameDel), |
| 8042 | (ndr_push_flags_fn_t) ndr_push_wkssvc_NetrLogonDomainNameDel, |
| 8043 | (ndr_pull_flags_fn_t) ndr_pull_wkssvc_NetrLogonDomainNameDel, |
| 8044 | - (ndr_print_function_t) ndr_print_wkssvc_NetrLogonDomainNameDel, |
| 8045 | + (ndr_print_function_t) ndr_print_disabled, |
| 8046 | { 0, NULL }, |
| 8047 | { 0, NULL }, |
| 8048 | }, |
| 8049 | @@ -11149,7 +11149,7 @@ static const struct ndr_interface_call w |
| 8050 | sizeof(struct wkssvc_NetrJoinDomain), |
| 8051 | (ndr_push_flags_fn_t) ndr_push_wkssvc_NetrJoinDomain, |
| 8052 | (ndr_pull_flags_fn_t) ndr_pull_wkssvc_NetrJoinDomain, |
| 8053 | - (ndr_print_function_t) ndr_print_wkssvc_NetrJoinDomain, |
| 8054 | + (ndr_print_function_t) ndr_print_disabled, |
| 8055 | { 0, NULL }, |
| 8056 | { 0, NULL }, |
| 8057 | }, |
| 8058 | @@ -11158,7 +11158,7 @@ static const struct ndr_interface_call w |
| 8059 | sizeof(struct wkssvc_NetrUnjoinDomain), |
| 8060 | (ndr_push_flags_fn_t) ndr_push_wkssvc_NetrUnjoinDomain, |
| 8061 | (ndr_pull_flags_fn_t) ndr_pull_wkssvc_NetrUnjoinDomain, |
| 8062 | - (ndr_print_function_t) ndr_print_wkssvc_NetrUnjoinDomain, |
| 8063 | + (ndr_print_function_t) ndr_print_disabled, |
| 8064 | { 0, NULL }, |
| 8065 | { 0, NULL }, |
| 8066 | }, |
| 8067 | @@ -11167,7 +11167,7 @@ static const struct ndr_interface_call w |
| 8068 | sizeof(struct wkssvc_NetrRenameMachineInDomain), |
| 8069 | (ndr_push_flags_fn_t) ndr_push_wkssvc_NetrRenameMachineInDomain, |
| 8070 | (ndr_pull_flags_fn_t) ndr_pull_wkssvc_NetrRenameMachineInDomain, |
| 8071 | - (ndr_print_function_t) ndr_print_wkssvc_NetrRenameMachineInDomain, |
| 8072 | + (ndr_print_function_t) ndr_print_disabled, |
| 8073 | { 0, NULL }, |
| 8074 | { 0, NULL }, |
| 8075 | }, |
| 8076 | @@ -11176,7 +11176,7 @@ static const struct ndr_interface_call w |
| 8077 | sizeof(struct wkssvc_NetrValidateName), |
| 8078 | (ndr_push_flags_fn_t) ndr_push_wkssvc_NetrValidateName, |
| 8079 | (ndr_pull_flags_fn_t) ndr_pull_wkssvc_NetrValidateName, |
| 8080 | - (ndr_print_function_t) ndr_print_wkssvc_NetrValidateName, |
| 8081 | + (ndr_print_function_t) ndr_print_disabled, |
| 8082 | { 0, NULL }, |
| 8083 | { 0, NULL }, |
| 8084 | }, |
| 8085 | @@ -11185,7 +11185,7 @@ static const struct ndr_interface_call w |
| 8086 | sizeof(struct wkssvc_NetrGetJoinInformation), |
| 8087 | (ndr_push_flags_fn_t) ndr_push_wkssvc_NetrGetJoinInformation, |
| 8088 | (ndr_pull_flags_fn_t) ndr_pull_wkssvc_NetrGetJoinInformation, |
| 8089 | - (ndr_print_function_t) ndr_print_wkssvc_NetrGetJoinInformation, |
| 8090 | + (ndr_print_function_t) ndr_print_disabled, |
| 8091 | { 0, NULL }, |
| 8092 | { 0, NULL }, |
| 8093 | }, |
| 8094 | @@ -11194,7 +11194,7 @@ static const struct ndr_interface_call w |
| 8095 | sizeof(struct wkssvc_NetrGetJoinableOus), |
| 8096 | (ndr_push_flags_fn_t) ndr_push_wkssvc_NetrGetJoinableOus, |
| 8097 | (ndr_pull_flags_fn_t) ndr_pull_wkssvc_NetrGetJoinableOus, |
| 8098 | - (ndr_print_function_t) ndr_print_wkssvc_NetrGetJoinableOus, |
| 8099 | + (ndr_print_function_t) ndr_print_disabled, |
| 8100 | { 0, NULL }, |
| 8101 | { 0, NULL }, |
| 8102 | }, |
| 8103 | @@ -11203,7 +11203,7 @@ static const struct ndr_interface_call w |
| 8104 | sizeof(struct wkssvc_NetrJoinDomain2), |
| 8105 | (ndr_push_flags_fn_t) ndr_push_wkssvc_NetrJoinDomain2, |
| 8106 | (ndr_pull_flags_fn_t) ndr_pull_wkssvc_NetrJoinDomain2, |
| 8107 | - (ndr_print_function_t) ndr_print_wkssvc_NetrJoinDomain2, |
| 8108 | + (ndr_print_function_t) ndr_print_disabled, |
| 8109 | { 0, NULL }, |
| 8110 | { 0, NULL }, |
| 8111 | }, |
| 8112 | @@ -11212,7 +11212,7 @@ static const struct ndr_interface_call w |
| 8113 | sizeof(struct wkssvc_NetrUnjoinDomain2), |
| 8114 | (ndr_push_flags_fn_t) ndr_push_wkssvc_NetrUnjoinDomain2, |
| 8115 | (ndr_pull_flags_fn_t) ndr_pull_wkssvc_NetrUnjoinDomain2, |
| 8116 | - (ndr_print_function_t) ndr_print_wkssvc_NetrUnjoinDomain2, |
| 8117 | + (ndr_print_function_t) ndr_print_disabled, |
| 8118 | { 0, NULL }, |
| 8119 | { 0, NULL }, |
| 8120 | }, |
| 8121 | @@ -11221,7 +11221,7 @@ static const struct ndr_interface_call w |
| 8122 | sizeof(struct wkssvc_NetrRenameMachineInDomain2), |
| 8123 | (ndr_push_flags_fn_t) ndr_push_wkssvc_NetrRenameMachineInDomain2, |
| 8124 | (ndr_pull_flags_fn_t) ndr_pull_wkssvc_NetrRenameMachineInDomain2, |
| 8125 | - (ndr_print_function_t) ndr_print_wkssvc_NetrRenameMachineInDomain2, |
| 8126 | + (ndr_print_function_t) ndr_print_disabled, |
| 8127 | { 0, NULL }, |
| 8128 | { 0, NULL }, |
| 8129 | }, |
| 8130 | @@ -11230,7 +11230,7 @@ static const struct ndr_interface_call w |
| 8131 | sizeof(struct wkssvc_NetrValidateName2), |
| 8132 | (ndr_push_flags_fn_t) ndr_push_wkssvc_NetrValidateName2, |
| 8133 | (ndr_pull_flags_fn_t) ndr_pull_wkssvc_NetrValidateName2, |
| 8134 | - (ndr_print_function_t) ndr_print_wkssvc_NetrValidateName2, |
| 8135 | + (ndr_print_function_t) ndr_print_disabled, |
| 8136 | { 0, NULL }, |
| 8137 | { 0, NULL }, |
| 8138 | }, |
| 8139 | @@ -11239,7 +11239,7 @@ static const struct ndr_interface_call w |
| 8140 | sizeof(struct wkssvc_NetrGetJoinableOus2), |
| 8141 | (ndr_push_flags_fn_t) ndr_push_wkssvc_NetrGetJoinableOus2, |
| 8142 | (ndr_pull_flags_fn_t) ndr_pull_wkssvc_NetrGetJoinableOus2, |
| 8143 | - (ndr_print_function_t) ndr_print_wkssvc_NetrGetJoinableOus2, |
| 8144 | + (ndr_print_function_t) ndr_print_disabled, |
| 8145 | { 0, NULL }, |
| 8146 | { 0, NULL }, |
| 8147 | }, |
| 8148 | @@ -11248,7 +11248,7 @@ static const struct ndr_interface_call w |
| 8149 | sizeof(struct wkssvc_NetrAddAlternateComputerName), |
| 8150 | (ndr_push_flags_fn_t) ndr_push_wkssvc_NetrAddAlternateComputerName, |
| 8151 | (ndr_pull_flags_fn_t) ndr_pull_wkssvc_NetrAddAlternateComputerName, |
| 8152 | - (ndr_print_function_t) ndr_print_wkssvc_NetrAddAlternateComputerName, |
| 8153 | + (ndr_print_function_t) ndr_print_disabled, |
| 8154 | { 0, NULL }, |
| 8155 | { 0, NULL }, |
| 8156 | }, |
| 8157 | @@ -11257,7 +11257,7 @@ static const struct ndr_interface_call w |
| 8158 | sizeof(struct wkssvc_NetrRemoveAlternateComputerName), |
| 8159 | (ndr_push_flags_fn_t) ndr_push_wkssvc_NetrRemoveAlternateComputerName, |
| 8160 | (ndr_pull_flags_fn_t) ndr_pull_wkssvc_NetrRemoveAlternateComputerName, |
| 8161 | - (ndr_print_function_t) ndr_print_wkssvc_NetrRemoveAlternateComputerName, |
| 8162 | + (ndr_print_function_t) ndr_print_disabled, |
| 8163 | { 0, NULL }, |
| 8164 | { 0, NULL }, |
| 8165 | }, |
| 8166 | @@ -11266,7 +11266,7 @@ static const struct ndr_interface_call w |
| 8167 | sizeof(struct wkssvc_NetrSetPrimaryComputername), |
| 8168 | (ndr_push_flags_fn_t) ndr_push_wkssvc_NetrSetPrimaryComputername, |
| 8169 | (ndr_pull_flags_fn_t) ndr_pull_wkssvc_NetrSetPrimaryComputername, |
| 8170 | - (ndr_print_function_t) ndr_print_wkssvc_NetrSetPrimaryComputername, |
| 8171 | + (ndr_print_function_t) ndr_print_disabled, |
| 8172 | { 0, NULL }, |
| 8173 | { 0, NULL }, |
| 8174 | }, |
| 8175 | @@ -11275,7 +11275,7 @@ static const struct ndr_interface_call w |
| 8176 | sizeof(struct wkssvc_NetrEnumerateComputerNames), |
| 8177 | (ndr_push_flags_fn_t) ndr_push_wkssvc_NetrEnumerateComputerNames, |
| 8178 | (ndr_pull_flags_fn_t) ndr_pull_wkssvc_NetrEnumerateComputerNames, |
| 8179 | - (ndr_print_function_t) ndr_print_wkssvc_NetrEnumerateComputerNames, |
| 8180 | + (ndr_print_function_t) ndr_print_disabled, |
| 8181 | { 0, NULL }, |
| 8182 | { 0, NULL }, |
| 8183 | }, |
| 8184 | --- a/source3/librpc/gen_ndr/ndr_wmi.c |
| 8185 | +++ b/source3/librpc/gen_ndr/ndr_wmi.c |
| 8186 | @@ -139,7 +139,7 @@ static const struct ndr_interface_call I |
| 8187 | sizeof(struct Delete), |
| 8188 | (ndr_push_flags_fn_t) ndr_push_Delete, |
| 8189 | (ndr_pull_flags_fn_t) ndr_pull_Delete, |
| 8190 | - (ndr_print_function_t) ndr_print_Delete, |
| 8191 | + (ndr_print_function_t) ndr_print_disabled, |
| 8192 | { 0, NULL }, |
| 8193 | { 0, NULL }, |
| 8194 | }, |
| 8195 | @@ -3704,7 +3704,7 @@ static const struct ndr_interface_call I |
| 8196 | sizeof(struct OpenNamespace), |
| 8197 | (ndr_push_flags_fn_t) ndr_push_OpenNamespace, |
| 8198 | (ndr_pull_flags_fn_t) ndr_pull_OpenNamespace, |
| 8199 | - (ndr_print_function_t) ndr_print_OpenNamespace, |
| 8200 | + (ndr_print_function_t) ndr_print_disabled, |
| 8201 | { 0, NULL }, |
| 8202 | { 0, NULL }, |
| 8203 | }, |
| 8204 | @@ -3713,7 +3713,7 @@ static const struct ndr_interface_call I |
| 8205 | sizeof(struct CancelAsyncCall), |
| 8206 | (ndr_push_flags_fn_t) ndr_push_CancelAsyncCall, |
| 8207 | (ndr_pull_flags_fn_t) ndr_pull_CancelAsyncCall, |
| 8208 | - (ndr_print_function_t) ndr_print_CancelAsyncCall, |
| 8209 | + (ndr_print_function_t) ndr_print_disabled, |
| 8210 | { 0, NULL }, |
| 8211 | { 0, NULL }, |
| 8212 | }, |
| 8213 | @@ -3722,7 +3722,7 @@ static const struct ndr_interface_call I |
| 8214 | sizeof(struct QueryObjectSink), |
| 8215 | (ndr_push_flags_fn_t) ndr_push_QueryObjectSink, |
| 8216 | (ndr_pull_flags_fn_t) ndr_pull_QueryObjectSink, |
| 8217 | - (ndr_print_function_t) ndr_print_QueryObjectSink, |
| 8218 | + (ndr_print_function_t) ndr_print_disabled, |
| 8219 | { 0, NULL }, |
| 8220 | { 0, NULL }, |
| 8221 | }, |
| 8222 | @@ -3731,7 +3731,7 @@ static const struct ndr_interface_call I |
| 8223 | sizeof(struct GetObject), |
| 8224 | (ndr_push_flags_fn_t) ndr_push_GetObject, |
| 8225 | (ndr_pull_flags_fn_t) ndr_pull_GetObject, |
| 8226 | - (ndr_print_function_t) ndr_print_GetObject, |
| 8227 | + (ndr_print_function_t) ndr_print_disabled, |
| 8228 | { 0, NULL }, |
| 8229 | { 0, NULL }, |
| 8230 | }, |
| 8231 | @@ -3740,7 +3740,7 @@ static const struct ndr_interface_call I |
| 8232 | sizeof(struct GetObjectAsync), |
| 8233 | (ndr_push_flags_fn_t) ndr_push_GetObjectAsync, |
| 8234 | (ndr_pull_flags_fn_t) ndr_pull_GetObjectAsync, |
| 8235 | - (ndr_print_function_t) ndr_print_GetObjectAsync, |
| 8236 | + (ndr_print_function_t) ndr_print_disabled, |
| 8237 | { 0, NULL }, |
| 8238 | { 0, NULL }, |
| 8239 | }, |
| 8240 | @@ -3749,7 +3749,7 @@ static const struct ndr_interface_call I |
| 8241 | sizeof(struct PutClass), |
| 8242 | (ndr_push_flags_fn_t) ndr_push_PutClass, |
| 8243 | (ndr_pull_flags_fn_t) ndr_pull_PutClass, |
| 8244 | - (ndr_print_function_t) ndr_print_PutClass, |
| 8245 | + (ndr_print_function_t) ndr_print_disabled, |
| 8246 | { 0, NULL }, |
| 8247 | { 0, NULL }, |
| 8248 | }, |
| 8249 | @@ -3758,7 +3758,7 @@ static const struct ndr_interface_call I |
| 8250 | sizeof(struct PutClassAsync), |
| 8251 | (ndr_push_flags_fn_t) ndr_push_PutClassAsync, |
| 8252 | (ndr_pull_flags_fn_t) ndr_pull_PutClassAsync, |
| 8253 | - (ndr_print_function_t) ndr_print_PutClassAsync, |
| 8254 | + (ndr_print_function_t) ndr_print_disabled, |
| 8255 | { 0, NULL }, |
| 8256 | { 0, NULL }, |
| 8257 | }, |
| 8258 | @@ -3767,7 +3767,7 @@ static const struct ndr_interface_call I |
| 8259 | sizeof(struct DeleteClass), |
| 8260 | (ndr_push_flags_fn_t) ndr_push_DeleteClass, |
| 8261 | (ndr_pull_flags_fn_t) ndr_pull_DeleteClass, |
| 8262 | - (ndr_print_function_t) ndr_print_DeleteClass, |
| 8263 | + (ndr_print_function_t) ndr_print_disabled, |
| 8264 | { 0, NULL }, |
| 8265 | { 0, NULL }, |
| 8266 | }, |
| 8267 | @@ -3776,7 +3776,7 @@ static const struct ndr_interface_call I |
| 8268 | sizeof(struct DeleteClassAsync), |
| 8269 | (ndr_push_flags_fn_t) ndr_push_DeleteClassAsync, |
| 8270 | (ndr_pull_flags_fn_t) ndr_pull_DeleteClassAsync, |
| 8271 | - (ndr_print_function_t) ndr_print_DeleteClassAsync, |
| 8272 | + (ndr_print_function_t) ndr_print_disabled, |
| 8273 | { 0, NULL }, |
| 8274 | { 0, NULL }, |
| 8275 | }, |
| 8276 | @@ -3785,7 +3785,7 @@ static const struct ndr_interface_call I |
| 8277 | sizeof(struct CreateClassEnum), |
| 8278 | (ndr_push_flags_fn_t) ndr_push_CreateClassEnum, |
| 8279 | (ndr_pull_flags_fn_t) ndr_pull_CreateClassEnum, |
| 8280 | - (ndr_print_function_t) ndr_print_CreateClassEnum, |
| 8281 | + (ndr_print_function_t) ndr_print_disabled, |
| 8282 | { 0, NULL }, |
| 8283 | { 0, NULL }, |
| 8284 | }, |
| 8285 | @@ -3794,7 +3794,7 @@ static const struct ndr_interface_call I |
| 8286 | sizeof(struct CreateClassEnumAsync), |
| 8287 | (ndr_push_flags_fn_t) ndr_push_CreateClassEnumAsync, |
| 8288 | (ndr_pull_flags_fn_t) ndr_pull_CreateClassEnumAsync, |
| 8289 | - (ndr_print_function_t) ndr_print_CreateClassEnumAsync, |
| 8290 | + (ndr_print_function_t) ndr_print_disabled, |
| 8291 | { 0, NULL }, |
| 8292 | { 0, NULL }, |
| 8293 | }, |
| 8294 | @@ -3803,7 +3803,7 @@ static const struct ndr_interface_call I |
| 8295 | sizeof(struct PutInstance), |
| 8296 | (ndr_push_flags_fn_t) ndr_push_PutInstance, |
| 8297 | (ndr_pull_flags_fn_t) ndr_pull_PutInstance, |
| 8298 | - (ndr_print_function_t) ndr_print_PutInstance, |
| 8299 | + (ndr_print_function_t) ndr_print_disabled, |
| 8300 | { 0, NULL }, |
| 8301 | { 0, NULL }, |
| 8302 | }, |
| 8303 | @@ -3812,7 +3812,7 @@ static const struct ndr_interface_call I |
| 8304 | sizeof(struct PutInstanceAsync), |
| 8305 | (ndr_push_flags_fn_t) ndr_push_PutInstanceAsync, |
| 8306 | (ndr_pull_flags_fn_t) ndr_pull_PutInstanceAsync, |
| 8307 | - (ndr_print_function_t) ndr_print_PutInstanceAsync, |
| 8308 | + (ndr_print_function_t) ndr_print_disabled, |
| 8309 | { 0, NULL }, |
| 8310 | { 0, NULL }, |
| 8311 | }, |
| 8312 | @@ -3821,7 +3821,7 @@ static const struct ndr_interface_call I |
| 8313 | sizeof(struct DeleteInstance), |
| 8314 | (ndr_push_flags_fn_t) ndr_push_DeleteInstance, |
| 8315 | (ndr_pull_flags_fn_t) ndr_pull_DeleteInstance, |
| 8316 | - (ndr_print_function_t) ndr_print_DeleteInstance, |
| 8317 | + (ndr_print_function_t) ndr_print_disabled, |
| 8318 | { 0, NULL }, |
| 8319 | { 0, NULL }, |
| 8320 | }, |
| 8321 | @@ -3830,7 +3830,7 @@ static const struct ndr_interface_call I |
| 8322 | sizeof(struct DeleteInstanceAsync), |
| 8323 | (ndr_push_flags_fn_t) ndr_push_DeleteInstanceAsync, |
| 8324 | (ndr_pull_flags_fn_t) ndr_pull_DeleteInstanceAsync, |
| 8325 | - (ndr_print_function_t) ndr_print_DeleteInstanceAsync, |
| 8326 | + (ndr_print_function_t) ndr_print_disabled, |
| 8327 | { 0, NULL }, |
| 8328 | { 0, NULL }, |
| 8329 | }, |
| 8330 | @@ -3839,7 +3839,7 @@ static const struct ndr_interface_call I |
| 8331 | sizeof(struct CreateInstanceEnum), |
| 8332 | (ndr_push_flags_fn_t) ndr_push_CreateInstanceEnum, |
| 8333 | (ndr_pull_flags_fn_t) ndr_pull_CreateInstanceEnum, |
| 8334 | - (ndr_print_function_t) ndr_print_CreateInstanceEnum, |
| 8335 | + (ndr_print_function_t) ndr_print_disabled, |
| 8336 | { 0, NULL }, |
| 8337 | { 0, NULL }, |
| 8338 | }, |
| 8339 | @@ -3848,7 +3848,7 @@ static const struct ndr_interface_call I |
| 8340 | sizeof(struct CreateInstanceEnumAsync), |
| 8341 | (ndr_push_flags_fn_t) ndr_push_CreateInstanceEnumAsync, |
| 8342 | (ndr_pull_flags_fn_t) ndr_pull_CreateInstanceEnumAsync, |
| 8343 | - (ndr_print_function_t) ndr_print_CreateInstanceEnumAsync, |
| 8344 | + (ndr_print_function_t) ndr_print_disabled, |
| 8345 | { 0, NULL }, |
| 8346 | { 0, NULL }, |
| 8347 | }, |
| 8348 | @@ -3857,7 +3857,7 @@ static const struct ndr_interface_call I |
| 8349 | sizeof(struct ExecQuery), |
| 8350 | (ndr_push_flags_fn_t) ndr_push_ExecQuery, |
| 8351 | (ndr_pull_flags_fn_t) ndr_pull_ExecQuery, |
| 8352 | - (ndr_print_function_t) ndr_print_ExecQuery, |
| 8353 | + (ndr_print_function_t) ndr_print_disabled, |
| 8354 | { 0, NULL }, |
| 8355 | { 0, NULL }, |
| 8356 | }, |
| 8357 | @@ -3866,7 +3866,7 @@ static const struct ndr_interface_call I |
| 8358 | sizeof(struct ExecQueryAsync), |
| 8359 | (ndr_push_flags_fn_t) ndr_push_ExecQueryAsync, |
| 8360 | (ndr_pull_flags_fn_t) ndr_pull_ExecQueryAsync, |
| 8361 | - (ndr_print_function_t) ndr_print_ExecQueryAsync, |
| 8362 | + (ndr_print_function_t) ndr_print_disabled, |
| 8363 | { 0, NULL }, |
| 8364 | { 0, NULL }, |
| 8365 | }, |
| 8366 | @@ -3875,7 +3875,7 @@ static const struct ndr_interface_call I |
| 8367 | sizeof(struct ExecNotificationQuery), |
| 8368 | (ndr_push_flags_fn_t) ndr_push_ExecNotificationQuery, |
| 8369 | (ndr_pull_flags_fn_t) ndr_pull_ExecNotificationQuery, |
| 8370 | - (ndr_print_function_t) ndr_print_ExecNotificationQuery, |
| 8371 | + (ndr_print_function_t) ndr_print_disabled, |
| 8372 | { 0, NULL }, |
| 8373 | { 0, NULL }, |
| 8374 | }, |
| 8375 | @@ -3884,7 +3884,7 @@ static const struct ndr_interface_call I |
| 8376 | sizeof(struct ExecNotificationQueryAsync), |
| 8377 | (ndr_push_flags_fn_t) ndr_push_ExecNotificationQueryAsync, |
| 8378 | (ndr_pull_flags_fn_t) ndr_pull_ExecNotificationQueryAsync, |
| 8379 | - (ndr_print_function_t) ndr_print_ExecNotificationQueryAsync, |
| 8380 | + (ndr_print_function_t) ndr_print_disabled, |
| 8381 | { 0, NULL }, |
| 8382 | { 0, NULL }, |
| 8383 | }, |
| 8384 | @@ -3893,7 +3893,7 @@ static const struct ndr_interface_call I |
| 8385 | sizeof(struct ExecMethod), |
| 8386 | (ndr_push_flags_fn_t) ndr_push_ExecMethod, |
| 8387 | (ndr_pull_flags_fn_t) ndr_pull_ExecMethod, |
| 8388 | - (ndr_print_function_t) ndr_print_ExecMethod, |
| 8389 | + (ndr_print_function_t) ndr_print_disabled, |
| 8390 | { 0, NULL }, |
| 8391 | { 0, NULL }, |
| 8392 | }, |
| 8393 | @@ -3902,7 +3902,7 @@ static const struct ndr_interface_call I |
| 8394 | sizeof(struct ExecMethodAsync), |
| 8395 | (ndr_push_flags_fn_t) ndr_push_ExecMethodAsync, |
| 8396 | (ndr_pull_flags_fn_t) ndr_pull_ExecMethodAsync, |
| 8397 | - (ndr_print_function_t) ndr_print_ExecMethodAsync, |
| 8398 | + (ndr_print_function_t) ndr_print_disabled, |
| 8399 | { 0, NULL }, |
| 8400 | { 0, NULL }, |
| 8401 | }, |
| 8402 | @@ -4434,7 +4434,7 @@ static const struct ndr_interface_call I |
| 8403 | sizeof(struct Reset), |
| 8404 | (ndr_push_flags_fn_t) ndr_push_Reset, |
| 8405 | (ndr_pull_flags_fn_t) ndr_pull_Reset, |
| 8406 | - (ndr_print_function_t) ndr_print_Reset, |
| 8407 | + (ndr_print_function_t) ndr_print_disabled, |
| 8408 | { 0, NULL }, |
| 8409 | { 0, NULL }, |
| 8410 | }, |
| 8411 | @@ -4443,7 +4443,7 @@ static const struct ndr_interface_call I |
| 8412 | sizeof(struct IEnumWbemClassObject_Next), |
| 8413 | (ndr_push_flags_fn_t) ndr_push_IEnumWbemClassObject_Next, |
| 8414 | (ndr_pull_flags_fn_t) ndr_pull_IEnumWbemClassObject_Next, |
| 8415 | - (ndr_print_function_t) ndr_print_IEnumWbemClassObject_Next, |
| 8416 | + (ndr_print_function_t) ndr_print_disabled, |
| 8417 | { 0, NULL }, |
| 8418 | { 0, NULL }, |
| 8419 | }, |
| 8420 | @@ -4452,7 +4452,7 @@ static const struct ndr_interface_call I |
| 8421 | sizeof(struct NextAsync), |
| 8422 | (ndr_push_flags_fn_t) ndr_push_NextAsync, |
| 8423 | (ndr_pull_flags_fn_t) ndr_pull_NextAsync, |
| 8424 | - (ndr_print_function_t) ndr_print_NextAsync, |
| 8425 | + (ndr_print_function_t) ndr_print_disabled, |
| 8426 | { 0, NULL }, |
| 8427 | { 0, NULL }, |
| 8428 | }, |
| 8429 | @@ -4461,7 +4461,7 @@ static const struct ndr_interface_call I |
| 8430 | sizeof(struct IEnumWbemClassObject_Clone), |
| 8431 | (ndr_push_flags_fn_t) ndr_push_IEnumWbemClassObject_Clone, |
| 8432 | (ndr_pull_flags_fn_t) ndr_pull_IEnumWbemClassObject_Clone, |
| 8433 | - (ndr_print_function_t) ndr_print_IEnumWbemClassObject_Clone, |
| 8434 | + (ndr_print_function_t) ndr_print_disabled, |
| 8435 | { 0, NULL }, |
| 8436 | { 0, NULL }, |
| 8437 | }, |
| 8438 | @@ -4470,7 +4470,7 @@ static const struct ndr_interface_call I |
| 8439 | sizeof(struct Skip), |
| 8440 | (ndr_push_flags_fn_t) ndr_push_Skip, |
| 8441 | (ndr_pull_flags_fn_t) ndr_pull_Skip, |
| 8442 | - (ndr_print_function_t) ndr_print_Skip, |
| 8443 | + (ndr_print_function_t) ndr_print_disabled, |
| 8444 | { 0, NULL }, |
| 8445 | { 0, NULL }, |
| 8446 | }, |
| 8447 | @@ -5143,7 +5143,7 @@ static const struct ndr_interface_call I |
| 8448 | sizeof(struct Clone), |
| 8449 | (ndr_push_flags_fn_t) ndr_push_Clone, |
| 8450 | (ndr_pull_flags_fn_t) ndr_pull_Clone, |
| 8451 | - (ndr_print_function_t) ndr_print_Clone, |
| 8452 | + (ndr_print_function_t) ndr_print_disabled, |
| 8453 | { 0, NULL }, |
| 8454 | { 0, NULL }, |
| 8455 | }, |
| 8456 | @@ -5152,7 +5152,7 @@ static const struct ndr_interface_call I |
| 8457 | sizeof(struct GetNames), |
| 8458 | (ndr_push_flags_fn_t) ndr_push_GetNames, |
| 8459 | (ndr_pull_flags_fn_t) ndr_pull_GetNames, |
| 8460 | - (ndr_print_function_t) ndr_print_GetNames, |
| 8461 | + (ndr_print_function_t) ndr_print_disabled, |
| 8462 | { 0, NULL }, |
| 8463 | { 0, NULL }, |
| 8464 | }, |
| 8465 | @@ -5161,7 +5161,7 @@ static const struct ndr_interface_call I |
| 8466 | sizeof(struct BeginEnumeration), |
| 8467 | (ndr_push_flags_fn_t) ndr_push_BeginEnumeration, |
| 8468 | (ndr_pull_flags_fn_t) ndr_pull_BeginEnumeration, |
| 8469 | - (ndr_print_function_t) ndr_print_BeginEnumeration, |
| 8470 | + (ndr_print_function_t) ndr_print_disabled, |
| 8471 | { 0, NULL }, |
| 8472 | { 0, NULL }, |
| 8473 | }, |
| 8474 | @@ -5170,7 +5170,7 @@ static const struct ndr_interface_call I |
| 8475 | sizeof(struct Next), |
| 8476 | (ndr_push_flags_fn_t) ndr_push_Next, |
| 8477 | (ndr_pull_flags_fn_t) ndr_pull_Next, |
| 8478 | - (ndr_print_function_t) ndr_print_Next, |
| 8479 | + (ndr_print_function_t) ndr_print_disabled, |
| 8480 | { 0, NULL }, |
| 8481 | { 0, NULL }, |
| 8482 | }, |
| 8483 | @@ -5179,7 +5179,7 @@ static const struct ndr_interface_call I |
| 8484 | sizeof(struct EndEnumeration), |
| 8485 | (ndr_push_flags_fn_t) ndr_push_EndEnumeration, |
| 8486 | (ndr_pull_flags_fn_t) ndr_pull_EndEnumeration, |
| 8487 | - (ndr_print_function_t) ndr_print_EndEnumeration, |
| 8488 | + (ndr_print_function_t) ndr_print_disabled, |
| 8489 | { 0, NULL }, |
| 8490 | { 0, NULL }, |
| 8491 | }, |
| 8492 | @@ -5188,7 +5188,7 @@ static const struct ndr_interface_call I |
| 8493 | sizeof(struct SetValue), |
| 8494 | (ndr_push_flags_fn_t) ndr_push_SetValue, |
| 8495 | (ndr_pull_flags_fn_t) ndr_pull_SetValue, |
| 8496 | - (ndr_print_function_t) ndr_print_SetValue, |
| 8497 | + (ndr_print_function_t) ndr_print_disabled, |
| 8498 | { 0, NULL }, |
| 8499 | { 0, NULL }, |
| 8500 | }, |
| 8501 | @@ -5197,7 +5197,7 @@ static const struct ndr_interface_call I |
| 8502 | sizeof(struct GetValue), |
| 8503 | (ndr_push_flags_fn_t) ndr_push_GetValue, |
| 8504 | (ndr_pull_flags_fn_t) ndr_pull_GetValue, |
| 8505 | - (ndr_print_function_t) ndr_print_GetValue, |
| 8506 | + (ndr_print_function_t) ndr_print_disabled, |
| 8507 | { 0, NULL }, |
| 8508 | { 0, NULL }, |
| 8509 | }, |
| 8510 | @@ -5206,7 +5206,7 @@ static const struct ndr_interface_call I |
| 8511 | sizeof(struct DeleteValue), |
| 8512 | (ndr_push_flags_fn_t) ndr_push_DeleteValue, |
| 8513 | (ndr_pull_flags_fn_t) ndr_pull_DeleteValue, |
| 8514 | - (ndr_print_function_t) ndr_print_DeleteValue, |
| 8515 | + (ndr_print_function_t) ndr_print_disabled, |
| 8516 | { 0, NULL }, |
| 8517 | { 0, NULL }, |
| 8518 | }, |
| 8519 | @@ -5215,7 +5215,7 @@ static const struct ndr_interface_call I |
| 8520 | sizeof(struct DeleteAll), |
| 8521 | (ndr_push_flags_fn_t) ndr_push_DeleteAll, |
| 8522 | (ndr_pull_flags_fn_t) ndr_pull_DeleteAll, |
| 8523 | - (ndr_print_function_t) ndr_print_DeleteAll, |
| 8524 | + (ndr_print_function_t) ndr_print_disabled, |
| 8525 | { 0, NULL }, |
| 8526 | { 0, NULL }, |
| 8527 | }, |
| 8528 | @@ -5963,7 +5963,7 @@ static const struct ndr_interface_call I |
| 8529 | sizeof(struct EstablishPosition), |
| 8530 | (ndr_push_flags_fn_t) ndr_push_EstablishPosition, |
| 8531 | (ndr_pull_flags_fn_t) ndr_pull_EstablishPosition, |
| 8532 | - (ndr_print_function_t) ndr_print_EstablishPosition, |
| 8533 | + (ndr_print_function_t) ndr_print_disabled, |
| 8534 | { 0, NULL }, |
| 8535 | { 0, NULL }, |
| 8536 | }, |
| 8537 | @@ -5972,7 +5972,7 @@ static const struct ndr_interface_call I |
| 8538 | sizeof(struct RequestChallenge), |
| 8539 | (ndr_push_flags_fn_t) ndr_push_RequestChallenge, |
| 8540 | (ndr_pull_flags_fn_t) ndr_pull_RequestChallenge, |
| 8541 | - (ndr_print_function_t) ndr_print_RequestChallenge, |
| 8542 | + (ndr_print_function_t) ndr_print_disabled, |
| 8543 | { 0, NULL }, |
| 8544 | { 0, NULL }, |
| 8545 | }, |
| 8546 | @@ -5981,7 +5981,7 @@ static const struct ndr_interface_call I |
| 8547 | sizeof(struct WBEMLogin), |
| 8548 | (ndr_push_flags_fn_t) ndr_push_WBEMLogin, |
| 8549 | (ndr_pull_flags_fn_t) ndr_pull_WBEMLogin, |
| 8550 | - (ndr_print_function_t) ndr_print_WBEMLogin, |
| 8551 | + (ndr_print_function_t) ndr_print_disabled, |
| 8552 | { 0, NULL }, |
| 8553 | { 0, NULL }, |
| 8554 | }, |
| 8555 | @@ -5990,7 +5990,7 @@ static const struct ndr_interface_call I |
| 8556 | sizeof(struct NTLMLogin), |
| 8557 | (ndr_push_flags_fn_t) ndr_push_NTLMLogin, |
| 8558 | (ndr_pull_flags_fn_t) ndr_pull_NTLMLogin, |
| 8559 | - (ndr_print_function_t) ndr_print_NTLMLogin, |
| 8560 | + (ndr_print_function_t) ndr_print_disabled, |
| 8561 | { 0, NULL }, |
| 8562 | { 0, NULL }, |
| 8563 | }, |
| 8564 | @@ -6225,7 +6225,7 @@ static const struct ndr_interface_call I |
| 8565 | sizeof(struct IWbemWCOSmartEnum_Next), |
| 8566 | (ndr_push_flags_fn_t) ndr_push_IWbemWCOSmartEnum_Next, |
| 8567 | (ndr_pull_flags_fn_t) ndr_pull_IWbemWCOSmartEnum_Next, |
| 8568 | - (ndr_print_function_t) ndr_print_IWbemWCOSmartEnum_Next, |
| 8569 | + (ndr_print_function_t) ndr_print_disabled, |
| 8570 | { 0, NULL }, |
| 8571 | { 0, NULL }, |
| 8572 | }, |
| 8573 | @@ -6479,7 +6479,7 @@ static const struct ndr_interface_call I |
| 8574 | sizeof(struct Fetch), |
| 8575 | (ndr_push_flags_fn_t) ndr_push_Fetch, |
| 8576 | (ndr_pull_flags_fn_t) ndr_pull_Fetch, |
| 8577 | - (ndr_print_function_t) ndr_print_Fetch, |
| 8578 | + (ndr_print_function_t) ndr_print_disabled, |
| 8579 | { 0, NULL }, |
| 8580 | { 0, NULL }, |
| 8581 | }, |
| 8582 | @@ -6488,7 +6488,7 @@ static const struct ndr_interface_call I |
| 8583 | sizeof(struct Test), |
| 8584 | (ndr_push_flags_fn_t) ndr_push_Test, |
| 8585 | (ndr_pull_flags_fn_t) ndr_pull_Test, |
| 8586 | - (ndr_print_function_t) ndr_print_Test, |
| 8587 | + (ndr_print_function_t) ndr_print_disabled, |
| 8588 | { 0, NULL }, |
| 8589 | { 0, NULL }, |
| 8590 | }, |
| 8591 | @@ -6920,7 +6920,7 @@ static const struct ndr_interface_call I |
| 8592 | sizeof(struct GetResultObject), |
| 8593 | (ndr_push_flags_fn_t) ndr_push_GetResultObject, |
| 8594 | (ndr_pull_flags_fn_t) ndr_pull_GetResultObject, |
| 8595 | - (ndr_print_function_t) ndr_print_GetResultObject, |
| 8596 | + (ndr_print_function_t) ndr_print_disabled, |
| 8597 | { 0, NULL }, |
| 8598 | { 0, NULL }, |
| 8599 | }, |
| 8600 | @@ -6929,7 +6929,7 @@ static const struct ndr_interface_call I |
| 8601 | sizeof(struct GetResultString), |
| 8602 | (ndr_push_flags_fn_t) ndr_push_GetResultString, |
| 8603 | (ndr_pull_flags_fn_t) ndr_pull_GetResultString, |
| 8604 | - (ndr_print_function_t) ndr_print_GetResultString, |
| 8605 | + (ndr_print_function_t) ndr_print_disabled, |
| 8606 | { 0, NULL }, |
| 8607 | { 0, NULL }, |
| 8608 | }, |
| 8609 | @@ -6938,7 +6938,7 @@ static const struct ndr_interface_call I |
| 8610 | sizeof(struct GetResultServices), |
| 8611 | (ndr_push_flags_fn_t) ndr_push_GetResultServices, |
| 8612 | (ndr_pull_flags_fn_t) ndr_pull_GetResultServices, |
| 8613 | - (ndr_print_function_t) ndr_print_GetResultServices, |
| 8614 | + (ndr_print_function_t) ndr_print_disabled, |
| 8615 | { 0, NULL }, |
| 8616 | { 0, NULL }, |
| 8617 | }, |
| 8618 | @@ -6947,7 +6947,7 @@ static const struct ndr_interface_call I |
| 8619 | sizeof(struct GetCallStatus), |
| 8620 | (ndr_push_flags_fn_t) ndr_push_GetCallStatus, |
| 8621 | (ndr_pull_flags_fn_t) ndr_pull_GetCallStatus, |
| 8622 | - (ndr_print_function_t) ndr_print_GetCallStatus, |
| 8623 | + (ndr_print_function_t) ndr_print_disabled, |
| 8624 | { 0, NULL }, |
| 8625 | { 0, NULL }, |
| 8626 | }, |
| 8627 | @@ -7211,7 +7211,7 @@ static const struct ndr_interface_call I |
| 8628 | sizeof(struct SetStatus), |
| 8629 | (ndr_push_flags_fn_t) ndr_push_SetStatus, |
| 8630 | (ndr_pull_flags_fn_t) ndr_pull_SetStatus, |
| 8631 | - (ndr_print_function_t) ndr_print_SetStatus, |
| 8632 | + (ndr_print_function_t) ndr_print_disabled, |
| 8633 | { 0, NULL }, |
| 8634 | { 0, NULL }, |
| 8635 | }, |
| 8636 | @@ -7220,7 +7220,7 @@ static const struct ndr_interface_call I |
| 8637 | sizeof(struct Indicate), |
| 8638 | (ndr_push_flags_fn_t) ndr_push_Indicate, |
| 8639 | (ndr_pull_flags_fn_t) ndr_pull_Indicate, |
| 8640 | - (ndr_print_function_t) ndr_print_Indicate, |
| 8641 | + (ndr_print_function_t) ndr_print_disabled, |
| 8642 | { 0, NULL }, |
| 8643 | { 0, NULL }, |
| 8644 | }, |
| 8645 | --- a/source3/librpc/gen_ndr/ndr_wzcsvc.c |
| 8646 | +++ b/source3/librpc/gen_ndr/ndr_wzcsvc.c |
| 8647 | @@ -711,7 +711,7 @@ static const struct ndr_interface_call w |
| 8648 | sizeof(struct wzcsvc_EnumInterfaces), |
| 8649 | (ndr_push_flags_fn_t) ndr_push_wzcsvc_EnumInterfaces, |
| 8650 | (ndr_pull_flags_fn_t) ndr_pull_wzcsvc_EnumInterfaces, |
| 8651 | - (ndr_print_function_t) ndr_print_wzcsvc_EnumInterfaces, |
| 8652 | + (ndr_print_function_t) ndr_print_disabled, |
| 8653 | { 0, NULL }, |
| 8654 | { 0, NULL }, |
| 8655 | }, |
| 8656 | @@ -720,7 +720,7 @@ static const struct ndr_interface_call w |
| 8657 | sizeof(struct wzcsvc_QueryInterface), |
| 8658 | (ndr_push_flags_fn_t) ndr_push_wzcsvc_QueryInterface, |
| 8659 | (ndr_pull_flags_fn_t) ndr_pull_wzcsvc_QueryInterface, |
| 8660 | - (ndr_print_function_t) ndr_print_wzcsvc_QueryInterface, |
| 8661 | + (ndr_print_function_t) ndr_print_disabled, |
| 8662 | { 0, NULL }, |
| 8663 | { 0, NULL }, |
| 8664 | }, |
| 8665 | @@ -729,7 +729,7 @@ static const struct ndr_interface_call w |
| 8666 | sizeof(struct wzcsvc_SetInterface), |
| 8667 | (ndr_push_flags_fn_t) ndr_push_wzcsvc_SetInterface, |
| 8668 | (ndr_pull_flags_fn_t) ndr_pull_wzcsvc_SetInterface, |
| 8669 | - (ndr_print_function_t) ndr_print_wzcsvc_SetInterface, |
| 8670 | + (ndr_print_function_t) ndr_print_disabled, |
| 8671 | { 0, NULL }, |
| 8672 | { 0, NULL }, |
| 8673 | }, |
| 8674 | @@ -738,7 +738,7 @@ static const struct ndr_interface_call w |
| 8675 | sizeof(struct wzcsvc_RefreshInterface), |
| 8676 | (ndr_push_flags_fn_t) ndr_push_wzcsvc_RefreshInterface, |
| 8677 | (ndr_pull_flags_fn_t) ndr_pull_wzcsvc_RefreshInterface, |
| 8678 | - (ndr_print_function_t) ndr_print_wzcsvc_RefreshInterface, |
| 8679 | + (ndr_print_function_t) ndr_print_disabled, |
| 8680 | { 0, NULL }, |
| 8681 | { 0, NULL }, |
| 8682 | }, |
| 8683 | @@ -747,7 +747,7 @@ static const struct ndr_interface_call w |
| 8684 | sizeof(struct wzcsvc_QueryContext), |
| 8685 | (ndr_push_flags_fn_t) ndr_push_wzcsvc_QueryContext, |
| 8686 | (ndr_pull_flags_fn_t) ndr_pull_wzcsvc_QueryContext, |
| 8687 | - (ndr_print_function_t) ndr_print_wzcsvc_QueryContext, |
| 8688 | + (ndr_print_function_t) ndr_print_disabled, |
| 8689 | { 0, NULL }, |
| 8690 | { 0, NULL }, |
| 8691 | }, |
| 8692 | @@ -756,7 +756,7 @@ static const struct ndr_interface_call w |
| 8693 | sizeof(struct wzcsvc_SetContext), |
| 8694 | (ndr_push_flags_fn_t) ndr_push_wzcsvc_SetContext, |
| 8695 | (ndr_pull_flags_fn_t) ndr_pull_wzcsvc_SetContext, |
| 8696 | - (ndr_print_function_t) ndr_print_wzcsvc_SetContext, |
| 8697 | + (ndr_print_function_t) ndr_print_disabled, |
| 8698 | { 0, NULL }, |
| 8699 | { 0, NULL }, |
| 8700 | }, |
| 8701 | @@ -765,7 +765,7 @@ static const struct ndr_interface_call w |
| 8702 | sizeof(struct wzcsvc_EapolUIResponse), |
| 8703 | (ndr_push_flags_fn_t) ndr_push_wzcsvc_EapolUIResponse, |
| 8704 | (ndr_pull_flags_fn_t) ndr_pull_wzcsvc_EapolUIResponse, |
| 8705 | - (ndr_print_function_t) ndr_print_wzcsvc_EapolUIResponse, |
| 8706 | + (ndr_print_function_t) ndr_print_disabled, |
| 8707 | { 0, NULL }, |
| 8708 | { 0, NULL }, |
| 8709 | }, |
| 8710 | @@ -774,7 +774,7 @@ static const struct ndr_interface_call w |
| 8711 | sizeof(struct wzcsvc_EapolGetCustomAuthData), |
| 8712 | (ndr_push_flags_fn_t) ndr_push_wzcsvc_EapolGetCustomAuthData, |
| 8713 | (ndr_pull_flags_fn_t) ndr_pull_wzcsvc_EapolGetCustomAuthData, |
| 8714 | - (ndr_print_function_t) ndr_print_wzcsvc_EapolGetCustomAuthData, |
| 8715 | + (ndr_print_function_t) ndr_print_disabled, |
| 8716 | { 0, NULL }, |
| 8717 | { 0, NULL }, |
| 8718 | }, |
| 8719 | @@ -783,7 +783,7 @@ static const struct ndr_interface_call w |
| 8720 | sizeof(struct wzcsvc_EapolSetCustomAuthData), |
| 8721 | (ndr_push_flags_fn_t) ndr_push_wzcsvc_EapolSetCustomAuthData, |
| 8722 | (ndr_pull_flags_fn_t) ndr_pull_wzcsvc_EapolSetCustomAuthData, |
| 8723 | - (ndr_print_function_t) ndr_print_wzcsvc_EapolSetCustomAuthData, |
| 8724 | + (ndr_print_function_t) ndr_print_disabled, |
| 8725 | { 0, NULL }, |
| 8726 | { 0, NULL }, |
| 8727 | }, |
| 8728 | @@ -792,7 +792,7 @@ static const struct ndr_interface_call w |
| 8729 | sizeof(struct wzcsvc_EapolGetInterfaceParams), |
| 8730 | (ndr_push_flags_fn_t) ndr_push_wzcsvc_EapolGetInterfaceParams, |
| 8731 | (ndr_pull_flags_fn_t) ndr_pull_wzcsvc_EapolGetInterfaceParams, |
| 8732 | - (ndr_print_function_t) ndr_print_wzcsvc_EapolGetInterfaceParams, |
| 8733 | + (ndr_print_function_t) ndr_print_disabled, |
| 8734 | { 0, NULL }, |
| 8735 | { 0, NULL }, |
| 8736 | }, |
| 8737 | @@ -801,7 +801,7 @@ static const struct ndr_interface_call w |
| 8738 | sizeof(struct wzcsvc_EapolSetInterfaceParams), |
| 8739 | (ndr_push_flags_fn_t) ndr_push_wzcsvc_EapolSetInterfaceParams, |
| 8740 | (ndr_pull_flags_fn_t) ndr_pull_wzcsvc_EapolSetInterfaceParams, |
| 8741 | - (ndr_print_function_t) ndr_print_wzcsvc_EapolSetInterfaceParams, |
| 8742 | + (ndr_print_function_t) ndr_print_disabled, |
| 8743 | { 0, NULL }, |
| 8744 | { 0, NULL }, |
| 8745 | }, |
| 8746 | @@ -810,7 +810,7 @@ static const struct ndr_interface_call w |
| 8747 | sizeof(struct wzcsvc_EapolReAuthenticateInterface), |
| 8748 | (ndr_push_flags_fn_t) ndr_push_wzcsvc_EapolReAuthenticateInterface, |
| 8749 | (ndr_pull_flags_fn_t) ndr_pull_wzcsvc_EapolReAuthenticateInterface, |
| 8750 | - (ndr_print_function_t) ndr_print_wzcsvc_EapolReAuthenticateInterface, |
| 8751 | + (ndr_print_function_t) ndr_print_disabled, |
| 8752 | { 0, NULL }, |
| 8753 | { 0, NULL }, |
| 8754 | }, |
| 8755 | @@ -819,7 +819,7 @@ static const struct ndr_interface_call w |
| 8756 | sizeof(struct wzcsvc_EapolQueryInterfaceState), |
| 8757 | (ndr_push_flags_fn_t) ndr_push_wzcsvc_EapolQueryInterfaceState, |
| 8758 | (ndr_pull_flags_fn_t) ndr_pull_wzcsvc_EapolQueryInterfaceState, |
| 8759 | - (ndr_print_function_t) ndr_print_wzcsvc_EapolQueryInterfaceState, |
| 8760 | + (ndr_print_function_t) ndr_print_disabled, |
| 8761 | { 0, NULL }, |
| 8762 | { 0, NULL }, |
| 8763 | }, |
| 8764 | @@ -828,7 +828,7 @@ static const struct ndr_interface_call w |
| 8765 | sizeof(struct wzcsvc_OpenWZCDbLogSession), |
| 8766 | (ndr_push_flags_fn_t) ndr_push_wzcsvc_OpenWZCDbLogSession, |
| 8767 | (ndr_pull_flags_fn_t) ndr_pull_wzcsvc_OpenWZCDbLogSession, |
| 8768 | - (ndr_print_function_t) ndr_print_wzcsvc_OpenWZCDbLogSession, |
| 8769 | + (ndr_print_function_t) ndr_print_disabled, |
| 8770 | { 0, NULL }, |
| 8771 | { 0, NULL }, |
| 8772 | }, |
| 8773 | @@ -837,7 +837,7 @@ static const struct ndr_interface_call w |
| 8774 | sizeof(struct wzcsvc_CloseWZCDbLogSession), |
| 8775 | (ndr_push_flags_fn_t) ndr_push_wzcsvc_CloseWZCDbLogSession, |
| 8776 | (ndr_pull_flags_fn_t) ndr_pull_wzcsvc_CloseWZCDbLogSession, |
| 8777 | - (ndr_print_function_t) ndr_print_wzcsvc_CloseWZCDbLogSession, |
| 8778 | + (ndr_print_function_t) ndr_print_disabled, |
| 8779 | { 0, NULL }, |
| 8780 | { 0, NULL }, |
| 8781 | }, |
| 8782 | @@ -846,7 +846,7 @@ static const struct ndr_interface_call w |
| 8783 | sizeof(struct wzcsvc_EnumWZCDbLogRecords), |
| 8784 | (ndr_push_flags_fn_t) ndr_push_wzcsvc_EnumWZCDbLogRecords, |
| 8785 | (ndr_pull_flags_fn_t) ndr_pull_wzcsvc_EnumWZCDbLogRecords, |
| 8786 | - (ndr_print_function_t) ndr_print_wzcsvc_EnumWZCDbLogRecords, |
| 8787 | + (ndr_print_function_t) ndr_print_disabled, |
| 8788 | { 0, NULL }, |
| 8789 | { 0, NULL }, |
| 8790 | }, |
| 8791 | @@ -855,7 +855,7 @@ static const struct ndr_interface_call w |
| 8792 | sizeof(struct wzcsvc_FlushWZCdbLog), |
| 8793 | (ndr_push_flags_fn_t) ndr_push_wzcsvc_FlushWZCdbLog, |
| 8794 | (ndr_pull_flags_fn_t) ndr_pull_wzcsvc_FlushWZCdbLog, |
| 8795 | - (ndr_print_function_t) ndr_print_wzcsvc_FlushWZCdbLog, |
| 8796 | + (ndr_print_function_t) ndr_print_disabled, |
| 8797 | { 0, NULL }, |
| 8798 | { 0, NULL }, |
| 8799 | }, |
| 8800 | @@ -864,7 +864,7 @@ static const struct ndr_interface_call w |
| 8801 | sizeof(struct wzcsvc_GetWZCDbLogRecord), |
| 8802 | (ndr_push_flags_fn_t) ndr_push_wzcsvc_GetWZCDbLogRecord, |
| 8803 | (ndr_pull_flags_fn_t) ndr_pull_wzcsvc_GetWZCDbLogRecord, |
| 8804 | - (ndr_print_function_t) ndr_print_wzcsvc_GetWZCDbLogRecord, |
| 8805 | + (ndr_print_function_t) ndr_print_disabled, |
| 8806 | { 0, NULL }, |
| 8807 | { 0, NULL }, |
| 8808 | }, |
| 8809 | --- a/source3/librpc/gen_ndr/ndr_xattr.c |
| 8810 | +++ b/source3/librpc/gen_ndr/ndr_xattr.c |
| 8811 | @@ -1101,7 +1101,7 @@ static const struct ndr_interface_call x |
| 8812 | sizeof(struct xattr_parse_DOSATTRIB), |
| 8813 | (ndr_push_flags_fn_t) ndr_push_xattr_parse_DOSATTRIB, |
| 8814 | (ndr_pull_flags_fn_t) ndr_pull_xattr_parse_DOSATTRIB, |
| 8815 | - (ndr_print_function_t) ndr_print_xattr_parse_DOSATTRIB, |
| 8816 | + (ndr_print_function_t) ndr_print_disabled, |
| 8817 | { 0, NULL }, |
| 8818 | { 0, NULL }, |
| 8819 | }, |
| 8820 | --- /dev/null |
| 8821 | +++ b/source3/remove-librpc-print-calls.sh |
| 8822 | @@ -0,0 +1,22 @@ |
| 8823 | +#!/usr/bin/env bash |
| 8824 | +set -e |
| 8825 | +for file in ${1:-librpc/gen_ndr/ndr_*.c}; do |
| 8826 | + quilt add "$file" || true |
| 8827 | + awk ' |
| 8828 | +$0 ~ /^static const struct ndr_interface_call .* = {$/ { |
| 8829 | + replace = 1 |
| 8830 | +} |
| 8831 | + |
| 8832 | +$0 ~ /^}$/ { |
| 8833 | + replace = 0; |
| 8834 | +} |
| 8835 | + |
| 8836 | +replace == 1 { |
| 8837 | + gsub(/.ndr_print_function_t. .*,/, "(ndr_print_function_t) ndr_print_disabled,", $0) |
| 8838 | +} |
| 8839 | +{ |
| 8840 | + print $0 |
| 8841 | +} |
| 8842 | + ' < "$file" > "$file.new" |
| 8843 | + mv "$file.new" "$file" |
| 8844 | +done |
| 8845 | --- a/librpc/ndr/libndr.h |
| 8846 | +++ b/librpc/ndr/libndr.h |
| 8847 | @@ -597,6 +597,7 @@ _PUBLIC_ enum ndr_err_code ndr_push_enum |
| 8848 | _PUBLIC_ enum ndr_err_code ndr_push_enum_uint1632(struct ndr_push *ndr, int ndr_flags, uint16_t v); |
| 8849 | |
| 8850 | _PUBLIC_ void ndr_print_bool(struct ndr_print *ndr, const char *name, const bool b); |
| 8851 | +_PUBLIC_ void ndr_print_disabled(struct ndr_print *ndr, const char *name, int flags, void *r); |
| 8852 | |
| 8853 | #ifndef VERBOSE_ERROR |
| 8854 | #define ndr_print_bool(...) do {} while (0) |
| 8855 | |