Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | s3:client: close the socket if receive_smb_raw() fails | Stefan Metzmacher | 2011-07-08 | 1 | -0/+5 | |
| | | | | metze | |||||
* | s3:client: use cli_nt_error() in order to avoid cli_errstr() | Stefan Metzmacher | 2011-07-08 | 1 | -3/+8 | |
| | | | | metze | |||||
* | s3:client: avoid cli_errstr() where we already have an NTSTATUS | Stefan Metzmacher | 2011-07-08 | 1 | -39/+67 | |
| | | | | metze | |||||
* | s3:clitar: avoid usage of cli_errstr() | Stefan Metzmacher | 2011-07-08 | 1 | -1/+2 | |
| | | | | metze | |||||
* | s3-client: Remove use of cli_errstr() | Björn Baumbach | 2011-07-07 | 1 | -2/+2 | |
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
* | s3:libsmb: use clistr_pull_talloc() in cli_get_fs_volume_info() | Stefan Metzmacher | 2011-07-06 | 1 | -3/+4 | |
| | | | | metze | |||||
* | 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 | 1 | -36/+106 | |
| | | | | This looks larger than it is. No parameters needed changing. | |||||
* | s3: Make cli_cm_open return NTSTATUS | Volker Lendecke | 2011-07-03 | 1 | -24/+38 | |
| | | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Jul 3 23:57:53 CEST 2011 on sn-devel-104 | |||||
* | s3: Read symlink information in smbclient "allinfo" | Volker Lendecke | 2011-07-03 | 1 | -0/+17 | |
| | ||||||
* | s3: Fix an error message in smbclient symlink | Volker Lendecke | 2011-06-24 | 1 | -1/+1 | |
| | ||||||
* | s3: Use reparse point style symlinks | Volker Lendecke | 2011-06-24 | 1 | -18/+18 | |
| | ||||||
* | s3: Remove a call to cli_errstr | Volker Lendecke | 2011-06-24 | 1 | -2/+4 | |
| | ||||||
* | s3-param Remove special case for global_myname(), rename to lp_netbios_name() | Andrew Bartlett | 2011-06-09 | 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 | |||||
* | s3-param Remove special case for lp_workgroup() | Andrew Bartlett | 2011-06-09 | 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 | |||||
* | s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array() | Andrew Bartlett | 2011-06-09 | 1 | -1/+1 | |
| | | | | | Using the standard macro makes it easier to move code into common, as TALLOC_ZERO_ARRAY isn't standard talloc. | |||||
* | s3-talloc Change TALLOC_ARRAY() to talloc_array() | Andrew Bartlett | 2011-06-09 | 1 | -1/+1 | |
| | | | | | Using the standard macro makes it easier to move code into common, as TALLOC_ARRAY isn't standard talloc. | |||||
* | Change sys_getcd() to take no arguments and always return malloc'ed memory ↵ | Jeremy Allison | 2011-06-01 | 1 | -2/+3 | |
| | | | | | | (or NULL). Part of the efforts to remove PATH_MAX on modern systems. | |||||
* | s3: Use cli_connect_nb in do_message_op | Volker Lendecke | 2011-05-29 | 1 | -33/+3 | |
| | | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun May 29 10:11:54 CEST 2011 on sn-devel-104 | |||||
* | s3-client/clitar.c: Fix cli_errstr() usage (part of bug #7864) | Björn Baumbach | 2011-05-18 | 1 | -9/+14 | |
| | | | | | | Convert cli_errstr() to nt_errstr() Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
* | s3-includes: finally only include client.h when libsmb is used. | Günther Deschner | 2011-05-06 | 1 | -0/+2 | |
| | | | | Guenther | |||||
* | s3-libsmb: move protos to libsmb/proto.h | Günther Deschner | 2011-05-06 | 3 | -0/+3 | |
| | | | | Guenther | |||||
* | More const fixes... getting near the end now. | Jeremy Allison | 2011-05-06 | 1 | -5/+5 | |
| | | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri May 6 00:57:00 CEST 2011 on sn-devel-104 | |||||
* | More simple const fixups. | Jeremy Allison | 2011-05-05 | 1 | -1/+1 | |
| | ||||||
* | Fix warning messages caused by addition of null check in fstrcpy macro. | Jeremy Allison | 2011-05-04 | 1 | -2/+2 | |
| | ||||||
* | Tidy up some missing checks for NULL in strlcpy. | Jeremy Allison | 2011-05-04 | 1 | -1/+1 | |
| | ||||||
* | Convert safe_strXX to strlXXX. Clean up off-by-ones. | Jeremy Allison | 2011-05-04 | 1 | -31/+17 | |
| | ||||||
* | Change safe_strcpy_base to strlcpy_base. Note the size doesn't change here ↵ | Jeremy Allison | 2011-05-04 | 1 | -1/+1 | |
| | | | | as the original macro auto-added the -1. | |||||
* | s3-client Add TALLOC_CTX argument to attrib_string(). | Andrew Bartlett | 2011-04-29 | 1 | -2/+2 | |
| | | | | | | This ensures the caller knows where the memory was allocated. Andrew Bartlett | |||||
* | s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCH | Andrew Bartlett | 2011-04-29 | 2 | -6/+6 | |
| | | | | | | This means we use just one constant for this file attribute. Andrew Bartlett | |||||
* | s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR | Andrew Bartlett | 2011-04-29 | 2 | -17/+17 | |
| | | | | | | This means we use just one constant for this file attribute. Andrew Bartlett | |||||
* | s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEM | Andrew Bartlett | 2011-04-29 | 2 | -10/+10 | |
| | | | | | | This means we use just one constant for this file attribute. Andrew Bartlett | |||||
* | s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDEN | Andrew Bartlett | 2011-04-29 | 2 | -10/+10 | |
| | | | | | | This means we use just one constant for this file attribute. Andrew Bartlett | |||||
* | s3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLY | Andrew Bartlett | 2011-04-29 | 1 | -1/+1 | |
| | | | | | | This means we use just one constant for this file attribute. Andrew Bartlett | |||||
* | s3: Use cli_writeall instead of cli_write | Volker Lendecke | 2011-04-26 | 2 | -8/+17 | |
| | | | | Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
* | s3: Use cli_ntcreate to when listing snapshots | Volker Lendecke | 2011-03-30 | 1 | -1/+5 | |
| | | | | | | | This works for directories as well Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Mar 30 14:37:02 CEST 2011 on sn-devel-104 | |||||
* | s3-libsmb: put namequery headers to nmblib.h | Günther Deschner | 2011-03-30 | 1 | -0/+1 | |
| | | | | | | | We might find a better name for it and merge other namequery related things as well here... Guenther | |||||
* | s3-includes: only include system/filesys.h when needed. | Günther Deschner | 2011-03-30 | 3 | -0/+3 | |
| | | | | Guenther | |||||
* | s3-includes: only include system/passwd.h when needed. | Günther Deschner | 2011-03-30 | 1 | -0/+1 | |
| | | | | Guenther | |||||
* | s3-trans2: only include trans2.h where needed. | Günther Deschner | 2011-03-30 | 1 | -0/+1 | |
| | | | | Guenther | |||||
* | s3: Fix Coverity ID 83: RESOURCE_LEAK | Volker Lendecke | 2011-03-27 | 1 | -0/+3 | |
| | ||||||
* | s3: Remove two calls to cli_errstr | Volker Lendecke | 2011-03-27 | 1 | -4/+8 | |
| | | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Mar 27 13:17:47 CEST 2011 on sn-devel-104 | |||||
* | s3-libsmb: only include rap client when needed. | Günther Deschner | 2011-03-15 | 1 | -0/+1 | |
| | | | | Guenther | |||||
* | s3: Print all flags in "smbclient allinfo" | Volker Lendecke | 2011-03-02 | 1 | -1/+25 | |
| | ||||||
* | s3-rpc_client: Move client pipe functions to own header. | Andreas Schneider | 2011-02-28 | 1 | -0/+1 | |
| | ||||||
* | s3: Eliminate sys_select from do_smb_resolve() -- untested | Volker Lendecke | 2011-02-28 | 1 | -14/+3 | |
| | ||||||
* | s3: Eliminate sys_select from do_smb_browse() -- untested | Volker Lendecke | 2011-02-28 | 1 | -14/+4 | |
| | ||||||
* | s3: Eliminiate sys_select_intr from client.c | Volker Lendecke | 2011-02-28 | 1 | -10/+6 | |
| |