summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* s3-lanman: support level 0 NetPrintQEnum RAP query.Günther Deschner2010-04-281-0/+1
* Connect set security descriptor into SMB2 code.Jeremy Allison2010-04-283-8/+23
* s3:smbd: make fsp->fake_file_handle a talloc child of fspStefan Metzmacher2010-04-281-1/+1
* s3:smbd: add comment about returning STATUS_BUFFER_OVERFLOW in pipe_read_andx...Stefan Metzmacher2010-04-281-1/+15
* s3: Make a debug msg more readableVolker Lendecke2010-04-281-1/+1
* Fix the "allow_smb2" bug being set to false that was driving me mad :-).Jeremy Allison2010-04-271-1/+5
* Don't return a potentially uninitialized NT_STATUS. We can now see user lists...Jeremy Allison2010-04-271-1/+1
* Add debug statements so I can track the flow of RPC data.Jeremy Allison2010-04-271-2/+27
* s3-lanman: use spoolss for api_WPrintDestGetInfo() and api_WPrintDestEnum().Günther Deschner2010-04-281-37/+115
* s3-lanman: fix debug message in api_WPrintJobEnumerate().Günther Deschner2010-04-281-1/+1
* s3-lanman: remove a unnecessary memset in api_WPrintJobEnumerate().Günther Deschner2010-04-281-1/+0
* s3-lanman: remove unused code.Günther Deschner2010-04-281-134/+0
* s3-lanman: use spoolss for api_DosPrintQGetInfo and api_DosPrintQEnum.Günther Deschner2010-04-281-152/+215
* Don't return an intermediate reply on async on a pipe call (Windows doesn't).Jeremy Allison2010-04-271-0/+5
* s3-lanman: use spoolss for api_PrintJobInfo().Günther Deschner2010-04-281-13/+88
* s3-spoolss: add support for SetJobInfo level 1 (for jobfile rename).Günther Deschner2010-04-283-2/+74
* s3-lanman: remove unsupported print_job_set_place().Günther Deschner2010-04-283-20/+0
* Fix more S3 build breakage. Matthias, please ensure S3 builds whenJeremy Allison2010-04-271-2/+2
* s3:libads/ldap.c - fix a build breakageMatthias Dieter Wallnöfer2010-04-271-2/+2
* nbt: samlogon/netlogon structures - unify denominationsMatthias Dieter Wallnöfer2010-04-272-8/+8
* Revert "s3-build: Remove --enable-merged support."Günther Deschner2010-04-274-3/+668
* s3-spoolss: publish "Monitor" in winreg for drivers.Günther Deschner2010-04-271-0/+1
* s3-spoolss: fix winreg attribute for storing datatype.Günther Deschner2010-04-271-1/+1
* s3-spoolss: fix some uninitialized variables.Günther Deschner2010-04-271-2/+2
* s3:smbd: keep local and remote tsocket_address per connectionStefan Metzmacher2010-04-272-9/+65
* s3: use shared registry functions.Günther Deschner2010-04-277-150/+8
* Correctly report share types (now Win7 makes RPC calls against us).Jeremy Allison2010-04-261-1/+7
* Plumb in get_nt_acl into SMB2.Jeremy Allison2010-04-263-46/+174
* s3-build: Remove --enable-merged support.Jelmer Vernooij2010-04-264-668/+3
* s3: remove unused rap.h.Günther Deschner2010-04-262-507/+0
* s3: fix some build warnings.Günther Deschner2010-04-262-9/+9
* s3: use generated rap header.Günther Deschner2010-04-265-9/+16
* When walking the SMB2 requests queue, ensure the request is still "in flight"Jeremy Allison2010-04-261-1/+10
* Fix crash when rescheduling oplock open.Jeremy Allison2010-04-261-0/+9
* s3: Implement "net rpc user setprimarygroup"Volker Lendecke2010-04-261-0/+59
* s3: async_domain_request is no longer usedVolker Lendecke2010-04-252-67/+0
* s3: Convert add_trusted_domains() to wb_domain_request_send()Volker Lendecke2010-04-251-22/+19
* s3: Simplify trustdom_stateVolker Lendecke2010-04-251-10/+5
* s3: Make "struct trustdom_state" its own talloc contextVolker Lendecke2010-04-251-14/+9
* s3: sendto_domain() is lo longer usedVolker Lendecke2010-04-242-30/+0
* s3: Simplify (bool != True) to !boolVolker Lendecke2010-04-241-1/+1
* Implement oplocks within SMB2. Plumb into the existing SMB1 oplock system.Jeremy Allison2010-04-245-17/+112
* When sending the initial async response, this is never part of a chain.Jeremy Allison2010-04-231-1/+1
* Don't free the entire tevent_req on cancel, only the part we need (the immedi...Jeremy Allison2010-04-231-9/+12
* s3: Allow pdb password change using WINBINDD_PAM_CHNG_PSWD_AUTH_CRAPVolker Lendecke2010-04-231-0/+15
* s3: init_dc_connection() can't init for internal domainsVolker Lendecke2010-04-231-0/+4
* s3: replace some data_blob_talloc by data_blob_constVolker Lendecke2010-04-231-8/+4
* s3: Convert WINBINDD_PAM_CHNG_PSWD_AUTH_CRAP to the new async APIVolker Lendecke2010-04-235-47/+133
* s3-smbd: group print relate data in own structureSimo Sorce2010-04-238-21/+52
* Allow smb2 create requests to be cancelled.Jeremy Allison2010-04-236-32/+98