summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* s3-libsmb: fix some uninitialized variables.Günther Deschner2010-08-191-2/+2
| | | | | | Volker, please check. Guenther
* -ENOTSUP translates to NT_STATUS_NOT_SUPPORTEDSurbhi Palande2010-08-191-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>
* s3: Remove smb_pam_accountcheck from the auth modulesVolker Lendecke2010-08-193-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.
* Fix bug 7626 - Typo in configure samba_cv__CC_NEGATIVE_ENUM_VALUES two ↵Jeremy Allison2010-08-181-1/+1
| | | | | | underscores. Noticed by bj@sernet.de.
* Fix bug 7563 - Creation of symlink using smbclient is buggy.Jeremy Allison2010-08-181-13/+9
| | | | | | | Fix semantics of symlink. "oldpath" should be an untouched blob, "newpath" should fit the share path semantics. Jeremy.
* s3: Remove an unused variableVolker Lendecke2010-08-181-1/+0
|
* s3-ads: Remove unused wrapper and make function staticSimo Sorce2010-08-182-35/+12
|
* s3: async cli_listVolker Lendecke2010-08-185-422/+721
|
* s3: Add cli_flushVolker Lendecke2010-08-182-0/+90
|
* s3-ads: cleanup ads_keytab_list()Simo Sorce2010-08-181-13/+16
|
* s3-ads: cleanup ads_keytab_create_default()Simo Sorce2010-08-181-113/+136
|
* s3-ads: cleanup ads_keytab_add_entry()Simo Sorce2010-08-181-57/+80
|
* s3-ads: Split, simplify and cleanup keytab functionsSimo Sorce2010-08-181-169/+172
| | | | | add helper function for both smb_krb5_kt_add_entry_ext() and ads_keytab_flush()
* s3: Fix serverid_register_msg_flagsVolker Lendecke2010-08-181-4/+2
| | | | Thanks, Andreas, for pointing this out! (How drunk have I been?...)
* s3-lib: Fixed a possible crash bug.Andreas Schneider2010-08-181-0/+2
| | | | Volker please check!
* s3-printing: Added function to update the queue.Andreas Schneider2010-08-182-31/+175
|
* s3-printing: Rename jobs_changed functions to jobs_added.Andreas Schneider2010-08-181-26/+26
|
* s3: Fix an uninitialized variableVolker Lendecke2010-08-181-3/+2
|
* s3: Use pipe_struct->client_id->name for pjob.clientmachineVolker Lendecke2010-08-183-8/+5
|
* s3: Move initializing pjob.clientname to print_job_start()Volker Lendecke2010-08-181-8/+8
|
* s3: Add "client_id" to pipes_structVolker Lendecke2010-08-1811-28/+42
|
* s3: Remove unneeded "client_address" from connection_structVolker Lendecke2010-08-183-15/+3
|
* s3: Add smbd_server_connection->client_idVolker Lendecke2010-08-183-1/+27
|
* s3: Lift smbd_server_fd from reload_services()Volker Lendecke2010-08-1811-24/+27
|
* s3-build: only include smb_signing.h where needed.Günther Deschner2010-08-186-2/+6
| | | | Guenther
* s3:selftest This test does not fail anymore (Samba4's smbtorture has been fixed)Andrew Bartlett2010-08-181-1/+0
|
* s3: Remove smbd_server_fd() from session_claimVolker Lendecke2010-08-174-10/+9
|
* s3: Remove smbd_server_fd() from read_smb_length()Volker Lendecke2010-08-171-12/+7
|
* s3: Move read_smb_length() to smbd/reply.cVolker Lendecke2010-08-173-44/+42
|
* s3: Remove smbd_server_fd from receive_smb_rawVolker Lendecke2010-08-171-25/+4
| | | | This is only called from client code
* s3: Lift smbd_server_fd() from receive_smb_raw_tallocVolker Lendecke2010-08-171-5/+5
|
* s3: Lift smbd_server_fd() from read_smb_length_return_keepaliveVolker Lendecke2010-08-172-14/+29
|
* s3: Lift smbd_server_fd() from read_data()Volker Lendecke2010-08-172-22/+9
| | | | All callers have appropriate debug messages themselves
* s3: Lift smbd_server_fd() from read_fd_with_timeout()Volker Lendecke2010-08-173-44/+62
|
* s3: Directly call write_data from print_job_write()Volker Lendecke2010-08-171-1/+1
|
* s3: Remove unused "pos" arg from print_job_writeVolker Lendecke2010-08-173-6/+3
|
* s3-samr: Correctly fix the transition from enum to uint32_t.Andreas Schneider2010-08-171-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)!
* s3-dcerpc: try to fix the non gssapi build.Günther Deschner2010-08-171-1/+2
| | | | Guenther
* s3-dcerpc: fix c++ build warning.Günther Deschner2010-08-171-1/+1
| | | | Guenther
* s3-dcerpc: fix uninitialized variable in cli_get_session_key().Günther Deschner2010-08-171-1/+1
| | | | | | Simo, please check. Guenther
* s3-util: remove unused variable.Günther Deschner2010-08-171-1/+0
| | | | Guenther
* s3-ads: Remove unused function and fileSimo Sorce2010-08-173-31/+1
|
* s3:winbindd: don't ignore 'result' in wb_dsgetdcname_done()Stefan Metzmacher2010-08-171-0/+4
| | | | | | Ignoring it could cause a segfault in winbindd_getdcname_recv() metze
* s3: Remove smbd_server_fd() from write_data()Volker Lendecke2010-08-173-25/+78
| | | | | | This completely removes the DEBUG(0, ..) error message from write_data(). I've gone through all callers of write_data() and made sure that they have their own equivalent error message printing.
* s3-dcerpc: Use common send functions for ntlmssp tooSimo Sorce2010-08-171-51/+12
| | | | Remove unused function.
* s3-dcerpc: properly implement gse/spnego_get_session_keySimo Sorce2010-08-175-16/+63
|
* s3-dcerpc: Check data and return appropriate errorSimo Sorce2010-08-171-2/+17
|
* s3-dcerpc: Remove unused functionSimo Sorce2010-08-171-18/+0
|
* s3-dcerpc: make a few local functions as staticSimo Sorce2010-08-172-8/+7
|
* Change debug statements to use __location__Simo Sorce2010-08-171-13/+11
|