summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/initshutdown.h
AgeCommit message (Collapse)AuthorFilesLines
2008-12-16Move shared gen_ndr files to librpc/gen_ndr in the root.Jelmer Vernooij1-54/+0
At the moment these files are used just by Samba 3, but the next step will be using them from Samba 4 as well.
2008-10-15Rename reboot -> do_reboot since the first is a reserved name on FreeBSD.Jelmer Vernooij1-2/+2
2008-10-15Share initshutdown.idl.Jelmer Vernooij1-15/+4
2008-09-17Sync more interface descriptions between Samba 3 and Samba 4.Jelmer Vernooij1-0/+1
2008-07-22Fix warnings on FreeBSD-based platformsZach Loafman1-2/+2
Fix two shadowed declaration warnings on FreeBSD-based platform: 'reboot' is a 4.0BSD syscall in unistd.h and 'tcp_seq' is a typedef in netinet/tcp.h. (This used to be commit 14d2a4da1da38d6f69c63505d35990322f253e5d)
2008-01-17idl: Update initshutdown and echo IDL from Samba 4.Jelmer Vernooij1-2/+2
(This used to be commit 35d71a40b385a62b8c85ed68e64b6d38d80aeb3c)
2007-10-10r21385: Regenerate IDL after pidl changes, sync winreg.idl from samba4.Jelmer Vernooij1-0/+2
(This used to be commit b84370513fbf790e599c33f177fb271a2a992b72)
2007-10-10r18690: Regenerate RPC files after pidl changes.Jelmer Vernooij1-17/+17
(This used to be commit 87d34305374e867eeac9d75d5d690c6b15570e6e)
2007-10-10r18560: * Add in the winreg and initshutdown IDL filesGerald Carter1-0/+62
* rename PI_SHUTDOWN from include/smb.h to PI_INITSHUTDOWN for compatibility with pidl libndr output (This used to be commit 23a882861311d9d6ca45af1bfcc90d05846ba3a9)