summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/samr.h
AgeCommit message (Collapse)AuthorFilesLines
2009-04-15Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+Jeremy Allison1-2/+2
What a difference a name makes... :-). Just because something is missnamed SAMR_ACCESS_OPEN_DOMAIN, when it should actually be SAMR_ACCESS_LOOKUP_DOMAIN, don't automatically use it for a security check in _samr_OpenDomain(). Jeremy.
2009-02-25Rerun pidl.Jelmer Vernooij1-0/+2
2008-12-16Don't write out forward declarations for enums, as some compilers don'tJelmer Vernooij1-2/+0
seem to like it.
2008-12-16Move shared gen_ndr files to librpc/gen_ndr in the root.Jelmer Vernooij1-0/+1827
At the moment these files are used just by Samba 3, but the next step will be using them from Samba 4 as well.