summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2008-06-24Remove "conn" from pipes_structVolker Lendecke2-4/+4
2008-06-24Correct calculation of "remark" in srv_srvsvc_nt.cVolker Lendecke1-9/+25
2008-06-24Move the responsibility to keep the cwd from srv_dfs_nt to msdfs.cVolker Lendecke1-13/+0
2008-06-22Remove the "exists" parameter from create_msdfs_linkVolker Lendecke1-4/+2
2008-06-22Check for sec_initial_uid() instead of uid==0 in dfs managementVolker Lendecke1-2/+2
2008-06-21Make pipes_struct its own talloc ctxVolker Lendecke3-40/+16
2008-06-21Fix a SAFE_FREE/TALLOC_FREE mixupVolker Lendecke1-1/+1
2008-06-19Wrap the unix token info in a unix_user_token in auth_serversupplied_infoVolker Lendecke1-5/+6
2008-06-16Fix bug 5500 -- thanks to mathion at thorrovydeti.com for reportingVolker Lendecke1-0/+2
2008-06-13Fix a crash in _winreg_QueryValueVolker Lendecke1-0/+4
2008-06-09Don't reset password last set time just because the expired flagJim McDonough1-1/+9
2008-05-27Allow server manager to close open files selected by id.Jeremy Allison1-2/+55
2008-05-25Remove the reference to current_user_info from share_access.cVolker Lendecke1-6/+10
2008-05-22Remove MAX_SESS_ENTRIES and MAX_CONN_ENTRIES limitsJeremy Allison1-19/+6
2008-05-22Revert "Arggh. Got the path/user the wrong way around. IDL is correct :-)."Jeremy Allison1-6/+19
2008-05-22Arggh. Got the path/user the wrong way around. IDL is correct :-).Jeremy Allison1-19/+6
2008-05-22Arggh. Got the path/user the wrong way around. IDL is correct :-).Jeremy Allison1-4/+4
2008-05-22Fix 2 bugs with displaying open file state. FirstlyJeremy Allison1-3/+3
2008-05-20Fix typo.Günther Deschner1-1/+1
2008-05-20Fix a valgrind error in _samr_LookupNamesVolker Lendecke1-5/+8
2008-05-17Factor out generation of an info3 struct from a serversupplied_infoVolker Lendecke1-183/+12
2008-05-16Fix Bug #5461 and implement a very basic _samr_GetDisplayEnumerationIndex().Günther Deschner1-20/+139
2008-05-09Remove a couple of uses of SMB_VFS_GET_NT_ACL(), useJeremy Allison1-13/+42
2008-05-09dsgetdcname: use existing messaging_context if possible.Günther Deschner1-0/+2
2008-05-08Yay ! Remove a VFS entry. Removed the set_nt_acl() call,Jeremy Allison1-1/+1
2008-05-06Fix a memleak in construct_printer_info_7()Volker Lendecke1-2/+5
2008-05-05Remove "userdom_struct user" from "struct user_struct"Volker Lendecke1-2/+2
2008-05-05Remove "session_key" from "struct user_struct"Volker Lendecke1-1/+3
2008-05-05Remove "guest" from "struct user_struct"Volker Lendecke2-2/+2
2008-05-05Remove "nt_user_token" from "struct user_struct"Volker Lendecke1-1/+1
2008-05-02Remove the "stat_open()" function, flag, and all associated code. It was onlyJeremy Allison1-2/+9
2008-04-29_netr_LogonSamLogon: fix lm session key length.Günther Deschner1-1/+1
2008-04-24The first of Martin Zielinski <mz@seh.de> Vista printing patches.Jeremy Allison1-3/+6
2008-04-20Introduce rpc_pipe_np_smb_conn()Volker Lendecke1-1/+1
2008-04-20Remove a redundant reference to rpc_pipe_state->cli from srv_spoolssVolker Lendecke1-4/+0
2008-04-17rpc_parse: Use UUIDs from librpc/gen_ndr/ when possible to reduceJelmer Vernooij1-4/+4
2008-04-17NetrUnjoinDomain2: Honor registry config to try config changes.Günther Deschner1-0/+1
2008-04-15Reconcile ndr_syntax_id used by pidl-generated code and Samba3's RFC_IFACE.Jelmer Vernooij1-2/+2
2008-04-14WKSSVC: In _wkssvc_NetrJoinDomain2, do modify the local configuration if enab...Günther Deschner1-0/+1
2008-04-11Remove some write-only fstringsVolker Lendecke1-12/+3
2008-04-04Fix _samr_GetUserPwInfo() (to return more then just zeros).Günther Deschner1-8/+45
2008-04-04Fix _samr_GetDomPwInfo (to return more then zeros).Günther Deschner1-2/+16
2008-04-04Fix bug #5372. With a large CUPS installation with a remote server, contactingJeremy Allison1-1/+7
2008-04-01Fix build warning.Günther Deschner1-1/+1
2008-04-01Fix SRVSVC ShareInfo level 502 server side handling.Günther Deschner1-4/+6
2008-04-01Fix SRVSVC ShareInfo max_users handling server side.Günther Deschner1-6/+6
2008-04-01Fix _srvsvc_NetShareSetInfo.Günther Deschner1-3/+5
2008-03-31Re-add support for the samr parameters string.Günther Deschner2-38/+30
2008-03-31Add init_samr_parameters_string().Günther Deschner1-0/+35
2008-03-28Add some paranoia fixes for _wkssvc_NetrJoinDomain2/UnjoinDomain2.Günther Deschner1-2/+22