1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-29 11:21:54 +03:00
samba-mirror/source3/libsmb
Simo Sorce aec03eda93 s3-smbpasswd: Fix Bug #6584: allow DOM\user when changing passwords remotely.
Signed-off-by: Günther Deschner <gd@samba.org>
2009-09-02 10:17:14 +02:00
..
async_smb.c Add "err_on_readability" to writev_send 2009-05-24 13:47:29 +02:00
cliconnect.c s3/debug: make SPENGO OID list appear under one debug header 2009-08-26 16:34:09 -07:00
clidfs.c Fix bug #6496 - MS-DFS: cannot follow multibyte char link name. 2009-06-30 15:29:08 -07:00
clidgram.c Make cli_send_mailslot() static. Preparing to do away with unexpected.tdb.... 2009-07-20 15:15:08 -07:00
clientgen.c Clean up assignments to iov_base, ensure it's always cast to void *. This should quieten some warnings with picky compilers on the buildfarm. 2009-05-12 11:45:37 -07: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 Fix a valgrind error in cli_ctemp_done 2009-07-27 12:47:20 +02:00
clifsinfo.c [Bug 6069] Add a fstatvfs function for libsmbclient 2009-02-12 10:39:48 -05:00
clikrb5.c More conversions of NULL -> talloc_autofree_context() 2009-07-16 18:28:58 -07:00
clilist.c Remove the static "struct client_connection" mess which is part of 2009-03-12 17:59:24 -07:00
climessage.c Convert Samba3 to use the common lib/util/charset API 2009-04-14 12:53:56 +10:00
clioplock.c Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int. 2009-04-30 15:26:43 -07:00
cliprint.c Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int. 2009-04-30 15:26:43 -07:00
cliquota.c Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int. 2009-04-30 15:26:43 -07:00
clirap2.c s3: QNX doesn't know uint - replace with uint_t 2009-07-07 22:15:16 +02:00
clirap.c Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT 2009-05-26 17:48:23 +02:00
clireadwrite.c Fix Red Hat bugzilla bug : https://bugzilla.redhat.com/show_bug.cgi?id=516165 2009-08-19 15:33:08 -07:00
clisecdesc.c Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int. 2009-04-30 15:26:43 -07:00
clisigning.c s3:libsmb: use new simplified smb_signing code for the client side 2009-03-23 12:21:14 +01:00
clispnego.c Rename ASN1_BITFIELD to ASN1_BIT_STRING. 2009-08-11 12:59:14 +02:00
clistr.c Solve some of the conflict between Samba3 and Samba4 push_string 2009-04-14 12:11:00 +10:00
clitrans.c s3: return proper error code in cli_smb_req_send 2009-05-13 18:47:00 +08:00
conncache.c Cleanup of DC enumeration in get_dcs() 2008-09-04 11:50:25 -07:00
dsgetdcname.c Add some const to dsgetdcname 2009-08-25 17:38:31 +02:00
errormap.c errormap: Change the WBC_ERR_UNKNOWN_ERROR to map to NT_STATUS_UNSUCCESSFUL 2009-04-23 00:23:56 +02:00
libsmb_cache.c Continued revamping of libsmbclient. 2008-03-03 18:13:33 -05:00
libsmb_compat.c [Bug 6069] Add a fstatvfs function for libsmbclient 2009-02-14 09:44:36 -05:00
libsmb_context.c Unable to browse DFS when using kerberos 2009-08-07 13:47:14 +08:00
libsmb_dir.c Added prefer_ipv4 bool parameter to resolve_name(). 2009-07-28 11:51:58 -07:00
libsmb_file.c Make cli_ftruncate async. Also add a simple test. 2009-06-05 16:06:05 -07:00
libsmb_misc.c Additional revamped libsmbclient documentation 2008-03-01 20:47:22 -05:00
libsmb_path.c Move some bytes from the data to the text segment 2009-02-21 12:53:49 +01:00
libsmb_printjob.c Continued revamping of libsmbclient. 2008-03-03 18:13:33 -05:00
libsmb_server.c s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED. 2009-04-21 12:40:47 +02:00
libsmb_setget.c [Bug 6069] Add a fstatvfs function for libsmbclient 2009-02-12 10:39:48 -05:00
libsmb_stat.c Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT 2009-05-26 17:48:23 +02:00
libsmb_thread_impl.c Provide a libsmbclient interface for programs requiring threads 2009-05-10 22:45:12 -04:00
libsmb_thread_posix.c s3:libsmb: we need to include "includes.h" as first header to let code build on all platforms 2009-07-15 20:59:35 +02:00
libsmb_xattr.c Make the smbd VFS typesafe 2009-07-24 11:42:05 -04:00
namecache.c Remove gencache_init/shutdown 2009-07-15 10:55:20 +02:00
namequery_dc.c s3: Change sockaddr util function names for consistency 2008-12-03 10:40:20 -08:00
namequery.c Added prefer_ipv4 bool parameter to resolve_name(). 2009-07-28 11:51:58 -07:00
nmblib.c Convert name_mangle() to use talloc 2009-02-24 20:40:46 +01:00
nterr.c s3: Remove invalid constant 2009-07-31 19:24:53 +02:00
ntlmssp_ndr.c s3-ntlmssp: add NDR helper routines for ntlmssp. 2009-08-28 13:03:05 +02:00
ntlmssp_ndr.h s3-ntlmssp: add NDR helper routines for ntlmssp. 2009-08-28 13:03:05 +02:00
ntlmssp_sign.c s3-ntlmssp: remove trailing whitespace. 2009-08-27 16:06:37 +02:00
ntlmssp.c s3-ntlmssp: use generated ntlmssp code for debugging purpose. 2009-08-28 13:03:17 +02:00
passchange.c s3-smbpasswd: Fix Bug #6584: allow DOM\user when changing passwords remotely. 2009-09-02 10:17:14 +02:00
samlogon_cache.c s3: put netsamlogon_cache.tdb into cache_dir instead of lock_dir 2009-01-16 01:02:24 +01:00
smb_seal.c Fix two memleaks in the encryption code 2009-03-24 22:00:10 +01:00
smb_share_modes.c s3: Add extid to the dev/inode pair 2009-02-19 20:58:26 -08:00
smb_signing.c s3:libsmb: add a much simplified smb_siging infrastructure 2009-03-23 12:21:13 +01:00
smberr.c Some pstring removal 2007-11-11 21:34:40 -08:00
spnego.c More conversions of NULL -> talloc_autofree_context() 2009-07-16 18:28:58 -07:00
trustdom_cache.c Remove gencache_init/shutdown 2009-07-15 10:55:20 +02:00
trusts_util.c Rework Samba3 to use new libcli/auth code (partial) 2009-04-14 16:23:35 +10:00
unexpected.c s3: parse_packet can return NULL which is then dereferenced in match_mailslot_name 2009-03-24 17:05:16 -07:00