summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2008-06-26Fix valgrind errors in _spoolss_addprinterdriverVolker Lendecke1-0/+11
2008-06-26Change print_access_check to take auth_serversupplied_info instead of current...Volker Lendecke1-9/+10
2008-06-26Remove p->vuidVolker Lendecke3-18/+6
2008-06-26Remove a check on p->vuid in _netr_LogonSamLogon/offVolker Lendecke1-6/+0
2008-06-26Now that we have p->server_info, use p->server_info->user_session_keyVolker Lendecke4-40/+47
2008-06-26Fix typoVolker Lendecke1-1/+1
2008-06-26Add server_info to pipes_structVolker Lendecke2-0/+19
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