1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source3/libsmb
Gerald Carter fb84318c34 r5578: get 'recurse; dir' working across multiple levels of dfs referrals
note that this does not handle the situation where the same \\server\share
is mounted mutliple times in the dfs tree since I store a single mount
path per struct cli_state *
(This used to be commit 52c82b51ba)
2007-10-10 10:55:48 -05:00
..
asn1.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00
cliconnect.c r5518: Add initial msdfs support to smbclient. Currently I can only 2007-10-10 10:55:44 -05:00
clidfs.c r5578: get 'recurse; dir' working across multiple levels of dfs referrals 2007-10-10 10:55:48 -05:00
clidgram.c r1560: Not that anybody uses this stuff (yet...), but at least get it correct :-) 2007-10-10 10:52:14 -05:00
clientgen.c r5495: * add in some code from Mike Nix <mnix@wanm.com.au> for the SMBsplopen 2007-10-10 10:55:43 -05:00
clierror.c r547: Add entry for NT_STATUS_DUPLICATE_NAME in the ntstatus to unix error mapping 2007-10-10 10:51:28 -05:00
clifile.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00
clifsinfo.c r3713: Implementation of get posix acls in UNIX extensions. Passes valgrind. 2007-10-10 10:53:16 -05:00
clikrb5.c r4291: More *alloc fixes inspired by Albert Chin (china@thewrittenword.com). 2007-10-10 10:53:42 -05:00
clilist.c r5577: get recurse; dir working across single level dfs referrals 2007-10-10 10:55:48 -05:00
climessage.c Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_conv" 2004-03-11 22:48:24 +00:00
clioplock.c
cliprint.c r5495: * add in some code from Mike Nix <mnix@wanm.com.au> for the SMBsplopen 2007-10-10 10:55:43 -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 get rid of some sompiler warnings on IRIX 2003-08-15 01:42:30 +00:00
clirap.c r5542: fix a few more msdfs bugs in smbclient against both smbd and 2k dfs root 2007-10-10 10:55:46 -05:00
clireadwrite.c r4212: Ensure we only look at the bottom bit of large_readx. 2007-10-10 10:53:37 -05:00
clisecdesc.c r4917: Merge some of Derrell.Lipman@UnwiredUniverse.com obvious fixes. 2007-10-10 10:55:07 -05:00
clispnego.c r1240: Ensure we don't shadow Heimdal globals. 2007-10-10 10:52:02 -05:00
clistr.c Whitespace syncup. 2003-04-14 02:27:41 +00:00
clitrans.c r4570: Replace cli->nt_pipe_fnum with an array of NT file numbers, one for each 2007-10-10 10:53:47 -05:00
conncache.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00
credentials.c
doserr.c r2942: Add client-side support of triggering ads printer publishing over msrpc 2007-10-10 10:52:57 -05:00
errormap.c r2575: Return correct error codes on old SEARCH call (from Samba4 torture tester). 2007-10-10 10:52:47 -05:00
libsmb_cache.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00
libsmb_compat.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00
libsmbclient.c r4970: Fix for bug 2092, allowing fallback after kerberos and allow 2007-10-10 10:55:10 -05:00
namecache.c large change: 2003-06-25 17:41:05 +00:00
namequery_dc.c r539: Mem leak fixes from kawasa_r@itg.hitachi.co.jp 2007-10-10 10:51:28 -05:00
namequery.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00
nmblib.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00
nterr.c r2575: Return correct error codes on old SEARCH call (from Samba4 torture tester). 2007-10-10 10:52:47 -05:00
ntlm_check.c r3525: Fix a memleak 2007-10-10 10:53:08 -05:00
ntlmssp_parse.c Fix for possible crash bug from Sebastian Krahmer (SuSE). 2004-02-10 02:21:38 +00:00
ntlmssp_sign.c r5432: compile fixes from Jason Mader <jason@ncac.gwu.edu> -- BUGS 2340 2007-10-10 10:55:40 -05:00
ntlmssp.c r5455: Remove bogus DEBUG messages (dump for a failure to parse NTLMSSP, 2007-10-10 10:55:40 -05:00
passchange.c r1581: 'NULL' NTLMSSP is both a pain to get right, and compleatly and utterly 2007-10-10 10:52:15 -05:00
pwd_cache.c Remove more unused portions of the 'password cache'. 2004-02-08 05:31:01 +00:00
samlogon_cache.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00
smb_signing.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00
smbdes.c Add support for variable-length session keys in our client code. 2003-11-22 23:38:41 +00:00
smbencrypt.c r1661: Changed the password history format so that each history entry 2007-10-10 10:52:17 -05:00
smberr.c Merge from HEAD - make Samba compile with -Wwrite-strings without additional 2003-01-03 08:28:12 +00:00
spnego.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00
trustdom_cache.c r786: Memory leak fixes in (mostly) error code paths from 2007-10-10 10:51:38 -05:00
trusts_util.c Change our Domain controller lookup routines to more carefully seperate 2004-01-05 04:10:28 +00:00
unexpected.c Merge from HEAD - make Samba compile with -Wwrite-strings without additional 2003-01-03 08:28:12 +00:00