Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | s3-spoolss: Added a winreg_create_printer function. | Andreas Schneider | 2010-04-23 | 2 | -0/+341 | |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | |||||
* | s3-spoolss: Added a winreg_update_printer function. | Andreas Schneider | 2010-04-23 | 2 | -0/+385 | |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | |||||
* | s3-spoolss: Added a winreg_get_driver_list function. | Simo Sorce | 2010-04-23 | 2 | -0/+94 | |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | |||||
* | s3-spoolss: Added a winreg_del_driver function. | Simo Sorce | 2010-04-23 | 2 | -0/+105 | |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | |||||
* | s3-spoolss: Added a winreg_get_driver function. | Simo Sorce | 2010-04-23 | 2 | -0/+281 | |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | |||||
* | s3-spoolss: Added a winreg_add_driver function. | Simo Sorce | 2010-04-23 | 2 | -0/+246 | |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | |||||
* | s3-spoolss: Move info_ctr conversion to a public helper. | Simo Sorce | 2010-04-23 | 2 | -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 Schneider | 2010-04-23 | 1 | -7/+11 | |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | |||||
* | s3-spoolss: Add date and version winreg helpers. | Simo Sorce | 2010-04-23 | 1 | -0/+129 | |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | |||||
* | s3-spoolss: Added more winreg hepler functions. | Andreas Schneider | 2010-04-23 | 1 | -0/+20 | |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | |||||
* | s3-spoolss: Added winreg helper functions | Simo Sorce | 2010-04-23 | 1 | -0/+125 | |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | |||||
* | s3-spoolss: Added a winreg function to query a dword. | Andreas Schneider | 2010-04-23 | 1 | -0/+75 | |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | |||||
* | s3-spoolss: Added a function to get the ChangeID from a printer. | Andreas Schneider | 2010-04-23 | 2 | -0/+90 | |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | |||||
* | s3-spoolss: Added a function to update the ChangeID of a printer. | Andreas Schneider | 2010-04-23 | 2 | -0/+120 | |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | |||||
* | s3-spoolss: Added winreg helper functions to write registry values. | Andreas Schneider | 2010-04-23 | 1 | -0/+104 | |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | |||||
* | s3-spoolss: Fixed return values of winreg_printer_deleteform1. | Andreas Schneider | 2010-04-23 | 1 | -0/+5 | |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | |||||
* | s3-spoolss: Added missing return value to winreg_printer_enumforms1 docs. | Andreas Schneider | 2010-04-23 | 1 | -0/+1 | |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | |||||
* | s3-spoolss: Use const values for notify functions. | Andreas Schneider | 2010-04-23 | 2 | -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 Schneider | 2010-04-23 | 2 | -0/+14 | |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | |||||
* | s3-lanman: fix uninitialized variable in api_RDosPrintJobDel(). | Günther Deschner | 2010-04-23 | 1 | -1/+1 | |
| | | | | Guenther | |||||
* | s3-selftest: enable RPC-SPOOLSS-DRIVER against s3. | Günther Deschner | 2010-04-23 | 1 | -0/+1 | |
| | | | | Guenther | |||||
* | s3-selftest: add print$ share with two arch dirs. | Günther Deschner | 2010-04-23 | 1 | -0/+8 | |
| | | | | | | (make test variant) Guenther | |||||
* | s3-winbind: fix setup_domain_child() callers. | Günther Deschner | 2010-04-23 | 1 | -2/+2 | |
| | | | | | | Volker, please check. Guenther | |||||
* | s3-spoolss: make switch in _spoolss_AddPrinterDriver() a bit more clear. | Günther Deschner | 2010-04-23 | 1 | -4/+6 | |
| | | | | Guenther | |||||
* | s3: Fix a winbind crash when scanning trusts | Volker Lendecke | 2010-04-23 | 1 | -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 Allison | 2010-04-22 | 8 | -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 Lendecke | 2010-04-23 | 1 | -1/+2 | |
| | ||||||
* | s3-spoolss: make sure AddPrinterDriver calls into AddPrinterDriverEx. | Günther Deschner | 2010-04-23 | 1 | -19/+27 | |
| | | | | | | | | | Not vice versa. Also disable some info levels in AddPrinterDriver according to MS-RPRN 3.1.4.4.1. Found by torture test. Guenther | |||||
* | s3-spoolss: fix some crash bugs and missing error codes in AddDriver paths. | Günther Deschner | 2010-04-23 | 2 | -2/+12 | |
| | | | | | | Found by torture test. Guenther | |||||
* | Fix i18n of net conf import error message. | Jim McDonough | 2010-04-20 | 1 | -3/+4 | |
| | | | | Thanks gd | |||||
* | Display an error on net conf import failures. | Jim McDonough | 2010-04-20 | 1 | -0/+3 | |
| | | | | | | When something goes wrong, such as a typo in a parameter name, we'll now display the failure instead of just returning with -1 and no message. | |||||
* | s3-spoolss: fix winreg spoolss helper call documentation. | Günther Deschner | 2010-04-20 | 1 | -11/+33 | |
| | | | | Guenther | |||||
* | s3-spoolss: avoid passing down full "struct pipes_struct". | Günther Deschner | 2010-04-20 | 2 | -51/+73 | |
| | | | | Guenther | |||||
* | Now SMB2 error messages are correctly being returned with the 1 byte data ↵ | Jeremy Allison | 2010-04-19 | 1 | -51/+49 | |
| | | | | | | area, smbd_smb2_request_error_ex() must call smbd_smb2_request_done_ex() in order to do the padding correctly on compound replies. Jeremy. | |||||
* | Ensure vectors are always allocated with consistent size. Removes one byte ↵ | Jeremy Allison | 2010-04-19 | 1 | -20/+60 | |
| | | | | | | alloc on SMB2 error packet. Always use talloc_zero_array on out vectors - fixes valgrind errors in tevent writes. Jeremy. | |||||
* | Fix valgrind error where a strdup of name reads one byte beyond the end. ↵ | Jeremy Allison | 2010-04-19 | 1 | -1/+2 | |
| | | | | | | Ensure buffer returned from inotify is null terminated. Jeremy. | |||||
* | Remove an unused auto variable. | Jeremy Allison | 2010-04-19 | 1 | -3/+0 | |
| | | | | Jeremy. | |||||
* | s3: Remove a leftover of my lua experiments | Volker Lendecke | 2010-04-19 | 1 | -5/+0 | |
| | ||||||
* | s3: Move the in-memory ccache to the parent | Volker Lendecke | 2010-04-19 | 7 | -95/+90 | |
| | | | | | None of this blocks, so there is no reason to keep this in a winbind child process | |||||
* | s3: Test for wb ccache access by smbclient | Volker Lendecke | 2010-04-19 | 1 | -0/+33 | |
| | ||||||
* | libwbclient: remove async libwbclient and talloc from libwbclient.so | Volker Lendecke | 2010-04-19 | 1 | -17/+8 | |
| | | | | | Except for tests there is right now no active user of this. We can easily re-add this when smbd makes more use of it. | |||||
* | s3: Change the make test password to "testPw" | Volker Lendecke | 2010-04-19 | 1 | -1/+1 | |
| | | | | | This way we can change back to it when testing testing wbcChangeUserPassword, "test" is too short (<5 chars) | |||||
* | s3-winbind: Allow changing the password for pdb | Volker Lendecke | 2010-04-19 | 2 | -1/+50 | |
| | ||||||
* | s3: Convert WINBINDD_PAM_LOGOFF to the new async API | Volker Lendecke | 2010-04-19 | 5 | -68/+149 | |
| | ||||||
* | s3: Convert WINBINDD_PAM_CHAUTHTOK to the new async API | Volker Lendecke | 2010-04-19 | 5 | -59/+132 | |
| | ||||||
* | s3: Convert WINBINDD_PAM_AUTH_CRAP to the new async API | Volker Lendecke | 2010-04-19 | 5 | -73/+133 | |
| | ||||||
* | s3: Convert WINBINDD_PAM_AUTH to the new async API | Volker Lendecke | 2010-04-19 | 5 | -66/+135 | |
| | ||||||
* | winbindd: Fill in num_entries where available | Volker Lendecke | 2010-04-19 | 3 | -0/+6 | |
| | | | | | | | | The server implementation of WINBINDD_LIST_USERS, WINBINDD_LIST_GROUPS and WINBINDD_LIST_TRUSTDOM knows the number of entries returned. Bump up the version number so that a newer lib does not rely on something an older winbind does not do. | |||||
* | s3: Add some debug to GETSIDALIASES | Volker Lendecke | 2010-04-19 | 1 | -0/+9 | |
| | ||||||
* | s3-smb2: fix some c++ warnings. | Günther Deschner | 2010-04-19 | 1 | -3/+3 | |
| | | | | Guenther |