1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source3/libsmb
Jeremy Allison 7b75d2c650 r15162: Patch for bug #3668. Windows has a bug with LARGE_READX
where if you ask for exactly 64k bytes it returns 0.
Jeremy.
(This used to be commit dcef65acb5)
2007-10-10 11:16:27 -05:00
..
asn1.c r13915: Fixed a very interesting class of realloc() bugs found by Coverity. 2007-10-10 11:10:59 -05:00
cliconnect.c r15162: Patch for bug #3668. Windows has a bug with LARGE_READX 2007-10-10 11:16:27 -05:00
clidfs.c r14133: Fix Coverity bug # 140 2007-10-10 11:15:12 -05:00
clidgram.c r10656: BIG merge from trunk. Features not copied over 2007-10-10 11:04:48 -05:00
clientgen.c r13676: have to return a value from a non-void function 2007-10-10 11:10:22 -05:00
clierror.c r13669: Get rid of poor errno mapping table. Bounce through NTSTATUS instead. 2007-10-10 11:10:22 -05:00
clifile.c r15028: Fix logic error checking valid args to POSIX lock 2007-10-10 11:15:57 -05:00
clifsinfo.c r6120: Added "volume" command to smbclient that prints out the volume name and 2007-10-10 10:56:23 -05:00
clikrb5.c r14506: Remove remaining references to a KCM credential cache type. 2007-10-10 11:15:35 -05:00
clilist.c r13915: Fixed a very interesting class of realloc() bugs found by Coverity. 2007-10-10 11:10:59 -05:00
climessage.c r12043: It's amazing the warnings you find when compiling on a 64-bit 2007-10-10 11:05:42 -05:00
clioplock.c r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore. 2007-10-10 11:00:11 -05:00
cliprint.c r11511: A classic "friday night check-in" :-). This moves much 2007-10-10 11:05:19 -05:00
cliquota.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00
clirap2.c r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore. 2007-10-10 11:00:11 -05:00
clirap.c r13216: r12422@cabra: derrell | 2006-01-28 23:57:35 -0500 2007-10-10 11:06:18 -05:00
clireadwrite.c r15162: Patch for bug #3668. Windows has a bug with LARGE_READX 2007-10-10 11:16:27 -05:00
clisecdesc.c r4917: Merge some of Derrell.Lipman@UnwiredUniverse.com obvious fixes. 2007-10-10 10:55:07 -05:00
clispnego.c r13316: Let the carnage begin.... 2007-10-10 11:06:23 -05:00
clistr.c Whitespace syncup. 2003-04-14 02:27:41 +00:00
clitrans.c r15018: Merge Volker's ipc/trans2/nttrans changes over 2007-10-10 11:15:57 -05:00
conncache.c r13316: Let the carnage begin.... 2007-10-10 11:06:23 -05:00
credentials.c r13553: Fix all our warnings at -O6 on an x86_64 box. 2007-10-10 11:10:13 -05:00
dcerpc_err.c r14645: No idea how this happened, fixing the build. 2007-10-10 11:15:41 -05:00
doserr.c r12173: doing some service control work 2007-10-10 11:05:47 -05:00
errormap.c r15018: Merge Volker's ipc/trans2/nttrans changes over 2007-10-10 11:15:57 -05:00
gpo.c r13316: Let the carnage begin.... 2007-10-10 11:06:23 -05:00
libsmb_cache.c r14022: Fix Coverity bug # 92 2007-10-10 11:11:06 -05:00
libsmb_compat.c r10656: BIG merge from trunk. Features not copied over 2007-10-10 11:04:48 -05:00
libsmbclient.c r14664: r13868@cabra: derrell | 2006-03-22 17:04:30 -0500 2007-10-10 11:15:42 -05:00
namecache.c large change: 2003-06-25 17:41:05 +00:00
namequery_dc.c r13310: first round of server affinity patches for winbindd & net ads join 2007-10-10 11:06:23 -05:00
namequery.c r13987: Fix Coverity bug # 74. This tool is good... 2007-10-10 11:11:03 -05:00
nmblib.c r12107: Move to a tdb-based wins database. At the moment we still 2007-10-10 11:05:45 -05:00
nterr.c r13502: Fix error messages for usershares when smbd is not 2007-10-10 11:10:07 -05:00
ntlm_check.c r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4 2007-10-10 11:05:02 -05:00
ntlmssp_parse.c r10656: BIG merge from trunk. Features not copied over 2007-10-10 11:04:48 -05:00
ntlmssp_sign.c r13571: Replace all calls to talloc_free() with thye TALLOC_FREE() 2007-10-10 11:10:14 -05:00
ntlmssp.c r15129: Separate out mechanism and policy for NTLMSSP auth/sign/seal. 2007-10-10 11:16:25 -05:00
passchange.c r13316: Let the carnage begin.... 2007-10-10 11:06:23 -05:00
pwd_cache.c r10656: BIG merge from trunk. Features not copied over 2007-10-10 11:04:48 -05:00
samlogon_cache.c r13991: Fix Coverity bug # 69 2007-10-10 11:11:03 -05:00
smb_share_modes.c r13331: No I didn't have to change the interface version... 2007-10-10 11:06:25 -05:00
smb_signing.c r15018: Merge Volker's ipc/trans2/nttrans changes over 2007-10-10 11:15:57 -05:00
smbdes.c r13407: Change the credentials code to be more like the Samba4 structure, 2007-10-10 11:09:59 -05:00
smbencrypt.c r13553: Fix all our warnings at -O6 on an x86_64 box. 2007-10-10 11:10:13 -05:00
smberr.c r10656: BIG merge from trunk. Features not copied over 2007-10-10 11:04:48 -05:00
spnego.c r13915: Fixed a very interesting class of realloc() bugs found by Coverity. 2007-10-10 11:10:59 -05:00
trustdom_cache.c r6392: - Fixes bug 2564: when smbc_opendir() was called with a file rather than 2007-10-10 10:56:40 -05:00
trusts_util.c r11492: Fix bug #3224 (I hope). Correctly use machine_account_name 2007-10-10 11:05:18 -05:00
unexpected.c Merge from HEAD - make Samba compile with -Wwrite-strings without additional 2003-01-03 08:28:12 +00:00