summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_lsa_nt.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-14Use pidl for _lsa_RemoveAccountRights.Günther Deschner1-25/+12
2008-02-14Use pidl for _lsa_EnumAccountRights().Günther Deschner1-16/+51
2008-02-14Use pidl for _lsa_AddAccountRights().Günther Deschner1-24/+10
2008-02-14Use pidl for _lsa_AddPrivilegesToAccount and _lsa_RemovePrivilegesFromAccount.Günther Deschner1-23/+14
2008-02-14Use pidl for _lsa_LookupPrivValue().Günther Deschner1-14/+8
2008-02-14Remove white space.Günther Deschner1-60/+60
2008-02-14Use pidl for _lsa_EnumPrivsAccount().Günther Deschner1-14/+39
2008-02-14Fix typo.Günther Deschner1-3/+3
2008-02-14Use pidl for _lsa_EnumAccounts.Günther Deschner1-26/+24
2008-02-13Use pidl for _lsa_EnumTrustDom()Günther Deschner1-22/+30
2008-02-12Collect all init_lsa_string varients in one place.Günther Deschner1-14/+0
2008-02-11Use pidl for _lsa_GetUserName().Günther Deschner1-20/+28
2008-02-11Use pidl for _lsa_LookupPrivDisplayName().Günther Deschner1-29/+22
2008-02-11Use pidl for _lsa_EnumPrivs().Günther Deschner1-25/+24
2008-02-09Testing revealed some errors, reverting some of the lsa changes.Günther Deschner1-2/+2
2008-02-08Use pidl for _lsa_GetSystemAccessAccount().Günther Deschner1-10/+5
2008-02-08Use pidl for _lsa_SetSystemAccessAccount().Günther Deschner1-9/+3
2008-02-08Use pidl for _lsa_OpenAccount().Günther Deschner1-12/+7
2008-02-08Use pidl for _lsa_CreateAccount().Günther Deschner1-13/+8
2008-02-08Remove unused marshalling for LSA_QUERY_INFO2.Günther Deschner1-1/+1
2008-02-08Use pidl for _lsa_QueryInfoPolicy().Günther Deschner1-70/+61
2008-02-04Use pidl for (dummy) _lsa_DeleteObject().Günther Deschner1-7/+3
2008-02-04Use pidl for _lsa_QuerySecurity().Günther Deschner1-17/+8
2008-02-04Use pidl for _lsa_OpenPolicy2().Günther Deschner1-10/+5
2008-02-04Use pidl for _lsa_OpenPolicy().Günther Deschner1-10/+5
2008-01-16Merge lsarpc.idl from samba4 and rerun make idl.Günther Deschner1-1/+1
2007-12-21Some C++ fixesVolker Lendecke1-1/+3
2007-12-17Fix for bug #4801: Correctly implement lsa lookup levels for lookupnames.Michael Adam1-9/+28
2007-12-15s/sid_to_string/sid_to_fstring/Volker Lendecke1-2/+2
2007-12-15Replace sid_string_static with sid_to_stringVolker Lendecke1-1/+3
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke1-6/+7
2007-12-14Revert "Fix for bug #4801: Correctly implement lsa lookup levels for lookupna...Stefan Metzmacher1-28/+9
2007-12-13Fix for bug #4801: Correctly implement lsa lookup levels for lookupnames.Michael Adam1-9/+28
2007-11-08Fix case where we have no dns domain name. Return a talloc of "".Jeremy Allison1-1/+1
2007-11-08Remove more fstring/pstring bad useage. Go talloc !Jeremy Allison1-3/+5
2007-10-17r17064: lsa_GetUserName needs to return the name for S-1-5-7 on an anonymous ...Volker Lendecke1-4/+16
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
2007-10-10r25534: Apply some constVolker Lendecke1-1/+1
2007-10-10r24165: Fix Coverity ID 369.Volker Lendecke1-5/+5
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23402: Got bitten by a talloc hierarchy. Make sure we allocJeremy Allison1-3/+3
2007-10-10r23400: Fix lsa crash bug #4683. The "names" enum structJeremy Allison1-25/+10
2007-10-10r22675: Simo's patch for 0 size allocation. Still needJeremy Allison1-7/+9
2007-10-10r22587: Ensure TALLOC_ZERO_ARRAY is consistent.Jeremy Allison1-23/+62
2007-10-10r22573: Fix old bug mixing free() and talloc_free()Jeremy Allison1-1/+1
2007-10-10r20875: Pass DCE/RPC server call arguments as a struct rather than as separat...Jelmer Vernooij1-96/+84
2007-10-10r20824: Send access to the trusted domain passwords through the pdb backend, ...Volker Lendecke1-2/+1
2007-10-10r19224: Add setting the rng_fault_state to the already converted pipes.Volker Lendecke1-8/+483
2007-10-10r18680: Fix last struct uuids (in uncommented code).Günther Deschner1-3/+3