summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* test for creat64()Andrew Tridgell1998-10-054-3/+6
|
* handle systems that are missing either SYS_utime or SYS_utimesAndrew Tridgell1998-10-054-10/+51
|
* ported smbwrapper to SunOS4. It seems to work. pity so many binaries onAndrew Tridgell1998-10-055-12/+102
| | | | my SunOS box are statically linked.
* fixed typo in getgroups codeAndrew Tridgell1998-10-051-1/+3
|
* new file realcalls.cAndrew Tridgell1998-10-051-0/+1
|
* Added rpcclient and smbwrapper stuff.John Terpstra1998-10-051-4/+16
|
* IRIX uses -shared for shared libray creation.Andrew Tridgell1998-10-052-361/+363
|
* need to use SYS_open64 not _open64 for solaris 2.6 or stdio doesn'tAndrew Tridgell1998-10-052-6/+13
| | | | work right.
* got rid of all assembly code and gcc special features. I'm hoping toAndrew Tridgell1998-10-054-108/+106
| | | | get smbsh working with the normal sun compiler
* added Solaris 2.5Alexandre Oliva1998-10-051-0/+1
|
* updated READMEAndrew Tridgell1998-10-051-5/+10
|
* get type of callback rightAndrew Tridgell1998-10-051-1/+1
|
* test for loff_t and offset_t to support llseek() on Solaris and Linux.Andrew Tridgell1998-10-054-242/+314
|
* revert 64-bit file support; it's hard-coded alreadyAlexandre Oliva1998-10-053-365/+241
|
* just try to rmdir bin after removing bin/.dummy, in realcleanAlexandre Oliva1998-10-051-1/+2
|
* it's a bit dangerous to use rm -rfAndrew Tridgell1998-10-051-1/+1
|
* rm object files created by mkdir probesAlexandre Oliva1998-10-051-7/+6
| | | | make sure it works even if clobbering is not allowed
* removed requirement of having a smb.conf for smbwrapper to work.Andrew Tridgell1998-10-052-5/+5
|
* handle ENOTDIR errno in cli_error()Andrew Tridgell1998-10-051-0/+2
|
* - added pread pread64 pwrite pwrite64 and open64Andrew Tridgell1998-10-053-3/+162
| | | | - fixed utime() for null tbuf
* added 64-bit file supportAlexandre Oliva1998-10-053-241/+365
|
* added pread pread64 pwrite pwrite64 and open64Andrew Tridgell1998-10-053-126/+339
|
* added a function set_maxfiles() to set our file rlimit to the maxAndrew Tridgell1998-10-054-27/+34
| | | | possible and return the max.
* this gets smbwrapper working under Solaris 2.6. Not tested much yet.Andrew Tridgell1998-10-054-7/+129
|
* tests for readdir64Andrew Tridgell1998-10-053-2/+11
|
* reran autoconfAndrew Tridgell1998-10-052-126/+263
|
* some tests for stat64() and friendsAndrew Tridgell1998-10-051-0/+2
|
* 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
* don't define creat() under linux until we get the CREAT_BITS stuffAndrew Tridgell1998-10-052-2/+9
| | | | sorted out.
* we need to use __readdir() in preference to SYS_readdir for systemsAndrew Tridgell1998-10-042-3/+2
| | | | that use getdents.
* 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
* Avoid the message `make: [.deps/.P] Error 1 (ignored)'Alexandre Oliva1998-10-041-2/+2
|
* 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.
* more solaris 2.5 fixups. It now seems to be working pretty well.Andrew Tridgell1998-10-049-274/+716
|
* ignore .po filesAndrew Tridgell1998-10-041-1/+1
|
* warn user if LIBDIR isn't set rightAndrew Tridgell1998-10-041-1/+6
|
* fixed some stuff for Linux that porting to Solaris brokeAndrew Tridgell1998-10-046-414/+427
|
* don't list the IPC$ share in directory listings (it causes infiniteAndrew Tridgell1998-10-041-0/+2
| | | | recursion)
* started basic support for solaris 2.5 in smbwrapper.Andrew Tridgell1998-10-0413-179/+661
|
* - 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/
* 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.
* support using #xx at end of netbios name to connect to the specified name typeAndrew Tridgell1998-10-041-0/+6
|
* 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.
* add support for unlink() on printer shares in smbwrapper. unlink()Andrew Tridgell1998-10-044-4/+54
| | | | will remove the job from the pirnt queue.
* 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
* add support for dup() and dup2()Andrew Tridgell1998-10-045-25/+181
|
* use CLI_BUFFER_SIZE instead of BUFFER_SIZEAndrew Tridgell1998-10-041-10/+12
|
* set a default 16k client buffer sizeAndrew Tridgell1998-10-041-0/+4
|
* Added E Jay Berkenbilt's fixesRichard Sharpe1998-10-043-2/+10
|
* refuse symlinks to or from a smb pathAndrew Tridgell1998-10-043-2/+17
|