summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/cli_lsa.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r21385: Regenerate IDL after pidl changes, sync winreg.idl from samba4.Jelmer Vernooij1-82/+82
(This used to be commit b84370513fbf790e599c33f177fb271a2a992b72)
2007-10-10r20832: Remove extra pointers previously added to unique [out] pointers. ↵Jelmer Vernooij1-48/+94
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-94/+48
changed calls yet. Volker (This used to be commit 144cddaef538cf151ec2c4989e7110c553ca63cb)
2007-10-10r18981: * cleanup some vestiges of old cli_reg.c code and mark some TODOGerald Carter1-23/+397
items in cac_winreg.c * Get 'net rpc registry enumerate' to list values again * Fix winreg.idl QueryInfoKey(). The max_subkeysize is the max_classlen (we previously had this correct in Samba3") * fix valgrind error about uninitialized memory and use-before-set on size value inmemset() call * Fix key enumeration in 'net rpc registry enumerate' * regenerate gen_dir files based on local pidl patches Please note that the generated ndr files are from my local copy of pidl. If you need to regenerate, please apply the patch that I posted to the samba-technical list earlier today. (This used to be commit 5d843612a1b9d92022f76626f1c7473faebec4ba)
2007-10-10r18692: Dump debug data when DEBUGLEVEL >= 10Jelmer Vernooij1-0/+656
(This used to be commit 503d1a27d5838718355fdd37968c3670f53b1cd7)
2007-10-10r18271: Big change:Gerald Carter1-0/+1612
* 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)