summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1998-10-05IRIX uses -shared for shared libray creation.Andrew Tridgell2-361/+363
(This used to be commit a32eb93b0e572ebfcf726a0df7443b9afa149453)
1998-10-05need to use SYS_open64 not _open64 for solaris 2.6 or stdio doesn'tAndrew Tridgell2-6/+13
work right. (This used to be commit c185585dd917d6c157460e941e983b5e43d69f7a)
1998-10-05got rid of all assembly code and gcc special features. I'm hoping toAndrew Tridgell4-108/+106
get smbsh working with the normal sun compiler (This used to be commit c6ee915336e1533e1f4f10f14b3d57de01f8fe96)
1998-10-05added Solaris 2.5Alexandre Oliva1-0/+1
(This used to be commit 788992f58613f7f4fa0e9ce7087267dec75f2e51)
1998-10-05updated READMEAndrew Tridgell1-5/+10
(This used to be commit 507646d4e54665cb6ce5ba2aa35d72d95cdd8e81)
1998-10-05get type of callback rightAndrew Tridgell1-1/+1
(This used to be commit 327eba774e5bb17a91f80617bd7359afe0c83f48)
1998-10-05test for loff_t and offset_t to support llseek() on Solaris and Linux.Andrew Tridgell4-242/+314
(This used to be commit 386026930557584fda14f8cdc07c41d84d630b39)
1998-10-05revert 64-bit file support; it's hard-coded alreadyAlexandre Oliva3-365/+241
(This used to be commit f604fd1a8b34efb52531c57e68a3cf31319b9262)
1998-10-05just try to rmdir bin after removing bin/.dummy, in realcleanAlexandre Oliva1-1/+2
(This used to be commit ef9eca92bbaf5e22765e562b3f4b0e2407a57206)
1998-10-05it's a bit dangerous to use rm -rfAndrew Tridgell1-1/+1
(This used to be commit 102e8c85ff1839103be947c20a4df93ab88bded1)
1998-10-05rm object files created by mkdir probesAlexandre Oliva1-7/+6
make sure it works even if clobbering is not allowed (This used to be commit eff11b81fd4ac807cf89a56a04c5b26ee9cd8660)
1998-10-05removed requirement of having a smb.conf for smbwrapper to work.Andrew Tridgell2-5/+5
(This used to be commit af58bf2ff8ddbf974dbafa36cf1b679226371e09)
1998-10-05handle ENOTDIR errno in cli_error()Andrew Tridgell1-0/+2
(This used to be commit f1d82e02ff7f2201de5fb13af4cadec648765017)
1998-10-05- added pread pread64 pwrite pwrite64 and open64Andrew Tridgell3-3/+162
- fixed utime() for null tbuf (This used to be commit 9047bf59b402de40e520bfc2afa1cbfad5508f72)
1998-10-05added 64-bit file supportAlexandre Oliva3-241/+365
(This used to be commit 43ec91ac1fbf22f9a0150e1eadec5709a7d21050)
1998-10-05added pread pread64 pwrite pwrite64 and open64Andrew Tridgell3-126/+339
(This used to be commit 2087e0ce89e113d3989deefdf79b22b2757e008b)
1998-10-05added a function set_maxfiles() to set our file rlimit to the maxAndrew Tridgell4-27/+34
possible and return the max. (This used to be commit 7a7b5ee1689b6be57752d176c7b77a2f1b453486)
1998-10-05this gets smbwrapper working under Solaris 2.6. Not tested much yet.Andrew Tridgell4-7/+129
(This used to be commit 6a1b346d98c10688f0995a6ab8fd155a77ead258)
1998-10-05tests for readdir64Andrew Tridgell3-2/+11
(This used to be commit bdf02378c634e0d18f4f2de7a74b2f2fc5965e9a)
1998-10-05reran autoconfAndrew Tridgell2-126/+263
(This used to be commit 32695b1606c6198aca294ebe1436c98d2d698095)
1998-10-05some tests for stat64() and friendsAndrew Tridgell1-0/+2
(This used to be commit 16e7b196344457218b4902a198e28751311973a7)
1998-10-05Speed up directory creation for the common case (i.e., it exists already)Alexandre Oliva1-16/+24
Link $(LIBS) in when creating smbwrapper.so rm -rf bin in distclean rm smbwrapper files in realclean remove .h from .SUFFIXES (This used to be commit a38e7ea04ad74996c91cb1a4f9ed07ba98752a9b)
1998-10-05don't define creat() under linux until we get the CREAT_BITS stuffAndrew Tridgell2-2/+9
sorted out. (This used to be commit 86b66d92772d4a72b7b8c7f2d8d793533d7f6130)
1998-10-04we need to use __readdir() in preference to SYS_readdir for systemsAndrew Tridgell2-3/+2
that use getdents. (This used to be commit c63ad1b69859653d67d4711b700015860680efff)
1998-10-04bin/cvsignore: deleted, so that bin can be removed from the repositoryAlexandre Oliva8-70/+50
.cvsignore: added bin; it is no longer part of the source tree smbwrapper/smbsh: now auto-generated from smbsh.in smbwrapper/.cvsignore: added smbsh configure.in: generate @builddir@ configure, include/stamp-h.in: regen Makefile.in: new target `smbwrapper'; sped up directory creation (This used to be commit 8f95ee8fc32d74f20cca489ecd3f7e34e773db2f)
1998-10-04Avoid the message `make: [.deps/.P] Error 1 (ignored)'Alexandre Oliva1-2/+2
(This used to be commit 9ba19d19ad348bc3be2fc9a2b7ac35b895c0d143)
1998-10-04drat. We can't include sys/fcntl.h because that givesAndrew Tridgell2-2/+2
conflicts. Instead use "01101" for O_CREAT|O_WRONLY|O_TRUNC. uggh. (This used to be commit cfc06af0b770d6638ba131501f9ea5a5c28cec3b)
1998-10-04more solaris 2.5 fixups. It now seems to be working pretty well.Andrew Tridgell9-274/+716
(This used to be commit c4e450817886b40474cebdfc50c0c16fb4646baf)
1998-10-04ignore .po filesAndrew Tridgell1-1/+1
(This used to be commit 269a7938fcf7eddc68c40e3a8d3d47bdac48704d)
1998-10-04warn user if LIBDIR isn't set rightAndrew Tridgell1-1/+6
(This used to be commit 70c2eb1ed93f4691e73e8ab32d81f50ea8785e2c)
1998-10-04fixed some stuff for Linux that porting to Solaris brokeAndrew Tridgell6-414/+427
(This used to be commit ee349bb329498e6f5852c1bf21c48563d076dc88)
1998-10-04don't list the IPC$ share in directory listings (it causes infiniteAndrew Tridgell1-0/+2
recursion) (This used to be commit 8d74f7bfdc217e95a7e300d06c3bf4e8d4877a6a)
1998-10-04started basic support for solaris 2.5 in smbwrapper.Andrew Tridgell13-179/+661
(This used to be commit e5c7cabae4826bde819b94a48bc4674dcd69da21)
1998-10-04- modified resolve_name() to take a name_typeAndrew Tridgell8-157/+186
- cleaned up resolve_name() (split into separate functions for each resolver) - if can't find local master then use #1B name - support listing of foreign workgroups in /smb/ (This used to be commit a4e607c17d1119925c9d0e1d05e0fe81e9a2d1aa)
1998-10-04support NetServerEnum in smbwrapper. You can now do a ls in /smb/ andAndrew Tridgell5-10/+96
it will list all servers in your workgroup. You can set your workgroup with the SMBW_WORKGROUP environment variable. (This used to be commit 64699810e2d94e8648a0a3341b1cc826d4e8bfd9)
1998-10-04support using #xx at end of netbios name to connect to the specified name typeAndrew Tridgell1-0/+6
(This used to be commit bf409a40e21e44ec653d4d8fd34b52d0e7b64aed)
1998-10-04use *SMBSERVER convention in smbwrapper to allow us to connect toAndrew Tridgell4-6/+12
servers that we don't know the netbios name of. (This used to be commit 147d49dade3901835b5d60b02c495bea544ff5e9)
1998-10-04add support for unlink() on printer shares in smbwrapper. unlink()Andrew Tridgell4-4/+54
will remove the job from the pirnt queue. (This used to be commit 7bd738c30a09a211fd14a8544309efeec17c66f5)
1998-10-04added support for printing via smbwrapperAndrew Tridgell8-19/+214
You can print using "cp filename /smb/SERVER/PRINTER/jobname" You can list the current printqueue using ls (This used to be commit 080fb61b69620e26e8122705383dc2bd0468a519)
1998-10-04add support for dup() and dup2()Andrew Tridgell5-25/+181
(This used to be commit c5210cb0fffd406ef1809db8644b299bb661df4d)
1998-10-04use CLI_BUFFER_SIZE instead of BUFFER_SIZEAndrew Tridgell1-10/+12
(This used to be commit 98f9bb94fcdd0195158eba0deaebe4679baea44c)
1998-10-04set a default 16k client buffer sizeAndrew Tridgell1-0/+4
(This used to be commit cc1a0cf82b25e259c35f8accbb948814cc28a9ba)
1998-10-04Added E Jay Berkenbilt's fixesRichard Sharpe3-2/+10
(This used to be commit fcdc9bc2089822b02b30cd55054a60ed4e696e70)
1998-10-04refuse symlinks to or from a smb pathAndrew Tridgell3-2/+17
(This used to be commit 83e93d2a4493546cb481f5c8187c64207b5901d1)
1998-10-04fix an error code in cli_error()Andrew Tridgell1-1/+1
(This used to be commit bbc891727e57172bf6200e10c32498776a77510b)
1998-10-04modified cli_read() and cli_write() to issue multiple outstandingAndrew Tridgell5-58/+139
read/write requests for large reads. up to max_mux requests may be outstanding. This gives _much_ better throughput and should allow smbsh to saturate just about any network. this is an implementation of the "fast SMB" method I described on the CIFS list a couple of months back. (This used to be commit c728d1c5d6e4626d2f8e318eab4df32acc8cb505)
1998-10-04use dummy file descriptors opened on /dev/null to ensure that the smbwAndrew Tridgell5-12/+23
file descriptor allocation order is identical to the kernels. (This used to be commit 60a683465647932f7241ba9f92443d5e5294e20b)
1998-10-04more smbw cleanups.Andrew Tridgell9-167/+288
- cleaned up prototyping. Unfortunately we can't auto-prototype wrapped.c because it replaces system functions. - split stat functions into smbw_stat.c (This used to be commit 04e92e692e49234df6fbbfd07a33b315ed62f0de)
1998-10-04- split smbw directory code into smbw_dir.cAndrew Tridgell3-619/+658
- fixed a bug in the handling of multiple connections to different servers (This used to be commit a9f9d8c3d8c18a5ab4c18c1348ee9c8d643880fa)
1998-10-04support a few more function types (like ino_t and off_t)Andrew Tridgell1-1/+1
(This used to be commit 758048f1e17db70daa4cd169d5c9b833f94279f4)