Age | Commit message (Expand) | Author | Files | Lines |
2010-04-26 | Correctly report share types (now Win7 makes RPC calls against us). | Jeremy Allison | 1 | -1/+7 |
2010-04-26 | Plumb in get_nt_acl into SMB2. | Jeremy Allison | 3 | -46/+174 |
2010-04-26 | s3-build: Remove --enable-merged support. | Jelmer Vernooij | 4 | -668/+3 |
2010-04-26 | s3: remove unused rap.h. | Günther Deschner | 2 | -507/+0 |
2010-04-26 | s3: fix some build warnings. | Günther Deschner | 2 | -9/+9 |
2010-04-26 | s3: use generated rap header. | Günther Deschner | 5 | -9/+16 |
2010-04-26 | When walking the SMB2 requests queue, ensure the request is still "in flight" | Jeremy Allison | 1 | -1/+10 |
2010-04-26 | Fix crash when rescheduling oplock open. | Jeremy Allison | 1 | -0/+9 |
2010-04-26 | s3: Implement "net rpc user setprimarygroup" | Volker Lendecke | 1 | -0/+59 |
2010-04-25 | s3: async_domain_request is no longer used | Volker Lendecke | 2 | -67/+0 |
2010-04-25 | s3: Convert add_trusted_domains() to wb_domain_request_send() | Volker Lendecke | 1 | -22/+19 |
2010-04-25 | s3: Simplify trustdom_state | Volker Lendecke | 1 | -10/+5 |
2010-04-25 | s3: Make "struct trustdom_state" its own talloc context | Volker Lendecke | 1 | -14/+9 |
2010-04-24 | s3: sendto_domain() is lo longer used | Volker Lendecke | 2 | -30/+0 |
2010-04-24 | s3: Simplify (bool != True) to !bool | Volker Lendecke | 1 | -1/+1 |
2010-04-24 | Implement oplocks within SMB2. Plumb into the existing SMB1 oplock system. | Jeremy Allison | 5 | -17/+112 |
2010-04-23 | When sending the initial async response, this is never part of a chain. | Jeremy Allison | 1 | -1/+1 |
2010-04-23 | Don't free the entire tevent_req on cancel, only the part we need (the immedi... | Jeremy Allison | 1 | -9/+12 |
2010-04-23 | s3: Allow pdb password change using WINBINDD_PAM_CHNG_PSWD_AUTH_CRAP | Volker Lendecke | 1 | -0/+15 |
2010-04-23 | s3: init_dc_connection() can't init for internal domains | Volker Lendecke | 1 | -0/+4 |
2010-04-23 | s3: replace some data_blob_talloc by data_blob_const | Volker Lendecke | 1 | -8/+4 |
2010-04-23 | s3: Convert WINBINDD_PAM_CHNG_PSWD_AUTH_CRAP to the new async API | Volker Lendecke | 5 | -47/+133 |
2010-04-23 | s3-smbd: group print relate data in own structure | Simo Sorce | 8 | -21/+52 |
2010-04-23 | Allow smb2 create requests to be cancelled. | Jeremy Allison | 6 | -32/+98 |
2010-04-23 | Fix bug #7384 - dptr_Close has a bitmap leak. | Ira Cooper | 1 | -3/+1 |
2010-04-23 | At simo's request return struct tevent_req *treq -> treq. For consistency :-(. | Jeremy Allison | 1 | -80/+80 |
2010-04-23 | Rename - no functional change. Stop all variables being called "req". | Jeremy Allison | 1 | -130/+129 |
2010-04-23 | s3-spoolss: Added a winreg_get_printer function. | Andreas Schneider | 2 | -0/+279 |
2010-04-23 | s3-spoolss: Added a winreg_create_printer function. | Andreas Schneider | 2 | -0/+341 |
2010-04-23 | s3-spoolss: Added a winreg_update_printer function. | Andreas Schneider | 2 | -0/+385 |
2010-04-23 | s3-spoolss: Added a winreg_get_driver_list function. | Simo Sorce | 2 | -0/+94 |
2010-04-23 | s3-spoolss: Added a winreg_del_driver function. | Simo Sorce | 2 | -0/+105 |
2010-04-23 | s3-spoolss: Added a winreg_get_driver function. | Simo Sorce | 2 | -0/+281 |
2010-04-23 | s3-spoolss: Added a winreg_add_driver function. | Simo Sorce | 2 | -0/+246 |
2010-04-23 | s3-spoolss: Move info_ctr conversion to a public helper. | Simo Sorce | 2 | -6/+25 |
2010-04-23 | s3-spoolss: Fixed winreg_delete_printer_key if key is NULL or emtpy. | Andreas Schneider | 1 | -7/+11 |
2010-04-23 | s3-spoolss: Add date and version winreg helpers. | Simo Sorce | 1 | -0/+129 |
2010-04-23 | s3-spoolss: Added more winreg hepler functions. | Andreas Schneider | 1 | -0/+20 |
2010-04-23 | s3-spoolss: Added winreg helper functions | Simo Sorce | 1 | -0/+125 |
2010-04-23 | s3-spoolss: Added a winreg function to query a dword. | Andreas Schneider | 1 | -0/+75 |
2010-04-23 | s3-spoolss: Added a function to get the ChangeID from a printer. | Andreas Schneider | 2 | -0/+90 |
2010-04-23 | s3-spoolss: Added a function to update the ChangeID of a printer. | Andreas Schneider | 2 | -0/+120 |
2010-04-23 | s3-spoolss: Added winreg helper functions to write registry values. | Andreas Schneider | 1 | -0/+104 |
2010-04-23 | s3-spoolss: Fixed return values of winreg_printer_deleteform1. | Andreas Schneider | 1 | -0/+5 |
2010-04-23 | s3-spoolss: Added missing return value to winreg_printer_enumforms1 docs. | Andreas Schneider | 1 | -0/+1 |
2010-04-23 | s3-spoolss: Use const values for notify functions. | Andreas Schneider | 2 | -12/+12 |
2010-04-23 | s3-time: Added a function to get the startup time of the server. | Andreas Schneider | 2 | -0/+14 |
2010-04-23 | s3-lanman: fix uninitialized variable in api_RDosPrintJobDel(). | Günther Deschner | 1 | -1/+1 |
2010-04-23 | s3-selftest: enable RPC-SPOOLSS-DRIVER against s3. | Günther Deschner | 1 | -0/+1 |
2010-04-23 | s3-selftest: add print$ share with two arch dirs. | Günther Deschner | 1 | -0/+8 |