summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_lsa_nt.c
AgeCommit message (Collapse)AuthorFilesLines
2008-02-14Use pidl for _lsa_RemoveAccountRights.Günther Deschner1-25/+12
Guenther (This used to be commit 39f8508f5d978a936779fdfd51b90fec4faa4301)
2008-02-14Use pidl for _lsa_EnumAccountRights().Günther Deschner1-16/+51
Guenther (This used to be commit cb6a84712cf91d104206356f0ac256a071868d66)
2008-02-14Use pidl for _lsa_AddAccountRights().Günther Deschner1-24/+10
Guenther (This used to be commit 253cf1523871f2218e9e59b0a01f47b8bc745ac9)
2008-02-14Use pidl for _lsa_AddPrivilegesToAccount and _lsa_RemovePrivilegesFromAccount.Günther Deschner1-23/+14
Guenther (This used to be commit 0c9904864b5c3b893f99abdebb18d9624aa0f560)
2008-02-14Use pidl for _lsa_LookupPrivValue().Günther Deschner1-14/+8
Guenther (This used to be commit 87dc2471d1c2a5be17604399d4f684193a6bba38)
2008-02-14Remove white space.Günther Deschner1-60/+60
Guenther (This used to be commit a33ed085094b200e153939cb1b02e567f07b1e50)
2008-02-14Use pidl for _lsa_EnumPrivsAccount().Günther Deschner1-14/+39
Guenther (This used to be commit d7655932a7cb436f1ee44e443882e2f06d598aa0)
2008-02-14Fix typo.Günther Deschner1-3/+3
Guenther (This used to be commit 4e3357ac3a1b0adac1744a71f997e3442e0e4209)
2008-02-14Use pidl for _lsa_EnumAccounts.Günther Deschner1-26/+24
Guenther (This used to be commit 07e5138ad960bce8569ea593ca9a1b4fbf2b1048)
2008-02-13Use pidl for _lsa_EnumTrustDom()Günther Deschner1-22/+30
Guenther (This used to be commit 1f45079907d03116b48b55d616281ed4359a66d8)
2008-02-12Collect all init_lsa_string varients in one place.Günther Deschner1-14/+0
Guenther (This used to be commit f4581e9f4482566fba9436d5ae058b8d840fa394)
2008-02-11Use pidl for _lsa_GetUserName().Günther Deschner1-20/+28
Guenther (This used to be commit b24cf05dcad5696a7b948c93de9e995c2b53e80f)
2008-02-11Use pidl for _lsa_LookupPrivDisplayName().Günther Deschner1-29/+22
Guenther (This used to be commit c86640320199898cc5e3040bc3339db683e98da8)
2008-02-11Use pidl for _lsa_EnumPrivs().Günther Deschner1-25/+24
Guenther (This used to be commit 62944007315c1744e2d2db7db593bc72af4b643b)
2008-02-09Testing revealed some errors, reverting some of the lsa changes.Günther Deschner1-2/+2
Guenther (This used to be commit ac1e4f1eb2c046def4fa30ab0bd98c49add8e8c8)
2008-02-08Use pidl for _lsa_GetSystemAccessAccount().Günther Deschner1-10/+5
Guenther (This used to be commit aaf662a724f1bae5333666caf8b2fbe908f13992)
2008-02-08Use pidl for _lsa_SetSystemAccessAccount().Günther Deschner1-9/+3
Guenther (This used to be commit 478612b79d11fa1ad3bf16e317d63c2a00e1957a)
2008-02-08Use pidl for _lsa_OpenAccount().Günther Deschner1-12/+7
Guenther (This used to be commit e1968880a88ad2a56c5fef7d416646dcb96965ef)
2008-02-08Use pidl for _lsa_CreateAccount().Günther Deschner1-13/+8
Guenther (This used to be commit d71f56a293d67971c45ee44219752a55fb21f8be)
2008-02-08Remove unused marshalling for LSA_QUERY_INFO2.Günther Deschner1-1/+1
Guenther (This used to be commit 0fac016d9d0018c983576d5cc8c3e06f40360b73)
2008-02-08Use pidl for _lsa_QueryInfoPolicy().Günther Deschner1-70/+61
Guenther (This used to be commit 1b931e9145910a74b9e9661a9255cd79e434ffea)
2008-02-04Use pidl for (dummy) _lsa_DeleteObject().Günther Deschner1-7/+3
Guenther (This used to be commit 81e2e3a288fb40bf4ba1b83adf459a0cf6f02ed2)
2008-02-04Use pidl for _lsa_QuerySecurity().Günther Deschner1-17/+8
Guenther (This used to be commit 6b2f205844b1e2af4c74247fed13d6e383319067)
2008-02-04Use pidl for _lsa_OpenPolicy2().Günther Deschner1-10/+5
Guenther (This used to be commit fc29364abe10d3ec249602cb3437e50294f5de76)
2008-02-04Use pidl for _lsa_OpenPolicy().Günther Deschner1-10/+5
Guenther (This used to be commit b6b226e6365477f855de1e549ef32df452838031)
2008-01-16Merge lsarpc.idl from samba4 and rerun make idl.Günther Deschner1-1/+1
Guenther (This used to be commit d9c8a2271d5d4ff845f1fe5986a2c63d79c41415)
2007-12-21Some C++ fixesVolker Lendecke1-1/+3
(This used to be commit 5c392c4c6e277a24d0d477902dc7856b2b46ee53)
2007-12-17Fix for bug #4801: Correctly implement lsa lookup levels for lookupnames.Michael Adam1-9/+28
This patch is still incomplete in that winbindd does not walk the the trusted domains to lookup unqualified names here. Apart from that this fix should be pretty much complete. Michael (This used to be commit f7efc0eca9426e63b751c07a90265a12bb39cf95)
2007-12-15s/sid_to_string/sid_to_fstring/Volker Lendecke1-2/+2
least surprise for callers (This used to be commit eb523ba77697346a365589101aac379febecd546)
2007-12-15Replace sid_string_static with sid_to_stringVolker Lendecke1-1/+3
This adds 28 fstrings on the stack, but I think an fstring on the stack is still far better than a static one. (This used to be commit c7c885078be8fd3024c186044ac28275d7609679)
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke1-6/+7
(This used to be commit bb35e794ec129805e874ceba882bcc1e84791a09)
2007-12-14Revert "Fix for bug #4801: Correctly implement lsa lookup levels for ↵Stefan Metzmacher1-28/+9
lookupnames." As it breaks all tests which try to join a new machine account. So more testing is needed... metze This reverts commit dd320c0924ce393a89b1cab020fd5cffc5b80380. (This used to be commit cccb80b7b7980fbe1298ce266375e51bacb4a425)
2007-12-13Fix for bug #4801: Correctly implement lsa lookup levels for lookupnames.Michael Adam1-9/+28
This is a first patch aimed at fixing bug #4801. It is still incomplete in that winbindd does not walk the the trusted domains to lookup unqualified names here. Apart from that this fix should be pretty much complete. Michael (This used to be commit dd320c0924ce393a89b1cab020fd5cffc5b80380)
2007-11-08Fix case where we have no dns domain name. Return a talloc of "".Jeremy Allison1-1/+1
Jeremy. (This used to be commit ab8934844a8ae08657769ce1787c32f14a7eb745)
2007-11-08Remove more fstring/pstring bad useage. Go talloc !Jeremy Allison1-3/+5
Jeremy. (This used to be commit 2a0173743d2cf615d52278f3dd87cc804abe2d16)
2007-10-17r17064: lsa_GetUserName needs to return the name for S-1-5-7 on an anonymous ↵Volker Lendecke1-4/+16
login. Found that because I want to play around with setsharesecurity, for this I need the "whoami" call figuring out the SID of the currently connected user. Not activating this test yet until the build farm has picked up the new samba4 revision. Volker (cherry picked from commit 5cfe482841b77208b68376f9e2b8a4a62271f7c9) (This used to be commit 15935bad1d756d3896f0687108e60ca10a35a936)
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-39/+28
(This used to be commit 5c6c8e1fe93f340005110a7833946191659d88ab)
2007-10-10r25534: Apply some constVolker Lendecke1-1/+1
Why? It moves these structs from the data into the text segment, so they will never been copy-on-write copied. Not much, but as in German you say "Kleinvieh macht auch Mist...." (This used to be commit 0141e64ad4972232de867137064d0dae62da22ee)
2007-10-10r24165: Fix Coverity ID 369.Volker Lendecke1-5/+5
This was not really a bug I think, but this change cleans up the code a bit. (This used to be commit 59b4914df3ecc97a1c629e8c7a066aed8e8d9226)
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
(This used to be commit 87c91e4362c51819032bfbebbb273c52e203b227)
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
2007-10-10r23402: Got bitten by a talloc hierarchy. Make sure we allocJeremy Allison1-3/+3
off the pipe ctx now ->names is part of the containing struct. Jeremy. (This used to be commit 02fd43490212e9ff8f784ce4d33d64566d58fd82)
2007-10-10r23400: Fix lsa crash bug #4683. The "names" enum structJeremy Allison1-25/+10
in a lookup_sidX reply isn't optional - like the lookup_sidX query it needs to be defined in the struct. All this will go away with PIDL (thank goodness....). Jerry - I think this is a showstopper to be merged for 3.0.25b. I'll be watching the build farm to see if anything broke. Jeremy. (This used to be commit 9300b92f7a51eb80fdc039d8dad23ea9ce82aa8f)
2007-10-10r22675: Simo's patch for 0 size allocation. Still needJeremy Allison1-7/+9
to examine parse_misc.c fix. Jeremy. (This used to be commit 80d981265cd3bc9d73c5da3c514ec736e2dfa73a)
2007-10-10r22587: Ensure TALLOC_ZERO_ARRAY is consistent.Jeremy Allison1-23/+62
Jeremy. (This used to be commit c3df5d08dd6a983f9d53dc6628a50e571d322e8d)
2007-10-10r22573: Fix old bug mixing free() and talloc_free()Jeremy Allison1-1/+1
when the add_sid_to_array_XX code was moved from malloc to talloc. Found running valgrind and rpcclient. Needs merging for 3.0.25 final. Jeremy. (This used to be commit 8af56dbd00045049ea3c5022822bbaeeecbd9661)
2007-10-10r20875: Pass DCE/RPC server call arguments as a struct rather than as ↵Jelmer Vernooij1-96/+84
separate arguments. This makes it a bit more similar to the Samba4 code. (This used to be commit 0596badb410a58e7a715e2b17bc0bef0489a2448)
2007-10-10r20824: Send access to the trusted domain passwords through the pdb backend, ↵Volker Lendecke1-2/+1
so that in the next step we can store them in LDAP to be replicated across DCs. Thanks to Michael Adam <ma@sernet.de> Volker (This used to be commit 3c879745cfc39be6128b63a88ecdbfa3d9ce6c2d)
2007-10-10r19224: Add setting the rng_fault_state to the already converted pipes.Volker Lendecke1-8/+483
Convert the low-hanging fruit of the LSA server. This provides a sample how the server calls can be converted one by one, see the "proxy_lsa_call" function. Volker (This used to be commit 99e54a213ad3561ea6e8dc44c483847c18c5681e)
2007-10-10r18680: Fix last struct uuids (in uncommented code).Günther Deschner1-3/+3
Guenther (This used to be commit 41c79ee5accb13f73d1f65b303d723ca2ff49933)