Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3:torture/scanner: use trans2_bytes_push_str() in scan_nttrans() | Stefan Metzmacher | 2011-07-07 | 1 | -14/+52 |
| | | | | metze | ||||
* | s3:torture/scanner: use trans2_bytes_push_str() in scan_trans2() | Stefan Metzmacher | 2011-07-07 | 1 | -14/+52 |
| | | | | metze | ||||
* | s3:libsmb: use trans2_bytes_push_str() in cli_tcon_andx_create() for the ↵ | Stefan Metzmacher | 2011-07-07 | 1 | -12/+11 |
| | | | | | | | | plaintext password This makes sure we push the string always in DOS charset. metze | ||||
* | s3:libsmb: use trans2_bytes_push_str() in cli_set_ea_path() | Stefan Metzmacher | 2011-07-07 | 1 | -8/+9 |
| | | | | metze | ||||
* | s3:libsmb: use trans2_bytes_push_str() in cli_dfs_get_referral() | Stefan Metzmacher | 2011-07-07 | 1 | -6/+10 |
| | | | | metze | ||||
* | s3:libsmb: use a talloc_stackframe in cli_dfs_get_referral() | Stefan Metzmacher | 2011-07-07 | 1 | -4/+3 |
| | | | | metze | ||||
* | s3:libsmb: use trans2_bytes_push_str/bytes() in cli_list_trans_*() | Stefan Metzmacher | 2011-07-07 | 1 | -20/+26 |
| | | | | metze | ||||
* | s3:libsmb: use clistr_pull_talloc() for short_name in interpret_long_filename() | Stefan Metzmacher | 2011-07-07 | 4 | -10/+19 |
| | | | | metze | ||||
* | s3:libsmb: interpret_long_filename() short_name is always UNICODE | Stefan Metzmacher | 2011-07-07 | 1 | -8/+3 |
| | | | | metze | ||||
* | s3:libsmb: add trans2_bytes_push_bytes() | Stefan Metzmacher | 2011-07-07 | 2 | -0/+21 |
| | | | | metze | ||||
* | s3:libsmb: make trans2_bytes_push_str() non-static | Stefan Metzmacher | 2011-07-07 | 2 | -3/+6 |
| | | | | | | We should use this and get rid of clistr_push(). metze | ||||
* | s3:utils: avoid cli_nt_error()/cli_errstr() if we already have the status | Stefan Metzmacher | 2011-07-07 | 1 | -2/+2 |
| | | | | metze | ||||
* | s3-printing: remove tdb migration invalid printer name checks | David Disseldorp | 2011-07-07 | 1 | -9/+2 |
| | | | | | | | | | | WERR_INVALID_PRINTER_NAME only needed to be handled when printing tdb migration used spoolss, with winreg such errors are no longer possible. Signed-off-by: Günther Deschner <gd@samba.org> Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Jul 7 19:15:34 CEST 2011 on sn-devel-104 | ||||
* | s3-printing: make sure to first migrate the printers then the security ↵ | Günther Deschner | 2011-07-07 | 2 | -4/+28 |
| | | | | | | | | descriptor. Guenther Pair-Programmed-With: David Disseldorp <ddiss@suse.de> | ||||
* | s3-printing: fill info2_mask in printer migration | David Disseldorp | 2011-07-07 | 1 | -4/+7 |
| | | | | | Also fix possibly uninitialised status return from printing_tdb_migrate_printer(). | ||||
* | s3-printing: remove spoolss pipe from migration library, only using winreg ↵ | Günther Deschner | 2011-07-07 | 4 | -46/+5 |
| | | | | | | | | finally. Guenther Pair-Programmed-With: David Disseldorp <ddiss@suse.de> | ||||
* | s3-printing: use winreg interface for migration, instead of spoolss. | Günther Deschner | 2011-07-07 | 1 | -181/+38 |
| | | | | | | Guenther Pair-Programmed-With: David Disseldorp <ddiss@suse.de> | ||||
* | s3-printing: safe a ton of roundtrips by reusing existing winreg ↵ | Günther Deschner | 2011-07-07 | 3 | -156/+229 |
| | | | | | | | | binding_handles. Guenther Pair-Programmed-With: David Disseldorp <ddiss@suse.de> | ||||
* | s3-printing: use winreg_internal functions. | Günther Deschner | 2011-07-07 | 3 | -87/+87 |
| | | | | | | Guenther Pair-Programmed-With: David Disseldorp <ddiss@suse.de> | ||||
* | s3-printing: add winreg_internal functions. | Günther Deschner | 2011-07-07 | 4 | -1/+541 |
| | | | | | | Guenther Pair-Programmed-With: David Disseldorp <ddiss@suse.de> | ||||
* | s3-printing: add winreg_printer_binding_handle and remove most of ↵ | Günther Deschner | 2011-07-07 | 2 | -4772/+12 |
| | | | | | | | | srv_spoolss_util.c. Guenther Pair-Programmed-With: David Disseldorp <ddiss@suse.de> | ||||
* | s3-printing: add rpc_client/cli_winreg_spoolss.c | Günther Deschner | 2011-07-07 | 4 | -6/+4668 |
| | | | | | | Guenther Pair-Programmed-With: David Disseldorp <ddiss@suse.de> | ||||
* | s3-waf: make LIBCLI_SPOOLSS a shared library | Günther Deschner | 2011-07-07 | 1 | -3/+4 |
| | | | | | | Guenther Pair-Programmed-With: David Disseldorp <ddiss@suse.de> | ||||
* | s3-printing: move spoolss_create_default_devmode/secdesc to init_spoolss.h | Günther Deschner | 2011-07-07 | 4 | -179/+182 |
| | | | | | | Guenther Pair-Programmed-With: David Disseldorp <ddiss@suse.de> | ||||
* | s3-printing: move driver_info_ctr_to_info8 to init_spoolss.h | Günther Deschner | 2011-07-07 | 5 | -93/+92 |
| | | | | | | Guenther Pair-Programmed-With: David Disseldorp <ddiss@suse.de> | ||||
* | s3-printing: move os2 related functions to printing/nt_printing_os2.c. | Günther Deschner | 2011-07-07 | 7 | -145/+191 |
| | | | | | | Guenther Pair-Programmed-With: David Disseldorp <ddiss@suse.de> | ||||
* | s3: Remove a use of cli_errstr | Volker Lendecke | 2011-07-07 | 1 | -2/+6 |
| | | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Jul 7 18:04:26 CEST 2011 on sn-devel-104 | ||||
* | s3-waf: Fix linking bugs causing segfaults. | Andreas Schneider | 2011-07-07 | 2 | -2/+2 |
| | | | | | | | | As auth_util.c is linked several times the static variables have different address on different calls. This leads to segfaults. Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Thu Jul 7 16:50:05 CEST 2011 on sn-devel-104 | ||||
* | s3:testparm: avoid spurious warnings about dos mode mapping and create mask ↵ | Gregor Beck | 2011-07-07 | 1 | -19/+27 |
| | | | | | | | if store dos attributes is set Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Jul 7 12:49:01 CEST 2011 on sn-devel-104 | ||||
* | s3:libsmb: use clistr_pull_talloc() in cli_qfilename() | Stefan Metzmacher | 2011-07-06 | 3 | -9/+30 |
| | | | | metze | ||||
* | s3:libsmb: let cli_qfileinfo[_recv]() return recv_flags2 | Stefan Metzmacher | 2011-07-06 | 4 | -6/+16 |
| | | | | metze | ||||
* | s3:libsmb: use clistr_pull_talloc() in cli_get_fs_volume_info() | Stefan Metzmacher | 2011-07-06 | 3 | -10/+32 |
| | | | | metze | ||||
* | s3:libsmb: the SMB_QUERY_FS_VOLUME_INFO response needs at least 18 data bytes | Stefan Metzmacher | 2011-07-06 | 1 | -1/+1 |
| | | | | metze | ||||
* | s3:libsmb: don't use cli->inbuf in cli_dfs_get_referral() | Stefan Metzmacher | 2011-07-06 | 1 | -5/+7 |
| | | | | | | | The rdata buffer returned by cli_trans() doesn't belong to cli->inbuf, so don't use it. metze | ||||
* | s3:libsmb: fix error handling in cli_dfs_get_referral() | Stefan Metzmacher | 2011-07-06 | 1 | -3/+11 |
| | | | | | | We should not return NT_STATUS_OK on error. metze | ||||
* | s3:sharesec: return an error if get_share_security() returns NULL | Stefan Metzmacher | 2011-07-06 | 1 | -1/+1 |
| | | | | | | | | | | | | This indicates an error, as it uses get_share_security_default() if no security descriptor is configured. Jeremy, please check. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Jul 6 15:40:23 CEST 2011 on sn-devel-104 | ||||
* | s3:test: catch more errors in test_access_check() in the smbclient_s3 test | Michael Adam | 2011-07-06 | 1 | -0/+16 |
| | | | | | Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Wed Jul 6 14:07:13 CEST 2011 on sn-devel-104 | ||||
* | s3:registry: update copyright for the registry db implementation | Michael Adam | 2011-07-06 | 1 | -1/+2 |
| | |||||
* | s3:sharesec: also initialize pgranted if get_share_security() returns NULL | Stefan Metzmacher | 2011-07-06 | 1 | -0/+3 |
| | | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Jul 6 12:54:30 CEST 2011 on sn-devel-104 | ||||
* | s3: Follow the TALLOC_FREE convention in source3 | Volker Lendecke | 2011-07-06 | 1 | -1/+1 |
| | | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Jul 6 11:01:05 CEST 2011 on sn-devel-104 | ||||
* | s3: Fix Coverity ID 2586 -- NO_EFFECT | Volker Lendecke | 2011-07-06 | 1 | -1/+1 |
| | | | | | | | tsocket_address_bsd_sockaddr returns ssize_t, and on some systems socklen_t is unsigned. So (len < 0) could never have turned true. Volker | ||||
* | s3: Remove cli_errstr from cmd_posix_open | Volker Lendecke | 2011-07-06 | 1 | -5/+12 |
| | | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Jul 6 09:45:11 CEST 2011 on sn-devel-104 | ||||
* | s3: Fix error logic in posix_open | Volker Lendecke | 2011-07-06 | 1 | -2/+2 |
| | |||||
* | s3: Remove a few uses of cli_errstr | Volker Lendecke | 2011-07-06 | 1 | -26/+27 |
| | |||||
* | s3: make cli_resolve_path return NTSTATUS | Volker Lendecke | 2011-07-06 | 8 | -136/+230 |
| | | | | This looks larger than it is. No parameters needed changing. | ||||
* | s3-build We no longer require to redefine _SAMBA_BUILD_ | Andrew Bartlett | 2011-07-06 | 1 | -5/+0 |
| | |||||
* | libcli/smb move FILE_TYPE constants in common | Andrew Bartlett | 2011-07-06 | 1 | -8/+0 |
| | | | | | | This allows us to remove another _SAMBA_BUILD_ conditional Andrew Bartlett | ||||
* | libcli/smb move enum protocol_types to a common header | Andrew Bartlett | 2011-07-06 | 1 | -12/+0 |
| | |||||
* | s3:smbd fix a compile warning on AIX 5.3 | Christian Ambach | 2011-07-05 | 1 | -1/+1 |
| | | | | | | | use the correct alias instead of FD directly Autobuild-User: Christian Ambach <ambi@samba.org> Autobuild-Date: Tue Jul 5 19:51:42 CEST 2011 on sn-devel-104 | ||||
* | s3:build fix autoconf build on AIX 5.3 | Christian Ambach | 2011-07-05 | 1 | -3/+3 |
| | | | | | using ZLIB_LIBS as dependency made AIX make fail trying to find -lz as build target |