summaryrefslogtreecommitdiffstats
path: root/source/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* Fix SAMR server for winbindd access. Ensure we allow MAX_ACCESS to be mapped ...Jeremy Allison2009-08-041-2/+2
* s3-lsa: Fix _lsa_LookupNames2() server implementation which always returned a...Günther Deschner2009-06-181-0/+1
* Revert the extra SAMR and LSA checks.Jeremy Allison2009-06-122-70/+0
* s3-samr: Fix Bug #6372, usermanager only displaying 1024 groups and aliases.Günther Deschner2009-06-061-0/+12
* After getting confirmation from Guenther, add 3 changes we'll ultimately need...Jeremy Allison2009-05-191-13/+23
* Jeremy, with 9a5d5cc1db0ee60486f932e34cd7961b90c70a56 you alter the in negoti...Guenther Deschner2009-05-191-2/+6
* s3-lsa: Fix Bug #6263. Unexpected LookupSids reply crashes XP pre-SP3.Günther Deschner2009-04-161-1/+9
* Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+Jeremy Allison2009-04-151-10/+3
* Fix bug 6097Volker Lendecke2009-03-241-0/+4
* Get the sense of the integer wrap test the right way around. Sorry.Jeremy Allison2009-03-051-1/+1
* Now we're allowing a lower bound for auth_len, ensure weJeremy Allison2009-03-051-1/+5
* Complete the fix for bug 6100Volker Lendecke2009-03-051-1/+1
* s3:netlogon: implement _netr_LogonGetCapabilities() with NT_STATUS_NOT_IMPLEM...Stefan Metzmacher2009-02-171-4/+3
* Fix bug 5920Yasuma Takeda2009-02-161-1/+1
* Attempt to fix bug #6099. According to MicrosoftJeremy Allison2009-02-151-7/+26
* Parameterize in local.h the MAX_RPC_DATA_SIZE, and ensureJeremy Allison2009-02-132-1/+53
* Fix resume handle for _samr_EnumDomainGroupsVolker Lendecke2009-02-101-2/+0
* Fix count in _srvsvc_NetDiskEnum()Volker Lendecke2009-02-091-0/+2
* s3-eventlog: fix various invalid memcpy in read_package_entry().Günther Deschner2009-01-241-5/+5
* Make the LookupRid access check match LookupName untilJeremy Allison2008-12-101-1/+1
* Fix usrmgr opening a user object as non-root.Jeremy Allison2008-12-101-1/+1
* s3-samr: fix _samr_LookupNames return code.Günther Deschner2008-11-251-1/+10
* Second part of fix for bug #5891 - smbd crashed when viewing the eventlog exp...Jeremy Allison2008-11-201-5/+3
* eventlog: don't crash in sync_eventlog_params().Michael Adam2008-11-201-1/+1
* This code mixes up int and uint32 when pulling out of a TDB. This is very bad...Jeremy Allison2008-11-192-24/+26
* Fix bug 5891] : smbd crashed when viewing the eventlog exported by "eventlog ...Jeremy Allison2008-11-111-1/+1
* s3-samr-server: unify callback convention: _samr_UserSetInfo.Günther Deschner2008-10-231-34/+19
* s3-samr-server: unify callback convention: _samr_QueryDomainInfo.Günther Deschner2008-10-231-32/+18
* s3-samr-server: fix return code in _samr_QueryDisplayInformation.Günther Deschner2008-10-231-1/+1
* s3-samr-server: _samr_DeleteUser needs to wipe out the user_handle on success.Günther Deschner2008-10-231-0/+2
* s3-samr-server: fix access check in _samr_QuerySecurity().Günther Deschner2008-10-221-1/+1
* Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles.Jeremy Allison2008-10-211-5/+59
* Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2008-10-211-0/+4
|\
| * s3-samr-server: be consistent when reporting we do password complexity.Günther Deschner2008-10-201-0/+4
* | Remove the requirement for ldap call made as root. Add in securityJeremy Allison2008-10-201-4/+63
|/
* Unify access checks for lsa server functions.Jeremy Allison2008-10-171-4/+17
* s3-srvsvc: fix _srvsvc_NetShareAdd segfault.Günther Deschner2008-09-261-1/+3
* Fix coverity CID: 594. Resource leak on error path.Jeremy Allison2008-08-131-2/+4
* Canonicalize servername in the printer functions to remove leading '\\' chara...Jeremy Allison2008-07-021-54/+59
* Fix a file descriptor leak in add_port_hookVolker Lendecke2008-06-281-4/+1
* Fix valgrind errors in _spoolss_addprinterdriverVolker Lendecke2008-06-261-0/+11
* Sorry volker, lost your original git-id due to proto.h conflicts.Jeremy Allison2008-06-231-4/+2
* Check for sec_initial_uid() instead of uid==0 in dfs managementVolker Lendecke2008-06-231-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-091-1/+9
* Allow server manager to close open files selected by id.Jeremy Allison2008-05-271-2/+55
* dsgetdcname: use existing messaging_context if possible.Günther Deschner2008-05-261-0/+2
* Remove MAX_SESS_ENTRIES and MAX_CONN_ENTRIES limitsJeremy Allison2008-05-221-19/+6
* Arggh. Got the path/user the wrong way around. IDL is correct :-).Jeremy Allison2008-05-221-4/+4