1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/libsmb
Derrell Lipman 2a76f4d8c8 Error return is False, not -1
- There were a few places in SMBC_getatr() that returned -1 instead of a
  boolean.  -1 was intended to mean error, but that's what False is for, and
  the usages of this function assume that it returns a boolean with False as
  the error condition.

Derrell
2008-10-24 10:31:31 -04:00
..
async_smb.c Fixed "argument differ in signedness" warning on linux 2008-10-14 17:31:07 -07:00
cliconnect.c Use sockaddr_storage only where we rely on the size, use sockaddr 2008-10-23 19:53:15 +02:00
clidfs.c cli_cm: Make nicer password prompt in do_connect(). 2008-04-20 23:20:21 +02:00
clidgram.c Import changes from upstream libndr. 2008-10-13 15:01:28 +02:00
clientgen.c Make use of TALLOC_ZERO_P 2008-09-21 16:32:40 +02:00
clierror.c Make map_errno_from_nt_status() a generic call, not just a cli specific one. 2008-10-07 14:43:42 -07:00
clifile.c Use {u,}int64_t instead of SMB_BIG_{U,}INT. 2008-10-14 01:59:36 +02:00
clifsinfo.c Add Derrick Schommer's <dschommer@F5.com> kerberos delegation patch. Some 2008-08-08 14:32:15 -07:00
clikrb5.c s3-asn1: make all of s3 asn1 code do a proper asn1_init() first. 2008-10-22 21:37:36 +02:00
clilist.c Fix from Guenter Kukkukk <linux@kukkukk.com> to fix listing against 2008-02-28 02:22:13 -08:00
climessage.c Cleanup size_t return values in convert_string_allocate 2008-04-11 11:33:33 +02:00
clioplock.c Add SMB encryption. Still fixing client decrypt but 2007-12-26 17:12:36 -08:00
cliprint.c Add SMB encryption. Still fixing client decrypt but 2007-12-26 17:12:36 -08:00
cliquota.c Use {u,}int64_t instead of SMB_BIG_{U,}INT. 2008-10-14 01:59:36 +02:00
clirap2.c fix build warning. 2008-07-15 23:06:48 +02:00
clirap.c Fix make test on sparc and possibly also on AIX 2008-09-09 22:23:05 +02:00
clireadwrite.c Use {u,}int64_t instead of SMB_BIG_{U,}INT. 2008-10-14 01:59:36 +02:00
clisecdesc.c Convert cli_query_secdesc to the async trans call 2008-09-09 17:37:34 +02:00
clispnego.c s3-build: fix some const build warnings. 2008-10-23 01:43:41 +02:00
clistr.c Remove pstrings from client/client.c by doing a large rewrite. 2007-12-06 17:16:33 -08:00
clitrans.c Fix some bogus compiler warnings 2008-09-10 11:57:10 +02:00
conncache.c Cleanup of DC enumeration in get_dcs() 2008-09-04 11:50:25 -07:00
credentials.c Remove unused creds_client_check and creds_client_step. 2008-02-17 03:08:42 +01:00
dcerpc_err.c Some pstring removal 2007-11-11 21:34:40 -08:00
doserr.c Use WERR_FILE_EXISTS which is the equivalent of WERR_ALREADY_EXISTS 2008-10-23 15:37:39 +02:00
dsgetdcname.c Use sockaddr_storage only where we rely on the size, use sockaddr 2008-10-23 19:53:15 +02:00
errormap.c Add SMB encryption. Still fixing client decrypt but 2007-12-26 17:12:36 -08:00
libsmb_cache.c Continued revamping of libsmbclient. 2008-03-03 18:13:33 -05:00
libsmb_compat.c The compatibility function also should have a const buffer pointer 2008-07-16 10:45:09 -04:00
libsmb_context.c Fix bug 5686 - libsmbclient segfaults with more than one SMBCCTX. 2008-08-12 13:35:15 -07:00
libsmb_dir.c Refactoring: Change calling conventions for cli_rpc_pipe_open_noauth 2008-07-20 17:37:11 +02:00
libsmb_file.c Error return is False, not -1 2008-10-24 10:31:31 -04:00
libsmb_misc.c Additional revamped libsmbclient documentation 2008-03-01 20:47:22 -05:00
libsmb_path.c Continued revamping of libsmbclient. 2008-03-03 18:13:33 -05:00
libsmb_printjob.c Continued revamping of libsmbclient. 2008-03-03 18:13:33 -05:00
libsmb_server.c fix nonempty blank lines 2008-09-12 12:23:30 +02:00
libsmb_setget.c Continued revamping of libsmbclient. 2008-03-03 18:13:33 -05:00
libsmb_stat.c Continued revamping of libsmbclient. 2008-03-03 18:13:33 -05:00
libsmb_xattr.c Remove SEC_ACCESS. It's a uint32_t. 2008-10-09 09:49:03 -07:00
namecache.c Revert "Pass NULL to gencache_get when we are not interested in the timeout value" 2008-07-11 17:53:25 +02:00
namequery_dc.c Use sockaddr_storage only where we rely on the size, use sockaddr 2008-10-23 19:53:15 +02:00
namequery.c Use sockaddr_storage only where we rely on the size, use sockaddr 2008-10-23 19:53:15 +02:00
nmblib.c Pass specific packets to build_nmb and build_dgram 2008-03-08 12:31:21 +01:00
nterr.c Use common error definitions. 2008-10-23 15:35:21 +02:00
ntlm_check.c Remove static zeros 2007-12-28 17:02:34 +01:00
ntlmssp_parse.c Adding missing calls to va_end(). 2008-01-27 09:33:42 +01:00
ntlmssp_sign.c Fix build with arc4. 2008-09-24 19:20:33 +02:00
ntlmssp.c ntlmssp: replace UNKNOWN_02000000 with NTLMSSP_NEGOTIATE_VERSION. 2008-04-30 18:55:57 +02:00
passchange.c Fix some nonempty blank lines 2008-09-01 23:32:42 +02:00
pwd_cache.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
samlogon_cache.c s3-build: no need to duplicate generated ndr_ prototypes. 2008-10-20 19:47:00 +02:00
smb_seal.c Add explicit buf arg to cli_encrypt_message and cli_calculate_sign_mac 2008-02-28 13:12:34 +01:00
smb_share_modes.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
smb_signing.c Revert "Fix signing bug found by Volker. That one was *subtle*." 2008-05-13 16:29:47 +02:00
smbdes.c Fix "warning: initialization discards qualifiers from pointer target type" 2008-10-12 14:13:24 +02:00
smbencrypt.c Use common byteorder.h. 2008-10-12 16:17:21 +02:00
smberr.c Some pstring removal 2007-11-11 21:34:40 -08:00
spnego.c s3-build: fix another build warning with the new ASN1 code. 2008-10-23 11:46:18 +02:00
trustdom_cache.c Revert "Pass NULL to gencache_get when we are not interested in the timeout value" 2008-07-11 17:53:25 +02:00
trusts_util.c Add TALLOC_CTX pointer to generate_random_str(), for consistency with 2008-10-19 10:05:48 +02:00
unexpected.c Fix some typos 2008-03-08 12:31:21 +01:00