summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_shutdown.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r10432: BUG 3080: fix 'net rpc shutdown' for XP clientsGerald Carter1-1/+2
(This used to be commit e877a5148783f4ce920a1f21f2081c32ebbbe827)
2007-10-10r10278: more fixes for bug 3080. Ensure the length on the message string is ↵Gerald Carter1-0/+6
correct. Windows 2000 is very senstive io this apparently (This used to be commit 0fd02f1477dbf38ddab614b1171ac66124e15cf3)
2007-10-10r10243: fix net rpc shutdown (missing alignments and sending an invalid ↵Gerald Carter1-3/+10
UNISTR4 for this request) (This used to be commit cf99e1716dfa880f84abc55062389d03fff05509)
2007-10-10r6014: rather large change set....Gerald Carter1-23/+100
pulling back all recent rpc changes from trunk into 3.0. I've tested a compile and so don't think I've missed any files. But if so, just mail me and I'll clean backup in a couple of hours. Changes include \winreg, \eventlog, \svcctl, and general parse_misc.c updates. I am planning on bracketing the event code with an #ifdef ENABLE_EVENTLOG until I finish merging Marcin's changes (very soon). (This used to be commit 4e0ac63c36527cd8c52ef720cae17e84f67e7221)
2003-10-24New files for support of initshutdown pipe. Win2k doesn't respond properlyJim McDonough1-0/+163
to all requests on the winreg pipe, so we need to handle this new pipe. First part of fix for bug #534 (This used to be commit 532fab74c12d8c55872c2bad2abead2647f919d7)