summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert "nsswitch: Fix a memleak in wbinfo"Volker Lendecke2010-04-241-2/+0
| | | | | | | This reverts commit a97f2a0a9c0f1c148a0152202296bb078103b40c. This was not a memleak, it was a valgrind false positive. We store "details" in a static.
* 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
| | | | | | Seems to work but needs more tests (to be added). Jeremy.
* When sending the initial async response, this is never part of a chain.Jeremy Allison2010-04-231-1/+1
| | | | | | Get the reply flags correct. Jeremy.
* Don't free the entire tevent_req on cancel, only the part we need (the ↵Jeremy Allison2010-04-231-9/+12
| | | | | | immediate event). Jeremy.
* libwbclient: Test WBC_CHANGE_PASSWORD_LEVEL_RESPONSEVolker Lendecke2010-04-231-5/+75
|
* 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
| | | | | This fixes a crash in winbindd_dual_pam_chng_pswd_auth_crap when given global_sam_name() in the domain field
* libwbclient: Actually copy something in wbcChangeUserPasswordExVolker Lendecke2010-04-231-8/+8
| | | | The length argument for memcpy was initialized to 0 and not initialized
* s3: replace some data_blob_talloc by data_blob_constVolker Lendecke2010-04-231-8/+4
|
* libwbclient: Remove some pointless BAIL_ON_WBC_ERROR macro callsVolker Lendecke2010-04-231-12/+12
|
* 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
| | | | Jeremy.
* Fix bug #7384 - dptr_Close has a bitmap leak.Ira Cooper2010-04-231-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.
* At simo's request return struct tevent_req *treq -> treq. For consistency :-(.Jeremy Allison2010-04-231-80/+80
|
* Rename - no functional change. Stop all variables being called "req".Jeremy Allison2010-04-231-130/+129
| | | | | | | | tevent_req -> treq struct smb_request -> smb1req struct smbd_smb2_request -> smb2req Jeremy.
* s3-spoolss: Added a winreg_get_printer function.Andreas Schneider2010-04-232-0/+279
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-spoolss: Added a winreg_create_printer function.Andreas Schneider2010-04-232-0/+341
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-spoolss: Added a winreg_update_printer function.Andreas Schneider2010-04-232-0/+385
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-spoolss: Added a winreg_get_driver_list function.Simo Sorce2010-04-232-0/+94
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-spoolss: Added a winreg_del_driver function.Simo Sorce2010-04-232-0/+105
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-spoolss: Added a winreg_get_driver function.Simo Sorce2010-04-232-0/+281
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-spoolss: Added a winreg_add_driver function.Simo Sorce2010-04-232-0/+246
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-spoolss: Move info_ctr conversion to a public helper.Simo Sorce2010-04-232-6/+25
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-spoolss: Fixed winreg_delete_printer_key if key is NULL or emtpy.Andreas Schneider2010-04-231-7/+11
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-spoolss: Add date and version winreg helpers.Simo Sorce2010-04-231-0/+129
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-spoolss: Added more winreg hepler functions.Andreas Schneider2010-04-231-0/+20
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-spoolss: Added winreg helper functionsSimo Sorce2010-04-231-0/+125
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-spoolss: Added a winreg function to query a dword.Andreas Schneider2010-04-231-0/+75
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-spoolss: Added a function to get the ChangeID from a printer.Andreas Schneider2010-04-232-0/+90
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-spoolss: Added a function to update the ChangeID of a printer.Andreas Schneider2010-04-232-0/+120
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-spoolss: Added winreg helper functions to write registry values.Andreas Schneider2010-04-231-0/+104
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-spoolss: Fixed return values of winreg_printer_deleteform1.Andreas Schneider2010-04-231-0/+5
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-spoolss: Added missing return value to winreg_printer_enumforms1 docs.Andreas Schneider2010-04-231-0/+1
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-spoolss: Use const values for notify functions.Andreas Schneider2010-04-232-12/+12
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-time: Added a function to get the startup time of the server.Andreas Schneider2010-04-232-0/+14
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-lanman: fix uninitialized variable in api_RDosPrintJobDel().Günther Deschner2010-04-231-1/+1
| | | | Guenther
* s3-selftest: enable RPC-SPOOLSS-DRIVER against s3.Günther Deschner2010-04-231-0/+1
| | | | Guenther
* s4-smbtorture: skip tests when no local driver directory is around.Günther Deschner2010-04-231-0/+4
| | | | Guenther
* s3-selftest: add print$ share with two arch dirs.Günther Deschner2010-04-231-0/+8
| | | | | | (make test variant) Guenther
* s3-selftest: add print$ share with two arch dirs.Günther Deschner2010-04-231-0/+8
| | | | Guenther
* s3-winbind: fix setup_domain_child() callers.Günther Deschner2010-04-231-2/+2
| | | | | | Volker, please check. Guenther
* s4-smbtorture: use server_name for all printerdriver delete and enum operations.Günther Deschner2010-04-231-12/+16
| | | | | | With this s3 passes the RPC-PRINTER-DRIVER test. Guenther
* s3-spoolss: make switch in _spoolss_AddPrinterDriver() a bit more clear.Günther Deschner2010-04-231-4/+6
| | | | Guenther
* s4-smbtorture: allow to upload or remove any file belonging to a driver.Günther Deschner2010-04-231-0/+30
| | | | Guenther
* s3: Fix a winbind crash when scanning trustsVolker Lendecke2010-04-231-0/+6
| | | | | | | | add_trusted_domain() for a new domain always needs to be followed by a setup_domain_child(). This was not always done, in particular not when walking to the forest root for additional trusts. This is a minimal patch, we need to fix add_trusted_domain().
* Make deferred opens (NT_STATUS_SHARING_VIOLATION) work over SMB2.Jeremy Allison2010-04-228-85/+357
| | | | | | | | Makes SMB2Create call re-entrant internally. Now this infrastructure is in place, oplocks will follow shortly. Tested with Win7 client and with W2K8R2. Jeremy.
* s3: Fix a cut&paste error in a debug message in check_oem_password()Volker Lendecke2010-04-231-1/+2
|