Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-28 | s3:smbspool: use lp_load_client() | Michael Adam | 1 | -3/+1 | |
2011-07-28 | s3:smbclient: use lp_load_client() | Michael Adam | 1 | -3/+1 | |
2011-07-23 | s3-client/client.c: replace cli_query_secdesc_old() | Björn Baumbach | 1 | -5/+5 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-07-23 | s3-libsmb: rename cli_query_secdesc() to cli_query_secdesc_old() | Björn Baumbach | 1 | -1/+1 | |
Will introduce new cli_query_secdesc() function Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-07-23 | s3-client/clitar.c: replace cli_read_old() with cli_read() | Björn Baumbach | 1 | -5/+4 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-07-22 | s3:client: make use of cli_state_remote_name() | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2011-07-22 | s3:smbclient: print nt status code when smb echo fails | Michael Adam | 1 | -2/+2 | |
2011-07-22 | s3:smbclient: add a "tdis" command to view and change the tree id (tid). | Michael Adam | 1 | -0/+25 | |
This low level command can be used to switch between tree connects in one session. | |||||
2011-07-22 | s3:smbclient: add a "tdis" command to do a tree disconnect (close a ↵ | Michael Adam | 1 | -0/+19 | |
connection to a share) | |||||
2011-07-22 | s3:smbclient: add a "tcon" command to do a tree connect (connect to a share) | Michael Adam | 1 | -0/+34 | |
2011-07-22 | s3:smbclient: add "logoff" command to close the session | Michael Adam | 1 | -0/+19 | |
2011-07-21 | s3:libsmb: move cli->vuid to cli->smb1.uid and hide it behind ↵ | Stefan Metzmacher | 1 | -3/+4 | |
cli_state_[g|s]et_uid() metze | |||||
2011-07-20 | s3-libsmb: replace cli_read() with cli_read_old() | Björn Baumbach | 1 | -1/+1 | |
Will introduce new cli_read() function. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-07-19 | First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systems | Jeremy Allison | 1 | -1/+1 | |
Remove int toupper_ascii(int c); int tolower_ascii(int c); int isupper_ascii(int c); int islower_ascii(int c); and replace with their _m equivalents, as they are identical. | |||||
2011-07-11 | s3:client: simplify readline_callback() to only use cli_echo() | Stefan Metzmacher | 1 | -54/+9 | |
cli_echo() already swallows NBT keepalive messages, so there's no need to filter them in the 'smbclient' layer. metze | |||||
2011-07-08 | s3:client: use an inbuf on the stack in readline_callback() | Stefan Metzmacher | 1 | -2/+3 | |
metze | |||||
2011-07-08 | s3:libsmb: remove unused enum smb_read_errors infrastructure | Stefan Metzmacher | 1 | -16/+1 | |
metze | |||||
2011-07-08 | s3:client: close the socket if receive_smb_raw() fails | Stefan Metzmacher | 1 | -0/+5 | |
metze | |||||
2011-07-08 | s3:client: use cli_nt_error() in order to avoid cli_errstr() | Stefan Metzmacher | 1 | -3/+8 | |
metze | |||||
2011-07-08 | s3:client: avoid cli_errstr() where we already have an NTSTATUS | Stefan Metzmacher | 1 | -39/+67 | |
metze | |||||
2011-07-08 | s3:clitar: avoid usage of cli_errstr() | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2011-07-07 | s3-client: Remove use of cli_errstr() | Björn Baumbach | 1 | -2/+2 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-07-06 | s3:libsmb: use clistr_pull_talloc() in cli_get_fs_volume_info() | Stefan Metzmacher | 1 | -3/+4 | |
metze | |||||
2011-07-06 | s3: Remove cli_errstr from cmd_posix_open | Volker Lendecke | 1 | -5/+12 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Jul 6 09:45:11 CEST 2011 on sn-devel-104 | |||||
2011-07-06 | s3: Fix error logic in posix_open | Volker Lendecke | 1 | -2/+2 | |
2011-07-06 | s3: Remove a few uses of cli_errstr | Volker Lendecke | 1 | -26/+27 | |
2011-07-06 | s3: make cli_resolve_path return NTSTATUS | Volker Lendecke | 1 | -36/+106 | |
This looks larger than it is. No parameters needed changing. | |||||
2011-07-03 | s3: Make cli_cm_open return NTSTATUS | Volker Lendecke | 1 | -24/+38 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Jul 3 23:57:53 CEST 2011 on sn-devel-104 | |||||
2011-07-03 | s3: Read symlink information in smbclient "allinfo" | Volker Lendecke | 1 | -0/+17 | |
2011-06-24 | s3: Fix an error message in smbclient symlink | Volker Lendecke | 1 | -1/+1 | |
2011-06-24 | s3: Use reparse point style symlinks | Volker Lendecke | 1 | -18/+18 | |
2011-06-24 | s3: Remove a call to cli_errstr | Volker Lendecke | 1 | -2/+4 | |
2011-06-09 | s3-param Remove special case for global_myname(), rename to lp_netbios_name() | Andrew Bartlett | 1 | -19/+1 | |
There is no reason this can't be a normal constant string in the loadparm system, now that we have lp_set_cmdline() to handle overrides correctly. Andrew Bartlett | |||||
2011-06-09 | s3-param Remove special case for lp_workgroup() | Andrew Bartlett | 1 | -14/+1 | |
There is no reason this can't be a normal constant string in the loadparm system, now that we have lp_set_cmdline() to handle overrides correctly. Andrew Bartlett | |||||
2011-06-09 | s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array() | Andrew Bartlett | 1 | -1/+1 | |
Using the standard macro makes it easier to move code into common, as TALLOC_ZERO_ARRAY isn't standard talloc. | |||||
2011-06-09 | s3-talloc Change TALLOC_ARRAY() to talloc_array() | Andrew Bartlett | 1 | -1/+1 | |
Using the standard macro makes it easier to move code into common, as TALLOC_ARRAY isn't standard talloc. | |||||
2011-06-01 | Change sys_getcd() to take no arguments and always return malloc'ed memory ↵ | Jeremy Allison | 1 | -2/+3 | |
(or NULL). Part of the efforts to remove PATH_MAX on modern systems. | |||||
2011-05-29 | s3: Use cli_connect_nb in do_message_op | Volker Lendecke | 1 | -33/+3 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun May 29 10:11:54 CEST 2011 on sn-devel-104 | |||||
2011-05-18 | s3-client/clitar.c: Fix cli_errstr() usage (part of bug #7864) | Björn Baumbach | 1 | -9/+14 | |
Convert cli_errstr() to nt_errstr() Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-05-06 | s3-includes: finally only include client.h when libsmb is used. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2011-05-06 | s3-libsmb: move protos to libsmb/proto.h | Günther Deschner | 3 | -0/+3 | |
Guenther | |||||
2011-05-06 | More const fixes... getting near the end now. | Jeremy Allison | 1 | -5/+5 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri May 6 00:57:00 CEST 2011 on sn-devel-104 | |||||
2011-05-05 | More simple const fixups. | Jeremy Allison | 1 | -1/+1 | |
2011-05-04 | Fix warning messages caused by addition of null check in fstrcpy macro. | Jeremy Allison | 1 | -2/+2 | |
2011-05-04 | Tidy up some missing checks for NULL in strlcpy. | Jeremy Allison | 1 | -1/+1 | |
2011-05-04 | Convert safe_strXX to strlXXX. Clean up off-by-ones. | Jeremy Allison | 1 | -31/+17 | |
2011-05-04 | Change safe_strcpy_base to strlcpy_base. Note the size doesn't change here ↵ | Jeremy Allison | 1 | -1/+1 | |
as the original macro auto-added the -1. | |||||
2011-04-29 | s3-client Add TALLOC_CTX argument to attrib_string(). | Andrew Bartlett | 1 | -2/+2 | |
This ensures the caller knows where the memory was allocated. Andrew Bartlett | |||||
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCH | Andrew Bartlett | 2 | -6/+6 | |
This means we use just one constant for this file attribute. Andrew Bartlett | |||||
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR | Andrew Bartlett | 2 | -17/+17 | |
This means we use just one constant for this file attribute. Andrew Bartlett |