summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2009-06-18s3:netlogon Cope with recent rename in netlogon.idlAndrew Bartlett1-1/+1
2009-06-16Fix msdfs after the change to smb_filename struct. We must *always*Jeremy Allison1-2/+23
2009-06-16_lsa_EnumAccountRights and _lsa_EnumPrivsAccount can return anJeremy Allison1-19/+17
2009-06-12s3: Plumb smb_filename through SMB_VFS_CREATE_FILETim Prouty1-25/+7
2009-06-10s3: Make all callers of SMB_VFS_CREATEFILE call unix_convert firstTim Prouty1-9/+47
2009-06-08s3-lsa: remove old code that we cannot even compile anymore.Günther Deschner1-111/+0
2009-06-08s3-spoolss: add server-support for queries for the "all" architecture in prin...Günther Deschner1-7/+67
2009-06-08Pass a talloc_ctx to pdb_enum_aliasmemVolker Lendecke1-1/+2
2009-06-08s3-samr: fix enum_acb_mask type (uint32 instead of uint16).Günther Deschner1-1/+1
2009-06-08s3-samr: support _samr_SetGroupInfo level 2.Günther Deschner1-2/+2
2009-06-07s3-samr: SetGroupInfo level 1 should not return NT_STATUS_INVALID_INFO_CLASS.Günther Deschner1-3/+0
2009-06-07s3-samr: fix _QueryDisplayInformation r->out.returned_size.Günther Deschner1-1/+1
2009-06-07s3-samr: remove total_data_size variable in _samr_QueryDisplayInfo.Günther Deschner1-5/+2
2009-06-07s3-samr: let _samr_SetGroupInfo level 3 just pass with success.Günther Deschner1-0/+2
2009-06-07s3-samr: _samr_EnumDomain{Users,Groups} need to return an emtpy array even fo...Günther Deschner1-12/+12
2009-06-07s3-samr: cosmetic fixes for _samr_QueryDisplayInfo.Günther Deschner1-20/+18
2009-06-03s3:smbd: move more session specific globals to struct smbd_server_connectionStefan Metzmacher1-3/+7
2009-05-29s3-netlogon: Fix _netr_LogonSamLogon{Ex} with validation level != 3.Günther Deschner1-6/+7
2009-05-29s3-netlogon: return proper error code for unsupported validation class.Günther Deschner1-1/+1
2009-05-29s3-rpc_server: increase max number of open policy handles per pipe to 2048.Günther Deschner1-1/+1
2009-05-25s3-samr: Fix Bug #6372, usermanager only displaying 1024 groups and aliases.Günther Deschner1-0/+12
2009-05-24Add "err_on_readability" to writev_sendVolker Lendecke1-1/+1
2009-05-20Add a security model to LSA. Similar to the SAMR code - usingJeremy Allison1-88/+227
2009-05-18Change access_check_samr_object -> access_check_object.Jeremy Allison2-24/+18
2009-05-19s3-lsa: let _lsa_OpenPolicy() just call _lsa_OpenPolicy2().Günther Deschner1-37/+6
2009-05-18Fix SAMR server for winbindd access. Ensure we allowJeremy Allison1-2/+2
2009-05-18s3-lsa: let _lsa_GetSystemAccessAccount() call into _lsa_EnumPrivsAccount().Günther Deschner1-3/+23
2009-05-18s3-lsa: start a very basic implementation of _lsa_DeleteObject().Günther Deschner1-1/+23
2009-05-15Ensure users with SeAddUser privs get full access toJeremy Allison1-3/+3
2009-05-15Add extra abilities for a user with SeAddUsers, so theyJeremy Allison1-2/+15
2009-05-15DeleteUser doesn't need the priv checks, this is done at OpenUser time.Jeremy Allison1-20/+0
2009-05-15s3-samr: Fix samr access checks in _samr_RemoveMemberFromForeignDomain().Günther Deschner1-1/+1
2009-05-15s3-samr: Fix samr access checks in _samr_SetUserInfo().Günther Deschner1-14/+109
2009-05-15s3-samr: Fix samr access checks in _samr_QueryUserInfo().Günther Deschner1-3/+71
2009-05-15s3-samr: in _samr_QueryUserInfo() make sure to not return any info in error c...Günther Deschner1-1/+6
2009-05-15s3-samr: Fix samr access checks in _samr_SetDomainInfo().Günther Deschner1-7/+22
2009-05-15s3-samr: Fix samr access checks in _samr_QueryDomainInfo().Günther Deschner1-1/+31
2009-05-15s3-samr: use normal integer in r->in.level switch statements.Günther Deschner1-29/+29
2009-05-14Fix the core of the SAMR access functions. This passes make test, butJeremy Allison1-197/+156
2009-05-13s3-printing: no need to define struct table_node 4 times.Günther Deschner1-7/+1
2009-05-11Fix a bunch of compiler warnings about wrong format types.Jeremy Allison1-2/+2
2009-05-12s3-samr: implement _samr_RidToSid().Günther Deschner1-10/+30
2009-05-12s3-samr: Let _samr_TestPrivateFunctionsDomain() return NT_STATUS_NOT_SUPPORTE...Günther Deschner1-1/+0
2009-05-11s3-samr: Fix Bug #5859, renaming of samr objects failed due to samr setuserin...Günther Deschner1-0/+3
2009-05-11s3-lsa: Fix _lsa_LookupNames2() server implementation which always returned a...Günther Deschner1-0/+1
2009-05-11s3-net: add "net dom renamecomputer" to rename machines in a domain.Günther Deschner1-2/+1
2009-05-09s3-samr: Fix SetUserInfo level 16 and 21 w.r.t. ACB_AUTOLOCK acct_flag.Günther Deschner1-0/+10
2009-05-09s3-samr: Fix SetUserInfo level 7 when there has been no name change.Günther Deschner1-0/+6
2009-05-08s3-samr: more accurateness in _samr_SetDomainInfo().Günther Deschner1-3/+3
2009-05-08s3-samr: implement more info levels in _samr_QueryDomainInfo().Günther Deschner1-0/+82