summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/cli_lsa.h
AgeCommit message (Collapse)AuthorFilesLines
2008-02-04Re-run make idl.Günther Deschner1-2/+6
Guenther (This used to be commit ba167f3c9ce17ff458d8292e73ce3deafdd2e240)
2008-02-04Re-run make idl.Günther Deschner1-1/+1
Guenther (This used to be commit f914fd377165f5580e5cfd0c6a92bbb0216f7352)
2008-01-16Merge lsarpc.idl from samba4 and rerun make idl.Günther Deschner1-6/+10
Guenther (This used to be commit d9c8a2271d5d4ff845f1fe5986a2c63d79c41415)
2008-01-14Re-run make idl to update lsa idl.Günther Deschner1-4/+4
Guenther (This used to be commit 94693755a291993217b5cb74794504a8593eae30)
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)