summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Speed up directory creation for the common case (i.e., it exists already)Alexandre Oliva1998-10-051-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)
* don't define creat() under linux until we get the CREAT_BITS stuffAndrew Tridgell1998-10-052-2/+9
| | | | | sorted out. (This used to be commit 86b66d92772d4a72b7b8c7f2d8d793533d7f6130)
* we need to use __readdir() in preference to SYS_readdir for systemsAndrew Tridgell1998-10-042-3/+2
| | | | | that use getdents. (This used to be commit c63ad1b69859653d67d4711b700015860680efff)
* bin/cvsignore: deleted, so that bin can be removed from the repositoryAlexandre Oliva1998-10-048-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)
* Avoid the message `make: [.deps/.P] Error 1 (ignored)'Alexandre Oliva1998-10-041-2/+2
| | | | (This used to be commit 9ba19d19ad348bc3be2fc9a2b7ac35b895c0d143)
* drat. We can't include sys/fcntl.h because that givesAndrew Tridgell1998-10-042-2/+2
| | | | | | | conflicts. Instead use "01101" for O_CREAT|O_WRONLY|O_TRUNC. uggh. (This used to be commit cfc06af0b770d6638ba131501f9ea5a5c28cec3b)
* more solaris 2.5 fixups. It now seems to be working pretty well.Andrew Tridgell1998-10-049-274/+716
| | | | (This used to be commit c4e450817886b40474cebdfc50c0c16fb4646baf)
* ignore .po filesAndrew Tridgell1998-10-041-1/+1
| | | | (This used to be commit 269a7938fcf7eddc68c40e3a8d3d47bdac48704d)
* warn user if LIBDIR isn't set rightAndrew Tridgell1998-10-041-1/+6
| | | | (This used to be commit 70c2eb1ed93f4691e73e8ab32d81f50ea8785e2c)
* fixed some stuff for Linux that porting to Solaris brokeAndrew Tridgell1998-10-046-414/+427
| | | | (This used to be commit ee349bb329498e6f5852c1bf21c48563d076dc88)
* don't list the IPC$ share in directory listings (it causes infiniteAndrew Tridgell1998-10-041-0/+2
| | | | | recursion) (This used to be commit 8d74f7bfdc217e95a7e300d06c3bf4e8d4877a6a)
* started basic support for solaris 2.5 in smbwrapper.Andrew Tridgell1998-10-0413-179/+661
| | | | (This used to be commit e5c7cabae4826bde819b94a48bc4674dcd69da21)
* - modified resolve_name() to take a name_typeAndrew Tridgell1998-10-048-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)
* support NetServerEnum in smbwrapper. You can now do a ls in /smb/ andAndrew Tridgell1998-10-045-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)
* support using #xx at end of netbios name to connect to the specified name typeAndrew Tridgell1998-10-041-0/+6
| | | | (This used to be commit bf409a40e21e44ec653d4d8fd34b52d0e7b64aed)
* use *SMBSERVER convention in smbwrapper to allow us to connect toAndrew Tridgell1998-10-044-6/+12
| | | | | servers that we don't know the netbios name of. (This used to be commit 147d49dade3901835b5d60b02c495bea544ff5e9)
* add support for unlink() on printer shares in smbwrapper. unlink()Andrew Tridgell1998-10-044-4/+54
| | | | | will remove the job from the pirnt queue. (This used to be commit 7bd738c30a09a211fd14a8544309efeec17c66f5)
* added support for printing via smbwrapperAndrew Tridgell1998-10-048-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)
* add support for dup() and dup2()Andrew Tridgell1998-10-045-25/+181
| | | | (This used to be commit c5210cb0fffd406ef1809db8644b299bb661df4d)
* use CLI_BUFFER_SIZE instead of BUFFER_SIZEAndrew Tridgell1998-10-041-10/+12
| | | | (This used to be commit 98f9bb94fcdd0195158eba0deaebe4679baea44c)
* set a default 16k client buffer sizeAndrew Tridgell1998-10-041-0/+4
| | | | (This used to be commit cc1a0cf82b25e259c35f8accbb948814cc28a9ba)
* Added E Jay Berkenbilt's fixesRichard Sharpe1998-10-043-2/+10
| | | | (This used to be commit fcdc9bc2089822b02b30cd55054a60ed4e696e70)
* refuse symlinks to or from a smb pathAndrew Tridgell1998-10-043-2/+17
| | | | (This used to be commit 83e93d2a4493546cb481f5c8187c64207b5901d1)
* fix an error code in cli_error()Andrew Tridgell1998-10-041-1/+1
| | | | (This used to be commit bbc891727e57172bf6200e10c32498776a77510b)
* modified cli_read() and cli_write() to issue multiple outstandingAndrew Tridgell1998-10-045-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)
* use dummy file descriptors opened on /dev/null to ensure that the smbwAndrew Tridgell1998-10-045-12/+23
| | | | | file descriptor allocation order is identical to the kernels. (This used to be commit 60a683465647932f7241ba9f92443d5e5294e20b)
* more smbw cleanups.Andrew Tridgell1998-10-049-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)
* - split smbw directory code into smbw_dir.cAndrew Tridgell1998-10-043-619/+658
| | | | | | - fixed a bug in the handling of multiple connections to different servers (This used to be commit a9f9d8c3d8c18a5ab4c18c1348ee9c8d643880fa)
* support a few more function types (like ino_t and off_t)Andrew Tridgell1998-10-041-1/+1
| | | | (This used to be commit 758048f1e17db70daa4cd169d5c9b833f94279f4)
* use const charAndrew Tridgell1998-10-041-2/+2
| | | | (This used to be commit 83b7bfa821b88f0826b348ec493141a324e12a86)
* simplied the layout of the smbwrapper code. All those 3 line filesAndrew Tridgell1998-10-0432-1076/+556
| | | | | were getting unwieldy (This used to be commit a59d4e93da2cb2bb61a632ce85af0888a87a03e2)
* we need to do a load_interfaces() at startup to support broadcastAndrew Tridgell1998-10-041-0/+2
| | | | | resolution of names. (This used to be commit c0931b6770dd822f156f388f37fb5b4abfcad51f)
* use __XXXdir() instead of __libc_XXXdir()Andrew Tridgell1998-10-036-26/+5
| | | | (This used to be commit e28f55c0a3386cdb0185f5252b54d10d2c2a1710)
* drat.Andrew Tridgell1998-10-038-6/+263
| | | | | | | | on Linux 2.0 libc detects the lack of getdents in the kernel and used opendir() etc. so we need to implement those ... it would be needed for a port to others OSes anyway I suppose. (This used to be commit e3fd861590dd27cc643c2d8d0cb5a5651c84d9ac)
* fixed a authentication problem with non-encrypting serversAndrew Tridgell1998-10-031-2/+3
| | | | (This used to be commit 06f1af12c37fc759e7315366dd4e82f4e96b042d)
* fixed initialisation bug in rpcclient (stdout is not a constant)Andrew Tridgell1998-10-031-1/+3
| | | | (This used to be commit 1388a6fe8ccd0b2fec8086feebc785b3a5de78d3)
* don't call functions that aren't there yet. (Luke had the codeAndrew Tridgell1998-10-031-0/+2
| | | | | commented out in the makefile) (This used to be commit c626214e23738334ca5ea5f4f1a5180d3245231b)
* added fchdir() supportAndrew Tridgell1998-10-035-5/+67
| | | | (This used to be commit a42729dbf5414f54e5d623514533958c62ada5f6)
* fixed vi on smbwrappper (it was a problem in cli_read())Andrew Tridgell1998-10-034-8/+6
| | | | (This used to be commit 1dcc84b942d4669f978aebdeaf85ea609c2b732f)
* fixed wrapper for access(). This gets xedit working.Andrew Tridgell1998-10-031-1/+1
| | | | (This used to be commit 3c839a523183c163db0d14cf1a3aac47ffafd496)
* support getcwd() in smbwrapperAndrew Tridgell1998-10-034-2/+66
| | | | (This used to be commit d516ee383c287550a5953cf5ea1cd69cc957e1aa)
* added mkdir() and rmdir() supportAndrew Tridgell1998-10-035-0/+152
| | | | (This used to be commit ce748e5ea94380147a01de8235b343c7e2852bee)
* added simple device/inode number support based on a checksum of theAndrew Tridgell1998-10-034-5/+21
| | | | | filename (This used to be commit 5674fb4e9dc4d92213d763c8cecd26efc23a9720)
* added a bit more to the docsAndrew Tridgell1998-10-033-14/+25
| | | | (This used to be commit e040047c647df3991becbf2b45de785fc875d1ff)
* added lseek() support for directoriesAndrew Tridgell1998-10-035-6/+85
| | | | (This used to be commit 67ca971b0b00b5256b0af2c1c5777c393f9cef0b)
* fixed a bug in name_len() (thanks to kooros@kooros.netrack.net)Andrew Tridgell1998-10-031-7/+7
| | | | (This used to be commit f05f0a01cefbf19943a53c3307eb992d77238b51)
* added lseek() to smbwrapperAndrew Tridgell1998-10-032-7/+54
| | | | (This used to be commit 752e90b24f37d4697b87c65a53b45799c21ecab7)
* use O_ACCMODEAndrew Tridgell1998-10-031-1/+1
| | | | (This used to be commit cc6270f327fdc998e5e3a2d8c3b50f33a29ec3c1)
* - always open for reading (otherwise getattrE won't work).Andrew Tridgell1998-10-031-4/+11
| | | | | - added somemore NT error codes (This used to be commit a0632529133fdaff9d70ac3e0cf6bb021c79438e)
* updated prototypesAndrew Tridgell1998-10-031-2/+2
| | | | (This used to be commit 40af9fee1ac17bf329afcf1f0c73a92f03f183dd)