summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Collapse)AuthorFilesLines
2010-04-27nbt: samlogon/netlogon structures - unify denominationsMatthias Dieter Wallnöfer2-8/+8
2010-04-27Revert "s3-build: Remove --enable-merged support."Günther Deschner4-3/+668
This reverts commit f8fc7fcbeb8141c5b2775e2219bae17c55ad4a3c. Was that pushed by coincidence ? merged build is really, really required over here.
2010-04-27s3-spoolss: publish "Monitor" in winreg for drivers.Günther Deschner1-0/+1
Found by torture test. Guenther
2010-04-27s3-spoolss: fix winreg attribute for storing datatype.Günther Deschner1-1/+1
Found by torture test (and checked with w2k, w2k3 and w2k8). Guenther
2010-04-27s3-spoolss: fix some uninitialized variables.Günther Deschner1-2/+2
Guenther
2010-04-27s3:smbd: keep local and remote tsocket_address per connectionStefan Metzmacher2-9/+65
metze
2010-04-27s3: use shared registry functions.Günther Deschner7-150/+8
Guenther
2010-04-26Correctly report share types (now Win7 makes RPC calls against us).Jeremy Allison1-1/+7
Jeremy.
2010-04-26Plumb in get_nt_acl into SMB2.Jeremy Allison3-46/+174
Jeremy.
2010-04-26s3-build: Remove --enable-merged support.Jelmer Vernooij4-668/+3
2010-04-26s3: remove unused rap.h.Günther Deschner2-507/+0
Guenther
2010-04-26s3: fix some build warnings.Günther Deschner2-9/+9
Guenther
2010-04-26s3: use generated rap header.Günther Deschner5-9/+16
Guenther
2010-04-26When walking the SMB2 requests queue, ensure the request is still "in flight"Jeremy Allison1-1/+10
before examining the details. SMB2 requests stay on the queue until their out.vector has been send, only then are they talloc_free'd. Thanks for Ira Cooper <ira@wakeful.net> for giving me the backtrace showing this. Jeremy.
2010-04-26Fix crash when rescheduling oplock open.Jeremy Allison1-0/+9
Jeremy.
2010-04-26s3: Implement "net rpc user setprimarygroup"Volker Lendecke1-0/+59
2010-04-25s3: async_domain_request is no longer usedVolker Lendecke2-67/+0
2010-04-25s3: Convert add_trusted_domains() to wb_domain_request_send()Volker Lendecke1-22/+19
2010-04-25s3: Simplify trustdom_stateVolker Lendecke1-10/+5
Don't store information explicitly as boolean flags that can be easily retrieved from the domain when it's actually needed.
2010-04-25s3: Make "struct trustdom_state" its own talloc contextVolker Lendecke1-14/+9
2010-04-24s3: sendto_domain() is lo longer usedVolker Lendecke2-30/+0
2010-04-24s3: Simplify (bool != True) to !boolVolker Lendecke1-1/+1
2010-04-24Implement oplocks within SMB2. Plumb into the existing SMB1 oplock system.Jeremy Allison5-17/+112
Seems to work but needs more tests (to be added). Jeremy.
2010-04-23When sending the initial async response, this is never part of a chain.Jeremy Allison1-1/+1
Get the reply flags correct. Jeremy.
2010-04-23Don't free the entire tevent_req on cancel, only the part we need (the ↵Jeremy Allison1-9/+12
immediate event). Jeremy.
2010-04-23s3: Allow pdb password change using WINBINDD_PAM_CHNG_PSWD_AUTH_CRAPVolker Lendecke1-0/+15
2010-04-23s3: init_dc_connection() can't init for internal domainsVolker Lendecke1-0/+4
This fixes a crash in winbindd_dual_pam_chng_pswd_auth_crap when given global_sam_name() in the domain field
2010-04-23s3: replace some data_blob_talloc by data_blob_constVolker Lendecke1-8/+4
2010-04-23s3: Convert WINBINDD_PAM_CHNG_PSWD_AUTH_CRAP to the new async APIVolker Lendecke5-47/+133
2010-04-23s3-smbd: group print relate data in own structureSimo Sorce8-21/+52
2010-04-23Allow smb2 create requests to be cancelled.Jeremy Allison6-32/+98
Jeremy.
2010-04-23Fix bug #7384 - dptr_Close has a bitmap leak.Ira Cooper1-3/+1
s3: Fix to dptr_Close This fixes a bitmap "leak" in dptr_Close by making it use the same internal routines the rest of the code does.
2010-04-23At simo's request return struct tevent_req *treq -> treq. For consistency :-(.Jeremy Allison1-80/+80
2010-04-23Rename - no functional change. Stop all variables being called "req".Jeremy Allison1-130/+129
tevent_req -> treq struct smb_request -> smb1req struct smbd_smb2_request -> smb2req Jeremy.
2010-04-23s3-spoolss: Added a winreg_get_printer function.Andreas Schneider2-0/+279
Signed-off-by: Günther Deschner <gd@samba.org>
2010-04-23s3-spoolss: Added a winreg_create_printer function.Andreas Schneider2-0/+341
Signed-off-by: Günther Deschner <gd@samba.org>
2010-04-23s3-spoolss: Added a winreg_update_printer function.Andreas Schneider2-0/+385
Signed-off-by: Günther Deschner <gd@samba.org>
2010-04-23s3-spoolss: Added a winreg_get_driver_list function.Simo Sorce2-0/+94
Signed-off-by: Günther Deschner <gd@samba.org>
2010-04-23s3-spoolss: Added a winreg_del_driver function.Simo Sorce2-0/+105
Signed-off-by: Günther Deschner <gd@samba.org>
2010-04-23s3-spoolss: Added a winreg_get_driver function.Simo Sorce2-0/+281
Signed-off-by: Günther Deschner <gd@samba.org>
2010-04-23s3-spoolss: Added a winreg_add_driver function.Simo Sorce2-0/+246
Signed-off-by: Günther Deschner <gd@samba.org>
2010-04-23s3-spoolss: Move info_ctr conversion to a public helper.Simo Sorce2-6/+25
Signed-off-by: Günther Deschner <gd@samba.org>
2010-04-23s3-spoolss: Fixed winreg_delete_printer_key if key is NULL or emtpy.Andreas Schneider1-7/+11
Signed-off-by: Günther Deschner <gd@samba.org>
2010-04-23s3-spoolss: Add date and version winreg helpers.Simo Sorce1-0/+129
Signed-off-by: Günther Deschner <gd@samba.org>
2010-04-23s3-spoolss: Added more winreg hepler functions.Andreas Schneider1-0/+20
Signed-off-by: Günther Deschner <gd@samba.org>
2010-04-23s3-spoolss: Added winreg helper functionsSimo Sorce1-0/+125
Signed-off-by: Günther Deschner <gd@samba.org>
2010-04-23s3-spoolss: Added a winreg function to query a dword.Andreas Schneider1-0/+75
Signed-off-by: Günther Deschner <gd@samba.org>
2010-04-23s3-spoolss: Added a function to get the ChangeID from a printer.Andreas Schneider2-0/+90
Signed-off-by: Günther Deschner <gd@samba.org>
2010-04-23s3-spoolss: Added a function to update the ChangeID of a printer.Andreas Schneider2-0/+120
Signed-off-by: Günther Deschner <gd@samba.org>
2010-04-23s3-spoolss: Added winreg helper functions to write registry values.Andreas Schneider1-0/+104
Signed-off-by: Günther Deschner <gd@samba.org>