summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/cli_lsa.c
AgeCommit message (Collapse)AuthorFilesLines
2008-02-04Re-run make idl.Günther Deschner1-2/+11
Guenther (This used to be commit ba167f3c9ce17ff458d8292e73ce3deafdd2e240)
2008-02-04Re-run make idl.Günther Deschner1-4/+2
Guenther (This used to be commit f914fd377165f5580e5cfd0c6a92bbb0216f7352)
2008-01-16Merge lsarpc.idl from samba4 and rerun make idl.Günther Deschner1-9/+17
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-14Re-run make idl for new lsa calls.Günther Deschner1-2/+14
Guenther (This used to be commit add28753b2e740804c48db5f6235cb2f8908d82b)
2008-01-09Re-run make idl. The pidl generated code now fully complies to coding standards.Günther Deschner1-328/+1167
Guenther (This used to be commit 3d34c87612138e4457e824e1a6e3981d1c3fe238)
2008-01-08Pedantic cosmetics: rerun make idl.Günther Deschner1-656/+656
Guenther (This used to be commit d1fa8049b1c0a3cebbc2c64e245e8055c8d3e84b)
2007-10-17fix crash bug in pidl generated client code, thisStefan Metzmacher1-23/+23
could have happend with [in,out,unique] pointers when the clients sends a valid pointer, but the server reponse with a NULL pointer (as samba-3.0.26a do for some calls). I've tested with midl to see how windows handles this situation and also the reverse case where the client sends NULL and the server reposnse with non-NULL. It appears that midl generated code just ignores this and only copies the result if both pointers are non-NULL. metze (This used to be commit cb98869fa189ce2a926a00fa9077a114f31a5d45)
2007-10-10r24594: pass down the ndr_interface_table in the samba3 client bindingsStefan Metzmacher1-82/+82
instead of the pull and push functions metze (This used to be commit 5e3d4df9bca069708d72f548dc5ddfc7708ac122)
2007-10-10r24561: merge from SAMBA_4_0:Stefan Metzmacher1-82/+82
rename some DCERPC_ prefixes into NDR_ metze (This used to be commit 8f07b8ab658ae3d63487ca5fb20065318cdd9d0e)
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)