Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-20 | s3:winbindd: fix error handling in wb_next_grent_fetch_done() | Stefan Metzmacher | 1 | -1/+9 | |
We should not use 'result' uninitialized. metze | |||||
2010-08-20 | s3:loadparm: make lp_load_ex static. We have wrappers for external callers. | Michael Adam | 2 | -14/+7 | |
2010-08-19 | s3-libsmbclient Convert dos error codes to NTstatus in async libsmbclient. | Jim McDonough | 2 | -8/+2 | |
DOS error codes were being lost with the conversion to async libsmbclient. If we're passing around NTSTATUS internally, let's just convert it when we get it. DOS ACCESS_DENIED on nautilus was not prompting for other credentials, because it was not being mapped. | |||||
2010-08-19 | s3-ads: Fix wrong test in if statement | Simo Sorce | 2 | -1/+3 | |
2010-08-19 | s3-waf: fix the build. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-08-19 | s3-cli: fix uninitialized variable. | Günther Deschner | 1 | -1/+1 | |
Volker, please check. Guenther | |||||
2010-08-19 | s3-idmap: fix uninitialized variable in idmap_tdb_sids_to_unixids_action(). | Günther Deschner | 1 | -1/+1 | |
Michael, please check. Guenther | |||||
2010-08-19 | s3-libsmb: fix some uninitialized variables. | Günther Deschner | 1 | -2/+2 | |
Volker, please check. Guenther | |||||
2010-08-19 | -ENOTSUP translates to NT_STATUS_NOT_SUPPORTED | Surbhi Palande | 1 | -1/+3 | |
https://launchpad.net/bugs/276472 This patch adds the translation of Unix Error code -ENOTSUP to NT Error Code NT_STATUS_NOT_SUPPORTED. The absense of this translation wrongly sends back to the client a STATUS_DENIED message in samba3. Signed-off-by: Surbhi Palande <surbhi.palande@canonical.com> | |||||
2010-08-19 | s3: Remove smb_pam_accountcheck from the auth modules | Volker Lendecke | 3 | -32/+4 | |
We go through the same check in auth/auth.c line 287 after the module has done its job. So we don't have to do that check twice. | |||||
2010-08-18 | Fix bug 7626 - Typo in configure samba_cv__CC_NEGATIVE_ENUM_VALUES two ↵ | Jeremy Allison | 1 | -1/+1 | |
underscores. Noticed by bj@sernet.de. | |||||
2010-08-18 | Fix bug 7563 - Creation of symlink using smbclient is buggy. | Jeremy Allison | 1 | -13/+9 | |
Fix semantics of symlink. "oldpath" should be an untouched blob, "newpath" should fit the share path semantics. Jeremy. | |||||
2010-08-18 | s3: Remove an unused variable | Volker Lendecke | 1 | -1/+0 | |
2010-08-18 | s3-ads: Remove unused wrapper and make function static | Simo Sorce | 2 | -35/+12 | |
2010-08-18 | s3: async cli_list | Volker Lendecke | 5 | -422/+721 | |
2010-08-18 | s3: Add cli_flush | Volker Lendecke | 2 | -0/+90 | |
2010-08-18 | s3-ads: cleanup ads_keytab_list() | Simo Sorce | 1 | -13/+16 | |
2010-08-18 | s3-ads: cleanup ads_keytab_create_default() | Simo Sorce | 1 | -113/+136 | |
2010-08-18 | s3-ads: cleanup ads_keytab_add_entry() | Simo Sorce | 1 | -57/+80 | |
2010-08-18 | s3-ads: Split, simplify and cleanup keytab functions | Simo Sorce | 1 | -169/+172 | |
add helper function for both smb_krb5_kt_add_entry_ext() and ads_keytab_flush() | |||||
2010-08-18 | s3: Fix serverid_register_msg_flags | Volker Lendecke | 1 | -4/+2 | |
Thanks, Andreas, for pointing this out! (How drunk have I been?...) | |||||
2010-08-18 | s3-lib: Fixed a possible crash bug. | Andreas Schneider | 1 | -0/+2 | |
Volker please check! | |||||
2010-08-18 | s3-printing: Added function to update the queue. | Andreas Schneider | 2 | -31/+175 | |
2010-08-18 | s3-printing: Rename jobs_changed functions to jobs_added. | Andreas Schneider | 1 | -26/+26 | |
2010-08-18 | s3: Fix an uninitialized variable | Volker Lendecke | 1 | -3/+2 | |
2010-08-18 | s3: Use pipe_struct->client_id->name for pjob.clientmachine | Volker Lendecke | 3 | -8/+5 | |
2010-08-18 | s3: Move initializing pjob.clientname to print_job_start() | Volker Lendecke | 1 | -8/+8 | |
2010-08-18 | s3: Add "client_id" to pipes_struct | Volker Lendecke | 11 | -28/+42 | |
2010-08-18 | s3: Remove unneeded "client_address" from connection_struct | Volker Lendecke | 3 | -15/+3 | |
2010-08-18 | s3: Add smbd_server_connection->client_id | Volker Lendecke | 3 | -1/+27 | |
2010-08-18 | s3: Lift smbd_server_fd from reload_services() | Volker Lendecke | 11 | -24/+27 | |
2010-08-18 | s3-build: only include smb_signing.h where needed. | Günther Deschner | 6 | -2/+6 | |
Guenther | |||||
2010-08-18 | s3:selftest This test does not fail anymore (Samba4's smbtorture has been fixed) | Andrew Bartlett | 1 | -1/+0 | |
2010-08-17 | s3: Remove smbd_server_fd() from session_claim | Volker Lendecke | 4 | -10/+9 | |
2010-08-17 | s3: Remove smbd_server_fd() from read_smb_length() | Volker Lendecke | 1 | -12/+7 | |
2010-08-17 | s3: Move read_smb_length() to smbd/reply.c | Volker Lendecke | 3 | -44/+42 | |
2010-08-17 | s3: Remove smbd_server_fd from receive_smb_raw | Volker Lendecke | 1 | -25/+4 | |
This is only called from client code | |||||
2010-08-17 | s3: Lift smbd_server_fd() from receive_smb_raw_talloc | Volker Lendecke | 1 | -5/+5 | |
2010-08-17 | s3: Lift smbd_server_fd() from read_smb_length_return_keepalive | Volker Lendecke | 2 | -14/+29 | |
2010-08-17 | s3: Lift smbd_server_fd() from read_data() | Volker Lendecke | 2 | -22/+9 | |
All callers have appropriate debug messages themselves | |||||
2010-08-17 | s3: Lift smbd_server_fd() from read_fd_with_timeout() | Volker Lendecke | 3 | -44/+62 | |
2010-08-17 | s3: Directly call write_data from print_job_write() | Volker Lendecke | 1 | -1/+1 | |
2010-08-17 | s3: Remove unused "pos" arg from print_job_write | Volker Lendecke | 3 | -6/+3 | |
2010-08-17 | s3-samr: Correctly fix the transition from enum to uint32_t. | Andreas Schneider | 1 | -1/+5 | |
What type an enum is depends on the implementation, the compiler and probably the compiler options. sizeof(enum) is normally not sizeof(int)! | |||||
2010-08-17 | s3-dcerpc: try to fix the non gssapi build. | Günther Deschner | 1 | -1/+2 | |
Guenther | |||||
2010-08-17 | s3-dcerpc: fix c++ build warning. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-08-17 | s3-dcerpc: fix uninitialized variable in cli_get_session_key(). | Günther Deschner | 1 | -1/+1 | |
Simo, please check. Guenther | |||||
2010-08-17 | s3-util: remove unused variable. | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2010-08-17 | s3-ads: Remove unused function and file | Simo Sorce | 3 | -31/+1 | |
2010-08-17 | s3:winbindd: don't ignore 'result' in wb_dsgetdcname_done() | Stefan Metzmacher | 1 | -0/+4 | |
Ignoring it could cause a segfault in winbindd_getdcname_recv() metze |