summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/cli_lsa.h
AgeCommit message (Collapse)AuthorFilesLines
2008-01-14Fix prototypes for lsa set info policy calls.Günther Deschner1-2/+8
Guenther (This used to be commit 33f6eff92b6bdf804d54c84375cece8a867933f2)
2008-01-09Re-run make idl. The pidl generated code now fully complies to coding standards.Günther Deschner1-82/+347
Guenther (This used to be commit 3d34c87612138e4457e824e1a6e3981d1c3fe238)
2007-10-10r20832: Remove extra pointers previously added to unique [out] pointers. ↵Jelmer Vernooij1-19/+19
Instead, add [ref] pointers where necessary (top-level [ref] pointers, by spec, don't appear on the wire). This brings us closer to the DCE/RPC standard again. (This used to be commit 580f2a7197b1bc9db14a643fdd112b40ef37aaef)
2007-10-10r19793: Change the lsa calls to the new calling convention. Nobody uses the ↵Volker Lendecke1-19/+19
changed calls yet. Volker (This used to be commit 144cddaef538cf151ec2c4989e7110c553ca63cb)
2007-10-10r18271: Big change:Gerald Carter1-0/+86
* autogenerate lsa ndr code * rename 'enum SID_NAME_USE' to 'enum lsa_SidType' * merge a log more security descriptor functions from gen_ndr/ndr_security.c in SAMBA_4_0 The most embarassing thing is the "#define strlen_m strlen" We need a real implementation in SAMBA_3_0 which I'll work on after this code is in. (This used to be commit 3da9f80c28b1e75ef6d46d38fbb81ade6b9fa951)