summaryrefslogtreecommitdiffstats
path: root/source/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* Revert "Unify access checks for lsa server functions."Karolin Seeger2008-11-171-17/+4
* Revert "s3-samr-server: be consistent when reporting we do password complexity."Karolin Seeger2008-11-171-4/+0
* Revert "Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles."Karolin Seeger2008-11-171-59/+5
* Revert "s3-samr-server: _samr_DeleteUser needs to wipe out the user_handle on...Karolin Seeger2008-11-171-2/+0
* Revert "Remove the requirement for ldap call made as root. Add in security"Karolin Seeger2008-11-171-63/+4
* Revert "s3-samr-server: fix access check in _samr_QuerySecurity()."Karolin Seeger2008-11-171-1/+1
* s3-samr-server: fix access check in _samr_QuerySecurity().Günther Deschner2008-10-231-1/+1
* Remove the requirement for ldap call made as root. Add in securityJeremy Allison2008-10-231-4/+63
* s3-samr-server: _samr_DeleteUser needs to wipe out the user_handle on success.Günther Deschner2008-10-231-0/+2
* Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles.Jeremy Allison2008-10-231-5/+59
* s3-samr-server: be consistent when reporting we do password complexity.Günther Deschner2008-10-211-0/+4
* Unify access checks for lsa server functions.Jeremy Allison2008-10-211-4/+17
* s3-srvsvc: fix _srvsvc_NetShareAdd segfault.Günther Deschner2008-10-061-1/+3
* Fix coverity CID: 594. Resource leak on error path.Jeremy Allison2008-08-141-2/+4
* Canonicalize servername in the printer functions to remove leading '\\' chara...Jeremy Allison2008-07-061-54/+59
* Fix a file descriptor leak in add_port_hookVolker Lendecke2008-06-291-4/+1
* Fix valgrind errors in _spoolss_addprinterdriverVolker Lendecke2008-06-271-0/+11
* Sorry volker, lost your original git-id due to proto.h conflicts.Jeremy Allison2008-06-241-4/+2
* Check for sec_initial_uid() instead of uid==0 in dfs managementVolker Lendecke2008-06-241-2/+2
* Fix bug 5500 -- thanks to mathion at thorrovydeti.com for reportingVolker Lendecke2008-06-161-0/+2
* Fix a crash in _winreg_QueryValueVolker Lendecke2008-06-131-0/+4
* Don't reset password last set time just because the expired flagJim McDonough2008-06-101-1/+9
* Allow server manager to close open files selected by id.Jeremy Allison2008-06-051-2/+55
* Remove MAX_SESS_ENTRIES and MAX_CONN_ENTRIES limitsJeremy Allison2008-05-231-19/+6
* Arggh. Got the path/user the wrong way around. IDL is correct :-).Jeremy Allison2008-05-231-4/+4
* Fix 2 bugs with displaying open file state. FirstlyJeremy Allison2008-05-231-3/+3
* dsgetdcname: use existing messaging_context if possible.Günther Deschner2008-05-221-0/+2
* Fix typo.Günther Deschner2008-05-211-1/+1
* Fix a valgrind error in _samr_LookupNamesVolker Lendecke2008-05-211-5/+8
* Make sure to zero the returned handle in _svcctl_CloseServiceHandle().Günther Deschner2008-05-201-0/+2
* Fix a memleak in construct_printer_info_7()Volker Lendecke2008-05-201-2/+5
* Fix Bug #5461 and implement a very basic _samr_GetDisplayEnumerationIndex().Günther Deschner2008-05-191-20/+139
* _netr_LogonSamLogon: fix lm session key length.Günther Deschner2008-05-141-1/+1
* Fix Coverity ID 565Volker Lendecke2008-05-051-2/+0
* srv_winreg: add a debug message to _winreg_CreateKey().Michael Adam2008-05-051-0/+3
* Fix an uninitialized variable warningVolker Lendecke2008-05-051-0/+1
* init_srv_share_info_ctr: Add debug messages.Michael Adam2008-05-051-0/+3
* Strip whitespace in ntsvcs rpc server.Günther Deschner2008-05-051-13/+13
* The first of Martin Zielinski <mz@seh.de> Vista printing patches.Jeremy Allison2008-05-051-3/+6
* NetrUnjoinDomain2: Honor registry config to try config changes.Günther Deschner2008-04-221-0/+1
* WKSSVC: In _wkssvc_NetrJoinDomain2, do modify the local configuration if enab...Günther Deschner2008-04-221-0/+1
* Fix _samr_GetUserPwInfo() (to return more then just zeros).Günther Deschner2008-04-121-8/+45
* Fix _samr_GetDomPwInfo (to return more then zeros).Günther Deschner2008-04-121-2/+16
* A level 25 setuserinfo does change the pwdlastsetVolker Lendecke2008-04-111-6/+22
* Fix bug #5372. With a large CUPS installation with a remote server, contactingJeremy Allison2008-04-071-1/+7
* Fix build warning.Günther Deschner2008-04-011-1/+1
* Fix SRVSVC ShareInfo level 502 server side handling.Günther Deschner2008-04-011-4/+6
* Fix SRVSVC ShareInfo max_users handling server side.Günther Deschner2008-04-011-6/+6
* Fix _srvsvc_NetShareSetInfo.Günther Deschner2008-04-011-3/+5
* Re-add support for the samr parameters string.Günther Deschner2008-04-012-38/+30