summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/ndr_samr.c
AgeCommit message (Collapse)AuthorFilesLines
2009-10-08s3/s4:samr.idl - Corrects the "userPwdChangeFailureInformation" structureMatthias Dieter Wallnöfer1-47/+79
This I've done according to WSPP doc MS-SAMR 2.2.7.23.
2009-10-07idl: recompile IDL for uint1632 changeAndrew Tridgell1-14/+14
2009-10-02idl: rebuilt the IDL for the build farmAndrew Tridgell1-0/+130
2009-09-29s3: re-run make idl_full.Günther Deschner1-0/+16
Guenther
2009-09-17idl: regenerate IDL for NDR64 changesAndrew Tridgell1-22/+22
2009-09-17idl: recompile our IDLAndrew Tridgell1-109/+109
The NDR64 change affects every IDL file
2009-08-12librpc: rerun "make idl_full"Kai Blin1-40/+40
2009-07-27librpc: rerun "make idl_full"Stefan Metzmacher1-3/+3
metze
2009-07-14s3: re-run make idl.Günther Deschner1-0/+2
Guenther
2009-06-23s3: re-run make idl.Günther Deschner1-21/+103
Guenther
2009-04-29samr: fix samr_ConnectVersion enum which is 32bit not 16bit.Günther Deschner1-3/+3
Volker, please check. Rafal, haven't we seen this in your tests at sambaxp as well ? Guenther
2009-04-15Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+Jeremy Allison1-1/+1
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-01-17librpc: Re-run make idl_fullTim Prouty1-3/+3
2008-12-16Add new script for building IDL files in librpc/idl, generating bothJelmer Vernooij1-1/+1
Samba 3 and Samba 4 output.
2008-12-16Move shared gen_ndr files to librpc/gen_ndr in the root.Jelmer Vernooij1-0/+12856
At the moment these files are used just by Samba 3, but the next step will be using them from Samba 4 as well.